Christoph Oelckers
|
aa54d3af10
|
backend update from GZDoom
LZMA update plus several ZScript improvements.
|
2023-10-07 18:44:31 +02:00 |
|
Christoph Oelckers
|
f3ea1e312a
|
- Backend update from GZDoom.
|
2023-05-27 10:10:42 +02:00 |
|
Christoph Oelckers
|
1061e3e2ca
|
- backend update from GZDoom.
|
2022-12-04 16:51:44 +01:00 |
|
Christoph Oelckers
|
6b3e57fd2c
|
- added 'foreach' loop to ZScript.
Syntax:
foreach(variable : array)
{
}
the variable's type is automatically deducted.
|
2022-11-15 21:29:04 +01:00 |
|
Christoph Oelckers
|
e62b79c7c9
|
- allow 'nullptr' in ZScript.
This makes it a lot easier to port C++ code.
|
2022-11-13 12:20:00 +01:00 |
|
Mitchell Richters
|
9bbb54fe2e
|
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
|
2021-12-30 20:30:21 +11:00 |
|
Christoph Oelckers
|
8e87674d4c
|
- backend code matching with GZDoom
|
2020-04-12 08:30:40 +02:00 |
|