2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-04 10:11:53 +00:00

Commit Graph

  • 70d4d77266 Identify token joining operators Jan 2023-12-30 16:41:17 +01:00
  • 729b72c1d9 Consider triple number sign in macro value combination of ## and # Jan 2023-12-30 14:39:08 +01:00
  • 799fa37c44 Fix not ignoring whitespace after macro parameter comma Jan 2023-12-30 14:16:49 +01:00
  • d3519c2f62 Do not expand macros in strings Jan 2023-12-30 13:59:29 +01:00
  • 2af58e5cac Fix broken stringization resolution Jan 2023-12-30 13:52:05 +01:00
  • 3901ea2d3c Make DefinesProxy expand nested macros independently to avoid recursion Jan 2023-12-30 11:06:27 +01:00
  • ab2029b548 Merge pull request #74 from Laupetin/dependabot/submodules/thirdparty/catch2-b7b71ff Jan 2023-12-30 08:38:55 +01:00
  • ba9591e8a6 Bump thirdparty/catch2 from 3acb8b3 to b7b71ff #74 dependabot[bot] 2023-12-29 22:09:50 +00:00
  • 37b1f7fe87 Add more DefinesStreamProxy tests to harden expected behavior Jan 2023-12-28 17:20:44 +01:00
  • 85539b24be fix alias type Alex 2023-12-27 23:10:24 -05:00
  • b7355f9870 fix snd bank alias flags Alex 2023-12-27 23:05:32 -05:00
  • e8d029d846 Implement stringization operator Jan 2023-12-27 09:55:08 +01:00
  • b151c37dc0 Add unit tests for preprocessor operators Jan 2023-12-26 14:55:34 +01:00
  • 09f7473db4 feat: add warning for dupe localize assets Diavolo 2023-12-26 16:57:28 +01:00
  • 44e501e8b6 Merge pull request #72 from Laupetin/fix/static-expressions-for-menu-properties v0.3.2 Jan 2023-12-26 13:54:24 +01:00
  • 0bcadc1abe Add test to ensure menu simple color properties can be static expressions #72 Jan 2023-12-26 13:11:59 +01:00
  • 851baa5931 Add test to ensure menu simple floating point properties can be static expressions Jan 2023-12-26 13:09:20 +01:00
  • 749f44b2c4 Add tests to ensure menu simple int properties can be static expressions Jan 2023-12-26 13:06:48 +01:00
  • 7820390dd8 Support static expressions for menu simple string properties Jan 2023-12-25 22:59:56 +01:00
  • 1b5d6f7439 Add unit test for menu item origin Jan 2023-12-25 19:52:20 +01:00
  • f5c987ce59 Add unit tests for menu item rect Jan 2023-12-25 19:35:03 +01:00
  • eb8ce86245 Add assertions to dvarStrList test to make sure the state is correct Jan 2023-12-25 17:48:32 +01:00
  • 3e18f74a1a Merge pull request #69 from Laupetin/fix/column-expressions Jan 2023-12-25 11:45:35 +01:00
  • 7fff36dab2 Accept expressions as part of the column sequence #69 Jan 2023-12-25 11:34:49 +01:00
  • f6b5dcae39 Merge pull request #68 from Laupetin/fix/empty-value-menu-mismatch Jan 2023-12-25 10:01:29 +01:00
  • 69cd172879 Accept setLocalVar scripts without value as default value expression #68 Jan 2023-12-25 09:48:29 +01:00
  • 846a9d36e8 Merge pull request #57 from Laupetin/fix/macro-expansion-multiple-lines v0.3.1 Jan 2023-12-24 01:11:22 +01:00
  • 4ba33f03a0 Support comma in brackets and braces in preprocessor args #57 Jan 2023-12-24 01:01:17 +01:00
  • 067f1a854e Add unit tests for properly parsing comma in square brackets and curly braces in macro usages Jan 2023-12-24 00:44:27 +01:00
  • 381aaccdf4 Fix unused variables Jan 2023-12-24 00:29:31 +01:00
  • 3ad2414754 Fix not being able to use two multi-line macros after another Jan 2023-12-24 00:21:36 +01:00
  • 9c80332147 Update macro expansion logic to accept parameters over multiple lines Jan 2023-12-24 00:05:27 +01:00
  • 3bb9f5bc9d Fix broken link syntax in README Jan 2023-12-23 16:55:34 +01:00
  • 20e3712d95 Fix broken link in README and link to docs repo Jan 2023-12-23 16:54:43 +01:00
  • b1d4176b6e Ensure not closing macro definition parameters throws an error Jan 2023-12-23 13:54:57 +01:00
  • c1c5378b08 Fix example line formatting in DefinesStreamProxy Test Jan 2023-12-23 13:54:53 +01:00
  • 12bb974324 Make DefinesProxy use ContinueDefine method instead of duplicated code Jan 2023-12-23 13:54:45 +01:00
  • 8d0147d6cf Make sure all tests need to pass for ci to pass, not just last Jan 2023-12-12 00:57:18 +01:00
  • 74154653aa Fix macro parameters not being able to be specified over multiple lines when defining Jan 2023-12-12 00:37:20 +01:00
  • b7022291a8 Add unit tests for expected behaviour for DefinesStreamProxy Jan 2023-12-11 23:18:00 +01:00
  • 6ca9485b55 Merge pull request #61 from Laupetin/dependabot/submodules/thirdparty/catch2-3acb8b3 Jan 2023-12-16 01:41:34 +01:00
  • 5e2c6ff9ab Merge pull request #62 from Laupetin/dependabot/submodules/thirdparty/json-a259ecc Jan 2023-12-16 01:41:22 +01:00
  • 1b0f21eeb7 Merge pull request #64 from Laupetin/dependabot/github_actions/actions/download-artifact-4 Jan 2023-12-16 01:41:09 +01:00
  • 2c49fbc76c Merge pull request #63 from Laupetin/dependabot/github_actions/actions/upload-artifact-4 Jan 2023-12-16 01:40:58 +01:00
  • 0405a2654b Bump actions/download-artifact from 3 to 4 #64 dependabot[bot] 2023-12-15 22:58:37 +00:00
  • 3b79652f1a Bump actions/upload-artifact from 3 to 4 #63 dependabot[bot] 2023-12-15 22:58:33 +00:00
  • daf0e30bf3 Bump thirdparty/json from 3780b41 to a259ecc #62 dependabot[bot] 2023-12-15 22:53:53 +00:00
  • e458a7b2a9 Bump thirdparty/catch2 from dacbf4f to 3acb8b3 #61 dependabot[bot] 2023-12-15 22:53:50 +00:00
  • 9e275f37d2 Merge pull request #59 from JezuzLizard/t6-animtree-decompression-compression v0.3.0 Jan 2023-12-15 00:23:34 +01:00
  • 8b62bc0bc0 Address review comments. #59 JezuzLizard 2023-12-14 13:48:44 -08:00
  • 96e67dc1fa Use clang-format. JezuzLizard 2023-12-13 12:40:56 -08:00
  • bcf9956da2 Fix warning. JezuzLizard 2023-12-12 21:12:14 -08:00
  • 76a98e65fd Replace magic numbers with macros from zutil.h. Compress animtrees when linking. JezuzLizard 2023-12-12 20:59:26 -08:00
  • 4b05c6aa9b Add decompression of animtree rawfiles for T6. JezuzLizard 2023-12-12 19:00:20 -08:00
  • e8a22f3968 Merge pull request #60 from Laupetin/fix/custom-menu-function-case-sensitivity Jan 2023-12-14 19:47:44 +01:00
  • 82f3d4925f Fix not respecting case-insensitive functions when converting menus #60 Jan 2023-12-14 19:32:51 +01:00
  • 0b1120f26f Add menu base function as lowercase to the function map to enable case-insensitivity Jan 2023-12-14 18:29:09 +01:00
  • 00c866c246 Fix custom menu function not being compared case-insensitive Jan 2023-12-14 18:22:02 +01:00
  • 53a3c71847 code review comments Alex 2023-12-13 08:33:51 -05:00
  • 15669fd58c T6 SndBank & SndDriverGlobals Alex 2023-12-11 22:43:20 -05:00
  • 7b6402ed9d WIP: Dumper for ducks and radverbs feature/t6-sound-alias-dumping Jan 2023-12-11 18:46:29 +01:00
  • 2a6318e3ca Merge pull request #53 from diamante0018/main Jan 2023-12-10 22:42:21 +01:00
  • b8b76adc73 fix(menus): make functions case insensitive #53 Diavolo 2023-12-10 21:33:02 +01:00
  • 4d86734f21 Add json dumper as a replacement for csv dumper Jan 2023-12-09 14:15:59 +01:00
  • 55f97267ff Move sound bank dumping code into separate files Jan 2023-12-05 23:52:04 +01:00
  • 3a825d1440 First iteration for dumping t6 sound aliases Jan 2023-11-26 12:47:34 +01:00
  • d29dc082e2 Improve sound bank code Jan 2023-11-26 12:59:21 +01:00
  • 20af6c4ba5 Merge pull request #48 from diamante0018/main v0.2.0 Jan 2023-12-09 23:00:10 +01:00
  • 0ad1964864 fix: address review comments #48 Diavolo 2023-12-09 22:49:32 +01:00
  • f7eb5182c5 Merge pull request #49 from diamante0018/iw5/dump-scriptfile Jan 2023-12-09 22:33:00 +01:00
  • 902a2bc27d feat: dump scriptfiles to gsc bin (gsc-tool) format #49 Diavolo 2023-12-09 16:07:53 +01:00
  • 9306210227 feature: Load GSC bin files from gsc-tool from raw Diavolo 2023-12-09 14:33:56 +01:00
  • fe1d764615 Merge pull request #47 from Laupetin/dependabot/submodules/thirdparty/catch2-dacbf4f Jan 2023-12-09 10:11:10 +01:00
  • 5613356dc9 Merge pull request #46 from Laupetin/dependabot/submodules/thirdparty/json-3780b41 Jan 2023-12-09 10:11:00 +01:00
  • b3fa5df281 Bump thirdparty/catch2 from 32d9ae2 to dacbf4f #47 dependabot[bot] 2023-12-08 22:58:49 +00:00
  • 3bc1fc4c16 Bump thirdparty/json from 9cca280 to 3780b41 #46 dependabot[bot] 2023-12-08 22:58:45 +00:00
  • 99220cf6ea Merge pull request #45 from Laupetin/dependabot/submodules/thirdparty/json-9cca280 Jan 2023-12-02 10:26:44 +01:00
  • eb027945fe Bump thirdparty/json from 6eab7a2 to 9cca280 #45 dependabot[bot] 2023-12-01 22:43:02 +00:00
  • 5e2e5c52a5 Merge pull request #44 from Laupetin/dependabot/github_actions/actions/checkout-4 Jan 2023-11-25 00:02:23 +01:00
  • 6878deccf4 Bump actions/checkout from 3 to 4 #44 dependabot[bot] 2023-11-24 22:52:02 +00:00
  • 8295b81ec7 Merge pull request #16 from Laupetin/code-formatting Jan 2023-11-19 22:19:13 +01:00
  • c858695f0c Adjust further code formatting #16 Clang Format 2023-11-19 21:59:57 +01:00
  • d5f881be04 Fix more missing headers Jan 2023-11-19 16:42:13 +01:00
  • 161a1924c8 Fix debug compilation on MSVC due to libtommath requiring dead code elimination Jan 2023-11-19 16:27:00 +01:00
  • 0c4835bc36 Fix build due to reordered headers Jan 2023-11-19 16:26:36 +01:00
  • 8c4d311527 Fix formatting of two remaining files Jan 2023-11-19 15:56:59 +01:00
  • da18710bd0 Use clang 17 in formatting pipeline Jan 2023-11-19 15:39:37 +01:00
  • 6b4f5d94a8 Reformat code with clang format Clang Format 2023-11-19 15:28:38 +01:00
  • 22e17272fd Update clang-format to mimic previously code formatting Jan 2023-11-19 14:15:02 +01:00
  • 8fe5ac2a69 Rename to check-formatting Jan 2023-11-19 12:17:11 +01:00
  • 30052461da Use clang-format 15 Jan 2023-10-02 23:46:35 +02:00
  • 616f39a31e Use dry-run to check for clang-format errors instead of inplace editing Jan 2023-10-02 23:23:56 +02:00
  • cc31a4a4b0 Add Github workflow checking formatting Jan 2023-10-02 23:12:42 +02:00
  • 9197b537d7 Add code formatting configuration with clang-format Jan 2023-10-02 23:01:54 +02:00
  • f6204d5bd9 Merge pull request #43 from Laupetin/dependabot/submodules/thirdparty/zlib-643e17b Jan 2023-11-18 07:44:39 +01:00
  • 0de24119ae Merge pull request #42 from Laupetin/dependabot/submodules/thirdparty/catch2-32d9ae2 Jan 2023-11-18 07:44:22 +01:00
  • 6ae7553aef Bump thirdparty/zlib from 15c45ad to 643e17b #43 dependabot[bot] 2023-11-17 22:49:02 +00:00
  • d4f68777df Bump thirdparty/catch2 from 01cac90 to 32d9ae2 #42 dependabot[bot] 2023-11-17 22:49:00 +00:00
  • bce4427a4e Merge pull request #41 from Laupetin/dependabot/submodules/thirdparty/catch2-01cac90 Jan 2023-11-11 08:52:41 +01:00
  • d2e2fdad42 Merge pull request #40 from Laupetin/dependabot/submodules/thirdparty/zlib-15c45ad Jan 2023-11-11 08:52:31 +01:00