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
2025-05-31 17:10:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
341d9abdd0
qzdoom
/
src
/
scripting
/
codegeneration
History
Download ZIP
Download TAR.GZ
Christoph Oelckers
e7cd5ec2bb
- fixed: The conditional operator could clobber a local variable if it was the result of the true expression.
2017-01-02 22:26:36 +01:00
..
codegen.cpp
- fixed: The conditional operator could clobber a local variable if it was the result of the true expression.
2017-01-02 22:26:36 +01:00
codegen.h
- added a TStaticArray class that allows safe access to resizable static data (like the sectors, linedefs, etc.) for the VM.
2017-01-02 21:40:52 +01:00