summaryrefslogtreecommitdiffstats
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add option to disable automatic multiplayer pollFabio Alessandrelli2018-06-032-1/+18
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-292-138/+12
* | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-292-12/+138
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-262-138/+12
* | Revert #14753, as it is buggy and no longer necessary.Webster Sheets2018-05-241-1/+1
|/
* Merge pull request #18928 from BastiaanOlij/fix_viewport_flagsRémi Verschelde2018-05-162-6/+9
|\
| * Store flags so it isn't lost when viewport isn't setup yetBastiaan Olij2018-05-162-6/+9
* | -New inspector.Juan Linietsky2018-05-153-1/+5
* | Merge pull request #18709 from Faless/multiplayer_docsMax Hilbrunner2018-05-094-54/+54
|\ \
| * | Rename multiplayer_api to just multiplayer.Fabio Alessandrelli2018-05-084-54/+54
| |/
* | Merge pull request #15119 from poke1024/visible-subwindowsJuan Linietsky2018-05-082-5/+54
|\ \
| * | More efficient subwindow handlingBernhard Liebl2017-12-282-5/+54
* | | Merge pull request #15074 from PJB3005/17-12-26-remove_gui_focus_on_visibilit...Juan Linietsky2018-05-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Hiding a control now fires NOTIFICATION_FOCUS_EXIT.PJB30052017-12-261-1/+1
* | | Fix double free for drag preview control in viewportGeequlim2018-05-081-3/+1
* | | Merge pull request #17295 from eon-s/instance-placeholderJuan Linietsky2018-05-072-6/+19
|\ \ \
| * | | Added create_instanceeon-s2018-03-052-6/+19