Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-19 | Merge pull request #35317 from Chaosus/fix_shader | Yuri Roubinsky | |
Clears completion_class in shaders (may cause troubles if not). | |||
2020-01-19 | Merge pull request #35312 from Faless/net/packet_peer_encode_buffer | Rémi Verschelde | |
PacketPeer use heap buffer for var encoding. | |||
2020-01-19 | Clears completion_class in shaders (may cause troubles if not). | Yuri Roubinsky | |
2020-01-19 | Merge pull request #35302 from clayjohn/GLES3-env-map | Rémi Verschelde | |
Reduce complexity of irradiance map generation | |||
2020-01-19 | PacketPeer use heap buffer for var encoding. | Fabio Alessandrelli | |
Used to allocate in stack (via alloca) which causes crashes when trying to encode big variables. The buffer grows as needed up to `encode_buffer_max_size` (which is 8MiB by default) and always in power of 2. | |||
2020-01-19 | Merge pull request #35303 from timothyqiu/hidpi-anitreeplayer | Rémi Verschelde | |
Fixes AnimationTreePlayer editor UI on HiDPI | |||
2020-01-19 | doc: Timer.autostart resets to false on start | Rémi Verschelde | |
Fixes #35289. | |||
2020-01-19 | Merge pull request #35273 from dankan1890/quick_fix | Rémi Verschelde | |
AssetLibrary layout fix | |||
2020-01-19 | Merge pull request #35284 from Ovnuniarchos/MidiNoReopen | Rémi Verschelde | |
Alsa MIDI input thread gets properly reinitialized on open_midi_input. | |||
2020-01-19 | Merge pull request #35295 from N0hbdy/animation-editor-line-edit-fix | Rémi Verschelde | |
Fix AnimationTree Editor by using CONNECT_DEFERRED on LineEdit | |||
2020-01-19 | Merge pull request #35297 from Calinou/2d-zoom-reset-clamp-editor-scale | Rémi Verschelde | |
Clamp the editor scale to 1 when resetting zoom in the 2D editor | |||
2020-01-19 | Merge pull request #35304 from raphael10241024/fix_audiobus_editor | Rémi Verschelde | |
fix audio buses layout editor save | |||
2020-01-19 | fix audio buses editor not save, close #26683 | RaphaelHunter | |
2020-01-19 | Fixes AnimationTreePlayer editor on HiDPI | Haoyu Qiu | |
* The minimum editor size * The position of buttons and status text | |||
2020-01-18 | reduce complexity of irradiance map generation | clayjohn | |
2020-01-18 | Clamp the editor scale to 1 when resetting zoom in the 2D editor | Hugo Locurcio | |
This closes #35294. | |||
2020-01-18 | Fix AnimationTree Editor by using CONNECT_DEFERRED on LineEdit | N0hbdy | |
Not having this causes the LineEdit to be deleted while still processing signals, which can cause a crash during focus changes. Fixes 35293 | |||
2020-01-18 | AssetLibrary when the download size is unknown: | dankan1890 | |
hidden progress bar added in the description the downloaded bytes Fixes #35267 | |||
2020-01-18 | Alsa MIDI input thread gets properly reinitialized on open. | Ovnuniarchos | |
2020-01-18 | Merge pull request #35281 from timothyqiu/video-player-doc | Rémi Verschelde | |
Improves VideoPlayer's documentation | |||
2020-01-18 | Merge pull request #35265 from zxcvdev/fix_crash_iphone_ios13 | Rémi Verschelde | |
Fix iOS Crash on Application Exit | |||
2020-01-18 | Merge pull request #35276 from Calinou/doc-configfile-comments | Rémi Verschelde | |
doc: Mention the limited comment support in ConfigFile | |||
2020-01-18 | Improves VideoPlayer's documentation | Haoyu Qiu | |
2020-01-18 | doc: Mention the limited comment support in ConfigFile | Hugo Locurcio | |
2020-01-18 | Merge pull request #35256 from Faless/js/callback_target_fix | Rémi Verschelde | |
HTML5 callbacks rework. | |||
2020-01-18 | Merge pull request #35268 from Chaosus/fix_shader_minimap | Rémi Verschelde | |
Fix minimap updating in shader tab | |||
2020-01-18 | Fix minimap updating in shader tab | Yuri Roubinsky | |
2020-01-18 | Merge pull request #35266 from Chaosus/shader_fix_arrays | Yuri Roubinsky | |
Added missing form of array constructor in shaders | |||
2020-01-18 | Fix crash when closing app on iphone | zxcvdev | |
2020-01-18 | Added missing form of array constructor in shaders | Yuri Roubinsky | |
2020-01-18 | Merge pull request #35223 from Feniks-Gaming/MenueButtonDescription | Rémi Verschelde | |
Improved MenuButton Description | |||
2020-01-18 | Improved MenuButton Description | Feniks | |
I expanded description of MenueButton to explain how to create the items inside of the pop up as this is initially a mystery to many new people. | |||
2020-01-17 | HTML5 callbacks rework. | Fabio Alessandrelli | |
Fixes compatibility with emscripten 1.39.5+ . Most input callbacks now require a target and no longer support NULL defaults. This commit changes all required null targets to the expected default in the binding phase. Since for canvas-related callbacks there is no default, the "#canvas" selector is used instead. Additionally, since canvasX and canvasY event properties are no longer supported, event positions are computed from "clientX" and "clientY" and the "#canvas" bounding client rect. | |||
2020-01-17 | Merge pull request #35235 from akien-mga/android-launcher-icons-properties | Rémi Verschelde | |
Android: Improve name of icon export properties | |||
2020-01-17 | Merge pull request #35241 from Calinou/gles2-disable-alternate-viewport-modes | Rémi Verschelde | |
Mark alternate editor display modes as disabled in the GLES2 renderer | |||
2020-01-17 | Mark alternate editor display modes as disabled in the GLES2 renderer | Hugo Locurcio | |
This partially addresses #27018. | |||
2020-01-17 | Merge pull request #35233 from akien-mga/scenetree-input_event-crash | Rémi Verschelde | |
Fix crash when confirming dialogs with Return key | |||
2020-01-17 | Merge pull request #35237 from akien-mga/emscripten-1.39.5-timestamp-removal | Rémi Verschelde | |
HTML5: Address removal of 'timestamp' in Emscripten 1.39.5 | |||
2020-01-17 | HTML5: Address removal of 'timestamp' in Emscripten 1.39.5 | Rémi Verschelde | |
It was removed as noted in the changelog: https://github.com/emscripten-core/emscripten/blob/1.39.5/ChangeLog.md#v1395-12202019 > Removed `timestamp` field from mouse, wheel, devicemotion and > deviceorientation events. The presence of a `timestamp` on these > events was slightly arbitrary, and populating this field caused > a small profileable overhead that all users might not care about. > It is easy to get a timestamp of an event by calling > `emscripten_get_now()` or `emscripten_performance_now()` inside > the event handler function of any event. Fixes #34648. | |||
2020-01-17 | Android: Improve name of icon export properties | Rémi Verschelde | |
This seems more readable and still includes the required dimensions. | |||
2020-01-17 | Fix crash when confirming dialogs with Return key | Rémi Verschelde | |
Regression from #34040, apparently making this a const reference introduces issues (not sure why, but previous code worked fine). Fixes #34691. Co-authored-by: dankan1890 <mewuidev2@gmail.com> | |||
2020-01-17 | Merge pull request #35229 from ↵ | Rémi Verschelde | |
lakshay-angrish/35090-methods-in-xml-not-in-editor show parametric setters and getters in editor help | |||
2020-01-17 | show parametric setters and getters in editor help | Lakshay Angrish | |
2020-01-17 | Merge pull request #35227 from timothyqiu/line-edit-doc | Rémi Verschelde | |
Improves LineEdit documentation | |||
2020-01-17 | Merge pull request #35224 from ↵ | Rémi Verschelde | |
ChibiDenDen/constant_lookup_through_subclass_instance Fix constant access in base class through subclass instance | |||
2020-01-17 | Improves LineEdit documentation | Haoyu Qiu | |
* Recently supported macOS shortcuts are added * Makes it clear than `set_text` won't trigger `text_changed` * `minimum_spaces` is the number of space characters that can be shown without scrolling | |||
2020-01-16 | i18n: Sync translation template with current source | Rémi Verschelde | |
2020-01-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-16 | Bump version to 3.2-rc | Rémi Verschelde | |
'I guess there is no one to (git) blame We're leaving ground... Will things ever be the same again?' | |||
2020-01-16 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributor added to AUTHORS: @dankan1890 Thanks to all contributors and donors for making Godot possible! |