提交历史

作者 SHA1 备注 提交日期
  Dmitrii Maganov 5909f9f075 GDScript: Fix issues with typed arrays 2 年之前
  Rémi Verschelde c2790ec2b9 Merge pull request #68450 from KoBeWi/bracket_escapist 2 年之前
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 年之前
  lawnjelly 491594ef0f VariantParser make readahead optional 2 年之前
  Rémi Verschelde f4bccf90a3 Merge pull request #69119 from lawnjelly/faster_variant_parser_master 2 年之前
  kobewi 0765908868 Don't break parsing on missing resources 2 年之前
  lawnjelly 5df29fec20 Add readahead to VariantParser 2 年之前
  kobewi 0d122ce459 Allow to escape closing brackets in CFG tags 2 年之前
  Aaron Franke 2cea42cc7f Rename Projection `matrix` to `columns` 3 年之前
  Haoyu Qiu 3c0759608a Fix crash when encoding freed object in ConfigFile 3 年之前
  kobewi ee6fd704b5 Fix Vector4 serialization 3 年之前
  reduz 455c06ecd4 Implement Vector4, Vector4i, Projection 3 年之前
  Rémi Verschelde 192499c743 Merge pull request #48989 from MarioLiebisch/variant-comment-line-breaks 3 年之前
  Rémi Verschelde 931838b330 Merge pull request #60627 from aaronfranke/rename-elements 3 年之前
  Hugo Locurcio 180e5d3028 Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` 3 年之前
  Aaron Franke 1bf94dff3a Rename Basis "elements" to "rows" 3 年之前
  Aaron Franke b831fb0a54 Rename Transform2D "elements" to "columns" 3 年之前
  bruvzg de4c97758a Fix more issues found by cppcheck. 3 年之前
  bruvzg 244db37508 Cleanup and move char functions to the `char_utils.h` header. 3 年之前
  Anilforextra adbe948bda String: Add contains(). 3 年之前
  bruvzg 8e79c5fb8d Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scripts and expressions. 3 年之前
  Rémi Verschelde 8898d6dadc Dictionary: Serialize empty dict as `{}` instead of `{\n}` 3 年之前
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 年之前
  Nathan Franke 49403cbfa0 Replace String comparisons with "", String() to is_empty() 3 年之前
  Emmanuel Leblond f9ba2efe1e Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests) 5 年之前
  Thakee Nathees 3f3ed5d34c NaN, INF read/write bug fixed 5 年之前
  Aaron Franke e5d85ac751 Fixes to tests for Variant and Geometry3D 4 年之前
  Rémi Verschelde ac3322b0af Use const references where possible for List range iterators 4 年之前
  Aaron Franke 4e6efd1b07 Use C++ iterators for Lists in many situations 4 年之前
  Hugo Locurcio 4bd5e4fd9b Use the standard C `INFINITY` and `NAN` constants directly 4 年之前