This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
a652c5f259
vkdoom_m
/
src
/
scripting
/
vm
History
Christoph Oelckers
a652c5f259
- fixed: For named functions the prototype needs to be set before the code generator starts resolving. Otherwise it will crash on incompletely set up forward declarations.
2016-10-30 16:21:44 +01:00
..
vm.h
- fixed: A VM function's NumArgs value needs to count stack arguments, not logical ones, meaning that for vectors each element needs to count separately.
2016-10-30 09:05:42 +01:00
vmbuilder.cpp
- fixed: For named functions the prototype needs to be set before the code generator starts resolving. Otherwise it will crash on incompletely set up forward declarations.
2016-10-30 16:21:44 +01:00
vmbuilder.h
- tested and fixed FxLocalVariableDeclaration.
2016-10-20 16:55:12 +02:00
vmdisasm.cpp
- implemented passing vectors as parameters. So far working for native functions.
2016-10-29 13:10:27 +02:00
vmexec.cpp
- fixed: A VM function's NumArgs value needs to count stack arguments, not logical ones, meaning that for vectors each element needs to count separately.
2016-10-30 09:05:42 +01:00
vmexec.h
- fixed: A VM function's NumArgs value needs to count stack arguments, not logical ones, meaning that for vectors each element needs to count separately.
2016-10-30 09:05:42 +01:00
vmframe.cpp
- fixed: A VM function's NumArgs value needs to count stack arguments, not logical ones, meaning that for vectors each element needs to count separately.
2016-10-30 09:05:42 +01:00
vmops.h
- implemented vector operations. Vectors are now fully working as local variables.
2016-10-29 01:39:25 +02:00