summaryrefslogtreecommitdiff
path: root/scene/main/scene_main_loop.cpp
AgeCommit message (Expand)Author
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14Renamed call_group to call_group_flags, made call_group without flags the def...Juan Linietsky
2017-01-13Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky
2017-01-11Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10- _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky
2017-01-09-Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01WIP particle systemJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-19working reflection probes!!Juan Linietsky
2016-11-09all light types and shadows are working, pending a lot of clean-upJuan Linietsky
2016-10-27PBR more or less working, still working on bringing gizmos backJuan Linietsky
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky
2016-08-22-High Level protocol optimization (should be smaller)Juan Linietsky
2016-08-19Changed API to use sequenced packets for UDP (drop old)Juan Linietsky
2016-08-19Many fixes to networking, demo should work nowJuan Linietsky
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-14Added high level networked multiplayer to Godot.Juan Linietsky
2016-08-06Added an easy API to yield to a specific time by doing:Juan Linietsky
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky
2016-05-27Changed import workflowJuan Linietsky
2016-05-22Real-Time Remote Inspector supportJuan Linietsky
2016-05-17-Added configuration warning system for nodesJuan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-16-Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky
2016-01-05Fix is_node_being_edited() when not building toolsRémi Verschelde
2016-01-02Properly clear/restore current camera when switching scenes. Fixes #2137Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
2015-09-18begin work on debugging collisions....Juan Linietsky
2015-08-02live debug fixesJuan Linietsky
2015-08-02Live edit WORK IN PROGRESSJuan Linietsky
2015-06-12made changing pivot simpler in 2D nodes (just press v with mouse over position)Juan Linietsky
2015-05-17small description improvementJuan Linietsky
2015-05-17added a built-in scene changer API, closes #1928Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-28add : bool Object.is_queued_for_deletion()yg2f
2014-12-07Batch of BugfixesJuan Linietsky
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
2014-10-14ColladaJuan Linietsky
2014-10-12Little BitsJuan Linietsky
2014-09-153D Physics Rework, Other StuffJuan Linietsky