Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-08 | Merge pull request #25517 from Zylann/doc_expression | Rémi Verschelde | |
Explain how to use Expression inputs | |||
2019-02-08 | Merge pull request #25524 from Calinou/fix-font-oversampling-warning | Rémi Verschelde | |
Fix a font oversampling warning being printed when it shouldn't | |||
2019-02-08 | Merge pull request #25515 from Zylann/search_bar_bottom | Rémi Verschelde | |
Moved script editor search bar to the bottom | |||
2019-02-08 | Merge pull request #25506 from homer666/docs-update-cast-motion | Rémi Verschelde | |
[DOCS] Update PhysicsDirectSpaceState.cast_motion | |||
2019-02-08 | Merge pull request #25518 from bojidar-bg/25505-wrong-type-error-message | Rémi Verschelde | |
Fix wrong error messages for invalid arguments when calling functions through call | |||
2019-02-08 | Merge pull request #25509 from bojidar-bg/25504-update-bitmask-crash | Rémi Verschelde | |
Fix crashes when calling update_bitmask_area | |||
2019-02-08 | Merge pull request #25521 from bruvzg/disabled_hidpi_retina_fix | Rémi Verschelde | |
[macOS] Fix rendering on retina displays with HiDPI support disabled. | |||
2019-02-08 | Merge pull request #25467 from fire/folding_spam | Rémi Verschelde | |
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null | |||
2019-02-07 | Update DONORS list | Rémi Verschelde | |
[ci skip] | |||
2019-02-06 | Merge pull request #25659 from JFonS/fix_25567 | Rémi Verschelde | |
Fix particles animation on GLES2 | |||
2019-02-06 | Fix particles animation on GLES2 | JFonS | |
2019-02-06 | Merge pull request #25606 from Paulb23/fix_textedit_scroll_selection | Rémi Verschelde | |
Fixed selection being activated when using scroll lines. | |||
2019-02-06 | Merge pull request #25618 from YeldhamDev/sprite3d_region_frames | Rémi Verschelde | |
Add frame support for Sprite3D with region enabled | |||
2019-02-05 | Merge pull request #25636 from neikeq/uwu | Ignacio Etcheverry | |
Mono: Workaround to fix 'flushing' errors when building at editor startup | |||
2019-02-05 | Mono: Workaround to fix 'flushing' errors when building at editor startup | Ignacio Etcheverry | |
2019-02-04 | Add frame support for Sprite3D with region enabled | Michael Alexsander Silva Dias | |
2019-02-04 | Fixed selection being activated when using scroll lines | Paulb23 | |
2019-02-04 | Merge pull request #25593 from neikeq/whatwasithinking | Ignacio Etcheverry | |
Fix OS_Unix::set_environment | |||
2019-02-04 | Fix OS_Unix::set_environment | Ignacio Etcheverry | |
2019-02-03 | Merge pull request #25574 from neikeq/ss | Ignacio Etcheverry | |
Mono: Lifetime fixes for CSharpInstance and instance binding data | |||
2019-02-03 | Merge pull request #25576 from neikeq/tt | Ignacio Etcheverry | |
Mono: Fix default debugger agent argument never being used | |||
2019-02-03 | Mono: Fix default debugger agent argument never being used | Ignacio Etcheverry | |
2019-02-03 | Mono: Lifetime fixes for CSharpInstance and instance binding data | Ignacio Etcheverry | |
Avoid CSharpInstance from accessing its state after self destructing (by deleting the Reference owner). It's now safe to replace the script instance without leaking or crashing. Also fixed godot_icall_Object_weakref return reference being freed before returning. | |||
2019-02-03 | Merge pull request #25478 from neikeq/rr | Ignacio Etcheverry | |
Mono: Fix MonoPosixHelper not being found | |||
2019-02-03 | Mono: Fix MonoPosixHelper not being found | Ignacio Etcheverry | |
2019-02-03 | Added set_environment to OS class | Ignacio Etcheverry | |
2019-02-03 | Mono: Cleanup | Ignacio Etcheverry | |
2019-02-01 | Merge pull request #25547 from hpvb/fix-25507 | Rémi Verschelde | |
When an animationplayer sets a property on itself recreate the caches | |||
2019-02-01 | When an animationplayer sets a property on itself recreate the caches | Hein-Pieter van Braam | |
this fixes #25507 | |||
2019-02-01 | Merge pull request #25540 from JFonS/remove_gizmo_errors | Rémi Verschelde | |
Fix gizmo errors on "Align with view" | |||
2019-02-01 | Fix gizmo errors on "Align with view" | JFonS | |
2019-01-31 | Fix a font oversampling warning being printed when it shouldn't | Hugo Locurcio | |
2019-01-31 | [macOS] Fix rendering on retina displays with HiDPI support disabled. | bruvzg | |
2019-01-31 | Moved script editor search bar to the bottom, so it doesn't shift everything ↵ | Marc Gilleron | |
down | |||
2019-01-31 | Fix wrong error messages for invalid arguments when calling functions ↵ | Bojidar Marinov | |
through call Fixes #25505 | |||
2019-01-31 | Explain how to use Expression inputs | Marc Gilleron | |
2019-01-31 | Fix crashes when calling update_bitmask_area | Bojidar Marinov | |
Fixes #25504 | |||
2019-01-31 | [DOCS] Update PhysicsDirectSpaceState.cast_motion | homer666 | |
2019-01-31 | Merge pull request #25494 from RandomShaper/fix-21677 | Rémi Verschelde | |
Let memory stat functions return uint64_t | |||
2019-01-31 | Merge pull request #25493 from bojidar-bg/21601-astar-segfault | Rémi Verschelde | |
Fix AStar crashing with large (>1e30) estimated values | |||
2019-01-30 | Add check in folding to see if the nodepath exists to avoid message spam. | K. S. Ernest (iFire) Lee | |
2019-01-30 | Fix AStar crashing with large (>1e30) estimated values | Bojidar Marinov | |
Fixes #21601 | |||
2019-01-30 | Let memory stat functions return uint64_t | Pedro J. Estébanez | |
2019-01-30 | Merge pull request #25469 from ankitpriyarup/master | Rémi Verschelde | |
Fixes error when new name contains only unallowed characters | |||
2019-01-30 | Merge pull request #25489 from AndreaCatania/assert | Rémi Verschelde | |
Avoid inertia calculation for empty shape - Bullet | |||
2019-01-30 | Avoid inertia calculation for empty shape - Bullet | Andrea Catania | |
2019-01-29 | Invalid node name should check if new_name is empty then cancel rename, ↵ | Ankit Priyarup | |
fixes 25226 | |||
2019-01-29 | Merge pull request #25391 from hpvb/fix-dri-prime-detect | Rémi Verschelde | |
Properly detect when to use DRI_PRIME | |||
2019-01-29 | Merge pull request #25441 from WolfgangSenff/patch-1 | Rémi Verschelde | |
Fix non-compiling typo in Expression.xml example | |||
2019-01-29 | Merge pull request #25439 from YeldhamDev/color_picker_toggle_fixup | Rémi Verschelde | |
Small fixup on button toggle behaviour in ColorPicker |