raze/source/common/scripting/vm
Mitchell Richters 3edc1a5a5a - Exhumed: Make getSequence() return a pointer instead of a reference.
* Gets rid of the awkward `operator[]()` calls.
* Gets rid of `std::ref()` setup in gun.cpp.
* Ensures a copy isn't made if the caller accidentally leaves off an ampersand.
* Allows us to use a consistent getter for native code and VM exports.
2023-04-27 20:16:14 +10:00
..
vm.h - Exhumed: Make getSequence() return a pointer instead of a reference. 2023-04-27 20:16:14 +10:00
vmexec.cpp - hooked up a few things and re-enabled some code depending on the texture manager. 2020-05-24 16:19:44 +02:00
vmexec.h - Backend update from GZDoom 2023-02-11 12:06:58 +01:00
vmframe.cpp - backend update from GZDoom. 2023-01-07 19:30:49 +01:00
vmintern.h - Backend update from GZDoom 2022-11-12 10:45:39 +01:00
vmops.h - backend update from GZDoom. 2022-11-24 16:56:46 +01:00