This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
gzdoom-gles
Watch
0
Star
0
Fork
You've already forked gzdoom-gles
0
mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced
2025-01-10 19:20:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
03efb63e93
gzdoom-gles
/
src
/
scripting
/
codegeneration
History
Christoph Oelckers
03efb63e93
- fixed bad register use in postincrement operator.
2016-10-27 19:14:16 +02:00
..
codegen.cpp
- fixed bad register use in postincrement operator.
2016-10-27 19:14:16 +02:00
codegen.h
- use the function defaults from the script instead of explicitly setting them again in the code. This is a needless cause of potential errors and since the values are readily available now it's better to use them in the functions.
2016-10-27 15:53:53 +02:00
functioncalls.cpp
- implemented array-style syntax for Random calls.
2016-10-16 10:59:12 +02:00