summaryrefslogtreecommitdiffstats
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde2017-02-122-6/+0
|\
| * Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-232-6/+0
* | Ability to delete, drag and drop audio buses!Juan Linietsky2017-01-232-9/+69
* | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-3/+22
|/
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-162-3/+3
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-152-19/+19
* no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-141-5/+5
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-144-7/+7
* Style: Fix whole-line commented codeRémi Verschelde2017-01-144-35/+44
* Renamed call_group to call_group_flags, made call_group without flags the def...Juan Linietsky2017-01-143-27/+84
* Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky2017-01-131-2/+2
* Node name casing: fix mistake from previous commitRémi Verschelde2017-01-131-1/+1
* Reenable node name case setting + code cleanupsRémi Verschelde2017-01-131-7/+4
* Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-131-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-9/+9
* Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky2017-01-121-0/+3
* Project setting to control node name casingRay Koopa2017-01-122-1/+19
* Renamed most signals so they refer to:Juan Linietsky2017-01-121-4/+4
* Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-112-0/+17
* Type renames:Juan Linietsky2017-01-118-66/+66
* - _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky2017-01-107-33/+138
* Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky2017-01-102-19/+95
* -Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky2017-01-092-0/+4
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-1/+0
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-2/+2
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-082-3/+3
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-6/+6
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-074-8/+8
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-053-13/+13
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-13/+19
* Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-031-1/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0216-281/+281
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-027-256/+437
|\
| * WIP particle systemJuan Linietsky2017-01-013-3/+72
| * Fixed many more bugs reported by ValgrindJuan Linietsky2016-12-231-1/+1
| * can bake for omni and spotlightJuan Linietsky2016-12-221-0/+3
| * Instancing is working! (hooray)Juan Linietsky2016-11-221-16/+0
| * working reflection probes!!Juan Linietsky2016-11-191-0/+7
| * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-093-3/+84
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-273-16/+50
| * -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-052-91/+58
| * Begining of GLES3 renderer:Juan Linietsky2016-10-036-179/+215
* | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-022-0/+6
|\ \
| * | Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-132-1/+2
| * | Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-092-0/+5
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0116-16/+16
|/ /
* | Revert "Do not emit NOTIFICATION_READY more than once (breaking change)"Rémi Verschelde2016-11-301-5/+5
* | Merge pull request #7138 from bojidar-bg/ready_guardRémi Verschelde2016-11-282-1/+6
|\ \
| * | Do not emit NOTIFICATION_READY more than once (breaking change)Bojidar Marinov2016-11-171-5/+5