Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-11-14 | Fix periods in editor strings and messages | Hugo Locurcio |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-07-04 | Expression built-in functions can also be considered as identifiers in subscr... | cdemirer |
2022-06-27 | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee |
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde |
2022-05-11 | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky |
2022-03-09 | Remove VARIANT_ARG* macros | reduz |
2022-02-05 | Merge pull request #57620 from Haydoggo/expression-exp-fix | Rémi Verschelde |
2022-02-05 | Make parser treat all exponent literals as float | Hayden |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-04 | Added hex and bin literal support to Expression parser | Hayden Leete |
2022-01-30 | Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip... | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-02 | Merge pull request #47294 from sebastian-heinz/patch-1 | Rémi Verschelde |
2021-12-02 | allow variant construction in expressions | sebastian-heinz |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-07-21 | Use the standard C `INFINITY` and `NAN` constants directly | Hugo Locurcio |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-09 | Static analyzer fixes: | bruvzg |
2020-11-11 | Refactor variant built-in methods yet again. | reduz |
2020-11-10 | Create Variant built-in functions. | reduz |
2020-11-09 | Refactored variant constructor logic | reduz |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-07 | Refactored variant setters/getters | reduz |
2020-11-06 | Exposed randi_range to global funcs + renamed rand_range to randf_range | Yuri Roubinsky |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-01 | Merge pull request #38713 from aaronfranke/string-64bit | Rémi Verschelde |
2020-06-03 | Remove 32-bit String to_int method | Aaron Franke |
2020-06-02 | Fix for Expression class: inner string can be single quoted | ntfs.hard |
2020-05-19 | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut |
2020-03-11 | Fix various typos | luz.paz |
2020-02-25 | Merge pull request #36515 from reduz/packed-array-64-bits | Rémi Verschelde |
2020-02-25 | Expression: Fix parsing integers as 32-bit | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-13 | Remove more deprecated methods and code | Rémi Verschelde |
2020-02-12 | Remove deprecated decimals builtin | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-29 | Add ord() function to Expression class | Danil Alexeev |