Skip to content

Releases: thecybermind/rocketmod_qmm

v2.4.2

01 Jan 23:10
v2.4.2
2a4b7b7

Choose a tag to compare

Commits

  • 489fec4: update readme to include quake2 (Kevin Masterson)
  • 1d89e68: clean up error checking a bit (Kevin Masterson)
  • 7751d10: fix (Kevin Masterson)
  • 2a4b7b7: bumping version to v2.4.2 (Kevin Masterson)

v2.4.1

31 Dec 00:10
v2.4.1
6b78a54

Choose a tag to compare

Add support for Quake 2 and Quake 2 Remaster!

Commits

  • 815ccc1: imported genbuild.py from stub_qmm (Kevin Masterson)
  • 5c18240: remove reference to test_qmm, just called it qmmplugin to be generic since it doesn't matter (Kevin Masterson)
  • 097cd01: changed builder to real name (Kevin Masterson)
  • 37621b9: begin adding Q2R and QUAKE2 support (Kevin Masterson) #2
  • 244ef3b: split out per-game logic into 3 separate files, one for each engine. added utils. finished QUAKE2 version: found places to hook messages to handle respawns and set weapons/ammo (Kevin Masterson) #2
  • bdb3ea2: fix for q3a missing include (Kevin Masterson) #2
  • 3b91e4e: completed q2r. removed some debug messages from quake2 and added a comment to G_LINKENTITY section. added cast for a cvar intptr_t->int in q3a code. (Kevin Masterson) #2
  • 6b78a54: bump version to v2.4.1 (Kevin Masterson)

v2.4.0

23 Dec 16:48

Choose a tag to compare

  • Updated functions, macros, etc. to match latest QMM plugin interface version

Commits

  • bddd11c: add stub_qmm's genmsvc.py to generate the files. edited to only include Q3A game (Kevin Masterson)
  • 0a1b8e5: pulled formatted version from stub_qmm (Kevin Masterson)
  • 43ffcf7: imported new genmsvc.py from stub_qmm (Kevin Masterson)
  • 8d633d5: update github actions to build when a new commit has been made to a PR branch (Kevin Masterson)
  • 863280b: new genmsvc.py from stub_qmm (Kevin Masterson)
  • fe6ae9c: updated with newest qmm plugin interface version, added logtag, and added PLID arguments to plugin helper functions (Kevin Masterson)
  • effcd31: fixed wrong name in github release action (Kevin Masterson)
  • fd84b7c: update email in all files (Kevin Masterson)
  • 9439f24: bump version to 2.4.0 (Kevin Masterson)

v2.3.0

06 Dec 23:14

Choose a tag to compare

No real functionality changes, just some tweaks and re-compiled against QMM v2.3.0

Commits

  • ab98d9e: update build scripts from stub_qmm (Kevin Masterson)
  • c1925f3: switch some vars to bool (Kevin Masterson)
  • 438d90c: using cleaned-up MSVC project file from stub_qmm (Kevin Masterson)
  • 00df6e4: NULL->nullptr (Kevin Masterson)
  • e0343ca: add default "help" make target listing targets (Kevin Masterson)
  • a373ef8: add null-terminators to modified entity classname buffers (Kevin Masterson)
  • 07b4869: add strncpyz (Kevin Masterson)
  • 8991ab0: version bump to 2.3.0 (Kevin Masterson)

v2.1.0

16 May 05:01

Choose a tag to compare

fix build scripts