1439 Commits

Author SHA1 Message Date
Jan
69cd172879
Accept setLocalVar scripts without value as default value expression 2023-12-25 09:50:24 +01:00
Jan
4ba33f03a0
Support comma in brackets and braces in preprocessor args 2023-12-24 01:01:17 +01:00
Jan
381aaccdf4
Fix unused variables 2023-12-24 00:29:31 +01:00
Jan
3ad2414754
Fix not being able to use two multi-line macros after another 2023-12-24 00:21:36 +01:00
Jan
9c80332147
Update macro expansion logic to accept parameters over multiple lines 2023-12-24 00:05:27 +01:00
Jan
b1d4176b6e
Ensure not closing macro definition parameters throws an error 2023-12-23 13:54:57 +01:00
Jan
12bb974324
Make DefinesProxy use ContinueDefine method instead of duplicated code 2023-12-23 13:54:45 +01:00
Jan
74154653aa
Fix macro parameters not being able to be specified over multiple lines when defining 2023-12-23 13:53:45 +01:00
JezuzLizard
8b62bc0bc0 Address review comments. 2023-12-14 13:48:44 -08:00
JezuzLizard
96e67dc1fa Use clang-format. 2023-12-14 13:28:16 -08:00
JezuzLizard
bcf9956da2 Fix warning. 2023-12-14 13:28:16 -08:00
JezuzLizard
76a98e65fd Replace magic numbers with macros from zutil.h. Compress animtrees when linking. 2023-12-14 13:28:16 -08:00
JezuzLizard
4b05c6aa9b Add decompression of animtree rawfiles for T6. 2023-12-14 13:28:16 -08:00
Jan
82f3d4925f
Fix not respecting case-insensitive functions when converting menus 2023-12-14 19:32:51 +01:00
Jan
0b1120f26f
Add menu base function as lowercase to the function map to enable case-insensitivity 2023-12-14 18:29:09 +01:00
Jan
00c866c246
Fix custom menu function not being compared case-insensitive 2023-12-14 18:22:02 +01:00
Alex
53a3c71847 code review comments 2023-12-13 08:33:51 -05:00
Alex
15669fd58c T6 SndBank & SndDriverGlobals 2023-12-11 22:43:20 -05:00
b8b76adc73
fix(menus): make functions case insensitive 2023-12-10 21:33:02 +01:00
Jan
20af6c4ba5
Merge pull request #48 from diamante0018/main
feature: Load GSC BIN files from gsc-tool  from raw
2023-12-09 23:00:10 +01:00
0ad1964864
fix: address review comments 2023-12-09 22:49:32 +01:00
902a2bc27d
feat: dump scriptfiles to gsc bin (gsc-tool) format 2023-12-09 16:07:53 +01:00
9306210227
feature: Load GSC bin files from gsc-tool from raw 2023-12-09 14:33:56 +01:00
Clang Format
c858695f0c
Adjust further code formatting 2023-11-19 21:07:28 +00:00
Jan
d5f881be04
Fix more missing headers 2023-11-19 21:07:27 +00:00
Jan
0c4835bc36
Fix build due to reordered headers 2023-11-19 21:07:27 +00:00
Jan
8c4d311527
Fix formatting of two remaining files 2023-11-19 21:07:27 +00:00
Clang Format
6b4f5d94a8
Reformat code with clang format 2023-11-19 21:07:21 +00:00
Jan
51899d4a69 Dump T6 sound PCM data as wav 2023-10-26 22:54:20 +02:00
Jan
8c2bb09b28 Dump soundbank data without having to dump aliases 2023-10-25 21:44:07 +02:00
Jan
483d47d79e Build referenced targets from within zone definitions 2023-10-21 15:33:14 +02:00
Jan
85b6c3f6bd Introduce "none" project type 2023-10-21 15:33:14 +02:00
Jan
0b4a0ac070 Add possibility to build different targets in the same project for e.g. IPaks 2023-10-21 15:33:14 +02:00
Jan
4811d41ec8 Fix calculating wrong chunk buffer window when only the block header is inside a chunk and all the data is in the next 2023-10-15 22:31:50 +02:00
Jan
75cd9bd4e4 Fix not respecting chunk buffer window border 2023-10-15 22:31:21 +02:00
Jan
fa72a6d5db Fix writing whole file everytime an uncompressed command is written 2023-10-15 22:12:42 +02:00
Jan
d779dfd884 Fix writing block header incorrectly 2023-10-15 22:12:25 +02:00
Jan
9b35b90a28 Fix IPak reading error message having incorrect text 2023-10-15 22:11:38 +02:00
Jan
e16ea9de84 Load T6 GfxImages from raw when building 2023-10-15 19:08:27 +02:00
Jan
abbb697d7c Add data writing for IPaks 2023-10-15 18:12:23 +02:00
Jan
2d0ef40335 Remove unused IPakBlock non-bits fields 2023-10-15 14:50:14 +02:00
Jan
78196cd6f6 Improve code documentation of IPakEntryReadStream 2023-10-15 14:23:26 +02:00
Jan
8514378465 Write IPak base skeleton without data 2023-10-07 19:41:54 +02:00
Jan
23d0fe1eb0 Always load/unload project specific zones 2023-10-07 15:17:06 +02:00
Jan
fb5c67b5ce Add possibility to include asset lists in project definition 2023-10-07 15:06:41 +02:00
Jan
e4fd8543e3 Read project type from zone file 2023-10-07 13:29:27 +02:00
Jan
480bc81522 Extract search path related code from Linker into separate class 2023-10-07 10:54:09 +02:00
Jan
e7f52e5dc7 Abort linking when loading specified zone failed due to missing file 2023-10-05 20:29:38 +02:00
Jan
479b1d1836 Log asset name when not being able to create empty asset 2023-10-05 20:19:49 +02:00
Jan
dd56a57a3e Fix build with g++13 2023-10-01 10:50:39 +02:00