Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | Merge pull request #18804 from tagcup/vec_slerp | Rémi Verschelde | |
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||
2018-05-14 | Merge pull request #18545 from vnen/editor-autoload | Juan Linietsky | |
Enable autoload in editor | |||
2018-05-12 | Allow sending raw bytes through MultiplayerAPI | Fabio Alessandrelli | |
2018-05-12 | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | tagcup | |
Also even out Basis and Quat APIs a little. | |||
2018-05-09 | Merge pull request #18709 from Faless/multiplayer_docs | Max Hilbrunner | |
Rename multiplayer_api to multiplayer, add docs | |||
2018-05-08 | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam | |
Experimental support for windows with per-pixel transparency. | |||
2018-05-08 | Merge pull request #15305 from poke1024/checks-peer | Juan Linietsky | |
Checks on input_buffer in PacketPeerStream | |||
2018-05-08 | Merge pull request #15282 from poke1024/check-obj-class | Juan Linietsky | |
Check implicit casts on object classes in bound method calls | |||
2018-05-08 | Internal methods in MultiplayerAPI start with _ | Fabio Alessandrelli | |
2018-05-07 | Local debugger fixes and extensions | Blazej Floch | |
- Adds q/quit option to console debugging - Adds options (variable_prefix) - Breaks into debugger with Ctrl-C in local debug mode (Unix/Windows) - Added option to list all breakpoints - Fixes add/remove breakpoint bug (invalid path parsing) - Minor cleanup | |||
2018-05-07 | Merge pull request #17316 from ShyRed/significantdigits | Juan Linietsky | |
Adjust decimal precision | |||
2018-05-07 | Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1 | Juan Linietsky | |
Use hysteresis for smoother physics update frequency | |||
2018-05-07 | Merge pull request #15943 from poke1024/geometry-line-line | Juan Linietsky | |
Add Geometry::line_intersects_line_2d() | |||
2018-05-07 | Merge pull request #16033 from poke1024/marshalls-dict | Juan Linietsky | |
Detects crash-related marshalling errors due to NAN values | |||
2018-05-07 | Add is_instance_valid() method to GDScript, ending more than a decade of pain. | Juan Linietsky | |
2018-05-07 | Merge pull request #16893 from GodotExplorer/debugger-improvement-3 | Juan Linietsky | |
Save runtime node as scene from remote scene tree. | |||
2018-05-07 | Merge pull request #18121 from ↵ | Juan Linietsky | |
Crazy-P/Resolves-Freeze-on-change-reflection-probe Resolves editor freezes on change of reflection probe | |||
2018-05-07 | Merge pull request #18219 from AlexHolly/fix-image-blit-blend | Juan Linietsky | |
blit and blend fix when dst<Vector2 | |||
2018-05-07 | Merge pull request #18505 from AlexHolly/image-point2-helper | Juan Linietsky | |
add Point2 helper for Image.get_pixel and Image.set_pixel | |||
2018-05-05 | add condition check in Imgae::create(...) | RaphaelHunter | |
2018-05-05 | Merge pull request #18501 from touilleMan/clean-variant-_data-RefPtr | Max Hilbrunner | |
Remove unused Variant._data.RefPtr | |||
2018-05-05 | Merge pull request #18488 from AndreaCatania/ie0 | Max Hilbrunner | |
Added method to clear input events of an action | |||
2018-05-04 | Vector3::round, Vector2::round & Vector2::ceil methods were added. | Alexander Alekseev | |
Now both structs (Vector2 & Vector3) have round, floor & ceil methods. (see #18603) | |||
2018-05-03 | Merge pull request #18589 from karroffel/oahashmap-robinhood | Juan Linietsky | |
updated OAHashMap to use robinhood hashing | |||
2018-05-03 | updated OAHashMap to use robinhood hashing | karroffel | |
2018-05-03 | Merge pull request #18514 from neikeq/api-hash-fixes | Rémi Verschelde | |
API hash fixes | |||
2018-05-03 | Added method to clear input events of an action | AndreaCatania | |
2018-05-02 | Merge pull request #17196 from RandomShaper/improve-gui-touch | Rémi Verschelde | |
Implement universal translation of touch to mouse (3.1) | |||
2018-05-02 | Merge pull request #18520 from paulloz/gdscript-api-string-path | Rémi Verschelde | |
fix API string path | |||
2018-05-01 | Merge pull request #18530 from garyo/missing-arg-err | Rémi Verschelde | |
Handle missing arg pointer in Variant::get_call_error_text | |||
2018-05-01 | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var | Rémi Verschelde | |
Fix Coverity reports of uninitialized scalar variable | |||
2018-05-01 | Merge pull request #16649 from ibrahn/visual-script-release-crash | Rémi Verschelde | |
fix for segfault when using CallBasic in visual script on release build | |||
2018-05-01 | Enable autoload in editor | George Marques | |
- Tool scripts will be executed and can be accessed by plugins. - Other script languages can implement add/remove_named_global_constant to make use of this functionality. | |||
2018-05-01 | Fix #17019 : overrides with unknown base setting | Manuel Moos | |
If at the time of the _GLOBAL_DEF call a setting itself was unknown, the function would always return the supplied default value instead of checking for overrides. This commit changes that, lookup now always happens which correctly takes overrides into account. | |||
2018-05-01 | Merge pull request #18428 from groud/fix_input | Rémi Verschelde | |
Fixing input strength and the impossibility to erase action events | |||
2018-05-01 | Merge pull request #18355 from ShyRed/fix18344 | Rémi Verschelde | |
Keep alpha when changing h, s or v Color property in GDScript | |||
2018-05-01 | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code | Rémi Verschelde | |
Fixes logically dead code (Coverity) | |||
2018-04-30 | Handle missing arg pointer in get_call_error_text | Gary Oberbrunner | |
I had a situation coming from godot-python where the caller of Variant::get_call_error_text() passed null for `p_argptrs`. In addition to fixing that in the caller, seems like good practice to defend against that situation in the callee to prevent a crash. So this patch just substitutes some semi-useful text for the source type name and keeps going so the user's actual error gets emitted. | |||
2018-04-30 | Implement universal translation of touch to mouse | Pedro J. Estébanez | |
Now generating mouse events from touch is optional (on by default) and it's performed by `InputDefault` instead of having each OS abstraction doing it. (*) The translation algorithm waits for a touch index to be pressed and tracks it translating its events to mouse events until it is raised, while ignoring other pointers. Furthermore, to avoid an stuck "touch mouse", since not all platforms may report touches raised when the window is unfocused, it checks if touches are still down by the time it's focused again and if so it resets the state of the emulated mouse. *: In the case of Windows, since it already provides touch-to-mouse translation by itself, "echo" mouse events are filtered out to have it working like the rest. On X11 a little hack has been needed to avoid a case of a spurious mouse motion event that is generated during touch interaction. Plus: Improve/fix tracking of current mouse position. ** Summary of changes to settings: ** - `display/window/handheld/emulate_touchscreen` becomes `input/pointing_devices/emulate_touch_from_mouse` - New setting: `input/pointing_devices/emulate_mouse_from_touch` | |||
2018-04-30 | Merge pull request #18284 from mhilbrunner/pck-version | Max Hilbrunner | |
Fix .pck exporting via PCKPacker | |||
2018-04-30 | fix API string path | Paul Joannon | |
2018-04-29 | Add option to renormalize mipmaps when generating them for normalmaps. | Juan Linietsky | |
Reduces some aliasing. | |||
2018-04-29 | ClassDB API hash now only includes exposed classes | Ignacio Etcheverry | |
2018-04-29 | add Point2 helper for Image.get_pixel and Image.set_pixel | Alexander Holland | |
image-point2-helper | |||
2018-04-29 | Remove unused Variant._data.RefPtr | Emmanuel Leblond | |
2018-04-25 | Fixing input strength and the impossibility to erase action events | groud | |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | |
2018-04-22 | Merge pull request #18176 from nikibobi/string-trim | George Marques | |
Add string trim_prefix, trim_suffix, lstrip and rstrip methods |