Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-20 | Merge pull request #26068 from luizcarlos1405/master | Rémi Verschelde | |
Fix AnimationPlayer jumping to the beggining after ending on editor. | |||
2019-02-20 | Fix AnimationPlayer jumping to the beggining after ending on editor. | Luiz | |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin | |
Fixes #25316. | |||
2019-02-20 | Merge pull request #26089 from ianb96/word_wrap_cutoff_fix | Rémi Verschelde | |
Fix word wrap cutoff and tab wrapping issue | |||
2019-02-20 | Merge pull request #26049 from vixelz/textureprogress-nineslice-fill-fix | Rémi Verschelde | |
Truncate first segment in TextureProgress 9slices | |||
2019-02-20 | Fix word wrap cutoff and tab wrapping issue | ianb96 | |
2019-02-19 | Allow moving LineEdit visible window left by more than one symbol. | Kārlis Seņko | |
2019-02-19 | Truncate first segment in TextureProgress 9slices | Vixelz | |
Much in the way that TextureProgress was truncating the last segment of the nine slice when the value wasn't close to the end, perform similar work on the beginning segment. This fixes the beginning segment always being drawn, sometimes in the incorrect location. | |||
2019-02-18 | Merge pull request #26025 from clayjohn/particles_lifetime | Rémi Verschelde | |
Allowing setting particles lifetime greater than 600 | |||
2019-02-18 | allowing setting particles lifetime greater than 600 | clayjohn | |
2019-02-17 | Fix AudioStreams::stop possibly causing a small noise | Marcelo Fernandez | |
2019-02-16 | Updat polygons when skeleton setup changes, fixes #25949 | Juan Linietsky | |
2019-02-16 | Merge pull request #25953 from nekomatata/fix-radial-texture-progress | Rémi Verschelde | |
Fixed TextureProgress in Radial Mode when using center offset | |||
2019-02-16 | Fixed radial progress with center offset by taking distance to edge into ↵ | PouleyKetchoupp | |
account in uv calculation | |||
2019-02-16 | Merge pull request #25931 from qarmin/fix_copy_readonly | Rémi Verschelde | |
Fix copy text when TextEdit is readonly | |||
2019-02-16 | Change snapping to only happen when the floor normal remains as floor, fixes ↵ | Juan Linietsky | |
#22312 | |||
2019-02-16 | Add a minimum treshold for acquiring rest contacts to avoid numerical ↵ | Juan Linietsky | |
precision issues. Fixes #25074 | |||
2019-02-16 | Make sure stop on slope can have a tiny bit of precision edge. | Juan Linietsky | |
2019-02-16 | Merge pull request #25888 from marxin/fix-25217-part-2 | Rémi Verschelde | |
Fix 2 more UBSAN issues (#25217). | |||
2019-02-16 | Fix copy text when TextEdit is readonly | qarmin | |
2019-02-15 | Revert "Fix MenuButton item label disappearing when setting shortcut." | Rémi Verschelde | |
2019-02-15 | Merge pull request #25894 from marcelofg55/last_mouse_focus_crash | Rémi Verschelde | |
Fix possible crash with an invalid last_mouse_focus pointer | |||
2019-02-15 | Merge pull request #25841 from Awkor/menubutton-fix | Rémi Verschelde | |
Fix MenuButton item label disappearing when setting shortcut. | |||
2019-02-14 | Fix possible crash with an invalid last_mouse_focus pointer | Marcelo Fernandez | |
2019-02-14 | Fix MenuButton item label disappearing when setting shortcut. | Unknown | |
2019-02-14 | Fix 2 more UBSAN issues (#25217). | marxin | |
2019-02-14 | Fix AnimationPlayer bug where it wouldn't reset its position when finished | Luiz | |
2019-02-14 | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky | |
-Changed Animation to have a special signal when tracks are changed, to avoid unnecesary track cache rebuilds in AnimationPlayer -Added missing emit_changed whe modifying keys to Animation -Changed AnimationPlayer to use the new refcounted connections instead of the previous hacky way to keep references -Changed AnimationEditor to update the current track when keys are edited -Fixed bug where undo/redo did not work with AnimationKeyEdit (was not being updated) -Made sure UndoRedo does not mind deleted objects in undo/redo history, this would corrupt the history or clear it without need. | |||
2019-02-14 | Merge pull request #25717 from nekomatata/dynamic-font-settings-fix | Rémi Verschelde | |
Fixed undefined behavior when loading dynamic font settings | |||
2019-02-13 | Merge pull request #25776 from luizcarlos1405/master | Rémi Verschelde | |
Fixes some AnimationPlayer bugs | |||
2019-02-13 | Merge pull request #25422 from azagaya/optionbutton | Rémi Verschelde | |
Fix docs about item_selected and item_focused . Fixes #25273 | |||
2019-02-13 | Fix some AnimationPlayer bugs and update documentation | Luiz | |
2019-02-13 | Fix button alignment of Package Installer on OSX | Naoto Kondo | |
This problem occurs only in the HiDPI environment. | |||
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 | Fixed undefined setting values when loading dynamic fonts | PouleyKetchoupp | |
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-11 | Fixes differences between docs and item_selected and item_focused signals in ↵ | azagaya | |
optionbutton Description in docs about item_selected and item_focused signals in optionbutton is fixed to match the real behaviour. Also, get_item_index function is added. | |||
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. |