| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -1603/+0 |
| * | Make Editor, Export and Project settings dialogs resizable and store their bo... | Ray Koopa | 2017-03-03 | 1 | -24/+33 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| * | Merge pull request #7792 from Hinsbart/inputmap_fixes | Rémi Verschelde | 2017-02-14 | 1 | -4/+10 |
| |\ |
|
| | * | ProjectSettings: InputMap dialog fixes | Andreas Haas | 2017-02-13 | 1 | -4/+10 |
| * | | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -33/+33 |
| |/ |
|
| * | Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.x | Juan Linietsky | 2017-02-04 | 1 | -1/+1 |
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -2/+2 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -2/+2 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+1 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -2/+2 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -8/+8 |
| * | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -2/+2 |
| * | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -12/+12 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -109/+71 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -5/+5 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -33/+33 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Merge pull request #6249 from volzhs/issue-6121 | Rémi Verschelde | 2016-08-28 | 1 | -1/+29 |
| |\ |
|
| | * | Show last added action on Input Map and implement InputEvent "==" | volzhs | 2016-08-28 | 1 | -1/+29 |
| * | | Device Input dialog now uses containers | Ignacio Etcheverry | 2016-08-04 | 1 | -20/+22 |
| |/ |
|
| * | Project Settings: Use containers for the Input Map tab content | Ignacio Etcheverry | 2016-07-27 | 1 | -16/+17 |
| * | Merge pull request #5584 from TheHX/project-settings | Juan Linietsky | 2016-07-10 | 1 | -5/+31 |
| |\ |
|
| | * | Implement undo/redo for adding and deleting global properties | Franklin Sobrinho | 2016-07-07 | 1 | -5/+31 |
| * | | Added drag and drop to rearrange the autoload order | Franklin Sobrinho | 2016-07-04 | 1 | -388/+5 |
| |/ |
|
| * | Merge pull request #4824 from 29jm/pr-3481 | Juan Linietsky | 2016-06-06 | 1 | -21/+101 |
| |\ |
|
| | * | Ability to rename autoloads | Johan Manuel | 2016-05-27 | 1 | -21/+101 |
| * | | -customizable shortcuts in editor | Juan Linietsky | 2016-06-04 | 1 | -1/+1 |
| * | | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer | 2016-05-30 | 1 | -4/+4 |
| * | | Set more visible string to translatable | Geequlim | 2016-05-29 | 1 | -2/+2 |
| |/ |
|
| * | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -3/+3 |
| * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -15/+15 |
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -96/+96 |
| * | More precise InputMap Axis descriptions in project settings. | Hinsbart | 2016-04-28 | 1 | -24/+18 |
| * | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 1 | -1/+6 |
| * | fix two reading uninitialized pointers | Hubert Jarosz | 2016-03-09 | 1 | -1/+1 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -2/+2 |
| * | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho | 2016-03-06 | 1 | -11/+20 |
| * | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | 2016-02-27 | 1 | -0/+12 |
| * | Rename input actions by editing its item in the list | Ignacio Etcheverry | 2016-02-13 | 1 | -72/+55 |
| * | fix joystick related label text in project settings | hondres | 2016-02-11 | 1 | -2/+2 |
| * | Merge pull request #3560 from Hinsbart/axis_names | punto- | 2016-02-02 | 1 | -6/+17 |
| |\ |
|
| | * | fix joystick axis names in project settings | hondres | 2016-02-03 | 1 | -6/+17 |
| * | | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky | 2016-02-02 | 1 | -1/+1 |
| |/ |
|
| * | -make autoloads keep order when toggling singleton, fixes #3482 | Juan Linietsky | 2016-02-02 | 1 | -0/+3 |
| * | -Made Joystick menus friendlier, show button index, more up to date names and... | Juan Linietsky | 2016-02-02 | 1 | -10/+22 |
| * | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky | 2016-01-31 | 1 | -0/+2 |
| * | fix dpad left/right not showing correctly in project settings | hondres | 2016-01-28 | 1 | -1/+1 |