Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-10 | Revise serial naming behavior | Pedro J. Estébanez | |
2016-10-08 | Refactor node naming APIs used by editor | Pedro J. Estébanez | |
Make 'name_num_separator' a project setting Make all node operations separator-aware | |||
2016-09-07 | Renamed the bind_native functions to bind_vararg, should make it show the ↵ | Juan Linietsky | |
documentation more clearly and also make it easier to bind to C# | |||
2016-08-19 | Brand new networked multiplayer | Juan Linietsky | |
2016-08-14 | Added high level networked multiplayer to Godot. | Juan Linietsky | |
It's complete, but absolutely and completely untested, undocumented and NSFW. Have fun :-) | |||
2016-07-19 | WIP bugfix for existing connections | Juan Linietsky | |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-06 | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | |
2016-06-28 | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | |
2016-06-21 | Make return type explicit. | Saracen | |
2016-06-20 | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | |
2016-06-13 | Better error text when trying to add/remove/move child nodes in a busy ↵ | Juan Linietsky | |
parent, closes #4838 | |||
2016-06-09 | Preserve signal connections when replacing the target node | Ignacio Etcheverry | |
2016-06-07 | -Heavily improved editor startup and exit performance | Juan Linietsky | |
2016-06-04 | Created a NodeDock with signals and groups | Juan Linietsky | |
2016-05-17 | -Added configuration warning system for nodes | Juan Linietsky | |
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||
2016-05-13 | Node duplication positions under duplicated node, issue 964 | Paulb23 | |
2016-05-11 | -begun implementing drag & drop editor wide | Juan Linietsky | |
-filesystem dock dnd support -property list dnd support -scene tree dnd support | |||
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry | |
2016-04-12 | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | |
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-01-22 | -make sure instance placeholder works with duplicate(), fixes #3378 | Juan Linietsky | |
2016-01-20 | duplicate groups and signals | hondres | |
2016-01-03 | forgot to bind NOTIFICATION_INSTANCED, closes #2261 | Juan Linietsky | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-29 | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz | |
2015-12-29 | -restrict gui root from being removed while performing input, fixes #2578 | reduz | |
2015-12-28 | Ability to set autoloads as singleton global variables | reduz | |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde | |
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). | |||
2015-12-08 | better unique name resolution, as suggested i #3017 | Juan Linietsky | |
2015-12-08 | added option to add_child, to use the same deduplication convention as in ↵ | Juan Linietsky | |
the editor, closes #3017 | |||
2015-11-14 | windows crash and bind placeholder method | Ariel Manzur | |
2015-10-17 | Merge pull request #2556 from volzhs/fix_miss_bind_findnode | Juan Linietsky | |
fix miss bind for Node::find_node | |||
2015-10-16 | -fixes and more fixes to new scene system, seems stable now.. | reduz | |
BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!! | |||
2015-10-10 | Large improvements on scene packing and management | reduz | |
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes | |||
2015-09-30 | fix miss bind for Node::find_node | volzhs | |
2015-08-02 | live debug fixes | Juan Linietsky | |
removing node in live debugging fixed | |||
2015-08-02 | Live edit WORK IN PROGRESS | Juan Linietsky | |
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. | |||
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | |
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. | |||
2015-06-22 | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | |
-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 | |||
2015-06-14 | missing changes | Juan Linietsky | |
2015-06-08 | Added Node.find_node(mask) function | Juan Linietsky | |
by popular request | |||
2015-05-10 | -convert to subscene keeps signal connections, fixes #1863 | Juan Linietsky | |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-04-09 | -function remove_and_delete_child removed. Just use child.free() or ↵ | Juan Linietsky | |
child.queue_free() instead. Fixes #1603 | |||
2014-12-28 | Add Stop pause mode implementation | marynate | |
2014-12-16 | New Code Completion | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=- -Massive improvement to code completion -Argument hinting for functions If you manage to out-smart the code-completion in a situation where completion should be possible to guess, let me know. Please enter the commit message for your changes. Lines starting | |||
2014-12-03 | use tab instead of space | quabug | |
2014-12-03 | Add move_child_notify method in Node class | quabug | |
2014-11-05 | SceneMainLoop -> SceneTree | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around |