summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8936 from Hinsbart/fix_actionRémi Verschelde2017-05-271-2/+2
|\
| * Fix InputEvent actions.Andreas Haas2017-05-271-2/+2
* | -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-263-41/+515
|/
* Fix virtual methods in InputEventKey.Andreas Haas2017-05-252-3/+3
* Merge pull request #8590 from tagcup/s3tc_stuffJuan Linietsky2017-05-252-327/+4
|\
| * Use libsquish to decompress DXT textures.Ferenc Arn2017-05-182-327/+4
* | Merge pull request #8898 from vnen/screentouch-struct-classRémi Verschelde2017-05-251-1/+1
|\ \
| * | Change InputEventScreenTouch from struct to classGeorge Marques2017-05-241-1/+1
* | | Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio2017-05-241-1/+1
|/ /
* | -Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky2017-05-231-1/+1
* | fixed crash on code that checks InputEventJuan Linietsky2017-05-231-1/+1
* | Merge pull request #8786 from bojidar-bg/fix-astar-weight-scaleRémi Verschelde2017-05-221-4/+2
|\ \
| * | Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov2017-05-221-5/+2
* | | Avoid overestimating the cost in AStar heuristics.Ferenc Arn2017-05-211-1/+1
* | | Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-2020-1522/+1149
* | | Merge pull request #8829 from supagu/astar-bidirectionalRémi Verschelde2017-05-202-4/+6
|\ \ \
| * | | Added bool to allow astar points to be connected in one direction onlyFabian Mathews2017-05-192-4/+6
| |/ /
* | / Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-191-1/+0
| |/ |/|
* | Merge pull request #8807 from RandomShaper/mq-flush-reentrantRémi Verschelde2017-05-181-6/+9
|\ \
| * | Make MessageQueue::flush() reentrantPedro J. Estébanez2017-05-181-6/+9
| |/
* | Merge pull request #8649 from neikeq/pr-ringbuffer-findRémi Verschelde2017-05-181-0/+26
|\ \
| * | RingBuffer: Adds find() methodIgnacio Etcheverry2017-05-051-0/+26
* | | Fix two typos from previous commitRémi Verschelde2017-05-176-93/+28
* | | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-1723-618/+257
| |/ |/|
* | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day2017-05-122-3/+61
* | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...Marcelo Fernandez2017-05-081-18/+47
* | Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-1/+5
* | Merge pull request #8658 from Faless/explain_out_of_mem_msg_queue_masterRémi Verschelde2017-05-051-4/+6
|\ \
| * | Better explain out of memory error in message queueFabio Alessandrelli2017-05-051-4/+6
| |/
* | Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dirRémi Verschelde2017-05-051-5/+4
|\ \ | |/ |/|
| * Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez2017-05-041-5/+4
* | Rename project file to "project.godot"Rémi Verschelde2017-05-012-19/+19
* | Merge pull request #8572 from akien-mga/thirdpartyRémi Verschelde2017-04-2938-12334/+77
|\ \
| * | Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-281-1/+1
| * | Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde2017-04-282-209/+3
| * | Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-2837-12125/+74
| |/
* / Revert "Use .godot as file extension for project files."Juan Linietsky2017-04-292-61/+14
|/
* Fix recognition of resource extensions.Andreas Haas2017-04-261-1/+1
* Fix wrong fallback for localevolzhs2017-04-261-1/+1
* Merge pull request #8506 from iam13islucky/patch-1Rémi Verschelde2017-04-241-1/+1
|\
| * [3.0] Fix bug in Image::_get_pixelbiam13islucky2017-04-231-1/+1
* | Merge pull request #8469 from Melix19/patch-2Rémi Verschelde2017-04-241-1/+3
|\ \
| * | Update snake_case splittingMarco Melorio2017-04-231-1/+3
| |/
* | Merge pull request #8420 from magyar123/pr-script-files-as-baseRémi Verschelde2017-04-241-0/+1
|\ \
| * | Added the ability to select files as base when creating scriptsmbalint122017-04-151-0/+1
* | | Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-249-42/+151
|\ \ \
| * | | Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-069-42/+151
* | | | Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-1/+1
| |_|/ |/| |
* | | Move VERSION_MKSTRING logic to version.hRémi Verschelde2017-04-203-11/+38
* | | Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-201-1/+2
|\ \ \