Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-21 | Fix arg name in docs, some copy-paste errors | Poommetee Ketson | |
2018-08-20 | Merge pull request #18822 from QbieShay/master | Juan Linietsky | |
Added spring arm node | |||
2018-08-20 | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | |
-Reuse resources -Expose properties in AnimationTree | |||
2018-08-20 | Merge pull request #20908 from AndreaCatania/kiSlope | Juan Linietsky | |
Improved move_and_slide function stay on slope | |||
2018-08-20 | Merge pull request #21148 from akien-mga/placeholder_text_hint | Rémi Verschelde | |
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | |||
2018-08-20 | Merge pull request #21224 from hpvb/fix-stray-semicolon | Rémi Verschelde | |
Remove a stray semicolon | |||
2018-08-20 | Remove a stray semicolon | Hein-Pieter van Braam | |
This was causing a lot of compiler warnings for no good reason. | |||
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde | |
Use it to provide a better example for application identifiers on Android, iOS and macOS, where users thought they *had* to use this as a magic token. | |||
2018-08-20 | Merge pull request #21216 from akien-mga/import-export-editorinspector | Rémi Verschelde | |
Port ImportDock and ProjectExport to new property editor (2nd try) | |||
2018-08-20 | Port ImportDock and ProjectExport to new property editor (2nd try) | Rémi Verschelde | |
Thanks to @ibrahn for helping debug the crashes caused in ProjectExportDialog by the stray `update_tree()` call, no longer needed in the new inspector. | |||
2018-08-20 | Merge pull request #21211 from Chaosus/light_fragcoord | Rémi Verschelde | |
Added FRAGCOORD to spatial light shader | |||
2018-08-20 | Merge pull request #21208 from jmca/master | Rémi Verschelde | |
Prevent "cannot use a string pattern on a bytes-like object" | |||
2018-08-20 | Merge pull request #21204 from dragmz/revert_gles2_batching | Rémi Verschelde | |
Revert "Batch GLES2 draw calls" | |||
2018-08-20 | Merge pull request #21202 from hpvb/fix-16560 | Rémi Verschelde | |
Remove faces in in QuickHull::build() that we don't need anymore | |||
2018-08-20 | Merge pull request #21195 from AlexHolly/search-help-selection-color | Rémi Verschelde | |
changed search help selection color | |||
2018-08-20 | Merge pull request #21192 from Chaosus/fix_pass_crash | Rémi Verschelde | |
Fix crash when setting Material's next pass to itself | |||
2018-08-20 | Merge pull request #21166 from Zylann/find_in_files_improvement | Rémi Verschelde | |
Find in Files improvements | |||
2018-08-20 | Merge pull request #21197 from JPTeasdale/input-picking-bug | Rémi Verschelde | |
Bullet ray picking should ignore objects with input_ray_pickable=false | |||
2018-08-20 | Added FRAGCOORD to spatial light processing | Chaosus | |
2018-08-20 | Prevent "cannot use a string pattern on a bytes-like object" | Justin Abene | |
Fixes #21207 | |||
2018-08-20 | Revert "Batch GLES2 draw calls" | Marcin Zawiejski | |
This reverts commit f55039b194bbbd8d797b667d67e5677fb429d356. The GLES2 batching seems to require more testing and tweaking in order to actually make the performance better on Android devices. It's been proved with #21184 that the current implementation has it's drawbacks therefore I suggest reverting the commit for now. | |||
2018-08-20 | Remove faces in in QuickHull::build() that we don't need anymore | Hein-Pieter van Braam | |
We delete the faces for consideration in this loop but we can still sometimes find an edge that connects to this face. We now interate over all edges and disconnect edges connecting to this face. This fixes #16560 and fixes #17569 | |||
2018-08-19 | Bullet picking will now ignore objects without input_ray_pickable | John Teasdale | |
2018-08-19 | changed search help selection color | Alexander Holland | |
2018-08-19 | Fix crash when setting Material's next pass to itself | Chaosus | |
2018-08-19 | Find in Files improvements | Marc Gilleron | |
- Search results are now grouped by file using a Tree control - You can opt out occurences when using replace mode - Double-check search results in case files have been tampered with, so occurrences don't get badly replaced - Fixed replace bug when an occurrence is found twice in one line | |||
2018-08-19 | Merge pull request #21183 from Chaosus/mat_varyings | Rémi Verschelde | |
Allow matrixes in varyings | |||
2018-08-19 | Merge pull request #21182 from Calinou/highlight-multiline-strings | Rémi Verschelde | |
Highlight multiline strings as strings instead of comments | |||
2018-08-19 | Allow matrixes in varyings | Chaosus | |
2018-08-19 | Merge pull request #21154 from Chaosus/grid_2d_color | Rémi Verschelde | |
Added setting to change color of 2d editor grid | |||
2018-08-19 | Merge pull request #21129 from Calinou/fix-3d-grid-origin-flicker | Rémi Verschelde | |
Fix the 3D grid flickering when the origin is enabled | |||
2018-08-19 | Highlight multiline strings as strings instead of comments | Hugo Locurcio | |
Since multiline comments are not officially supported in GDScript, it is more common to see multiline strings being used as strings rather than as comments (which are actually standalone expressions here). This closes #21142. | |||
2018-08-19 | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania | |
Added stop_on_slope on 2d part | |||
2018-08-19 | Fix compiling SkeletonIK with disable_3d | Rémi Verschelde | |
Fixes #20825. | |||
2018-08-19 | Merge pull request #20893 from guilhermefelipecgs/invert_depth_map | Rémi Verschelde | |
Add option to convert from height map to depth map | |||
2018-08-19 | Merge pull request #21176 from cbscribe/kcc_doc_updates | Rémi Verschelde | |
[DOCS] Many class ref updates | |||
2018-08-19 | Merge pull request #21179 from elasota/vs-pdb | Rémi Verschelde | |
Support debug_symbols in VS optimized builds | |||
2018-08-19 | Added possibility to change color of 2d editor grid | Chaosus | |
2018-08-19 | Support debug_symbols in VS optimized builds | elasota | |
2018-08-18 | [DOCS] Many class ref updates | Chris Bradfield | |
2018-08-18 | Merge pull request #21155 from ordigdug/fix-colorpicker-popup | Rémi Verschelde | |
Fixes colorpicker popup immeditately closing when interacting with co… | |||
2018-08-18 | Merge pull request #21132 from neonsoup/win_move_to_trash_fix | Rémi Verschelde | |
Fix errors during removing files or folders and fix for latin symbols | |||
2018-08-18 | Merge pull request #21161 from Noshyaar/inspector-text | Rémi Verschelde | |
Fix args count mismatch in property_changed signal | |||
2018-08-19 | Fix args count mismatch in property_changed signal | Poommetee Ketson | |
...when editing Dictionary/Array property | |||
2018-08-18 | Merge pull request #21159 from DualMatrix/label_reverse | Rémi Verschelde | |
Fixed text entry is going in reverse | |||
2018-08-18 | Fixed text entry is going in reverse | DualMatrix | |
Fixed text entry is going in reverse, this undoes what seems to be a mistake in #20400 and fixes #21061 | |||
2018-08-18 | Merge pull request #20965 from dragmz/gles2_batching | Thomas Herzog | |
Batch GLES2 draw calls | |||
2018-08-18 | Fixes colorpicker popup immeditately closing when interacting with ↵ | ordigdug | |
colorpicker property in a subinspector. Fixes #19559 | |||
2018-08-18 | Merge pull request #21149 from ↵ | Rémi Verschelde | |
godotengine/revert-21146-import-export-editorinspector Revert "Port ImportDock and ProjectExport to new property editor" | |||
2018-08-18 | Revert "Port ImportDock and ProjectExport to new property editor" | Rémi Verschelde | |