summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-24[DOCS] Minor classref updates.Chris Bradfield
2019-02-24Merge pull request #26214 from neikeq/defval-plsIgnacio Etcheverry
Fix default value of EditorSpatialGizmo.add_mesh method bind
2019-02-23Clear canvas item after rendering font, fixes #23774Juan Linietsky
2019-02-24Fix default value of EditorSpatialGizmo.add_mesh method bindIgnacio Etcheverry
2019-02-24Merge pull request #26154 from hpvb/disable-via-padlockHein-Pieter van Braam
Disable support for VIA Padlock
2019-02-24Disable support for VIA PadlockHein-Pieter van Braam
This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old.
2019-02-23Remove copy and use instance material override in gizmos, fixes #23783Juan Linietsky
2019-02-23Do not crash on empty path, closes #23701Juan Linietsky
2019-02-23Fix vertex lighting in GLES2, closes #25365Juan Linietsky
2019-02-23Merge pull request #26210 from neikeq/issue-26209Ignacio Etcheverry
C#: Fix Vector2.AngleToPoint
2019-02-23C#: Fix Vector2.AngleToPointIgnacio Etcheverry
Fixes #26209
2019-02-23-Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky
-Make shader editor display errors if exist when just opening it -Make ShaderMaterial not lose parameters if opened in error.
2019-02-23Merge pull request #26203 from neikeq/csharp-basisRémi Verschelde
C#: Basis fixes and cleanup
2019-02-23Merge pull request #26204 from bruvzg/macos_move_to_fgRémi Verschelde
[macOS] Change `move_window_to_foreground` to take focus.
2019-02-23[macOS] Make `move_window_to_foreground` to take focus in addition to moving ↵bruvzg
window to front.
2019-02-23C#: Basis fixes and cleanupIgnacio Etcheverry
Fix Basis operator[int]. Now it returns columns instead of rows. Fix Transform2D.AfficeInverse() mutating rather than returning a new Transform2D.
2019-02-23Make allowed pid for window takeover happen immediately, fixes #21431Juan Linietsky
2019-02-23Merge pull request #26189 from AinaSG/masterRémi Verschelde
Enabling ipv6 in libwebsockets
2019-02-23Ensure move and slide snap respects stop on slope, fixes #26180Juan Linietsky
2019-02-23Fix invalid change from CLAMP to MAX in #26099Rémi Verschelde
CLAMP limits the value between the two bounds, so for unsigned ints it should be replaced by MIN(val, max), not MAX. The issue in voxel_light_baker.cpp was fixed in 4f697f7. Fixes #26170.
2019-02-23Merge pull request #26184 from MarianoGnu/fixesRémi Verschelde
TileSetEditor: Show Edition Context by demand
2019-02-23Merge pull request #26157 from YeldhamDev/splitcont_update_checkRémi Verschelde
Make 'SplitContainer' update drawing only if actually needs to
2019-02-23Merge pull request #26183 from marcelofg55/wasapi_notsupported_formatHein-Pieter van Braam
Fix WASAPI driver not working when the device doesn't supports the mix format
2019-02-23Enabling ipv6 in libwebsocketsAina
2019-02-23TileSetEditor: Show Edition Context by demandMariano Suligoy
2019-02-23Fix WASAPI driver not working when the device doesn't supports the mix formatMarcelo Fernandez
2019-02-22Change MAX for MIN, fixes #26170Juan Linietsky
2019-02-23Merge pull request #25683 from wombatstampede/patch-1Hein-Pieter van Braam
Update CPUParticles.xml
2019-02-23Merge pull request #26158 from marcelofg55/wasapi_init_errHein-Pieter van Braam
Extended WASAPI Initialize error message
2019-02-22Added a workaround to avoid crashes due to how TileSet editor works, fixes ↵Juan Linietsky
#23672 Also fixed a few uninitialized memory variables.
2019-02-22Properly update materials when adding surface, fixes #23790Juan Linietsky
2019-02-22Merge pull request #26165 from hpvb/fix-parse-utf8Hein-Pieter van Braam
Don't crash when parse_utf8 receives a NULL pointer
2019-02-22Don't crash when parse_utf8 receives a NULL pointerHein-Pieter van Braam
This can happen when chaining calls to various string methods when the string is empty.
2019-02-22Extended WASAPI Initialize error messageMarcelo Fernandez
2019-02-22Ensure that no depth test is used (specially in prepass) for objects that ↵Juan Linietsky
dont test or draw depth, fixes #25201
2019-02-22Fix precision issue with skeletons, closes #26057, closes #26062Juan Linietsky
2019-02-22Remove unused variable after aab8f44Rémi Verschelde
2019-02-22-Support DEPTH_TEXTURE in GLES2, fixes #25106Juan Linietsky
-Fix use of transparent framebuffers in GLES2 -Fix use of ambient color clearing in GLES2 when no environment exists.
2019-02-22Document that ViewportTexture is flipped on YRémi Verschelde
Fixes #26141.
2019-02-22Make 'SplitContainer' update drawing only if actually needs toMichael Alexsander Silva Dias
2019-02-22Check that area is inside tree besides checking that queries are flushed, ↵Juan Linietsky
fixes #26148
2019-02-22Merge pull request #26153 from godotengine/revert-26111-areaoptiRémi Verschelde
Revert "Optimized area check"
2019-02-22Revert "Optimized area check"Rémi Verschelde
2019-02-22Merge pull request #26150 from akien-mga/export-error-messageRémi Verschelde
Improve error message on project export failure
2019-02-22Improve error message on project export failureRémi Verschelde
It's still not enough and we need better validation/error checking, but it should help with people assume corrupted templates when it's their config which is invalid.
2019-02-22Merge pull request #26146 from YeldhamDev/splitcont_hover_fixRémi Verschelde
Fix 'SplitContainer's showing their handles when they shouldn't
2019-02-22Merge pull request #26133 from YeldhamDev/ttr_undoredo_actionsRémi Verschelde
Make translatable some undo/redo operations in the editor
2019-02-22Merge pull request #26129 from YeldhamDev/undoredo_merge_all_fixRémi Verschelde
Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commiting actions
2019-02-22Merge pull request #26132 from marxin/fix-Wignored-qualifiersRémi Verschelde
Fix warnings seen with -Wignored-qualifiers.
2019-02-22Merge pull request #26130 from karroffel/gdnative-dictionary-fixRémi Verschelde
added godot_dictionary_get_with_default to GDNative