Age | Commit message (Expand) | Author |
2020-02-10 | Merge pull request #35301 from Calinou/improve-console-error-logging | Rémi Verschelde |
2020-02-08 | Merge pull request #36011 from madmiraal/fix-33391 | Rémi Verschelde |
2020-02-08 | Merge pull request #35682 from nathanwfranke/canvas-cull-control-fix | Rémi Verschelde |
2020-02-08 | Remove do{ } while(0) wrapper around error macros. | Marcel Admiraal |
2020-02-07 | Fix bug where Control at origin with 0 size not rendered | nathanwfranke |
2020-02-07 | SCons: Generate header with info on which modules are enabled | Rémi Verschelde |
2020-02-06 | Merge pull request #35887 from dankan1890/quick_fix | Rémi Verschelde |
2020-02-05 | Apply macro documentation from #35521. | Marcel Admiraal |
2020-02-05 | Remove trailing semicolons from do..while wrappers. | Marcel Admiraal |
2020-02-05 | Add do..while(0) wrappers to macros without one. | Marcel Admiraal |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-02-05 | Clean up error_macros.h | Marcel Admiraal |
2020-02-03 | Fixed String::humanize_size crash. | dankan1890 |
2020-01-28 | Color: Fix deprecation warning mentioning 'get_v()' instead of 'v' | Rémi Verschelde |
2020-01-28 | MessageQueue: Fix setting name in OOM error message | Rémi Verschelde |
2020-01-28 | Fixes invalid writes in Image operations | Haoyu Qiu |
2020-01-26 | Merge pull request #35521 from Calinou/improve-error-macros | Rémi Verschelde |
2020-01-26 | doc: Document named color constants | Rémi Verschelde |
2020-01-24 | Improve and document error macros | Hugo Locurcio |
2020-01-24 | Add explanations for errors related to Vector/Quat normalization | Hugo Locurcio |
2020-01-23 | Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit | Rémi Verschelde |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-23 | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio |
2020-01-22 | Merge pull request #35414 from Ovnuniarchos/AlsaMidiBadPitchBend | Rémi Verschelde |
2020-01-22 | Merge pull request #35406 from lawnjelly/ortho-shadow | Rémi Verschelde |
2020-01-22 | ALSA MIDI driver: | Ovnuniarchos |
2020-01-22 | Change CameraMatrix::get_viewport_size to get_viewport_half_extents | lawnjelly |
2020-01-22 | Merge pull request #35423 from Faless/fix/object_emit_free | Rémi Verschelde |
2020-01-22 | Make sure we know when deleting an emitting object | Fabio Alessandrelli |
2020-01-22 | Thread: Fix typo in destructor error message | Rémi Verschelde |
2020-01-22 | Fixes leak when importing zip in AssetLib | Haoyu Qiu |
2020-01-21 | Merge pull request #35408 from Faless/ws/fix_packet_count | Rémi Verschelde |
2020-01-21 | Fix MultiplayerAPI crash when peer impl misbehave. | Fabio Alessandrelli |
2020-01-20 | Fix AtlasPacker ignoring semi-transparent pixels | Eric Rybicki |
2020-01-20 | Merge pull request #35345 from timothyqiu/pck-packer-leak | Rémi Verschelde |
2020-01-20 | Fixes leak when pck_start multiple times | Haoyu Qiu |
2020-01-20 | Fixes XMLParser leak when open multiple times | Haoyu Qiu |
2020-01-19 | PacketPeer use heap buffer for var encoding. | Fabio Alessandrelli |
2020-01-19 | Improve the console error logging appearance | Hugo Locurcio |
2020-01-14 | Merge pull request #35092 from AndreaCatania/frames_exp | Rémi Verschelde |
2020-01-13 | Object: Avoid error on emit_signal with freed target | Rémi Verschelde |
2020-01-13 | Exposed physics frame count and idle frame count | Andrea Catania |
2020-01-13 | Object: Remove error on disconnect of locked signals | Rémi Verschelde |
2020-01-13 | Revert "Enable Vsync via Compositor by default" | Rémi Verschelde |
2020-01-10 | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg |
2020-01-10 | Merge pull request #34968 from Calinou/enable-vsync-via-compositor | Rémi Verschelde |
2020-01-09 | Enable Vsync via Compositor by default | Hugo Locurcio |
2020-01-09 | GDScript: Validate object instance on `is` operation | George Marques |
2020-01-08 | Check if resource exists before loading | Tomasz Chabora |