| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -4960/+0 |
| * | Implement single-field property change for multinode edit | Pedro J. Estébanez | 2017-03-02 | 1 | -80/+110 |
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -1/+3 |
| * | Add menu item for file resources in the inspector to reveal them in the FileS... | Ray Koopa | 2017-02-27 | 1 | -4/+16 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -2/+2 |
| * | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky | 2017-02-19 | 1 | -1/+1 |
| * | -begin of export work, not done yet | Juan Linietsky | 2017-02-15 | 1 | -3/+3 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -3/+3 |
| * | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 1 | -11/+29 |
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -4/+4 |
| * | Merge pull request #7542 from volzhs/modulate-transparency | Rémi Verschelde | 2017-01-25 | 1 | -2/+22 |
| |\ |
|
| | * | Show transparency and accurate color for modulate | volzhs | 2017-01-24 | 1 | -2/+22 |
| * | | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky | 2017-01-20 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 1 | -2/+2 |
| * | | | Added some missing icons and modified others | Daniel J. Ramirez | 2017-01-16 | 1 | -1/+1 |
| |/ / |
|
| * | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -1/+2 |
| |/ |
|
| * | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -12/+14 |
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | some class renames | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
| * | Renamed most signals so they refer to: | Juan Linietsky | 2017-01-12 | 1 | -2/+2 |
| * | Merge pull request #6930 from bojidar-bg/gdscript-export-array-hint | Rémi Verschelde | 2017-01-11 | 1 | -4/+24 |
| |\ |
|
| | * | Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit) | Bojidar Marinov | 2016-10-26 | 1 | -4/+24 |
| * | | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -54/+54 |
| * | | It is now possible to name layers of different kinds! | Juan Linietsky | 2017-01-10 | 1 | -18/+49 |
| * | | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky | 2017-01-10 | 1 | -1/+42 |
| * | | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 1 | -6/+9 |
| * | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -48/+101 |
| * | | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -2/+2 |
| * | | Begin modifying properties to make them more friendly to script and doc. | Juan Linietsky | 2017-01-03 | 1 | -4/+31 |
| * | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -64/+64 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ |
|
| * | Possibility to write node path by hand in exported NodePath variable (#3486) | Mateusz Adamczyk | 2016-10-11 | 1 | -2/+14 |
| * | Allow step for integer properties | Pedro J. Estébanez | 2016-10-10 | 1 | -6/+6 |
| * | Merge pull request #6554 from pkowal1982/propertyeditortooltips | Rémi Verschelde | 2016-10-03 | 1 | -0/+2 |
| |\ |
|
| | * | Show True/False tooltip in property editor for bool values | Pawel Kowal | 2016-09-19 | 1 | -0/+2 |
| * | | Fix typo for word_wrap | volzhs | 2016-09-30 | 1 | -2/+2 |
| |/ |
|
| * | Modified resource menu for node scripts so it always goes through the new scr... | Juan Linietsky | 2016-09-12 | 1 | -2/+10 |
| * | Do not expose resource/ properties in sectioned property editor, closes #6396 | Juan Linietsky | 2016-09-06 | 1 | -1/+1 |
| * | -Reworked constant nodes better | Juan Linietsky | 2016-08-31 | 1 | -1/+19 |
| * | Merge pull request #6188 from TheHX/undo-redo | Rémi Verschelde | 2016-08-29 | 1 | -1/+1 |
| |\ |
|
| | * | Implemented UndoRedo mergeable modes | Franklin Sobrinho | 2016-08-17 | 1 | -1/+1 |
| * | | Even more work on visual script editor: | Juan Linietsky | 2016-08-26 | 1 | -0/+34 |
| * | | More visual script work | Juan Linietsky | 2016-08-25 | 1 | -0/+1 |
| * | | tiny bug fix | Juan Linietsky | 2016-08-23 | 1 | -0/+1 |
| * | | Proper function/property selection in visual script editing for property. | Juan Linietsky | 2016-08-23 | 1 | -0/+138 |
| |/ |
|
| * | Added a simpler way to do sub-functions in both visual and gdscript with the ... | Juan Linietsky | 2016-08-08 | 1 | -0/+4 |