aboutsummaryrefslogtreecommitdiff
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* Fix double free for drag preview control in viewportGeequlim2018-05-131-3/+1
* Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0Hein-Pieter van Braam2018-05-131-0/+8
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-0/+8
* | Hand-merge API hash fixes #18514Hein-Pieter van Braam2018-04-294-16/+12
* | Fix oversampled font artifacts after resizeRuslan Mustakov2018-04-281-3/+3
* | FIX Windows enter/exit mouse notificationsRanoller2018-04-141-0/+2
* | Made print_tree_pretty() function which displays scene tree graphicallyGeoffrey2018-04-142-4/+20
|/
* Viewport: Fix missing tooltips w/ disabled physics object pickingRémi Verschelde2018-03-031-9/+18
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-03-011-0/+1
* Refactor version macros and fix related bugsRémi Verschelde2018-02-241-1/+1
* Clean up some bad words from code commentsArtem Varaksa2018-02-221-1/+1
* Fix typos with codespellluz.paz2018-02-223-3/+3
* Remove obsolete Viewport _update_rect() codeRémi Verschelde2018-01-182-133/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-5/+5
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-121-1/+4
* Bind many more properties to scriptsBojidar Marinov2018-01-128-5/+37
* Fixed crash on duplicate GIProbe bakingAndreaCatania2018-01-111-1/+10
* Fix typo in new stringsPoommetee Ketson2018-01-061-1/+1
* Force button release when window focuses out, fixes #15318 and likely many ot...Juan Linietsky2018-01-051-5/+16
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0516-1/+16
* Merge pull request #15192 from volzhs/expose-quit-on-go-backRémi Verschelde2018-01-031-0/+1
|\
| * Bind SceneTree::set_quit_on_go_back() to gdscriptvolzhs2017-12-301-0/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-0116-32/+32
* | Merge pull request #14953 from poke1024/fix-toolbar-gestureNoshyaar2018-01-011-0/+2
|\ \ | |/ |/|
| * Hide tooltip on gesture inputBernhard Liebl2017-12-221-0/+2
* | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-271-2/+2
|\ \
| * | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-2/+2
| |/
* | Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky2017-12-261-1/+2
|\ \
| * | Fix crash from move_child at saving scenevolzhs2017-12-251-1/+2
| |/
* | Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-264-18/+9
* | Merge pull request #14899 from volzhs/render-quality-optionNoshyaar2017-12-251-1/+1
|\ \
| * | Respect HDR optionvolzhs2017-12-211-1/+1
* | | Merge pull request #14753 from NathanWarden/mouse_button_fixNoshyaar2017-12-251-1/+1
|\ \ \ | |_|/ |/| |
| * | Fixed a bug where mouse button focus breaks when using multiple buttons at once.Nathan Warden2017-12-161-1/+1
* | | -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-211-3/+6
* | | Fixed wrong Project Settings direction on an error message.Michael Alexsander Silva Dias2017-12-201-1/+1
* | | properly send mouse released event when grabbing modal focus, fixes #14854Juan Linietsky2017-12-201-1/+11
| |/ |/|
* | Make dynamic font oversampling fully dynamic.Juan Linietsky2017-12-191-0/+1
* | Added font oversampling supportJuan Linietsky2017-12-192-0/+29
* | Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky2017-12-191-1/+6
* | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-2/+2
|\ \ | |/ |/|
| * Dictionary::copy -> ::duplicateWill Nations2017-12-171-2/+2
* | Revert "Fix mouse button release not sent to gui_input if it's different from...Juan Linietsky2017-12-161-2/+1
* | Improve duplication and saving of instanced scenesMatthias Hoelzl2017-12-161-2/+36
|/
* Merge pull request #14484 from Zylann/fix_mouse_focus_button_releaseRémi Verschelde2017-12-161-1/+2
|\
| * Fix mouse button release not sent to gui_input if it's different from the but...Marc Gilleron2017-12-101-1/+2
* | Fixes oversized tooltip labels (issue 14570)Bernhard Liebl2017-12-151-1/+1
* | Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde2017-12-152-46/+27
|\ \
| * | HTTP cleanup & better defaultsmhilbrunner2017-12-142-46/+27
* | | -Add lightmapperJuan Linietsky2017-12-141-1/+1
|/ /