aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-2021-780/+910
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #10415 from tagcup/euler_hackRémi Verschelde2017-08-221-13/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix incorrect workaround for pure Y (X) rotations in XYZ (YXZ) conven…
| * | | | | | Fix incorrect workaround for pure Y (X) rotations in XYZ (YXZ) convention.Ferenc Arn2017-08-181-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10352.
* | | | | | | Merge pull request #10225 from Noshyaar/mapRémi Verschelde2017-08-221-2/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | GDScript Built-in: add inverse_lerp & range_lerp
| * | | | | | | GDScript Built-in: add inverse_lerp & range_lerpPoommetee Ketson2017-08-181-2/+8
| | | | | | | |
* | | | | | | | Merge pull request #10433 from djrm/pr_svg_supportRémi Verschelde2017-08-212-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | SVG support
| * | | | | | | | Added support for SVGDaniel J. Ramirez2017-08-202-4/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #10484 from Sipaha/pr_mt_queue_deadlock_fixRémi Verschelde2017-08-212-18/+47
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Fix deadlock in CommandQueueMT
| * | | | | | | | Move wait_for_flush out of queue lockSipaha2017-08-212-18/+47
| |/ / / / / / /
* | | | | | | | Merge pull request #10471 from akien-mga/args-doubledashRémi Verschelde2017-08-213-12/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Third take at making command-line arguments more UNIX-like + main.cpp and help cleanup
| * | | | | | | | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-213-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping - Cleanup obsolete code here and there
* | | | | | | | | Fix binary object marshalling, closes #9472Juan Linietsky2017-08-211-1/+6
|/ / / / / / / /
* / / / / / / / simplify the way window is allowed to steal focus, no longer relying on ↵Juan Linietsky2017-08-201-2/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | project.godot. Closes #9459
* | | | | | | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-204-0/+28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Adds Engine::is_editor_hint() method
| * | | | | | Adds editor_hint to Engine classIgnacio Etcheverry2017-08-194-0/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #10481 from neikeq/water-store-remarkRémi Verschelde2017-08-201-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes Ref's GetTypeInfo missing with ptrcall disabled
| * | | | | | Fixes Ref's GetTypeInfo missing with ptrcall disabledIgnacio Etcheverry2017-08-201-1/+6
| | | | | | |
* | | | | | | Exposed Transform.interpolate_with()Przemysław Gołąb (n-pigeon)2017-08-201-1/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | Additionaly changed values names for 2D version to more descriptive ones.
* | | | | | Revert "Second take at making command-line arguments more UNIX-like + ↵Juan Linietsky2017-08-193-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | main.cpp and help cleanup"
* | | | | | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-193-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Cleanup obsolete code here and there
* | | | | | Rename localization method to `tr` againRémi Verschelde2017-08-182-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Partial revert of #10380 based on contributor ~~bullying~~ feedback.
* | | | | | Properly manage drawing of primitives when they lack an area, fixes #8930Juan Linietsky2017-08-181-2/+2
| | | | | |
* | | | | | -Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky2017-08-188-116/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now
* | | | | | Merge pull request #10406 from marcelofg55/closest_power_of_2Rémi Verschelde2017-08-186-21/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add closest_power_of_2 func and implement mix_rate/latency on OS X
| * | | | | Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-176-21/+38
| | |_|/ / | |/| | |
* | | | | Merge pull request #10380 from akien-mga/XL_MESSAGERémi Verschelde2017-08-172-12/+5
|\ \ \ \ \ | |/ / / / |/| | | | Rename `XL_MESSAGE`/`tr` to `localize`
| * | | | Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-172-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Also renames `set_message_translation` to `set_message_localization` for consistency.
* | | | | Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde2017-08-162-0/+9
|\ \ \ \ \ | |/ / / / |/| | | | Better flat stylebox with rounded corners
| * | | | Added Corner Enumtoger52017-08-152-0/+9
| | | | |
* | | | | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-1621-165/+165
| | | | | | | | | | | | | | | | | | | | Fixes #10244.
* | | | | Rename cull_AABB to cull_aabbRémi Verschelde2017-08-161-6/+6
| | | | | | | | | | | | | | | | | | | | Part of #8830.
* | | | | Merge pull request #10264 from Rubonnek/use-const-referenceRémi Verschelde2017-08-168-20/+61
|\ \ \ \ \ | | | | | | | | | | | | Use const reference where favorable
| * | | | | Use const reference where favorableWilson E. Alvarez2017-08-148-20/+61
| | | | | |
* | | | | | Merge pull request #10334 from Faless/fix_spbuffer_utf8kubecz3k2017-08-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix StreamPeer put_utf8_string not working
| * | | | | | Fix StreamPeer put_utf8_string not workingFabio Alessandrelli2017-08-141-1/+1
| |/ / / / /
* | / / / / Removing a Resource also deletes imported files.Andreas Haas2017-08-152-0/+47
| |/ / / / |/| | | |
* | | | | Ability to save objects to binary formatJuan Linietsky2017-08-144-32/+174
|/ / / /
* | | | Merge pull request #10296 from raymoo/fixstreampeerbufferRémi Verschelde2017-08-131-1/+2
|\ \ \ \ | |_|_|/ |/| | | Fix broken stream reading in StreamPeerBuffer
| * | | Fix broken stream reading in StreamPeerBufferRaymoo2017-08-121-1/+2
| |/ /
* / / InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas2017-08-122-0/+6
|/ /
* | Merge pull request #10190 from tagcup/euler_yxzRémi Verschelde2017-08-114-18/+143
|\ \ | | | | | | Use YXZ convention for Euler angles.
| * | Use YXZ convention for Euler angles.Ferenc Arn2017-08-094-18/+143
| |/ | | | | | | | | | | | | As discussed in issues #1479 and #9782, choosing the up axis (which is Y in Godot) as the axis of the last (or first) rotation is helpful in practical use cases. This also aligns Godot's convention with Unity, helping with a smoother transition for people who are used to working with Unity (issue #9905). Internally, both XYZ and YXZ functions are kept, for potential future applications.
* | Merge pull request #10163 from ISylvox/resoucre-to-resourceRémi Verschelde2017-08-112-7/+7
|\ \ | | | | | | Core/io: Fix typo in resource_format_binary
| * | core/io: fix typo 'resoucre' to 'resource'Indah Sylvia2017-08-082-7/+7
| | |
* | | Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-0/+3
|\ \ \ | | | | | | | | Add IME support (macOS)
| * | | Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+3
| | |/ | |/|
* | | Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-1120-209/+190
|\ \ \ | | | | | | | | Moved member variables from constructor to initialization list
| * | | Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-0820-209/+190
| |/ /
* | | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1
| | |
* | | Removes type information from vararg method bindsIgnacio Etcheverry2017-08-102-2/+2
| | |