Skip to content

Random cleanup of older mechanisms#28

Open
thecybermind wants to merge 9 commits intomainfrom
dev_cleanup
Open

Random cleanup of older mechanisms#28
thecybermind wants to merge 9 commits intomainfrom
dev_cleanup

Conversation

@thecybermind
Copy link
Owner

  • remove SUF_SO and EXT_SO macros, and create a new one "MOD_DLL" that is equal to SUF_DLL "." EXT_DLL . this is appended to each filename in the supported games table in game_api.cpp. this whole filename is now compared directly in s_main_detect_game().
  • remove specific check for dll/so extension in mod_load and just check for "qvm" or else try for dll load.
  • remove "quiet" argument to s_main_load_config().

…s equal to SUF_DLL "." EXT_DLL . this is appended to each filename in the supported games table in game_api.cpp. this whole filename is now compared directly in s_main_detect_game(). remove specific check for dll/so extension in mod_load and just check for "qvm" or else try for dll load. remove "quiet" argument to s_main_load_config().
@thecybermind thecybermind added bug Something isn't working enhancement New feature or request labels Feb 26, 2026
…was Error and higher)

- removed appending of EXT_DLL in s_main_load_mod
- re-ordered some games in game_api.cpp and removed the commented-out COD SP entries
…put all cgame global/static variables into cgameinfo cgame struct. next is to remove _t on qmmapi types and add [[deprecated]] typedefs for the old names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant