summaryrefslogtreecommitdiffstats
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22681 from akien-mga/fix-warningsRémi Verschelde2018-10-031-1/+2
|\
| * Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-031-1/+2
* | Fixed error when duplicating node from editor.DualMatrix2018-10-031-5/+7
|/
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+3
* Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde2018-09-271-18/+0
* Merge pull request #22342 from DualMatrix/duplicate_no_funRémi Verschelde2018-09-231-1/+1
|\
| * Fixed duplicating nodes not attaching script in-game with Sync Scene Changes ...DualMatrix2018-09-221-1/+1
* | Merge pull request #22115 from akerudesu/find-parentMax Hilbrunner2018-09-222-0/+16
|\ \ | |/ |/|
| * Added find_parent method to node classUnknown2018-09-152-0/+16
* | Merge pull request #22071 from DualMatrix/preserve_groupRémi Verschelde2018-09-201-0/+12
|\ \ | |/ |/|
| * Made duplicate_and_reown preserve groupsDualMatrix2018-09-141-0/+12
* | Expose "get_modal_stack_top()" to GDScriptMichael Alexsander Silva Dias2018-09-141-0/+2
|/
* Fix non chunked HTTP reading till eof.Fabio Alessandrelli2018-09-121-8/+9
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-129-29/+29
* Ensure that tree_exited signal really happens after tree exited, fixes #19641Juan Linietsky2018-09-073-2/+16
* Improve ClassDB information for some some signal parametersKelly Thomas2018-09-011-3/+3
* Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100Juan Linietsky2018-08-242-0/+14
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-243-21/+5
* Revert "Take CanvasLayer transform into account for 2D physics"Rémi Verschelde2018-08-232-20/+0
* Merge pull request #21245 from RandomShaper/fix-physics-canvas-xformRémi Verschelde2018-08-212-0/+20
|\
| * Take CanvasLayer transform into account for 2D physicsPedro J. Estébanez2018-08-212-0/+20
* | Style: Fix issues that went past CIRémi Verschelde2018-08-211-1/+1
* | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability...Juan Linietsky2018-08-211-3/+3
|/
* Lift 1440 limit in rotation_degrees hint rangeRémi Verschelde2018-08-161-3/+1
* Fix not to show configuration warning on every node has scriptvolzhs2018-08-151-1/+1
* Merge pull request #18096 from aaronfranke/masterJuan Linietsky2018-08-141-1/+1
|\
| * [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* | -Deprecate ImageTexture::loadJuan Linietsky2018-08-141-0/+4
|/
* Fixed process priorityAndrea Catania2018-08-042-7/+1
* Ensure process notification is received only if really enabled, fixes #7894Juan Linietsky2018-07-293-1/+15
* fixed uninitialised variable that was causing menu crash.Ibrahn Sahir2018-07-281-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-6/+6
* Opens the menu with the same parent on mouse focusGuilherme Felipe2018-07-241-1/+28
* Merge pull request #19888 from AndreaCatania/pryJuan Linietsky2018-07-234-5/+49
|\
| * Implemented proceses priorityAndrea Catania2018-07-234-5/+49
* | -Fix tooltips in inspector, now they show as rich text.Juan Linietsky2018-07-202-24/+42
* | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+1
* | Merge pull request #19015 from toger5/fixed_scrolling_with_trackpad_in_new_in...Max Hilbrunner2018-07-051-0/+2
|\ \
| * | fixed scrolling in new ispector when using trackpad pan gesturetoger52018-05-181-0/+2
* | | Fix CORS problems due to added headers on JS targetGagaPete2018-07-041-20/+0
* | | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky2018-07-032-4/+5
* | | Merge pull request #19853 from khairul169/duplicate_bugMax Hilbrunner2018-07-031-1/+1
|\ \ \
| * | | Fix duplicate bugkhairul1692018-06-301-1/+1
| | |/ | |/|
* | | Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-021-0/+5
* | | -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-1/+2
|/ /
* | Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+1
* | Add missing NULL checks for add_child_below_nodeMarcelo Fernandez2018-06-191-0/+4
* | Fix regression with cursor shapeGuilherme Felipe2018-06-071-1/+1
* | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-072-5/+48