| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | 2017-01-05 | 1 | -3/+3 | |
| | | | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | |||||
| * | Begin modifying properties to make them more friendly to script and doc. | Juan Linietsky | 2017-01-03 | 1 | -1/+2 | |
| | | ||||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -84/+84 | |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||||
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -2/+8 | |
| |\ | | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :) | |||||
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working | |||||
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||||
| * | | Revert "Do not emit NOTIFICATION_READY more than once (breaking change)" | Rémi Verschelde | 2016-11-30 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | This reverts commit b6eab006dbd21d25a664486809109fffa9533124. This commit broke compatibility in an undesired way, as outlined in https://github.com/godotengine/godot/issues/3290#issuecomment-263388003 | |||||
| * | | Do not emit NOTIFICATION_READY more than once (breaking change) | Bojidar Marinov | 2016-11-17 | 1 | -5/+5 | |
| | | | | | | | | | Currently, there is no notification with the old behaviour, so probably breaks all cpp code relying on that notification as well. | |||||
| * | | Guard agains duplicate calling of _ready when instanced in _enter_tree | Bojidar Marinov | 2016-11-17 | 1 | -1/+5 | |
| | | | | | | | | | Fixes #6005 | |||||
| * | | Keep groups when replacing nodes | Ignacio Etcheverry | 2016-11-03 | 1 | -0/+6 | |
| | | | ||||||
| * | | Revise serial naming behavior | Pedro J. Estébanez | 2016-10-10 | 1 | -9/+22 | |
| | | | ||||||
| * | | Refactor node naming APIs used by editor | Pedro J. Estébanez | 2016-10-08 | 1 | -77/+68 | |
| |/ | | | | | Make 'name_num_separator' a project setting Make all node operations separator-aware | |||||
| * | Renamed the bind_native functions to bind_vararg, should make it show the ↵ | Juan Linietsky | 2016-09-07 | 1 | -5/+5 | |
| | | | | | documentation more clearly and also make it easier to bind to C# | |||||
| * | Brand new networked multiplayer | Juan Linietsky | 2016-08-19 | 1 | -50/+506 | |
| | | ||||||
| * | Added high level networked multiplayer to Godot. | Juan Linietsky | 2016-08-14 | 1 | -1/+260 | |
| | | | | | | It's complete, but absolutely and completely untested, undocumented and NSFW. Have fun :-) | |||||
| * | WIP bugfix for existing connections | Juan Linietsky | 2016-07-19 | 1 | -0/+32 | |
| | | ||||||
| * | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -1/+0 | |
| | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||||
| * | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | 2016-07-06 | 1 | -3/+19 | |
| | | ||||||
| * | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | 2016-06-28 | 1 | -0/+14 | |
| | | ||||||
| * | Make return type explicit. | Saracen | 2016-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | 2016-06-20 | 1 | -0/+4 | |
| | | ||||||
| * | Better error text when trying to add/remove/move child nodes in a busy ↵ | Juan Linietsky | 2016-06-13 | 1 | -2/+15 | |
| | | | | | parent, closes #4838 | |||||
| * | Preserve signal connections when replacing the target node | Ignacio Etcheverry | 2016-06-09 | 1 | -0/+16 | |
| | | ||||||
| * | -Heavily improved editor startup and exit performance | Juan Linietsky | 2016-06-07 | 1 | -24/+27 | |
| | | ||||||
| * | Created a NodeDock with signals and groups | Juan Linietsky | 2016-06-04 | 1 | -0/+12 | |
| | | ||||||
| * | -Added configuration warning system for nodes | Juan Linietsky | 2016-05-17 | 1 | -0/+21 | |
| | | | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||||
| * | Node duplication positions under duplicated node, issue 964 | Paulb23 | 2016-05-13 | 1 | -0/+12 | |
| | | ||||||
| * | -begun implementing drag & drop editor wide | Juan Linietsky | 2016-05-11 | 1 | -0/+2 | |
| | | | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support | |||||
| * | Fix wrong return and argument types in documentation | Ignacio Etcheverry | 2016-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | 2016-04-12 | 1 | -0/+10 | |
| | | ||||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -163/+163 | |
| | | ||||||
| * | -make sure instance placeholder works with duplicate(), fixes #3378 | Juan Linietsky | 2016-01-22 | 1 | -1/+9 | |
| | | ||||||
| * | duplicate groups and signals | hondres | 2016-01-20 | 1 | -0/+9 | |
| | | ||||||
| * | forgot to bind NOTIFICATION_INSTANCED, closes #2261 | Juan Linietsky | 2016-01-03 | 1 | -0/+2 | |
| | | ||||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz | 2015-12-29 | 1 | -1/+1 | |
| | | ||||||
| * | -restrict gui root from being removed while performing input, fixes #2578 | reduz | 2015-12-29 | 1 | -0/+1 | |
| | | ||||||
| * | Ability to set autoloads as singleton global variables | reduz | 2015-12-28 | 1 | -1/+4 | |
| | | ||||||
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -1/+1 | |
| | | | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place). | |||||
| * | better unique name resolution, as suggested i #3017 | Juan Linietsky | 2015-12-08 | 1 | -5/+1 | |
| | | ||||||
| * | added option to add_child, to use the same deduplication convention as in ↵ | Juan Linietsky | 2015-12-08 | 1 | -7/+10 | |
| | | | | | the editor, closes #3017 | |||||
| * | windows crash and bind placeholder method | Ariel Manzur | 2015-11-14 | 1 | -0/+4 | |
| | | ||||||
| * | Merge pull request #2556 from volzhs/fix_miss_bind_findnode | Juan Linietsky | 2015-10-17 | 1 | -1/+1 | |
| |\ | | | | | fix miss bind for Node::find_node | |||||
| | * | fix miss bind for Node::find_node | volzhs | 2015-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | -fixes and more fixes to new scene system, seems stable now.. | reduz | 2015-10-16 | 1 | -4/+8 | |
| | | | | | | | | | BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!! | |||||
| * | | Large improvements on scene packing and management | reduz | 2015-10-10 | 1 | -2/+62 | |
| |/ | | | | | -Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes | |||||
| * | live debug fixes | Juan Linietsky | 2015-08-02 | 1 | -0/+9 | |
| | | | | | removing node in live debugging fixed | |||||
| * | Live edit WORK IN PROGRESS | Juan Linietsky | 2015-08-02 | 1 | -9/+92 | |
| | | | | | | | | | | | 1) press the heart while the game is running 2) select a scene to live edit from the opened scenes 3) edit/add/remove nodes or resources, change their properties, etc. 4) watch changes reflected in running game, in all places this scene is edited 5) It's not perfect obviously, but the aim of it is to try to reflect your changes as best as possible in the running game. | |||||
| * | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | 2015-06-29 | 1 | -1/+1 | |
| | | | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report. | |||||
| * | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | 2015-06-22 | 1 | -0/+10 | |
| | | | | | | | | | | | | -ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene | |||||
