Extra bloaty junk to modernise stuff a bit. https://fte.triptohell.info/moodles/qss/
Find a file
Ozkan Sezer ae876c943b changes/fixes to 'game' command, to replicate FitzQuake Mark V behavior:
* make 'game' command to strip all mission pack support
* make 'game' command to accept an optional second mission pack argument,
  i.e. -hipnotic, -rogue or -quoth.
* so the new behavior does:
  game id1 --> really returns to bare id1 game, doesn't accept any mission pack arguments
  game xxx -hipnotic --> strip down to id1 game, load hipnotic and load xxx on top of them
  game xxx --> strip down to id1 game and load xxx on top of it
* additionally, some extravaganza:
  game xxx --> if the game is already xxx, but the engine was started with -hiptonic
               or -rogue or -quoth, strip down to id1 and reload xxx on top of bare id1
  game xxx -hipnotic --> if the game is already xxx, but the engine was started without
              -hiptonic, strip down to id1, load hipnotic and reload xxx on top of them


git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1010 af15c1b1-3010-417e-b628-4374ebc0bcbd
2014-09-09 07:13:20 +00:00
Linux Update doco a little for recent changes. 2014-09-09 01:52:00 +00:00
MacOSX SDL2 support, if USE_SDL2 defined. 2014-09-05 19:34:43 +00:00
Misc moved Host_Game_f to common.c, made it to use COM_AddGameDirectory(). moved in-memory pak structures, searchpatch structure and searchpath global declarations to common.h. adjusted affected extra patches. 2014-09-08 21:10:33 +00:00
Quake changes/fixes to 'game' command, to replicate FitzQuake Mark V behavior: 2014-09-09 07:13:20 +00:00
Windows fix broken libFLAC builds from previous commit. 2014-08-10 11:00:26 +00:00
gnu.txt updated the copyleft file from ftp://ftp.gnu.org/gnu/Licenses/COPYING-2.0 2010-02-19 12:40:45 +00:00
Quakespasm-Music.txt Rename our docos from README.html to Quakespasm.html (etc). 2014-09-09 00:45:12 +00:00
Quakespasm.html Update doco a little for recent changes. 2014-09-09 01:52:00 +00:00
Quakespasm.txt add/remove some newlines to Quakespasm.txt for easier reading 2014-09-09 07:10:50 +00:00