Age | Commit message (Expand) | Author |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-04 | Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert | Mateo Dev .59 |
2020-02-27 | Renamed PlaneShape to WorldMarginShape | Andrea Catania |
2020-02-23 | Replace FALLTHROUGH macro by C++17 [[fallthrough]] | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-14 | Fix various GCC compilation warnings after Vulkan merge | Rémi Verschelde |
2020-02-11 | Implementation of 'struct' for shaders | Yuri Roubinsky |
2020-02-11 | Fix Vector3 ambiguities and out of bounds init. | bruvzg |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-07 | Use modules_enabled.gen.h to improve inter dependency checks | Rémi Verschelde |
2020-01-08 | GDScript: enable type checks on release mode | George Marques |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-07 | Merge pull request #30556 from kawa-yoiko/astar-directed | Rémi Verschelde |
2019-09-28 | Add stress test between A* and Floyd-Warshall | Shiqing |
2019-09-28 | Reduce memory usage for edges in A* and add tests | Shiqing |
2019-09-21 | Implement backward shift deletion for OAHashMap | Shiqing |
2019-08-27 | allow to reserve space in OAHashMap explicitly and also in AStar. | Robin Hübner |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-08-12 | Merge pull request #31290 from nekomatata/fix-test-regex-disabled | Rémi Verschelde |
2019-08-11 | Fixed link errors when building in debug with option module_regex_enabled=no | PouleyKetchoupp |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories | Michael Alexsander Silva Dias |
2019-07-23 | Added count method to String | Chaosus |
2019-07-15 | Implemented local shader arrays | Chaosus |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-19 | Enforce Unicode encoding in MSVC | Andrii Doroshenko (Xrayez) |
2019-05-11 | Add RegEx substitution testcase and fix relevant docs | Ryan Stein |
2019-04-10 | Fix `as` operator generating opcode 38 errors | Bojidar Marinov |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Merge pull request #26760 from Xrayez/26744-fix-string-to-lower | Rémi Verschelde |
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde |
2019-04-05 | Reorder reverse caps characters table for string lower case conversion | Andrii Doroshenko (Xrayez) |
2019-03-14 | Fix duplicated lines in GDScript bytecode | Bojidar Marinov |
2019-02-27 | Fix -Wsuggest-attribute=format warnings. | marxin |
2019-02-22 | Don't crash when parse_utf8 receives a NULL pointer | Hein-Pieter van Braam |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-20 | GDScript: Remove unused `switch`, `case` and `do` CF keywords | Rémi Verschelde |
2019-02-12 | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde |
2019-02-10 | Be explicit about usage of GDScript tests | Rémi Verschelde |
2019-02-09 | [Core] Rename Matrix3 file to Basis | Aaron Franke |
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam |
2019-01-16 | Fix some errors found by static analysis | Rémi Verschelde |
2019-01-07 | Repair String lstrip and rstrip. | Ibrahn Sahir |
2019-01-04 | String[size()] should return a default constructed CharType | Hein-Pieter van Braam |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-17 | Fix maybe-uninitialized warnings from GCC 4.8.x | Rémi Verschelde |
2018-12-05 | Tests: Drop old test_io referencing data which isn't included | Rémi Verschelde |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke |
2018-10-16 | Merge pull request #22548 from fire/visualscript_whitespace | Rémi Verschelde |
2018-10-11 | Make visualscript search better. | K. S. Ernest (iFire) Lee |
2018-10-11 | Add testcase whether OAHashMap loses keys | Florian Jung |