summaryrefslogtreecommitdiff
path: root/core/math/expression.cpp
AgeCommit message (Expand)Author
2023-01-21Add support for Unicode identifiers in Expression classGeorge Marques
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-14Fix periods in editor strings and messagesHugo Locurcio
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-07-04Expression built-in functions can also be considered as identifiers in subscr...cdemirer
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-11Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-05Merge pull request #57620 from Haydoggo/expression-exp-fixRémi Verschelde
2022-02-05Make parser treat all exponent literals as floatHayden
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-04Added hex and bin literal support to Expression parserHayden Leete
2022-01-30Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-02Merge pull request #47294 from sebastian-heinz/patch-1Rémi Verschelde
2021-12-02allow variant construction in expressionssebastian-heinz
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-07-21Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Static analyzer fixes:bruvzg
2020-11-11Refactor variant built-in methods yet again.reduz
2020-11-10Create Variant built-in functions.reduz
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-07Refactored variant setters/gettersreduz
2020-11-06Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-06-02Fix for Expression class: inner string can be single quotedntfs.hard
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-11Fix various typosluz.paz
2020-02-25Merge pull request #36515 from reduz/packed-array-64-bitsRémi Verschelde
2020-02-25Expression: Fix parsing integers as 32-bitRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-12Remove deprecated decimals builtinRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde