Research iortcw engine and adding QMM support#35
Merged
Conversation
… does, but it will be a real pointer. instead of adjusting a return value, just manually return args[0]
…TRA_PROGRAMSTACK_SIZE" macro. also remove the divide-by-zero check for QVM_OP_DIVF, as the ioRTCW QVMs apparently do this. due to floating point inf or nan, this is "fine"
…tions. removed references to _WIN32, _WIN64, __linux__, and __LP64__ outside of version.h and qmmapi.h. in game_api.cpp, added some macros for games that use "x64" for 64-bit Windows DLLs (instead of "x86_64"), "_mp_" vs ".mp." or "_sp_" vs ".sp.", and the CODUO filename, and cleaned up a lot of conditional compilation within the supportedgame table. also added QVM filename for RTCWMP
…rtedgames table (which is correct for ioRTCW), or the official engine filename. also store whatever QMM's dllname is into game->dllname so that loading the mod will work correctly
…original engine (weird, but whatever. also the iortcw gamedll doesn't appear to actually use G_ALLOC right now anyway). store the malloc'd pointers in a list which is cleared at mod unload
… from a manually specified "game" config option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See issue #34.