| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 21 | -780/+910 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #10415 from tagcup/euler_hack | Rémi Verschelde | 2017-08-22 | 1 | -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 Arn | 2017-08-18 | 1 | -13/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10352. | |||||
| * | | | | | | | Merge pull request #10225 from Noshyaar/map | Rémi Verschelde | 2017-08-22 | 1 | -2/+8 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | GDScript Built-in: add inverse_lerp & range_lerp | |||||
| | * | | | | | | | GDScript Built-in: add inverse_lerp & range_lerp | Poommetee Ketson | 2017-08-18 | 1 | -2/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | 2017-08-21 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | SVG support | |||||
| | * | | | | | | | | Added support for SVG | Daniel J. Ramirez | 2017-08-20 | 2 | -4/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10484 from Sipaha/pr_mt_queue_deadlock_fix | Rémi Verschelde | 2017-08-21 | 2 | -18/+47 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Fix deadlock in CommandQueueMT | |||||
| | * | | | | | | | | Move wait_for_flush out of queue lock | Sipaha | 2017-08-21 | 2 | -18/+47 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #10471 from akien-mga/args-doubledash | Rémi Verschelde | 2017-08-21 | 3 | -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 arguments | Rémi Verschelde | 2017-08-21 | 3 | -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 #9472 | Juan Linietsky | 2017-08-21 | 1 | -1/+6 | |
| |/ / / / / / / / | ||||||
| * / / / / / / / | simplify the way window is allowed to steal focus, no longer relying on ↵ | Juan Linietsky | 2017-08-20 | 1 | -2/+0 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | project.godot. Closes #9459 | |||||
| * | | | | | | | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | 2017-08-20 | 4 | -0/+28 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Adds Engine::is_editor_hint() method | |||||
| | * | | | | | | Adds editor_hint to Engine class | Ignacio Etcheverry | 2017-08-19 | 4 | -0/+28 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #10481 from neikeq/water-store-remark | Rémi Verschelde | 2017-08-20 | 1 | -1/+6 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixes Ref's GetTypeInfo missing with ptrcall disabled | |||||
| | * | | | | | | Fixes Ref's GetTypeInfo missing with ptrcall disabled | Ignacio Etcheverry | 2017-08-20 | 1 | -1/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Exposed Transform.interpolate_with() | Przemysław Gołąb (n-pigeon) | 2017-08-20 | 1 | -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 Linietsky | 2017-08-19 | 3 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | main.cpp and help cleanup" | |||||
| * | | | | | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-19 | 3 | -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` again | Rémi Verschelde | 2017-08-18 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Partial revert of #10380 based on contributor ~~bullying~~ feedback. | |||||
| * | | | | | | Properly manage drawing of primitives when they lack an area, fixes #8930 | Juan Linietsky | 2017-08-18 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | -Properly check limits to objects sent (regarding to size), fixes #9034 | Juan Linietsky | 2017-08-18 | 8 | -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_2 | Rémi Verschelde | 2017-08-18 | 6 | -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 X | Marcelo Fernandez | 2017-08-17 | 6 | -21/+38 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #10380 from akien-mga/XL_MESSAGE | Rémi Verschelde | 2017-08-17 | 2 | -12/+5 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Rename `XL_MESSAGE`/`tr` to `localize` | |||||
| | * | | | | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde | 2017-08-17 | 2 | -12/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also renames `set_message_translation` to `set_message_localization` for consistency. | |||||
| * | | | | | Merge pull request #8899 from toger5/BetterFlatStylebox | Rémi Verschelde | 2017-08-16 | 2 | -0/+9 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Better flat stylebox with rounded corners | |||||
| | * | | | | Added Corner Enum | toger5 | 2017-08-15 | 2 | -0/+9 | |
| | | | | | | ||||||
| * | | | | | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 21 | -165/+165 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes #10244. | |||||
| * | | | | | Rename cull_AABB to cull_aabb | Rémi Verschelde | 2017-08-16 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | Part of #8830. | |||||
| * | | | | | Merge pull request #10264 from Rubonnek/use-const-reference | Rémi Verschelde | 2017-08-16 | 8 | -20/+61 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Use const reference where favorable | |||||
| | * | | | | | Use const reference where favorable | Wilson E. Alvarez | 2017-08-14 | 8 | -20/+61 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #10334 from Faless/fix_spbuffer_utf8 | kubecz3k | 2017-08-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix StreamPeer put_utf8_string not working | |||||
| | * | | | | | | Fix StreamPeer put_utf8_string not working | Fabio Alessandrelli | 2017-08-14 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | / / / / | Removing a Resource also deletes imported files. | Andreas Haas | 2017-08-15 | 2 | -0/+47 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Ability to save objects to binary format | Juan Linietsky | 2017-08-14 | 4 | -32/+174 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #10296 from raymoo/fixstreampeerbuffer | Rémi Verschelde | 2017-08-13 | 1 | -1/+2 | |
| |\ \ \ \ | |_|_|/ |/| | | | Fix broken stream reading in StreamPeerBuffer | |||||
| | * | | | Fix broken stream reading in StreamPeerBuffer | Raymoo | 2017-08-12 | 1 | -1/+2 | |
| | |/ / | ||||||
| * / / | InputEventJoypadMotion: Add missing is_pressed() method. | Andreas Haas | 2017-08-12 | 2 | -0/+6 | |
| |/ / | ||||||
| * | | Merge pull request #10190 from tagcup/euler_yxz | Rémi Verschelde | 2017-08-11 | 4 | -18/+143 | |
| |\ \ | | | | | | | Use YXZ convention for Euler angles. | |||||
| | * | | Use YXZ convention for Euler angles. | Ferenc Arn | 2017-08-09 | 4 | -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-resource | Rémi Verschelde | 2017-08-11 | 2 | -7/+7 | |
| |\ \ | | | | | | | Core/io: Fix typo in resource_format_binary | |||||
| | * | | core/io: fix typo 'resoucre' to 'resource' | Indah Sylvia | 2017-08-08 | 2 | -7/+7 | |
| | | | | ||||||
| * | | | Merge pull request #10142 from bruvzg/3.0-osx-ime | Rémi Verschelde | 2017-08-11 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | Add IME support (macOS) | |||||
| | * | | | Implement NSTextInputClient protocol for IME | bruvzg | 2017-08-09 | 1 | -0/+3 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde | 2017-08-11 | 20 | -209/+190 | |
| |\ \ \ | | | | | | | | | Moved member variables from constructor to initialization list | |||||
| | * | | | Moved member variables from constructor to initialization list | Wilson E. Alvarez | 2017-08-08 | 20 | -209/+190 | |
| | |/ / | ||||||
| * | | | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Removes type information from vararg method binds | Ignacio Etcheverry | 2017-08-10 | 2 | -2/+2 | |
| | | | | ||||||
