aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-0849-416/+416
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-087-16/+9
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-08117-224/+229
* Dictionary keys are now sorted by insertion orderJuan Linietsky2017-01-082-13/+89
* x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde2017-01-081-2/+13
* i18n: Add support for Scots (sco) languageRémi Verschelde2017-01-081-0/+1
* removed unnecesary modulate funtions, which were superseded by self_modulateJuan Linietsky2017-01-089-82/+26
* Use more compatible initializarion of RWLockPosixJuan Linietsky2017-01-081-1/+2
* Added missing readers writers lock to windows, should compile and run again..Juan Linietsky2017-01-083-0/+111
* fixes compilation in windows?Juan Linietsky2017-01-081-14/+2
* Move core engine tests to core/Rémi Verschelde2017-01-0831-9/+4
* Fix codeblock tag in classes.xml for EditorSettingsEmmanuel Leblond2017-01-081-9/+11
* i18n: Sync templates with current codeRémi Verschelde2017-01-0831-951/+2522
* i18n: Sync translations with WeblateRémi Verschelde2017-01-0813-16543/+3219
* Fix code completion for new getnode syntaxJuan Linietsky2017-01-084-8/+37
* -Fix bugs related to PoolVector crashesJuan Linietsky2017-01-085-5/+124
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-07257-3095/+2783
* Remove bundled glew, obsoleted by gladRémi Verschelde2017-01-069-47351/+1
* glad: Update to upstream 0.1.13a0Rémi Verschelde2017-01-063-10/+22
* Move glad files to thirdparty dirRémi Verschelde2017-01-067-28/+13
* Merge pull request #7440 from akien-mga/thirdparty-updatesRémi Verschelde2017-01-0637-893/+3690
|\
| * opus: Update to upstream libopus 1.1.3Rémi Verschelde2017-01-0510-77/+238
| * zlib: Update to upstream 1.2.10Rémi Verschelde2017-01-0522-758/+3406
| * libpng: Update to upstream 1.6.28Rémi Verschelde2017-01-057-58/+46
* | -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-0618-1121/+336
* | Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-0547-530/+545
|/
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-0517-129/+93
|\
| * Merge pull request #7429 from BastiaanOlij/glew3-osxRémi Verschelde2017-01-058-26/+52
| |\
| | * Enabled code that requests an OpenGL 3 context.BastiaanOlij2017-01-052-9/+3
| | * First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij2017-01-047-17/+49
| * | Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky2017-01-049-103/+41
| |\ \
| | * | Fix Color PickerMariano Suligoy2016-10-199-103/+41
* | | | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-05109-789/+847
|/ / /
* | / -GDScript support for accessing properties directlyJuan Linietsky2017-01-049-69/+320
| |/ |/|
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-0418-138/+217
|\ \
| * \ Merge pull request #6865 from tagcup/godot_issue_6816Juan Linietsky2017-01-0316-135/+211
| |\ \
| | * | Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn2017-01-0316-135/+211
| |/ /
| * | Merge pull request #7422 from lonesurvivor/masterRémi Verschelde2017-01-031-1/+4
| |\ \
| | * | Improvement to y_sort: make clear which item has to be drawn firstlonesurvivor2017-01-031-1/+4
| * | | Travis: Disable OSX and iOS temporarilyRémi Verschelde2017-01-031-2/+2
| |/ /
* / / -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-04105-1023/+1857
|/ /
* | Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-0316-598/+128
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-02751-7810/+8046
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-021978-30597/+187787
|\ \
| * | Bump version to 3.0-alphaRémi Verschelde2017-01-021-2/+2
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-02287-17251/+58828
| |\ \
| | * | fix stupid bug in light downscaling for GI ProbeJuan Linietsky2017-01-021-3/+6
| | * | Add a metallic modeJuan Linietsky2017-01-022-5/+82
| | * | WIP particle systemJuan Linietsky2017-01-0122-151/+664
| | * | Some fixes and clean upsJuan Linietsky2016-12-3111-25/+141