aboutsummaryrefslogtreecommitdiff
path: root/scene/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix typos with codespellluz.paz2018-02-213-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* | | | 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
| | | | | | | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* | | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky2018-01-121-1/+4
| | | | | | | | | | | | | | | | | | of tree notification. Updated doc accordingly.
* | | Bind many more properties to scriptsBojidar Marinov2018-01-128-5/+37
| | | | | | | | | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
* | | 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 ↵Juan Linietsky2018-01-051-5/+16
| | | | | | | | | | | | other issues.
* | | Add missing copyright headers and fix formattingRémi Verschelde2018-01-0516-1/+16
| | | | | | | | | | | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* | | 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 gdscript
| * | | Bind SceneTree::set_quit_on_go_back() to gdscriptvolzhs2017-12-301-0/+1
| | |/ | |/| | | | | | | Fix #15189
* | | Update copyright statements to 2018Rémi Verschelde2018-01-0116-32/+32
| | | | | | | | | | | | Happy new year to the wonderful Godot community!
* | | Merge pull request #14953 from poke1024/fix-toolbar-gestureNoshyaar2018-01-011-0/+2
|\ \ \ | |/ / |/| | Hide tooltip on gesture input
| * | 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 enums
| * | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-2/+2
| |/ | | | | | | - Switch to PascalCase for constants names
* | Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky2017-12-261-1/+2
|\ \ | | | | | | Fix crash & error at saving scene
| * | 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 option
| * | 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.
| * | 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 a bug recently introduced when releasing mouse events and calling popups
* | | 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
| | | | | | | | Not sure if this is the same problem, as reported, please test.
* | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-2/+2
|\ \ | |/ |/| Added 'duplicate' function for Dictionary in C++ and API.
| * Dictionary::copy -> ::duplicateWill Nations2017-12-171-2/+2
| |
* | Revert "Fix mouse button release not sent to gui_input if it's different ↵Juan Linietsky2017-12-161-2/+1
| | | | | | | | from the button that gave focus"
* | 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 button that gave focus
| * Fix mouse button release not sent to gui_input if it's different from the ↵Marc Gilleron2017-12-101-1/+2
| | | | | | | | button that gave focus
* | 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 defaults
| * | HTTP cleanup & better defaultsmhilbrunner2017-12-142-46/+27
| | |
* | | -Add lightmapperJuan Linietsky2017-12-141-1/+1
|/ / | | | | | | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
* | Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde2017-12-101-0/+11
|\ \ | |/ |/| Make click on arrow properly open and close property editor modals
| * 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
| | | | -Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D)
* 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
|\ | | | | Onion skinning
| * Implement onion skinning for the animation editorPedro J. Estébanez2017-11-252-6/+7
| |