Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-13 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-02-13 | Merge pull request #25821 from akien-mga/sync-class-and-filenames | Rémi Verschelde | |
Ensure classes match their header filename | |||
2019-02-12 | Fix state machine priority for auto advance | Guilherme Felipe | |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde | |
Also drop some unused files. Renamed: - `scene/2d/navigation2d.h` -> `navigation_2d.h` - `scene/2d/screen_button.h` -> `touch_screen_button.h` - `scene/3d/scenario_fx.h` -> `world_environment.h` - `scene/audio/audio_player.h` -> `audio_stream_player.h` - `scene/resources/bit_mask.h` -> `bit_map.h` - `scene/resources/color_ramp.h` -> `gradient.h` - `scene/resources/shape_line_2d.h` -> `line_shape_2d.h` - `scene/resources/scene_format_text.h` -> `resource_format_text.h` - `scene/resources/sky_box.h` -> `sky.h` Dropped: - `scene/resources/bounds.h` | |||
2019-02-12 | Merge pull request #25496 from ptrojahn/lookat | Rémi Verschelde | |
Fix look_at with non uniform scaling | |||
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde | |
Also drop some unused files. Renamed: - `core/dvector.h` -> `pool_vector.h` - `core/io/resource_import.h` -> `resource_importer.h` - `core/sort.h` -> `sort_array.h` - `core/string_db.h` -> `string_name.h` Dropped: - `core/allocators.h` - `core/os/shell.h` - `core/variant_construct_string.cpp` | |||
2019-02-12 | Merge pull request #25602 from mcccclean/dont-ignore-listener-nodes | Rémi Verschelde | |
Fix 3D Listener nodes not being used | |||
2019-02-12 | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde | |
Fix many asan and ubsan reported issues | |||
2019-02-12 | Merge pull request #25725 from clayjohn/multimesh_transform_2d | Rémi Verschelde | |
Added ability to set_instance_transform_2d in multimesh | |||
2019-02-12 | Merge pull request #25754 from JFonS/fix_25567 | Rémi Verschelde | |
Fix canvas particle material for old GLSL versions | |||
2019-02-11 | Fix canvas particle material for old GLSL versions | JFonS | |
2019-02-10 | Add disabled tab style | Michael Alexsander Silva Dias | |
2019-02-10 | General cleanup of script and doc search bars | Michael Alexsander Silva Dias | |
2019-02-10 | TSCN: Remove extra newline after [resource]/[ext_resource] | Rémi Verschelde | |
Some cases had been handled in #17602, but those two were missed. Fixes #24677. | |||
2019-02-09 | Warn when using GPU particles with GLES2 | Rémi Verschelde | |
Closes #25733. | |||
2019-02-09 | Merge pull request #25653 from BastiaanOlij/fix_hide_skyrotation | Rémi Verschelde | |
Hide new sky properties if we don't have sky as a background | |||
2019-02-09 | Merge pull request #25671 from vnen/physics-material-2d | Rémi Verschelde | |
Include PhysicsMaterial when 3D is disabled | |||
2019-02-08 | added ability to set instance_transform_2d in multimesh | clayjohn | |
2019-02-08 | Merge pull request #25627 from clayjohn/visual_shader_texture_bug | Rémi Verschelde | |
Change hint_color to hint_albedo for sampler2ds | |||
2019-02-08 | Fix look_at with non uniform scaling | Paul Trojahn | |
The angle function doesn't consider the scaling of the local coordinates, so it needs to be removed first. Fixes #23247 | |||
2019-02-08 | Merge pull request #25551 from JFonS/fix_rogue_cpu_particles | Rémi Verschelde | |
Fix local_delta when resetting CPUParticles | |||
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 #25509 from bojidar-bg/25504-update-bitmask-crash | Rémi Verschelde | |
Fix crashes when calling update_bitmask_area | |||
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-06 | Include PhysicsMaterial when 3D is disabled | George Marques | |
It's still needed by 2D physics. | |||
2019-02-06 | Fix particles animation on GLES2 | JFonS | |
2019-02-06 | Prefer a viewport's listener over a camera where available | Tom McLean | |
Fix clang formatting issue | |||
2019-02-06 | Hide new sky properties if we don't have sky as a background | Bastiaan Olij | |
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-04 | change hint_color to hint_albedo for sampler2ds | clayjohn | |
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-01 | Fix local_delta when resetting CPUParticles | JFonS | |
2019-02-01 | When an animationplayer sets a property on itself recreate the caches | Hein-Pieter van Braam | |
this fixes #25507 | |||
2019-01-31 | Fix a font oversampling warning being printed when it shouldn't | Hugo Locurcio | |
2019-01-31 | Fix crashes when calling update_bitmask_area | Bojidar Marinov | |
Fixes #25504 | |||
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 many asan and ubsan reported issues | Hein-Pieter van Braam | |
This allows most demos to run without any ubsan or asan errors. There are still some things in thirdpart/ and some things in AudioServer that needs a look but this fixes a lot of issues. This should help debug less obvious issues, hopefully. This fixes #25217 and fixes #25218 | |||
2019-01-29 | Merge pull request #25439 from YeldhamDev/color_picker_toggle_fixup | Rémi Verschelde | |
Small fixup on button toggle behaviour in ColorPicker | |||
2019-01-28 | binding for get_frustum() of camera class | Yusuf | |
2019-01-28 | Small fixup on button toggle behaviour in ColorPicker | Michael Alexsander Silva Dias | |
2019-01-28 | Fix recursive assignment of Textures and BitMapFont | Rémi Verschelde | |
Fixes #24213. | |||
2019-01-27 | Merge pull request #25366 from clayjohn/visual_shader_builtins | Rémi Verschelde | |
Updated visual shader builtins | |||
2019-01-27 | Do not restrict light texture type (wont work with atlas, though) | Juan Linietsky | |
2019-01-27 | Fix problem blending from state to state in statemachine node, closes #21944 | Juan Linietsky | |
2019-01-27 | Merge pull request #25355 from YeldhamDev/color_picker_changes | Rémi Verschelde | |
Make some small enhancements to the ColorPicker | |||
2019-01-27 | Change the frame number before triggering the animation_finished signal | Gilles Roudiere | |
2019-01-27 | Make some small enhancements to the ColorPicker | Michael Alexsander Silva Dias | |
2019-01-27 | Document AnimatedTexture and bind MAX_FRAMES constant | Rémi Verschelde | |
Closes #24935. | |||
2019-01-27 | updated visual shader builtins | clayjohn | |