Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-23 | -Rewrote GLES2 lighting and shadows and optimized state changes, did many ↵ | Juan Linietsky | |
optimizations, added vertex lighting. -Did some fixes to GLES3 too | |||
2018-09-23 | Merge pull request #22351 from DualMatrix/remove_obsolete | Rémi Verschelde | |
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ | |||
2018-09-23 | Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to ↵ | DualMatrix | |
core/math/ Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/ | |||
2018-09-23 | Fix GeometryInstance extra_cull_margin step | Rémi Verschelde | |
Fixes #22369. | |||
2018-09-23 | Merge pull request #22342 from DualMatrix/duplicate_no_fun | Rémi Verschelde | |
Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled | |||
2018-09-22 | Merge pull request #22115 from akerudesu/find-parent | Max Hilbrunner | |
Added find_parent method to node class | |||
2018-09-22 | Fixed duplicating nodes not attaching script in-game with Sync Scene Changes ↵ | DualMatrix | |
enabled Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled. | |||
2018-09-21 | Make EditorFileDialog be able to pick a folder when entering it | Michael Alexsander Silva Dias | |
2018-09-20 | Merge pull request #22047 from DualMatrix/better_nav_2D | Rémi Verschelde | |
Better heuristic for the shortest path algorithm for navigation2D | |||
2018-09-20 | Merge pull request #22155 from LittleWhite-tb/21718-font-leak | Rémi Verschelde | |
Clear textures before setting new textures | |||
2018-09-20 | Better heuristic for the shortest path algorithm for navigation2D and ↵ | DualMatrix | |
navigation. Better heuristic for the shortest path algorithm for navigation2D and navigation. It now will use the shortest distance to the polygon as cost instead of the distance to the center. | |||
2018-09-20 | Merge pull request #22094 from elasota/fix-visual-shader | Rémi Verschelde | |
Fix VisualShader code overwrites and save failures | |||
2018-09-20 | Merge pull request #22198 from DualMatrix/input_was_eaten | Rémi Verschelde | |
Fixed ctrl+up/down shortcut no longer working in scene tree | |||
2018-09-20 | Merge pull request #22071 from DualMatrix/preserve_group | Rémi Verschelde | |
Made duplicate_and_reown preserve groups | |||
2018-09-20 | Fixed ctrl+up/down shortcut no longer working in scene tree | DualMatrix | |
Fixed ctrl+up/down shortcut no longer working in scene tree. | |||
2018-09-19 | Fix Label::get_minimum_size not updating cache size for autowrap | Guilherme Felipe | |
2018-09-17 | Clear textures before setting new textures (#21718) | Alexandre LittleWhite Laurent | |
2018-09-15 | Added find_parent method to node class | Unknown | |
2018-09-14 | Don't open VisualShaders in the text shader editor, and don't support saving ↵ | elasota | |
them with the "shader" extension. | |||
2018-09-15 | Rename ScrollBar's drag_slave to drag_node | Rémi Verschelde | |
2018-09-14 | Expose "get_modal_stack_top()" to GDScript | Michael Alexsander Silva Dias | |
2018-09-14 | Made duplicate_and_reown preserve groups | DualMatrix | |
2018-09-14 | Merge pull request #21569 from JFonS/add_noise_textures | Rémi Verschelde | |
Add SimplexNoise and NoiseTexture as new resources | |||
2018-09-14 | Add SimplexNoise and NoiseTexture as new resources | JFonS | |
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects. | |||
2018-09-14 | Merge pull request #21502 from Web-eWorks/atlasfixes | Rémi Verschelde | |
AtlasTexture fixes, part 2. | |||
2018-09-14 | Merge pull request #22053 from akien-mga/animtexture-frame-internal | Rémi Verschelde | |
Mark AnimatedTexture frame_* properties as internal | |||
2018-09-13 | Merge pull request #21806 from JFonS/inspector_uniform_defaults | Juan Linietsky | |
Set uniform default values in inspector | |||
2018-09-13 | Set uniform default values in inspector | JFonS | |
2018-09-13 | Mark AnimatedTexture frame_* properties as internal | Rémi Verschelde | |
This way they no longer appear in the documentation, and the related setters and getters do. | |||
2018-09-13 | Merge pull request #21847 from Calinou/light-gizmo-update-inspector | Rémi Verschelde | |
Update Light properties in the inspector when dragging their gizmos | |||
2018-09-13 | Document provenance of Penner easing equations in Tween | Rémi Verschelde | |
As noted in #21600. | |||
2018-09-13 | Merge pull request #22017 from YeldhamDev/errors_tab_changes | Rémi Verschelde | |
Add expand/collapse all buttons for the "Errors" tab | |||
2018-09-13 | Merge pull request #21976 from Faless/http_client_eof_fix | Rémi Verschelde | |
Fix non chunked HTTP reading till eof. | |||
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | |
Misc. typos | |||
2018-09-12 | Add expand/collapse all buttons for the "Errors" tab | Michael Alexsander Silva Dias | |
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-13 | Revert "Drop deprecated compatibility methods from AnimatedSprite" | Rémi Verschelde | |
2018-09-12 | Fix default_cursor_shape for TextEdit | Guilherme Felipe | |
2018-09-12 | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde | |
TextEdit update cache.size on ENTER_TREE | |||
2018-09-12 | Merge pull request #21877 from DualMatrix/richlabel | Rémi Verschelde | |
Fixed the remove_line function in richtextlabel. It was totally broken | |||
2018-09-12 | Fix non chunked HTTP reading till eof. | Fabio Alessandrelli | |
2018-09-12 | Merge pull request #21913 from DualMatrix/tween_remove_all | Rémi Verschelde | |
Fixed calling start() after remove_all() on tween not working | |||
2018-09-12 | Merge pull request #21705 from KellyThomas/tree-create-item | Rémi Verschelde | |
Change return value of Tree.create_item() from Object to TreeItem | |||
2018-09-12 | Merge pull request #21654 from Calinou/textureprogress-transparent-tint | Rémi Verschelde | |
Allow transparent colors in TextureProgress tint properties | |||
2018-09-12 | Merge pull request #21755 from akien-mga/particles-init-velocity | Rémi Verschelde | |
Particles: Reset default velocity to 0, allow negative values | |||
2018-09-12 | Merge pull request #21780 from akien-mga/animatedsprite-deprecated | Rémi Verschelde | |
Drop deprecated compatibility methods from AnimatedSprite | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-09-11 | Fixed calling start() emmediately after remove_all() on tween not wroking | DualMatrix | |
Fixed calling start() emmediately after remove_all() on tween not wroking Fixes #19901 | |||
2018-09-10 | Merge pull request #21908 from JFonS/fix_18014 | Rémi Verschelde | |
Clear cache after reimporting an ArrayMesh | |||
2018-09-10 | Merge pull request #21907 from JFonS/concave_collision_gizmo | Rémi Verschelde | |
Fix SoftBody gizmo slowness, add ConcaveShape wireframe |