Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-22 | Moved member variables to initializer list | Wilson E. Alvarez | |
2017-08-22 | Merge pull request #10520 from RandomShaper/fix-double-parsing | Juan Linietsky | |
Fix tokenization of doubles | |||
2017-08-22 | Merge pull request #10487 from marcelofg55/curscr_as_default | Rémi Verschelde | |
p_screen param from get_screen_* funcs now default to the current screen | |||
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
2017-08-22 | Merge pull request #10254 from marcelofg55/master | Rémi Verschelde | |
Added notification const NOTIFICATION_WM_ABOUT | |||
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | |
ClassDB: Provide the enum name of integer constants | |||
2017-08-22 | Merge pull request #10415 from tagcup/euler_hack | Rémi Verschelde | |
Fix incorrect workaround for pure Y (X) rotations in XYZ (YXZ) conven… | |||
2017-08-22 | Merge pull request #10225 from Noshyaar/map | Rémi Verschelde | |
GDScript Built-in: add inverse_lerp & range_lerp | |||
2017-08-21 | Fix tokenization of doubles | Pedro J. Estébanez | |
Fixes #9600. | |||
2017-08-21 | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | |
SVG support | |||
2017-08-21 | p_screen param from get_screen_* funcs now default to the current screen | Marcelo Fernandez | |
2017-08-21 | Merge pull request #10484 from Sipaha/pr_mt_queue_deadlock_fix | Rémi Verschelde | |
Fix deadlock in CommandQueueMT | |||
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez | |
2017-08-21 | Merge pull request #10471 from akien-mga/args-doubledash | Rémi Verschelde | |
Third take at making command-line arguments more UNIX-like + main.cpp and help cleanup | |||
2017-08-21 | Fix binary object marshalling, closes #9472 | Juan Linietsky | |
2017-08-21 | Fixes for new two-dash long command line arguments | Rémi Verschelde | |
- 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 | |||
2017-08-20 | simplify the way window is allowed to steal focus, no longer relying on ↵ | Juan Linietsky | |
project.godot. Closes #9459 | |||
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | |
2017-08-20 | Added support for SVG | Daniel J. Ramirez | |
2017-08-21 | Move wait_for_flush out of queue lock | Sipaha | |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | |
Adds Engine::is_editor_hint() method | |||
2017-08-20 | Merge pull request #10481 from neikeq/water-store-remark | Rémi Verschelde | |
Fixes Ref's GetTypeInfo missing with ptrcall disabled | |||
2017-08-20 | Fixes Ref's GetTypeInfo missing with ptrcall disabled | Ignacio Etcheverry | |
2017-08-20 | Exposed Transform.interpolate_with() | Przemysław Gołąb (n-pigeon) | |
Additionaly changed values names for 2D version to more descriptive ones. | |||
2017-08-19 | Revert "Second take at making command-line arguments more UNIX-like + ↵ | Juan Linietsky | |
main.cpp and help cleanup" | |||
2017-08-19 | Fixes for new two-dash long command line arguments | Rémi Verschelde | |
- 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 | |||
2017-08-19 | Adds editor_hint to Engine class | Ignacio Etcheverry | |
2017-08-18 | Rename localization method to `tr` again | Rémi Verschelde | |
Partial revert of #10380 based on contributor ~~bullying~~ feedback. | |||
2017-08-18 | Properly manage drawing of primitives when they lack an area, fixes #8930 | Juan Linietsky | |
2017-08-18 | GDScript Built-in: add inverse_lerp & range_lerp | Poommetee Ketson | |
2017-08-18 | -Properly check limits to objects sent (regarding to size), fixes #9034 | Juan Linietsky | |
-Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now | |||
2017-08-18 | Merge pull request #10406 from marcelofg55/closest_power_of_2 | Rémi Verschelde | |
Add closest_power_of_2 func and implement mix_rate/latency on OS X | |||
2017-08-18 | Fix incorrect workaround for pure Y (X) rotations in XYZ (YXZ) convention. | Ferenc Arn | |
Fixes #10352. | |||
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | |
2017-08-17 | Merge pull request #10380 from akien-mga/XL_MESSAGE | Rémi Verschelde | |
Rename `XL_MESSAGE`/`tr` to `localize` | |||
2017-08-17 | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde | |
Also renames `set_message_translation` to `set_message_localization` for consistency. | |||
2017-08-17 | Added notification const NOTIFICATION_WM_ABOUT | Marcelo Fernandez | |
2017-08-16 | Merge pull request #8899 from toger5/BetterFlatStylebox | Rémi Verschelde | |
Better flat stylebox with rounded corners | |||
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg | |
Fixes #10244. | |||
2017-08-16 | Rename cull_AABB to cull_aabb | Rémi Verschelde | |
Part of #8830. | |||
2017-08-16 | Merge pull request #10264 from Rubonnek/use-const-reference | Rémi Verschelde | |
Use const reference where favorable | |||
2017-08-15 | Merge pull request #10334 from Faless/fix_spbuffer_utf8 | kubecz3k | |
Fix StreamPeer put_utf8_string not working | |||
2017-08-15 | Added Corner Enum | toger5 | |
2017-08-15 | Removing a Resource also deletes imported files. | Andreas Haas | |
2017-08-14 | Use const reference where favorable | Wilson E. Alvarez | |
2017-08-14 | Ability to save objects to binary format | Juan Linietsky | |
2017-08-14 | Fix StreamPeer put_utf8_string not working | Fabio Alessandrelli | |
2017-08-13 | Merge pull request #10296 from raymoo/fixstreampeerbuffer | Rémi Verschelde | |
Fix broken stream reading in StreamPeerBuffer | |||
2017-08-12 | InputEventJoypadMotion: Add missing is_pressed() method. | Andreas Haas | |
2017-08-12 | Fix broken stream reading in StreamPeerBuffer | Raymoo | |