summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Input: bind parse_input_event()Andreas Haas2017-03-191-1/+2
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0533-2607/+2225
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-0526-26/+32
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-3/+3
* Implements modules documentsGeequlim2017-03-041-0/+11
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-2/+2
* Merge pull request #7862 from Hinsbart/joypad_connectionsRémi Verschelde2017-02-262-0/+16
|\
| * Better handling of joypad device IDs.Andreas Haas2017-02-262-0/+16
* | Merge pull request #7851 from shlomif/fix-some-compilation-warningsRémi Verschelde2017-02-261-1/+0
|\ \ | |/ |/|
| * Fix some compilation warnings.Shlomi Fish2017-02-211-1/+0
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-212-2/+2
|/
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-132-3/+3
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-5/+1
* Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky2017-02-041-3/+3
* Merge pull request #7649 from Faless/fix_input_masterRémi Verschelde2017-02-021-9/+6
|\
| * Keyboard Input modifiers do not block actions.Fabio Alessandrelli2017-01-251-9/+6
* | Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-31/+0
* | Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-9/+2
|/
* Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-0/+1
* Ability to delete, drag and drop audio buses!Juan Linietsky2017-01-231-1/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-165-9/+9
* Style: No break before list braceRémi Verschelde2017-01-161-2/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-153-12/+20
* fixed to 2D physics, makes it work againJuan Linietsky2017-01-152-5/+15
* no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-141-0/+1
* Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde2017-01-152-0/+17
|\
| * Added support for getting gravity vector from iOSBastiaanOlij2017-01-122-0/+17
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-149-34/+38
* | Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-141-1/+1
* | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* | rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-132-2/+2
* | Reenable node name case setting + code cleanupsRémi Verschelde2017-01-131-1/+1
* | Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-133-31/+39
|/
* Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-111-0/+2
* Type renames:Juan Linietsky2017-01-115-27/+27
* More fixes to Joypad renaming.Andreas Haas2017-01-081-6/+6
* Move tests again from core to mainRémi Verschelde2017-01-0829-1/+6206
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-082-25/+25
* Move core engine tests to core/Rémi Verschelde2017-01-081-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-3/+3
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-2/+2
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-81/+83
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-024-17/+17
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-028-24/+44
|\
| * Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-1/+22
| |\
| | * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-091-1/+22
| * | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-017-8/+8
| * | Merge pull request #6862 from Faless/fix_6388Rémi Verschelde2016-11-111-7/+7
| |\ \
| | * | Fix Keyboard Input Hangs when using modifiersFabio Alessandrelli2016-10-191-7/+7