Commit History

Author SHA1 Message Date
  bruvzg 644f739660 Static analyzer fixes: 4 years ago
  reduz 635d33dc6c Refactor variant built-in methods yet again. 4 years ago
  reduz 5288ff538d Create Variant built-in functions. 4 years ago
  reduz 221a2a1742 Refactored variant constructor logic 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  reduz 05de7ce6ca Refactored variant setters/getters 4 years ago
  Yuri Roubinsky 38fb26794b Exposed randi_range to global funcs + renamed rand_range to randf_range 5 years ago
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. 5 years ago
  Aaron Franke 56e2c6c704 Make all String float conversion methods be 64-bit 5 years ago
  Rémi Verschelde a8a2769bb6 Merge pull request #38713 from aaronfranke/string-64bit 5 years ago
  Aaron Franke bb8aa107fd Remove 32-bit String to_int method 5 years ago
  ntfs.hard ec164b2301 Fix for Expression class: inner string can be single quoted 5 years ago
  Rémi Verschelde 85220fec01 Style: Remove unnecessary semicolons from `core` 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) 5 years ago
  Rémi Verschelde 69de7ce38c Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Rafał Mikrut 359bebd8c0 Fix out of bound array access caused by unassigned variable 5 years ago
  luz.paz 7bf6e5f773 Fix various typos 5 years ago
  Rémi Verschelde 2f237d181b Merge pull request #36515 from reduz/packed-array-64-bits 5 years ago
  Rémi Verschelde ceba2b6761 Expression: Fix parsing integers as 32-bit 5 years ago
  Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Rémi Verschelde 54ac8eaba6 Remove more deprecated methods and code 5 years ago
  Rémi Verschelde bd78b9f445 Remove deprecated decimals builtin 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Danil Alexeev 134755ebcf Add ord() function to Expression class 5 years ago
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago