Commit Graph

229 Commits

Author SHA1 Message Date
Xenxo Espasandín
d2443394f6
fix(arc): dev blocks scope (#193) 2024-02-13 16:39:45 +01:00
Xenxo Espasandín
2caaf75128
feat(jup): jup template (#192) 2024-02-13 15:48:19 +01:00
Xenxo Espasandín
fdd052dad9
build(fmt): replace fmt with std format (#191) 2024-02-11 18:12:26 +01:00
Xenxo Espasandín
b8d2c84ae0
fix(preprocessor): expression eval & blocks (#190) 2024-02-09 16:52:04 +01:00
Xenxo Espasandín
0e6238a6ab
fix(linter): cleanup linter hints (#189) 2024-01-26 18:47:58 +01:00
INeedGames
228293c0bf
feat(dev): convert build mode to bit flag (#187) 2024-01-23 22:24:40 +01:00
Xenxo Espasandín
08405c0c90
fix(arc): dev block opcode (#185) 2024-01-20 12:37:30 +01:00
Xenxo Espasandín
2dbff1a408
docs(global): update readme & year (#182) 2024-01-14 12:14:01 +01:00
Xenxo Espasandín
9b885e3439
feat(tool): impl gnu opts (#181) 2024-01-13 16:54:06 +01:00
Clément Dreptin
6b69996713
feat(preprocessor): add engine name builtin macro (#179) 2024-01-13 16:53:19 +01:00
Xenxo Espasandín
fe0f793d10
fix(map): misalign (#180) 2024-01-12 20:38:20 +01:00
INeedGames
638ff54d93
fix(fs_read): check for instance (#178)
Co-authored-by: xensik <xensik@pm.me>
2024-01-12 20:37:49 +01:00
INeedGames
ecffa889ad
fix(arc): waitrealtime error (#177) 2024-01-08 08:28:12 +01:00
INeedGames
3896ec0e4e
feat(compiler): produce a developer source map (#167)
Co-authored-by: xensik <xensik@pm.me>
2024-01-07 13:07:34 +01:00
INeedGames
50ebfd2b25
fix(gsc): fs_read checks multiple files for includes (#165)
Co-authored-by: xensik <xensik@pm.me>
2024-01-06 22:14:26 +01:00
INeedGames
76eca569b3
fix(tool): exit codes (#166) 2024-01-05 19:39:20 +01:00
Xenxo Espasandín
8e1326c36e
feat(arc): impl waitrealtime (#172) 2024-01-05 16:33:16 +01:00
Xenxo Espasandín
fb755ef937
fix(t6): vectortoangles (#171) 2024-01-05 16:10:06 +01:00
xerxes-at
cbfcce1dd6
fix(arc): typo that generates invalid syntax (#163) 2023-12-11 10:06:44 +01:00
INeedGames
cf8a7566be
fix(arc): assembler label collision (#158) 2023-12-01 00:00:40 +01:00
Xenxo Espasandín
9e2dcf8d36
fix(gsc): file expr paths (#156) 2023-10-24 22:14:44 +02:00
INeedGames
834e4023f5
feat(arc): add optional arg for filename in gscobj header (#153) 2023-10-02 23:42:14 +02:00
Xenxo Espasandín
32e168cd1b
feat(gsc): string literal sizeof (#150) 2023-09-24 14:36:27 +02:00
Xenxo Espasandín
4721acaa4c
feat(arc): waittill undefined param (#149) 2023-09-24 14:36:08 +02:00
quaK
43adb166b3
feature(iw6): add all iw6 tokens (#146) 2023-08-16 09:44:17 +02:00
Edo
f17d68aa1c
feat(arc): update t6 hash list (#144) 2023-08-11 08:53:59 +02:00
Edo
d7365e471a
fix(arc): address compiler regression (#141) 2023-07-28 08:22:33 +02:00
Edo
401ad99dc3
refactor(asset): Use the proper STL function to 0-fill vector (#138) 2023-06-29 20:47:24 +02:00
Edo
799b5d99ae
fix(h1): swap sayteam and sayall methods (#136) 2023-06-29 17:49:07 +02:00
Xenxo Espasandín
4973ceceb1
fix(build): branch name (#131) 2023-06-15 00:02:48 +02:00
Xenxo Espasandín
64c2f1ef70
maint(build): new version system (#129) 2023-06-13 15:40:54 +02:00
quaK
4f0573c5f4
fix(s1): mislabeled method (#127) 2023-06-11 16:31:17 +02:00
Xenxo Espasandín
f0264876df
fix(arc): assembler use after free (#125) 2023-05-19 13:02:07 +02:00
Xenxo Espasandín
5a144a3ba7
fix(arc): refactor regressions & func objects (#123) 2023-05-15 17:33:52 +02:00
Xenxo Espasandín
806b5249fa fix(t6): assemble hash & endswitch (#122) 2023-05-15 13:08:21 +02:00
Xenxo Espasandín
f21bf9646a
fix(arc): handle namespaces & hashes (#121) 2023-05-14 17:41:06 +02:00
Xenxo Espasandín
07184a5d0f
refactor(arc): treyarch games & minor fixes (#119) 2023-05-13 19:24:57 +02:00
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