summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8759 from AlexHoratio/masterRémi Verschelde2017-05-151-0/+5
|\
| * Fixed #8526, popup menu width now responds to submenu iconAlexHoratio2017-05-141-0/+5
* | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day2017-05-121-2/+2
|/
* RayCast2D: fix detached arrow tipPoommetee Ketson2017-05-081-4/+4
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-078-23/+61
* Fix bug in pause mode propagationFabio Alessandrelli2017-05-061-1/+1
* Tree: Clear search string on selection.Andreas Haas2017-05-041-0/+2
* LineEdit: fix placeholder text affected by secretPoommetee Ketson2017-05-031-2/+2
* Fix #8617 WindowDialog with custom panel background crashes godotMarc Gilleron2017-05-021-13/+17
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-288-5308/+21
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-282-2/+7
* Fix theme_data.h formatting via make_header.pyRémi Verschelde2017-04-272-352/+232
* Merge pull request #8520 from Hinsbart/tree_tooltipsRémi Verschelde2017-04-272-3/+19
|\
| * Tree: Ability to add tooltips to TreeItem buttons.Andreas Haas2017-04-262-3/+19
* | Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-27168-352/+5315
|/
* Revert " 3.0 recompute_aabb on add_surface"Ramesh Ravone2017-04-261-2/+0
* Merge pull request #8538 from RameshRavone/patch-7Rémi Verschelde2017-04-261-0/+2
|\
| * 3.0 recompute_aabb on add_surfaceRamesh Ravone2017-04-261-0/+2
* | Fix auto_accept_quit option to workvolzhs2017-04-251-2/+2
|/
* Merge pull request #8509 from nunodonato/fixspatialmaterialRémi Verschelde2017-04-241-4/+4
|\
| * Fixed #8102, by renaming FixedSpatialMaterial to SpatialMaterialNuno Donato2017-04-241-4/+4
* | Merge pull request #8408 from 20kdc/bugfix-kine-masRémi Verschelde2017-04-241-1/+1
|\ \
| * | Apply is_ceiling/is_wall swap fix to 2D move_and_slide (minus explaination)gamemanj2017-04-151-1/+1
* | | Merge pull request #8395 from 20kdc/masterRémi Verschelde2017-04-242-0/+141
|\ \ \
| * | | Ported/fixed move_and_slide to KinematicBody (3D+floor/ceiling args)20kdc2017-04-212-0/+141
* | | | Merge pull request #8343 from volzhs/prevent_uncheckRémi Verschelde2017-04-241-0/+2
|\ \ \ \
| * | | | Prevent to uncheck selected item with button groupvolzhs2017-04-101-0/+2
* | | | | Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-241-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-061-2/+2
* | | | | Merge pull request #8102 from bd339/iss3172Rémi Verschelde2017-04-242-0/+93
|\ \ \ \ \
| * | | | | Show 3D raycasts when debugging collisionsBenjamin Dahse2017-03-302-0/+93
* | | | | | Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-7/+9
| |_|_|/ / |/| | | |
* | | | | Move VERSION_MKSTRING logic to version.hRémi Verschelde2017-04-201-0/+2
* | | | | Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-201-2/+2
|\ \ \ \ \
| * | | | | External editor improvements and fixesIgnacio Etcheverry2017-04-171-2/+2
* | | | | | Merge pull request #8376 from RayKoopa/fix_stylebox_expand_marginRémi Verschelde2017-04-203-33/+33
|\ \ \ \ \ \
| * | | | | | Respect the expand margin for StyleBoTextures again.Ray Koopa2017-04-133-33/+33
* | | | | | | Added support for space indentationPaulb232017-04-182-28/+126
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #8370 from volzhs/fix-stylebox-masterAndreas Haas2017-04-141-10/+4
|\ \ \ \ \ \
| * | | | | | Fix editor style box for ToolButtonvolzhs2017-04-121-10/+4
| |/ / / / /
* | | | | | Merge pull request #8402 from neikeq/pr-fix-bindsAndreas Haas2017-04-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | PackedScene: Fix wrong DEFVALIgnacio Etcheverry2017-04-141-1/+1
| |/ / / /
* | | | / Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-1021-95/+95
| |_|_|/ |/| | |
* | | | -Fixed crash with splash screen on windowsJuan Linietsky2017-04-091-1/+1
* | | | Merge pull request #8271 from MattUV/masterRémi Verschelde2017-04-092-1/+43
|\ \ \ \
| * | | | Add set/get_collision_layer/mask_bit() to TileMapsMattUV2017-04-062-1/+43
| | |_|/ | |/| |
* | | | Merge pull request #8321 from RandomShaper/zero-preprocess-particles2dRémi Verschelde2017-04-091-1/+1
|\ \ \ \
| * | | | Allow zero preprocess time for Particles2DPedro J. Estébanez2017-04-081-1/+1
* | | | | Particle system is complete. Rejoice!Juan Linietsky2017-04-082-31/+110
* | | | | Particles2D: Fix flip property (again).Andreas Haas2017-04-091-4/+4
| |_|/ / |/| | |