summaryrefslogtreecommitdiff
path: root/scene/main
AgeCommit message (Expand)Author
2018-03-03FIX Windows enter/exit mouse notificationsRanoller
2018-03-01Viewport: Fix missing tooltips w/ disabled physics object pickingRémi Verschelde
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-23Refactor version macros and fix related bugsRémi Verschelde
2018-02-21Fix typos with codespellluz.paz
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-01-18Remove obsolete Viewport _update_rect() codeRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Fixed crash on duplicate GIProbe bakingAndreaCatania
2018-01-06Fix typo in new stringsPoommetee Ketson
2018-01-05Force button release when window focuses out, fixes #15318 and likely many ot...Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15192 from volzhs/expose-quit-on-go-backRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #14953 from poke1024/fix-toolbar-gestureNoshyaar
2017-12-30Bind SceneTree::set_quit_on_go_back() to gdscriptvolzhs
2017-12-27Merge pull request #14996 from neikeq/enums-monoNoshyaar
2017-12-26Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-25Merge pull request #14899 from volzhs/render-quality-optionNoshyaar
2017-12-25Merge pull request #14753 from NathanWarden/mouse_button_fixNoshyaar
2017-12-25Fix crash from move_child at saving scenevolzhs
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry
2017-12-22Hide tooltip on gesture inputBernhard Liebl
2017-12-21-Make capture dependent on a cell size, not subdivision.Juan Linietsky
2017-12-21Respect HDR optionvolzhs
2017-12-20Fixed wrong Project Settings direction on an error message.Michael Alexsander Silva Dias
2017-12-20properly send mouse released event when grabbing modal focus, fixes #14854Juan Linietsky
2017-12-19Make dynamic font oversampling fully dynamic.Juan Linietsky
2017-12-19Added font oversampling supportJuan Linietsky
2017-12-19Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-16Fixed a bug where mouse button focus breaks when using multiple buttons at once.Nathan Warden
2017-12-16Revert "Fix mouse button release not sent to gui_input if it's different from...Juan Linietsky
2017-12-16Improve duplication and saving of instanced scenesMatthias Hoelzl
2017-12-16Merge pull request #14484 from Zylann/fix_mouse_focus_button_releaseRémi Verschelde
2017-12-15Fixes oversized tooltip labels (issue 14570)Bernhard Liebl
2017-12-15Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-14HTTP cleanup & better defaultsmhilbrunner
2017-12-10Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde
2017-12-10fix certain popup close clicks with popup buttonsBernhard Liebl
2017-12-10Fix mouse button release not sent to gui_input if it's different from the but...Marc Gilleron
2017-12-10Fix mouse position in viewportvolzhs
2017-12-07Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-04Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.Juan Linietsky