aboutsummaryrefslogtreecommitdiff
path: root/scene/main (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix typos with codespellluz.paz2018-02-213-3/+3
* | | | Clean up some bad words from code commentsArtem Varaksa2018-02-171-1/+1
|/ / /
* | | 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
|/ /
* | Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde2017-12-101-0/+11
|\ \ | |/ |/|
| * fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-101-0/+11
* | Fix mouse position in viewportvolzhs2017-12-101-5/+2
|/
* Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky2017-12-071-0/+3
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-072-2/+4
* Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.Juan Linietsky2017-12-041-2/+2
* -Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky2017-12-042-2/+10
* Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev2017-12-011-1/+1
* Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-262-6/+7
|\
| * Implement onion skinning for the animation editorPedro J. Estébanez2017-11-252-6/+7