raze/source/common/scripting
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
..
backend - undid bad code from a broken GZDoom PR. 2023-02-11 19:49:49 +01:00
core - Backend update from GZDoom 2023-02-11 12:06:58 +01:00
frontend - added a large bunch of script exports. 2023-04-16 17:35:15 +02:00
interface - backend update from GZDoom. 2023-04-15 11:51:31 +02:00
jit - backend update from GZDoom. 2022-11-24 16:56:46 +01:00
vm - Exhumed: Make getSequence() return a pointer instead of a reference. 2023-04-27 20:16:14 +10:00