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-11 02:20:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1c74faea73
qzdoom
/
src
/
scripting
/
codegeneration
History
Christoph Oelckers
42b1432b64
- fixed: initialization of local vector variables did not properly allocate registers if the initializer was a subelement of another local vector variable.
2017-01-07 15:44:38 +01:00
..
codegen.cpp
- fixed: initialization of local vector variables did not properly allocate registers if the initializer was a subelement of another local vector variable.
2017-01-07 15:44:38 +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