summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-08Merge pull request #25517 from Zylann/doc_expressionRémi Verschelde
Explain how to use Expression inputs
2019-02-08Merge pull request #25524 from Calinou/fix-font-oversampling-warningRémi Verschelde
Fix a font oversampling warning being printed when it shouldn't
2019-02-08Merge pull request #25515 from Zylann/search_bar_bottomRémi Verschelde
Moved script editor search bar to the bottom
2019-02-08Merge pull request #25506 from homer666/docs-update-cast-motionRémi Verschelde
[DOCS] Update PhysicsDirectSpaceState.cast_motion
2019-02-08Merge pull request #25518 from bojidar-bg/25505-wrong-type-error-messageRémi Verschelde
Fix wrong error messages for invalid arguments when calling functions through call
2019-02-08Merge pull request #25509 from bojidar-bg/25504-update-bitmask-crashRémi Verschelde
Fix crashes when calling update_bitmask_area
2019-02-08Merge pull request #25521 from bruvzg/disabled_hidpi_retina_fixRémi Verschelde
[macOS] Fix rendering on retina displays with HiDPI support disabled.
2019-02-08Merge pull request #25467 from fire/folding_spamRémi Verschelde
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null
2019-02-07Update DONORS listRémi Verschelde
[ci skip]
2019-02-06Merge pull request #25659 from JFonS/fix_25567Rémi Verschelde
Fix particles animation on GLES2
2019-02-06Fix particles animation on GLES2JFonS
2019-02-06Merge pull request #25606 from Paulb23/fix_textedit_scroll_selectionRémi Verschelde
Fixed selection being activated when using scroll lines.
2019-02-06Merge pull request #25618 from YeldhamDev/sprite3d_region_framesRémi Verschelde
Add frame support for Sprite3D with region enabled
2019-02-05Merge pull request #25636 from neikeq/uwuIgnacio Etcheverry
Mono: Workaround to fix 'flushing' errors when building at editor startup
2019-02-05Mono: Workaround to fix 'flushing' errors when building at editor startupIgnacio Etcheverry
2019-02-04Add frame support for Sprite3D with region enabledMichael Alexsander Silva Dias
2019-02-04Fixed selection being activated when using scroll linesPaulb23
2019-02-04Merge pull request #25593 from neikeq/whatwasithinkingIgnacio Etcheverry
Fix OS_Unix::set_environment
2019-02-04Fix OS_Unix::set_environmentIgnacio Etcheverry
2019-02-03Merge pull request #25574 from neikeq/ssIgnacio Etcheverry
Mono: Lifetime fixes for CSharpInstance and instance binding data
2019-02-03Merge pull request #25576 from neikeq/ttIgnacio Etcheverry
Mono: Fix default debugger agent argument never being used
2019-02-03Mono: Fix default debugger agent argument never being usedIgnacio Etcheverry
2019-02-03Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio 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-03Merge pull request #25478 from neikeq/rrIgnacio Etcheverry
Mono: Fix MonoPosixHelper not being found
2019-02-03Mono: Fix MonoPosixHelper not being foundIgnacio Etcheverry
2019-02-03Added set_environment to OS classIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry
2019-02-01Merge pull request #25547 from hpvb/fix-25507Rémi Verschelde
When an animationplayer sets a property on itself recreate the caches
2019-02-01When an animationplayer sets a property on itself recreate the cachesHein-Pieter van Braam
this fixes #25507
2019-02-01Merge pull request #25540 from JFonS/remove_gizmo_errorsRémi Verschelde
Fix gizmo errors on "Align with view"
2019-02-01Fix gizmo errors on "Align with view"JFonS
2019-01-31Fix a font oversampling warning being printed when it shouldn'tHugo Locurcio
2019-01-31[macOS] Fix rendering on retina displays with HiDPI support disabled.bruvzg
2019-01-31Moved script editor search bar to the bottom, so it doesn't shift everything ↵Marc Gilleron
down
2019-01-31Fix wrong error messages for invalid arguments when calling functions ↵Bojidar Marinov
through call Fixes #25505
2019-01-31Explain how to use Expression inputsMarc Gilleron
2019-01-31Fix crashes when calling update_bitmask_areaBojidar Marinov
Fixes #25504
2019-01-31[DOCS] Update PhysicsDirectSpaceState.cast_motionhomer666
2019-01-31Merge pull request #25494 from RandomShaper/fix-21677Rémi Verschelde
Let memory stat functions return uint64_t
2019-01-31Merge pull request #25493 from bojidar-bg/21601-astar-segfaultRémi Verschelde
Fix AStar crashing with large (>1e30) estimated values
2019-01-30Add check in folding to see if the nodepath exists to avoid message spam.K. S. Ernest (iFire) Lee
2019-01-30Fix AStar crashing with large (>1e30) estimated valuesBojidar Marinov
Fixes #21601
2019-01-30Let memory stat functions return uint64_tPedro J. Estébanez
2019-01-30Merge pull request #25469 from ankitpriyarup/masterRémi Verschelde
Fixes error when new name contains only unallowed characters
2019-01-30Merge pull request #25489 from AndreaCatania/assertRémi Verschelde
Avoid inertia calculation for empty shape - Bullet
2019-01-30Avoid inertia calculation for empty shape - BulletAndrea Catania
2019-01-29Invalid node name should check if new_name is empty then cancel rename, ↵Ankit Priyarup
fixes 25226
2019-01-29Merge pull request #25391 from hpvb/fix-dri-prime-detectRémi Verschelde
Properly detect when to use DRI_PRIME
2019-01-29Merge pull request #25441 from WolfgangSenff/patch-1Rémi Verschelde
Fix non-compiling typo in Expression.xml example
2019-01-29Merge pull request #25439 from YeldhamDev/color_picker_toggle_fixupRémi Verschelde
Small fixup on button toggle behaviour in ColorPicker