Age | Commit message (Expand) | Author |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-19 | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky |
2017-02-14 | Spinbox: don't ignore double clicks. | Andreas Haas |
2017-02-13 | Merge pull request #7795 from hpvb/rename-md-macro | Rémi Verschelde |
2017-02-13 | Fix compile error with TextureButton | geequlim |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-02-12 | Merge pull request #7769 from GodotExplorer/pr-resizeable-texturebutton_3 | Rémi Verschelde |
2017-02-09 | Add STRETCH_KEEP_ASPECT_COVERED to TextureRect StretchMode | geequlim |
2017-02-03 | Selected text is now deselected on ctrl+home/end | kbake |
2017-02-02 | Fix #7011 ScrollContainer takes into account child's EXPAND flag when scrolli... | Pawel Kowal |
2017-01-28 | Fixed line lenght guideline drawing with color option | Paulb23 |
2017-01-23 | Merge pull request #7604 from RayKoopa/gui_button_style_pressed | Rémi Verschelde |
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky |
2017-01-21 | Respect style boxes for Button states other than "normal" | Ray Koopa |
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Finish renaming *Frame GUI classes to *Rect | Rémi Verschelde |
2017-01-13 | Renamed button functions to be more verboes, same with Range unit value -> ratio | Juan Linietsky |
2017-01-13 | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-12 | some class renames | Juan Linietsky |
2017-01-12 | Added a list of signals to rename, this should become a header eventually | Juan Linietsky |
2017-01-12 | Renamed most signals so they refer to: | Juan Linietsky |
2017-01-11 | Proper inheritance checking when requesting theem resources | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky |
2017-01-10 | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky |
2017-01-10 | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky |
2017-01-09 | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | Juan Linietsky |
2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky |
2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky |
2017-01-08 | Removed ratio anchoring (will have to fix multiple 3D views later..) | Juan Linietsky |
2017-01-08 | Swapped expand and fill flag bits, so scenes don't save this property by default | Juan Linietsky |
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky |
2017-01-08 | Removed the "released" signal from button, it's pointless now that button_dow... | 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-08 | removed unnecesary modulate funtions, which were superseded by self_modulate | Juan Linietsky |
2017-01-08 | Fix code completion for new getnode syntax | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-05 | Editor settings categories are now tidy and beautiful! | Juan Linietsky |
2017-01-05 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-04 | Merge pull request #7431 from MarianoGnu/gles3 | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |