Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Merge pull request #25901 from godotengine/revert-25841-menubutton-fix | Rémi Verschelde | |
Revert "Fix MenuButton item label disappearing when setting shortcut." | |||
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-15 | Merge pull request #25886 from luizcarlos1405/master | Rémi Verschelde | |
Fix AnimationPlayer bug where it wouldn't reset its position when finished | |||
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 AnimationPlayer bug where it wouldn't reset its position when finished | Luiz | |
2019-02-14 | Merge pull request #25879 from hpvb/fix-25629 | Rémi Verschelde | |
Detect when primusrun/optirun is in use | |||
2019-02-14 | Detect when primusrun/optirun is in use | Hein-Pieter van Braam | |
It seems that bumblebee doesn't like us creating multiple GL contexts to avoid this we now detect whether we're running with this software and don't do anything. | |||
2019-02-14 | Drop unused AnimationTrackKeyEdit::track_editor | Rémi Verschelde | |
Added by mistake in 4a24ba6e77c7128e64dee31cf05f6960abdb8108. | |||
2019-02-14 | Merge pull request #25878 from hpvb/fix-25852 | Rémi Verschelde | |
Don't crash if there's no application name | |||
2019-02-14 | Don't crash if there's no application name | Hein-Pieter van Braam | |
This fixes #25852 | |||
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-14 | Avoid case where editors are deleted while moved, fixes #25508, fixes #24829 | Juan Linietsky | |
2019-02-14 | Merge pull request #25866 from neikeq/issue-25121 | Rémi Verschelde | |
Fix exported property values being lost if base GDScript fails to parse | |||
2019-02-14 | Fix exported property values being lost if base GDScript fails to parse | Ignacio Etcheverry | |
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 | Merge pull request #25858 from buresu/fix-package-installer | Rémi Verschelde | |
Fix button alignment of Package Installer on OSX | |||
2019-02-13 | Disallow polygon2D editing if internal vertices exists, as suggested in #24853 | Juan Linietsky | |
2019-02-13 | Fix button alignment of Package Installer on OSX | Naoto Kondo | |
This problem occurs only in the HiDPI environment. | |||
2019-02-13 | Change some editing display options to make it clearer, as requested in #24853 | Juan Linietsky | |
2019-02-13 | Merge pull request #25842 from marcelofg55/windows_timezone | Rémi Verschelde | |
Fix get_time_zone_info returning inverted bias on Windows/UWP | |||
2019-02-13 | Fix get_time_zone_info returning inverted bias on Windows/UWP | Marcelo Fernandez | |
2019-02-13 | Merge pull request #25814 from allkhor/hide_warning_panel | Rémi Verschelde | |
Hide the warning panel when no warnings presents. | |||
2019-02-13 | Hide the warnings panel when no warnings presents. | allkhor | |
2019-02-13 | Remove all references to stencil, fixes problems on iOS. | Juan Linietsky | |
2019-02-13 | On mobile, check for float and half float frameuffers supported, fixes ↵ | Juan Linietsky | |
#25324, fixes #25325. | |||
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 | Merge pull request #25847 from MidZik/master | Chris Bradfield | |
Docs: Clarified TileMap get_cell method behavior. | |||
2019-02-12 | Clarified TileMap get_cell method behavior. | MidZik | |
2019-02-13 | Merge pull request #25831 from aaronfranke/mono-trans-rot-scale | Ignacio Etcheverry | |
[Core] [Mono] Transform2D rotation and scale fixes | |||
2019-02-12 | [Core] Transform2D add set_scale and fix set_rotation | Aaron Franke | |
Note: These are still not exposed to GDScript | |||
2019-02-12 | [Mono] Fix Transform2D rotation and scale | Aaron Franke | |
2019-02-12 | Fix infinite recursion in GLES2 _copy_texscreen | Rémi Verschelde | |
Bug introduced in 9430e68cf3013aaa0673a4dfff844324a9c1274a, likely a typo. | |||
2019-02-12 | Fixed undefined setting values when loading dynamic fonts | PouleyKetchoupp | |
2019-02-12 | Fix copyright year in VideoStreamGDNative | Rémi Verschelde | |
2019-02-12 | Modules: Ensure classes match their header filename | Rémi Verschelde | |
Renamed: - `modules/mono/mono_gd/gd_mono_class_member.h` -> `i_mono_class_member.h` - `modules/upnp/upnpdevice.h` -> `upnp_device.h` - `modules/websocket/websocket_multiplayer.h` -> `websocket_multiplayer_peer.h` | |||
2019-02-12 | Support SCREEN_TEXTURE in GLES2, fixes #25405 | Juan Linietsky | |
2019-02-12 | Merge pull request #25830 from guilhermefelipecgs/fix_state_machine_priority | Rémi Verschelde | |
Fix state machine priority for auto advance | |||
2019-02-12 | Merge pull request #25828 from samH-FIT/particle_fix | Rémi Verschelde | |
Fixes issue where ZIndex of converted CPUParticles2D is reset to zero | |||
2019-02-12 | Ability to vflip viewports in GLES2, fixes #24555 | Juan Linietsky | |
Also culling was reversed somehow. | |||
2019-02-12 | Use UVs with the nvidia rendering hack, fixes #24563 | Juan Linietsky | |
2019-02-12 | Fix state machine priority for auto advance | Guilherme Felipe | |
2019-02-12 | Fix fog in GLES2 by using epic hack, closes #25410 | Juan Linietsky | |
2019-02-12 | Fixes issue #25822 | samHFIT | |