Commit Graph

192 Commits

Author SHA1 Message Date
Xenxo Espasandín
d6307893d5
refactor(gsc): simplify and clean ast (#99) 2023-04-05 17:09:21 +02:00
Edo
c314990402
fix(preprocessor): initialize tm structure (#96) 2023-04-02 21:24:56 +02:00
Edo
15526ab79a
feat(preprocessor): date & time macro (#92) 2023-03-29 15:45:50 +02:00
Xenxo Espasandín
f6ae955f34
refactor(global): headers & arc module (#86) 2023-03-02 16:41:32 +01:00
Xenxo Espasandín
30efba5424
refactor(headers): cleanup (#83) 2023-02-28 16:32:53 +01:00
Xenxo Espasandín
b44a51d8ac
refactor(std): use format on windows (#80) 2023-02-27 20:09:31 +01:00
Xenxo Espasandín
c515ef6890
feature(gsc): instance & iw9 path (#73) 2023-02-19 17:57:25 +01:00
Xenxo Espasandín
105c0630d2
feature(iw9): compiler builtins (#71) 2023-02-17 18:56:19 +01:00
Xenxo Espasandín
f51bdd2c4f
feature(preprocessor): function-like macros (#70) 2023-02-17 16:44:38 +01:00
Xenxo Espasandín
c1cfa44631
feature(parser): empty decl (#69) 2023-02-14 20:53:53 +01:00
Xenxo Espasandín
5fbb0cea7d
fix(gsc): wait dump (#68) 2023-02-13 22:48:10 +01:00
Xenxo Espasandín
adf88fc5c9
fix(gsc): cleanup (#65) 2023-02-12 17:21:58 +01:00
Xenxo Espasandín
9a7bb1fac7
fix(gsc): use vector for rawfile (#64) 2023-02-12 15:58:24 +01:00
Xenxo Espasandín
bd05f90a34
refactor(gsc): remove static allocations (#63) 2023-02-12 12:56:27 +01:00
Xenxo Espasandín
b3ac7d2562
fix(writer): reset buffer pointer (#62) 2023-02-11 23:52:40 +01:00
Xenxo Espasandín
281cbb95f8
fix(compiler): reset scopes (#61) 2023-02-11 22:43:21 +01:00
Xenxo Espasandín
9cbf2c9c47
fix(iw5): console reference opcodes (#60) 2023-02-11 00:16:00 +01:00
simon
2140772f9d
feature(iw7): builtins & tokens additions (#47) 2023-02-10 12:45:52 +01:00
Xenxo Espasandín
4fc912b91a
fix(s1): mislabeled function (#56) 2023-02-04 17:07:26 +01:00
quaK
66ecf90171
feature(s1): method and function additions/fixes (#55) 2023-02-03 00:49:09 +01:00
Xenxo Espasandín
9b471160dd
feature(tool): rename command (#54) 2023-02-03 00:16:25 +01:00
m
a3d4838603
feature(s1): token changes and fixes (#53)
Co-authored-by: quaK <Joel.rautavuori@gmail.com>
2023-02-02 22:28:15 +01:00
m
b63fea4f0b
feature(s1): token list update (#51) 2023-02-01 18:41:26 +01:00
Xenxo Espasandín
df8f74bbce
feature(parser): deprecate constants & add asserts (#52) 2023-02-01 16:39:46 +01:00
Xenxo Espasandín
d73793833e
feature(xlabs): export builtin maps (#50) 2023-01-31 14:53:49 +01:00
Xenxo Espasandín
bc0cc6d0f5
feature(preprocessor): implement preprocessor & parse command (#48) 2023-01-30 13:48:27 +01:00
xensik
e4e884d110 slash paths and compound stmt 2023-01-24 12:53:39 +01:00
Xenxo Espasandín
775702323a
feature(refactor): big update (#41) 2023-01-23 23:31:08 +01:00
xensik
b3f502944e feat(iw9): file hashes 2022-11-18 15:58:14 +01:00
xensik
821f59c694 fix(iw9): foreach with index 2022-11-18 12:31:30 +01:00
xensik
8bc4bec600 fix(iw9): default case & gen hash map 2022-11-17 16:17:22 +01:00
xensik
79759d91ab fix(iw9): new xhash opcodes & thread calls 2022-11-16 23:44:32 +01:00
xensik
202249abdb iw9: impl hashing & missing opcodes 2022-11-16 18:23:30 +01:00
xensik
cac1ba577b iw9: disassembler & decompiler 2022-11-16 13:52:26 +01:00
xensik
ecf7fff345 iw9: opcode reversing 2022-11-14 16:06:50 +01:00
xensik
532e5f5e88 feat(iw9): template 2022-11-14 11:06:41 +01:00
xensik
d47c0d1520 fix(t6): allow expr for default params 2022-11-10 19:32:57 +01:00
xensik
61a1fae515 update h1 data 2022-11-10 19:26:11 +01:00
Alex
95469a0724
add s1 built-ins and tokens (#37)
* add s1 builtins and tokens
2022-11-01 21:37:18 +01:00
xensik
0e1da895d7 more IW6 tokens 2022-11-01 21:13:35 +01:00
xensik
2ab5118d16 add missing flags & keywords 2022-10-21 20:49:27 +02:00
xensik
9b7f14c7a2 fix t6 export flags 2022-10-21 19:18:07 +02:00
xensik
9b7ee7971d add treyarch const locals 2022-10-20 17:19:34 +02:00
xensik
e5d6196da1 add treyarch visibility flags 2022-10-15 16:20:48 +02:00
xensik
379e3a03ae add treyarch default parameters 2022-10-15 14:49:29 +02:00
xensik
4e4480792a add treyarch animtrees & fix nested switches 2022-10-14 19:05:35 +02:00
xensik
b0ed15dc6c fix compiler animtree bug 2022-10-04 22:35:56 +02:00
xensik
ebafbf5c31 update h2 symbols 2022-10-04 22:35:24 +02:00
xensik
bfae2b81f3 update iw6 symbols 2022-10-03 20:17:02 +02:00
xensik
6a3f0d6ecc fix T6 vectors 2022-10-03 12:46:34 +02:00