| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #52023 from mhilbrunner/vs-fix-reloaded | Max Hilbrunner | 2021-08-25 | 1 | -2/+2 |
| |\ |
|
| | * | Fix Visual Script editor | Max Hilbrunner | 2021-08-24 | 1 | -2/+2 |
| * | | Expose RID creation utilities. | reduz | 2021-08-23 | 1 | -0/+13 |
| * | | Implement NativeExtension pointer arguments | reduz | 2021-08-23 | 1 | -1/+3 |
| |/ |
|
| * | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -0/+2 |
| * | Docs: Fix capitalisation of Warning in two places | Max Hilbrunner | 2021-08-11 | 1 | -2/+2 |
| * | Fix CI after #38992 | Max Hilbrunner | 2021-08-11 | 1 | -4/+2 |
| * | Merge pull request #38992 from Dragoncraft89/master | Rémi Verschelde | 2021-08-11 | 1 | -0/+9 |
| |\ |
|
| | * | Add error_string function | Florian Kothmeier | 2021-04-27 | 1 | -0/+9 |
| * | | Merge pull request #51017 from vnen/extension-fixes | Rémi Verschelde | 2021-08-10 | 1 | -0/+64 |
| |\ \ |
|
| | * | | Bind missing constants from PropertyHint and PropertyUsage | George Marques | 2021-08-06 | 1 | -0/+64 |
| * | | | [Text Server] Improve object (image/table) inline alignment. | bruvzg | 2021-08-08 | 1 | -0/+30 |
| |/ / |
|
| * | | Remove obsolete "dectime" method | Aaron Franke | 2021-07-30 | 1 | -13/+0 |
| * | | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -384/+192 |
| * | | Implement Resource UIDs | reduz | 2021-07-24 | 1 | -0/+2 |
| * | | Add type variations to Theme | Yuri Sizov | 2021-07-13 | 1 | -21/+25 |
| * | | Improve and clarify documentation for RandomNumberGenerator | Hugo Locurcio | 2021-07-02 | 1 | -3/+3 |
| * | | Fix editor suffixes and degrees conversion | reduz | 2021-06-30 | 1 | -25/+23 |
| * | | Implement native extension system | reduz | 2021-06-25 | 1 | -0/+2 |
| * | | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal | 2021-06-19 | 1 | -7/+6 |
| * | | Add Time singleton | Aaron Franke | 2021-06-11 | 1 | -0/+3 |
| * | | Rename Quat to Quaternion | Marcel Admiraal | 2021-06-04 | 1 | -2/+2 |
| * | | Update documentation for Transform3D | Aaron Franke | 2021-06-03 | 1 | -2/+2 |
| * | | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A | 2021-05-07 | 1 | -1/+1 |
| * | | Re-bind posmod, use int64_t instead of int | Rémi Verschelde | 2021-05-04 | 1 | -0/+25 |
| |/ |
|
| * | Call randomize() automatically | Tomasz Chabora | 2021-04-22 | 1 | -4/+1 |
| * | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke | 2021-03-23 | 1 | -296/+296 |
| * | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -14/+14 |
| * | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2021-03-18 | 1 | -0/+2 |
| * | Document the valid input range for `acos()` and `atan()` | Hugo Locurcio | 2021-03-15 | 1 | -2/+2 |
| * | Implement Navigation layers | Gilles Roudière | 2021-03-10 | 1 | -13/+19 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2021-03-10 | 1 | -0/+4 |
| * | fix minor issue in smooth step function's documentation | Angad Kambli | 2021-02-13 | 1 | -1/+1 |
| * | Add support for new SDL gamecontroller keywords. | Marcel Admiraal | 2021-02-07 | 1 | -1/+19 |
| * | More explicit wording for str() and print() functions | LoipesMas | 2021-01-05 | 1 | -2/+2 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2021-01-04 | 1 | -16/+16 |
| * | Rename Math::stepify to snapped | Marcel Admiraal | 2020-12-28 | 1 | -6/+6 |
| * | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -8/+8 |
| * | Merge pull request #43414 from Xrayez/pi-type-string | Rémi Verschelde | 2020-12-20 | 1 | -0/+10 |
| |\ |
|
| | * | Expose `PROPERTY_HINT_TYPE_STRING` to scripting | Andrii Doroshenko (Xrayez) | 2020-11-09 | 1 | -0/+10 |
| * | | Rename TYPE_REAL to TYPE_FLOAT | George Marques | 2020-12-04 | 1 | -1/+1 |
| * | | [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,... | bruvzg | 2020-11-26 | 1 | -0/+6 |
| * | | Update joy button and stick names, enums and documentation | Marcel Admiraal | 2020-11-19 | 1 | -120/+21 |
| * | | doc: Sync classref with Variant utility methods | Rémi Verschelde | 2020-11-17 | 1 | -0/+1141 |
| * | | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | 2020-11-09 | 1 | -15/+12 |
| |/ |
|
| * | Clarify that `KEY_BACK` is unrelated to the Back button on Android | Hugo Locurcio | 2020-08-28 | 1 | -4/+4 |
| * | Added debugger plugin support | simpu | 2020-08-26 | 1 | -0/+3 |
| * | Docs: Ignore OS specific values (constants, project settings, properties). | bruvzg | 2020-07-15 | 1 | -1/+1 |
| * | DocData: Skip language-specific ClassDoc without methods/constants | Rémi Verschelde | 2020-06-17 | 1 | -0/+3 |