summaryrefslogtreecommitdiffstats
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix crash on node duplicationPedro J. Estébanez2017-11-251-3/+9
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-252-5/+5
|/
* Merge pull request #13159 from AndreaCatania/rayRémi Verschelde2017-11-221-3/+3
|\
| * Removed type_mask and fixed some variable nameAndreaCatania2017-11-211-3/+3
* | Node.duplicate(): instanced node's descendants' properties now updateWill Nations2017-11-211-21/+43
* | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-212-15/+24
|\ \ | |/ |/|
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-212-15/+24
* | Merge pull request #13132 from Chaosus/preserve_dupsignals_flagsRémi Verschelde2017-11-211-1/+1
|\ \
| * | Preserve duplicate signal flagsChaosus2017-11-211-1/+1
* | | Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+24
|/ /
* | Let SceneTreeDock duplicate nodes via Node::duplicate()Pedro J. Estébanez2017-11-192-5/+43
* | Remove out-of-logic assignment of instance's original scenePedro J. Estébanez2017-11-191-4/+0