This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
3b7d18c129
vkdoom_m
/
src
/
scripting
/
vm
History
Edoardo Prezioso
3b7d18c129
- Fixed crash while exiting if compiled by GCC -O3.
2017-01-13 12:02:00 +01:00
..
vm.h
- added the ability to attach a constructor or destructor to an internally defined struct.
2017-01-11 23:46:03 +01:00
vmbuilder.cpp
- fixed: 'out' parameters must always allocate an address register, regardless of type.
2017-01-03 16:00:25 +01:00
vmbuilder.h
- added the ability to attach a constructor or destructor to an internally defined struct.
2017-01-11 23:46:03 +01:00
vmdisasm.cpp
- added a boolean cast VM instruction.
2016-12-01 01:13:53 +01:00
vmexec.cpp
- exported line_t's functions to the VM.
2017-01-08 15:45:37 +01:00
vmexec.h
- added some profiling code to the VM.
2016-12-31 17:59:48 +01:00
vmframe.cpp
- Fixed crash while exiting if compiled by GCC -O3.
2017-01-13 12:02:00 +01:00
vmops.h
- make dynamic object casts a dedicated VM instruction instead of a builtin function.
2016-12-05 14:52:34 +01:00