Age | Commit message (Expand) | Author |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky |
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-08-28 | Merge pull request #6249 from volzhs/issue-6121 | Rémi Verschelde |
2016-08-28 | Show last added action on Input Map and implement InputEvent "==" | volzhs |
2016-08-04 | Device Input dialog now uses containers | Ignacio Etcheverry |
2016-07-27 | Project Settings: Use containers for the Input Map tab content | Ignacio Etcheverry |
2016-07-10 | Merge pull request #5584 from TheHX/project-settings | Juan Linietsky |
2016-07-07 | Implement undo/redo for adding and deleting global properties | Franklin Sobrinho |
2016-07-04 | Added drag and drop to rearrange the autoload order | Franklin Sobrinho |
2016-06-06 | Merge pull request #4824 from 29jm/pr-3481 | Juan Linietsky |
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky |
2016-05-30 | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer |
2016-05-29 | Set more visible string to translatable | Geequlim |
2016-05-27 | Ability to rename autoloads | Johan Manuel |
2016-05-21 | i18n: Second pass at proofreading | Rémi Verschelde |
2016-05-21 | i18n: Proofreading of all strings | Rémi Verschelde |
2016-05-03 | Modified editor strings to be translatable in the future | Juan Linietsky |
2016-04-28 | More precise InputMap Axis descriptions in project settings. | Hinsbart |
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky |
2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-03-06 | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho |
2016-02-27 | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky |
2016-02-13 | Rename input actions by editing its item in the list | Ignacio Etcheverry |
2016-02-11 | fix joystick related label text in project settings | hondres |
2016-02-02 | Merge pull request #3560 from Hinsbart/axis_names | punto- |
2016-02-03 | fix joystick axis names in project settings | hondres |
2016-02-02 | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky |
2016-02-02 | -make autoloads keep order when toggling singleton, fixes #3482 | Juan Linietsky |
2016-02-02 | -Made Joystick menus friendlier, show button index, more up to date names and... | Juan Linietsky |
2016-01-31 | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky |
2016-01-28 | fix dpad left/right not showing correctly in project settings | hondres |
2016-01-23 | Revert "Better search for SectionedPropertyEditor, added "All" section" | Juan Linietsky |
2016-01-12 | Better search for SectionedPropertyEditor, added "All" section | Franklin Sobrinho |
2016-01-10 | -Project settings can properly add/remove properties again, fixes #3177 | Juan Linietsky |
2016-01-03 | small usability improvement, change everything related to resolution and scal... | Juan Linietsky |
2016-01-03 | having active items is pointless in input map | Juan Linietsky |
2016-01-02 | proper joy axis support as actions, can be configured and inquired, fixes #2317 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-28 | Fix proper ordering of project settings properties, also fixes inability to c... | reduz |