Commit History

作者 SHA1 備註 提交日期
  Rémi Verschelde c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 3 年之前
  bruvzg f851c4aa33 Fix some issues found by cppcheck. 3 年之前
  Haoyu Qiu 77f80aa4ee Use `RTR()` for VisualScriptNode captions and texts 3 年之前
  reduz 21637dfc25 Remove VARIANT_ARG* macros 3 年之前
  bruvzg 244db37508 Cleanup and move char functions to the `char_utils.h` header. 3 年之前
  bruvzg 8e79c5fb8d Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scripts and expressions. 3 年之前
  Haoyu Qiu 9b373642a5 i18n: Make VisualScript node caption & text translatable 3 年之前
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 年之前
  Lightning_A e078f970db Rename `remove()` to `remove_at()` when removing by index 4 年之前
  Hugo Locurcio c012fbc8b2 Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` 3 年之前
  Hugo Locurcio 4bd5e4fd9b Use the standard C `INFINITY` and `NAN` constants directly 4 年之前
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 年之前
  Anshul7sp1 91181c2086 Fixes small typos and grammar correction 4 年之前
  reduz f8d03b98e7 Improve resource load cache 4 年之前
  reduz 1aa2823fa3 Removed _change_notify 4 年之前
  Rafał Mikrut f7209b459b Initialize class/struct variables with default values in modules/ 4 年之前
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 年之前
  reduz 635d33dc6c Refactor variant built-in methods yet again. 4 年之前
  reduz 221a2a1742 Refactored variant constructor logic 4 年之前
  reduz 05de7ce6ca Refactored variant setters/getters 4 年之前
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. 5 年之前
  Aaron Franke 56e2c6c704 Make all String float conversion methods be 64-bit 5 年之前
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 年之前
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 年之前
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 年之前
  Rémi Verschelde 69de7ce38c Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 5 年之前
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 年之前
  luz.paz 7bf6e5f773 Fix various typos 5 年之前
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 年之前
  Rémi Verschelde 54ac8eaba6 Remove more deprecated methods and code 5 年之前