This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
qzdoom
Watch
0
Star
0
Fork
You've already forked qzdoom
0
mirror of
https://github.com/ZDoom/qzdoom.git
synced
2024-11-13 07:57:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2c1d9a7a96
qzdoom
/
wadsrc
/
static
/
zscript
History
Christoph Oelckers
2c1d9a7a96
- another bunch of Hexen actors converted.
2016-10-18 15:15:06 +02:00
..
doom
- converted some Heretic stuff to ZScript for testing.
2016-10-16 22:32:52 +02:00
heretic
- converted the rest of Heretic's actors.
2016-10-17 12:58:23 +02:00
hexen
- another bunch of Hexen actors converted.
2016-10-18 15:15:06 +02:00
raven
- converted the raven actors.
2016-10-17 00:21:52 +02:00
shared
- Added AStateProvider class which is used to define the special action function behavior of weapons and custom inventorys. The class itself does not do anything, but the compiler will use it to set up the action function prototypes differently which in turn will be used to do type checking during code generation.
2016-10-15 15:10:48 +02:00
actor.txt
- deprecated A_SetUserVar family for ZSCRIPT due to its muddled semantics. Better use direct variable access which is a lot safer and also provides better error checking.
2016-10-14 09:32:45 +02:00
constants.txt
Merge branch 'master' of
https://github.com/rheit/zdoom
into zscript
2016-10-12 12:43:56 +02:00