summaryrefslogtreecommitdiff
path: root/scene/main
AgeCommit message (Expand)Author
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-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
2017-12-04-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky
2017-12-01Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
2017-11-25Fix crash on node duplicationPedro J. Estébanez
2017-11-25Implement onion skinning for the animation editorPedro J. Estébanez
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-22Merge pull request #13159 from AndreaCatania/rayRémi Verschelde
2017-11-21Node.duplicate(): instanced node's descendants' properties now updateWill Nations
2017-11-21Removed type_mask and fixed some variable nameAndreaCatania
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-21Merge pull request #13132 from Chaosus/preserve_dupsignals_flagsRémi Verschelde
2017-11-21Preserve duplicate signal flagsChaosus
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-19Let SceneTreeDock duplicate nodes via Node::duplicate()Pedro J. Estébanez
2017-11-19Remove out-of-logic assignment of instance's original scenePedro J. Estébanez
2017-11-19Fix duplication of signalsPedro J. Estébanez
2017-11-13fix signals disconnecting on changing target node typeIan
2017-11-13Duplicate signals fixesChaosus