2010-08-14 05:01:12 +00:00
|
|
|
QuakeSpasm
|
|
|
|
|
|
|
|
____________________________________________________________
|
|
|
|
|
|
|
|
Table of Contents
|
|
|
|
|
|
|
|
1. About
|
2010-08-23 04:12:19 +00:00
|
|
|
2. Downloads
|
|
|
|
3. Hints
|
2011-04-28 06:24:37 +00:00
|
|
|
3.1 Music Playback
|
2016-06-27 03:45:49 +00:00
|
|
|
3.2 Controller Support
|
|
|
|
3.2.1 Cvars
|
|
|
|
3.2.2 Buttons
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2014-09-09 01:52:00 +00:00
|
|
|
4. Compiling and Installation
|
2011-04-28 06:24:37 +00:00
|
|
|
4.1 Linux/Unix
|
|
|
|
4.2 Windows
|
|
|
|
4.3 Mac OS X
|
2011-04-24 04:27:54 +00:00
|
|
|
|
2012-03-24 07:10:14 +00:00
|
|
|
5. Known Bugs
|
|
|
|
6. Changes
|
2017-07-27 15:56:58 +00:00
|
|
|
6.1 Changes in 0.93.0
|
2016-10-14 09:47:07 +00:00
|
|
|
6.2 Changes in 0.92.1
|
|
|
|
6.3 Changes in 0.92.0
|
|
|
|
6.4 Changes in 0.91.0
|
2016-08-23 11:37:21 +00:00
|
|
|
6.4.1 Bugfixes
|
2016-10-14 09:47:07 +00:00
|
|
|
6.4.2 Visual improvements
|
|
|
|
6.4.3 Interface improvements
|
|
|
|
6.4.4 Code cleanup / Other
|
|
|
|
6.4.5 Raised limits
|
|
|
|
6.5 Changes in 0.90.1
|
|
|
|
6.5.1 Bugfixes
|
|
|
|
6.5.2 Performance
|
|
|
|
6.5.3 Visual improvements
|
|
|
|
6.5.4 Interface improvements
|
|
|
|
6.5.5 Code cleanup
|
|
|
|
6.6 Changes in 0.90.0
|
|
|
|
6.7 Changes in 0.85.9
|
|
|
|
6.8 Changes in 0.85.8
|
|
|
|
6.9 Changes in 0.85.7
|
|
|
|
6.10 Changes in 0.85.6
|
|
|
|
6.11 Changes in 0.85.5
|
|
|
|
6.12 Changes in 0.85.4
|
|
|
|
6.13 Changes in 0.85.3
|
|
|
|
6.14 Changes in 0.85.2
|
|
|
|
6.15 Changes in 0.85.1
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2012-03-24 07:10:14 +00:00
|
|
|
7. Todo
|
|
|
|
8. Copyright
|
2014-09-09 01:52:00 +00:00
|
|
|
9. Contact
|
|
|
|
10. Links
|
2012-01-01 20:27:10 +00:00
|
|
|
|
2016-07-01 05:02:55 +00:00
|
|
|
______________________________________________________________________
|
2014-09-09 07:10:50 +00:00
|
|
|
|
2015-03-17 21:56:01 +00:00
|
|
|
|
2017-07-27 15:56:58 +00:00
|
|
|
Page last edited: July 2017
|
2015-12-13 09:37:14 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
|
2010-08-14 05:01:12 +00:00
|
|
|
1. About
|
|
|
|
|
2016-07-01 05:02:55 +00:00
|
|
|
QuakeSpasm <http://quakespasm.sourceforge.net> is a modern, cross-
|
2016-07-01 07:00:02 +00:00
|
|
|
platform Quake 1 engine based on FitzQuake
|
2014-09-09 01:52:00 +00:00
|
|
|
<http://www.celephais.net/fitzquake>.
|
2010-08-14 05:01:12 +00:00
|
|
|
|
2016-07-01 05:02:55 +00:00
|
|
|
It includes support for 64 bit CPUs and custom music playback, a new
|
|
|
|
sound driver, some graphical niceities, and numerous bug-fixes and
|
|
|
|
other improvements.
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
Quakespasm utilizes either the SDL or SDL2 frameworks, so choose
|
|
|
|
which one works best for you. SDL is probably less buggy, but SDL2
|
2016-07-01 05:02:55 +00:00
|
|
|
has nicer features and smoother mouse input - though no CD support.
|
2015-12-13 09:37:14 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
|
2015-03-17 21:56:01 +00:00
|
|
|
2. Downloads
|
2015-03-17 21:32:09 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Project Downloads: http://quakespasm.sourceforge.net/download.htm
|
2014-08-22 21:52:34 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Automatic Builds: http://quakespasm.ericwa.com/job/quakespasm-sdl2/
|
2014-04-29 11:00:31 +00:00
|
|
|
|
2015-03-17 21:56:01 +00:00
|
|
|
|
2010-08-23 04:12:19 +00:00
|
|
|
3. Hints
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2015-06-03 14:56:11 +00:00
|
|
|
Visit the FitzQuake homepage <http://www.celephais.net/fitzquake> for
|
2012-03-24 07:10:14 +00:00
|
|
|
a full run-down of the engine's commands and variables.
|
2011-04-28 06:24:37 +00:00
|
|
|
|
2011-04-24 03:01:40 +00:00
|
|
|
o To disable some changes, use "quakespasm -fitz"
|
2011-03-27 14:00:31 +00:00
|
|
|
|
2014-09-09 01:52:00 +00:00
|
|
|
o Quakespasm's custom data is stored in "quakespasm.pak". Install
|
|
|
|
this file alongside your id1 directory to enable the custom console
|
|
|
|
background and other minor features.
|
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o For different sound backend drivers use :
|
|
|
|
"SDL_AUDIODRIVER=DRIVER ./quakespasm"
|
|
|
|
where DRIVER may be alsa, dsp, pulse, esd ...
|
2014-09-09 00:45:12 +00:00
|
|
|
|
2010-08-14 07:40:48 +00:00
|
|
|
o Shift+Escape draws the Console.
|
|
|
|
|
2011-03-05 10:20:00 +00:00
|
|
|
o From the console, use UP to browse the command line history and TAB
|
|
|
|
to autocomplete command and map names.
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2015-06-04 17:05:39 +00:00
|
|
|
o There is currently no CD Music volume support and SDL2 doesn't
|
|
|
|
support CD audio. cd_sdl.c needs replacing with cd_linux.c,
|
|
|
|
cd_bsd.c etc..
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2010-08-23 04:12:19 +00:00
|
|
|
o In windows, alternative CD drives are accessible by "quakespasm
|
2010-08-29 21:37:07 +00:00
|
|
|
-cddev F" (for example)
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2011-01-10 03:09:09 +00:00
|
|
|
o Quakespasm allows loading new games (mods) on the fly with "game
|
2014-09-09 01:52:00 +00:00
|
|
|
GAMENAME {-quoth/hipnotic/rogue}"
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2015-06-01 05:17:00 +00:00
|
|
|
o Use "quakespasm -condebug" to save console log to "qconsole.log".
|
|
|
|
SDL2 builds no longer generate stdout.txt/stderr.txt.
|
|
|
|
|
2011-01-11 08:06:03 +00:00
|
|
|
3.1. Music Playback
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2014-09-09 01:52:00 +00:00
|
|
|
Quakespasm can play various external music formats, including MP3, OGG
|
|
|
|
and FLAC.
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2011-02-12 22:20:09 +00:00
|
|
|
o Tracks should be named like "track02.ogg", "track03.ogg" ... (there
|
|
|
|
is no track01) and placed into "Quake/id1/music".
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2011-04-28 06:24:37 +00:00
|
|
|
o Unix users may need some extra libraries installed: "libmad" or
|
|
|
|
"libmpg123" for MP3, and "libogg" and "libvorbis" for OGG.
|
|
|
|
|
2015-06-03 14:56:11 +00:00
|
|
|
o As of 0.90.0, music is played back at 44100 Hz by default with no
|
2014-09-08 21:11:55 +00:00
|
|
|
need to adjust "-sndspeed".
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2011-02-15 21:30:32 +00:00
|
|
|
o Use the "-noextmusic" option to disable this feature.
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o See Quakespasm-Music.txt for more details.
|
2015-12-13 09:37:14 +00:00
|
|
|
|
2016-06-27 03:45:49 +00:00
|
|
|
3.2. Controller Support
|
|
|
|
|
|
|
|
The SDL2 variant of Quakespasm supports Xbox 360 style game
|
|
|
|
controllers.
|
|
|
|
|
|
|
|
The default configuration uses the left analog stick for movement and
|
|
|
|
the right for looking.
|
|
|
|
|
|
|
|
If your controller doesn't work you can try placing this file
|
2016-07-01 07:00:02 +00:00
|
|
|
https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt
|
2016-06-27 03:45:49 +00:00
|
|
|
in your Quake directory, it is a community-maintained database that
|
|
|
|
adds support for more controllers to SDL2.
|
|
|
|
|
|
|
|
3.2.1. Cvars
|
|
|
|
|
|
|
|
o joy_deadzone - Fraction of the stick travel to be deadzone, between
|
|
|
|
0 and 1. Default 0.2.
|
|
|
|
|
|
|
|
o joy_deadzone_trigger - Fraction of trigger range required to
|
|
|
|
register a button press on the analog triggers, between 0 and 1.
|
|
|
|
Default 0.001.
|
|
|
|
|
|
|
|
o joy_sensitivity_yaw/pitch - Max angular speed in degrees/second
|
|
|
|
when looking. Defaults are 300 for yaw (turning left/right) and 150
|
|
|
|
for pitch (up/down).
|
|
|
|
|
|
|
|
o joy_exponent - For the look stick, the stick displacement (between
|
|
|
|
0 and 1) is raised to this power. Default is 3. A value of 1 would
|
|
|
|
give a linear relationship between stick displacement and fraction
|
|
|
|
of the maximum angular speed.
|
|
|
|
|
|
|
|
o joy_invert - Set to 1 to invert the vertical axis of the look
|
|
|
|
stick.
|
|
|
|
|
|
|
|
o joy_swapmovelook - Set to 1 to swap the left and right analog stick
|
|
|
|
functions. Default 0, move on the left stick, look on the right
|
|
|
|
stick.
|
|
|
|
|
|
|
|
o joy_enable - Set to 0 to disable controller support. Default 1.
|
|
|
|
|
|
|
|
3.2.2. Buttons
|
|
|
|
|
|
|
|
Some of the controller buttons are hardcoded to allow navigating the
|
|
|
|
menu:
|
|
|
|
|
|
|
|
o Back - alias for TAB
|
|
|
|
|
|
|
|
o Start - alias for ESC
|
|
|
|
|
|
|
|
o DPad, analog sticks - mapped to arrow keys
|
|
|
|
|
|
|
|
o A Button - alias for ENTER in menus
|
|
|
|
|
|
|
|
o B Button - alias for ESC in menus
|
|
|
|
|
|
|
|
These buttons can be bound normally:
|
|
|
|
|
|
|
|
o LTRIGGER - Left trigger
|
|
|
|
|
|
|
|
o RTRIGGER - Right trigger
|
|
|
|
|
|
|
|
o LSHOULDER - Left shoulder button
|
|
|
|
|
|
|
|
o RSHOULDER - Right shoulder button
|
|
|
|
|
|
|
|
o LTHUMB - Clicking the left thumbstick
|
|
|
|
|
|
|
|
o RTHUMB - Clicking the right thumbstick
|
|
|
|
|
|
|
|
o ABUTTON
|
|
|
|
|
|
|
|
o BBUTTON
|
|
|
|
|
|
|
|
o XBUTTON
|
|
|
|
|
|
|
|
o YBUTTON
|
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
quakespasm.pak contains a default.cfg which has been updated to give
|
|
|
|
some default bindings. L/R shoulder buttons are bound to weapon
|
|
|
|
switching, and L/R triggers are jump and attack.
|
2016-06-27 03:45:49 +00:00
|
|
|
|
|
|
|
The controller support started as Jeremiah Sypult's implementation in
|
|
|
|
Quakespasm-Rift and also uses ideas and code from LordHavoc
|
|
|
|
(DarkPlaces).
|
2015-03-17 21:56:01 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
|
2014-09-09 01:52:00 +00:00
|
|
|
4. Compiling and Installation
|
|
|
|
|
|
|
|
Quakespasm's (optional) custom data is now stored in the file
|
|
|
|
quakespasm.pak. This file should be placed alongside your quakespasm
|
|
|
|
binary and id1 directory.
|
2010-08-14 05:01:12 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
To checkout the latest version of QuakeSpasm, do:
|
|
|
|
svn co svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm
|
2011-04-24 04:27:54 +00:00
|
|
|
|
2011-04-28 06:24:37 +00:00
|
|
|
4.1. Linux/Unix
|
2011-04-24 04:27:54 +00:00
|
|
|
|
2011-01-10 03:09:09 +00:00
|
|
|
After extracting the source tarball, browse the Makefile and edit the
|
|
|
|
music streaming options, then
|
2011-04-28 06:24:37 +00:00
|
|
|
|
2010-08-14 07:40:48 +00:00
|
|
|
______________________________________________________________________
|
|
|
|
make
|
2010-08-29 21:37:07 +00:00
|
|
|
cp quakespasm /usr/local/games/quake (for example)
|
2010-08-14 07:40:48 +00:00
|
|
|
______________________________________________________________________
|
2010-08-14 05:01:12 +00:00
|
|
|
|
2013-12-26 21:16:44 +00:00
|
|
|
|
2010-08-23 04:12:19 +00:00
|
|
|
Compile time options include
|
|
|
|
|
2014-09-20 14:00:25 +00:00
|
|
|
o make DO_USERDIRS=1 to include user directories support
|
|
|
|
|
2011-04-28 06:24:37 +00:00
|
|
|
o make DEBUG=1 for debugging
|
|
|
|
|
|
|
|
o make SDL_CONFIG=/PATH/TO/SDL-CONFIG for unusual SDL installations
|
2010-08-23 04:12:19 +00:00
|
|
|
|
2014-10-17 11:34:10 +00:00
|
|
|
o make USE_SDL2=1 to compile against SDL2 instead of SDL-1.2
|
2014-09-20 14:00:25 +00:00
|
|
|
|
2011-02-14 20:02:52 +00:00
|
|
|
Streaming music playback requires "libmad" or "libmpg123" for MP3, and
|
|
|
|
"libogg" and "libvorbis" for OGG files.
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2011-03-05 10:20:00 +00:00
|
|
|
The project can also be built with Codeblocks (project files
|
2011-04-24 04:27:54 +00:00
|
|
|
included).
|
2014-08-27 09:15:58 +00:00
|
|
|
|
2011-04-28 06:24:37 +00:00
|
|
|
4.2. Windows
|
2011-04-24 04:27:54 +00:00
|
|
|
|
|
|
|
The QuakeSpasm developers cross-compile windows binaries using MinGW
|
2011-04-28 06:24:37 +00:00
|
|
|
<http://www.mingw.org> and Mingw-w64 <http://mingw-w64.sf.net>.
|
2014-09-09 00:45:12 +00:00
|
|
|
|
2011-04-24 04:27:54 +00:00
|
|
|
The project can also be built using Visual Studio 2005 (or newer).
|
2010-08-14 05:01:12 +00:00
|
|
|
|
2011-04-28 06:24:37 +00:00
|
|
|
4.3. Mac OS X
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2011-04-24 04:27:54 +00:00
|
|
|
A Quakespasm App (including program launcher and update framework) can
|
|
|
|
be made using the Xcode template found in the MacOSX directory.
|
|
|
|
|
|
|
|
Alternatively, have a look at Makefile.darwin for more instructions on
|
|
|
|
building from a console.
|
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
|
2012-03-24 07:10:14 +00:00
|
|
|
5. Known Bugs
|
|
|
|
|
2015-03-17 21:32:09 +00:00
|
|
|
Brightness issues should be fixed with GLSL gamma in 0.90.1, if your
|
|
|
|
system supports OpenGL 2. For reference on older systems:
|
|
|
|
|
2013-12-26 21:16:44 +00:00
|
|
|
Some versions of Xorg and SDL have brightness issues.
|
|
|
|
Try setting "export SDL_VIDEO_X11_NODIRECTCOLOR=1", or if you have
|
|
|
|
Xorg >= 7.5 and broken brightness, these patched libSDL binaries may
|
|
|
|
help.
|
2012-03-24 07:10:14 +00:00
|
|
|
|
|
|
|
o Gamma patched libSDL (i686-linux)
|
2016-07-01 07:00:02 +00:00
|
|
|
http://sf.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched.tgz/download
|
2012-03-12 20:00:24 +00:00
|
|
|
|
2012-03-24 07:10:14 +00:00
|
|
|
o Gamma patched libSDL (x86_64-linux)
|
2016-07-01 07:00:02 +00:00
|
|
|
http://sf.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched-AMD64.tgz/download
|
2012-03-24 07:10:14 +00:00
|
|
|
|
2014-09-23 09:28:22 +00:00
|
|
|
The "game" command doesn't execute quake.rc in the new game directory
|
|
|
|
being switched to. This means any custom key bindings in a mod's
|
|
|
|
config.cfg or special settings in a quake.rc won't be loaded. The only
|
|
|
|
workaround is launching the engine with the -game command-line switch
|
|
|
|
instead of using the game console command. Or, after running the game
|
2014-09-23 19:11:39 +00:00
|
|
|
command, you can run "exec quake.rc" by yourself (YMMV).
|
2014-09-21 03:03:16 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
|
2012-03-24 10:50:29 +00:00
|
|
|
6. Changes
|
2012-03-24 07:10:14 +00:00
|
|
|
|
2015-03-17 21:32:09 +00:00
|
|
|
|
2017-07-27 15:56:58 +00:00
|
|
|
6.1. Changes in 0.93.0
|
2016-10-14 09:47:07 +00:00
|
|
|
|
2017-07-27 16:37:28 +00:00
|
|
|
o Raise console buffer size to 1MB.
|
2017-07-27 15:56:58 +00:00
|
|
|
|
|
|
|
o Raise MAX_STATIC_ENTITIES from 512 to 4096.
|
|
|
|
|
|
|
|
o Raise MAX_STACK_DEPTH from 32 to 64.
|
|
|
|
|
|
|
|
o Raise command buffer size from 8K to 256K to support large configs.
|
|
|
|
|
2017-07-27 16:37:28 +00:00
|
|
|
o Remove MAX_EFRAGS and MAX_MAP_LEAFS limits.
|
2017-07-27 15:56:58 +00:00
|
|
|
|
|
|
|
o Remove "Loadgame buffer overflow" limit, which could happen when
|
|
|
|
loading DP or QSS saves.
|
|
|
|
|
|
|
|
o Adjust "exceeds standard limit of" debug warnings to include the
|
|
|
|
actual QS limit.
|
|
|
|
|
|
|
|
o Change "game" command to now exec quake.rc.
|
|
|
|
|
2017-07-27 16:37:28 +00:00
|
|
|
o Change "games" / "mods" commands to list all subdirectories.
|
2017-07-27 15:56:58 +00:00
|
|
|
|
|
|
|
o New "r_scale" cvar. Set to 2, 3, or 4 to render the view at 1/2,
|
|
|
|
1/3, or 1/4 resolution.
|
|
|
|
|
2017-07-27 16:37:28 +00:00
|
|
|
o New "find" / "apropos" command, searches for commands/cvar names
|
|
|
|
for the given substring (from Spike).
|
2017-07-27 15:56:58 +00:00
|
|
|
|
|
|
|
o New "randmap" command for loading a random map.
|
|
|
|
|
|
|
|
o Fix macOS startup delay (avoid calling gethostbyname() for ".local"
|
|
|
|
hostnames).
|
|
|
|
|
|
|
|
o Fix memory corruption in PF_lightstyle with out of bounds
|
|
|
|
lightstyles.
|
|
|
|
|
|
|
|
o Fix crash in BoundPoly with polygons extending beyond +/-9999.
|
|
|
|
|
|
|
|
o Fix QS window to stay on the current monitor when changing video
|
|
|
|
modes (SDL2 only).
|
2016-10-14 09:47:07 +00:00
|
|
|
|
2017-07-27 16:37:28 +00:00
|
|
|
o Update the third-party libraries.
|
2016-10-14 09:47:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
6.2. Changes in 0.92.1
|
2016-08-23 11:37:21 +00:00
|
|
|
|
|
|
|
o Fixed large menu scale factors (was broken in 0.92.0).
|
|
|
|
|
|
|
|
o Fixed PAUSE key (was broken in 0.92.0).
|
|
|
|
|
|
|
|
o Updated some of the third-party libraries.
|
|
|
|
|
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.3. Changes in 0.92.0
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2016-06-24 11:00:39 +00:00
|
|
|
o SDL2 Game Controller support.
|
|
|
|
|
|
|
|
o Contrast support with new "contrast" cvar, behaving the same as
|
|
|
|
MarkV. It may be a useful alternative to the existing gamma control
|
|
|
|
for laptops in a bright environment, etc. Raising contrast gives
|
|
|
|
less of a gray/washed out look than raising gamma, but at a
|
|
|
|
disadvantage: colors near white get clipped to white.
|
|
|
|
|
|
|
|
o RMQ protocol (999) support, adapted from RMQEngine.
|
|
|
|
|
|
|
|
o New "-protocol x" command line option. Accepted values for 'x' are
|
|
|
|
15 (NetQuake), 666 (FitzQuake, default), and 999 (RMQ).
|
|
|
|
|
|
|
|
o New "setpos" console command.
|
|
|
|
|
|
|
|
o New "vid_borderless" cvar for getting a borderless window.
|
|
|
|
|
|
|
|
o Increased MAX_MAP_LEAFS from 65535 to 70000 and MAX_LIGHTMAPS from
|
|
|
|
256 to 512 in order to handle the oms3 map pack.
|
|
|
|
|
|
|
|
o Server edicts are now allocated using malloc instead of allocating
|
|
|
|
on the hunk.
|
|
|
|
|
|
|
|
o gl_clear now defaults to 1.
|
|
|
|
|
|
|
|
o Fix items falling out of the world on oms3.bsp on SSE builds.
|
|
|
|
|
|
|
|
o Worked around an OSX 10.6 driver bug when using FSAA, which was
|
|
|
|
leading to an unplayable HOM effect on the rest of the screen.
|
|
|
|
|
|
|
|
o Fix wrong trace endpoint from the tracepos console command.
|
|
|
|
|
|
|
|
o Updated some of the third-party libraries. Other fixes/clean-ups.
|
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.4. Changes in 0.91.0
|
2016-01-31 09:33:26 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.4.1. Bugfixes
|
2015-03-17 21:32:09 +00:00
|
|
|
|
2015-12-13 09:37:14 +00:00
|
|
|
o Fix unwanted fog mode change upon video restart.
|
|
|
|
|
|
|
|
o Work around Intel 855 bug in status bar drawing with "r_oldwater 0"
|
|
|
|
and "scr_sbaralpha 0".
|
|
|
|
|
|
|
|
o Fix an obscure GLSL bug where changing gamma would result in the
|
|
|
|
screen turning to noise.
|
|
|
|
|
|
|
|
o Fix GLSL gamma causing the tiled screen border to turn white when
|
|
|
|
"sizedown" is used.
|
|
|
|
|
|
|
|
o Fix an alias model VBO renderer bug where a model not precached
|
|
|
|
during map start wouldn't be drawn.
|
|
|
|
|
|
|
|
o Fix the order of OpenGL context creation and window creation in
|
|
|
|
SDL2 video.
|
|
|
|
|
|
|
|
o Fix a calling convention issue in windows DPI awareness function
|
|
|
|
pointers.
|
|
|
|
|
|
|
|
o Fix a random texture recoloring after video mode change.
|
|
|
|
|
2016-01-15 09:18:21 +00:00
|
|
|
o Fix a liquid turning to garbage after several video mode changes
|
|
|
|
and "r_oldwater 0".
|
|
|
|
|
2015-12-13 09:37:14 +00:00
|
|
|
o Fix a wrong alpha-sorting bug introduced in 0.90.1.
|
|
|
|
|
2015-12-24 08:20:25 +00:00
|
|
|
o Fix "flush" command not reloading mdl's from disk (bug introduced
|
|
|
|
in 0.90.1).
|
|
|
|
|
2015-12-13 09:37:14 +00:00
|
|
|
o Prevent a possible buffer overflow in Cbuf_Execute (old Q1/Q2 bug).
|
|
|
|
|
|
|
|
o Prevent a possible vulnerability in MSG_ReadString (old Q1/Q2 bug).
|
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.4.2. Visual improvements
|
2015-12-13 09:37:14 +00:00
|
|
|
|
|
|
|
o New cvars r_lavaalpha, r_slimealpha, r_telealpha for fine-tuning
|
|
|
|
specific liquid opacities (from DirectQ/RMQEngine, non-archived,
|
|
|
|
default to 0), and new worldspawn keys _wateralpha, _lavaalpha,
|
|
|
|
_slimealpha, _telealpha, _skyfog (unique to Quakespasm, similar to
|
|
|
|
the behaviour of the "fog" worldspawn key).
|
|
|
|
|
|
|
|
o GLSL gamma is now supported on older hardware without NPOT
|
|
|
|
extension.
|
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.4.3. Interface improvements
|
2015-12-13 09:37:14 +00:00
|
|
|
|
|
|
|
o New r_pos command to show player position.
|
|
|
|
|
2015-12-24 08:20:25 +00:00
|
|
|
o NaN detection in traceline with "developer 1" set now warns instead
|
|
|
|
of errors.
|
2015-12-13 09:37:14 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.4.4. Code cleanup / Other
|
2015-12-13 09:37:14 +00:00
|
|
|
|
|
|
|
o Update third-party libraries.
|
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.4.5. Raised limits
|
2016-01-15 09:18:21 +00:00
|
|
|
|
|
|
|
o Default max_edicts 8192 (was 2048) and no longer saved to
|
|
|
|
config.cfg.
|
|
|
|
|
|
|
|
o Default heapsize 256 MB (was 64 MB).
|
|
|
|
|
|
|
|
o Default zone 4 MB (was 384 KB).
|
|
|
|
|
|
|
|
o Raised MAX_SFX to 1024 (was 512).
|
2015-12-13 09:37:14 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.5. Changes in 0.90.1
|
2015-12-13 09:37:14 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.5.1. Bugfixes
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2015-03-17 21:32:09 +00:00
|
|
|
o Fix dynamic light artifact where changing lightmap are rendered one
|
|
|
|
frame late (bug introduced in 0.90.0).
|
|
|
|
|
|
|
|
o Fix texture memory leak when changing video modes with SDL2.
|
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Fix rare incorrect mdl lighting on 64-bit builds. (details here:
|
|
|
|
http://forums.insideqc.com/viewtopic.php?f=3&t=5620)
|
2015-03-17 21:32:09 +00:00
|
|
|
|
|
|
|
o Fix fullbrights turning black after "kill" command (bug introduced
|
|
|
|
in 0.90.0).
|
|
|
|
|
|
|
|
o Clear all fog values on map change to prevent colored fog carrying
|
|
|
|
over to jam3_tronyn.bsp.
|
|
|
|
|
|
|
|
o Allow loading saves with } character in quoted strings, fixes issue
|
|
|
|
with retrojam1_skacky.bsp.
|
|
|
|
|
2015-06-01 05:17:00 +00:00
|
|
|
o Fix viewmodel not lerping on extended-limit maps.
|
|
|
|
|
|
|
|
o Fix crash on out-of-bounds skin number.
|
2015-03-17 21:32:09 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.5.2. Performance
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2015-03-17 21:32:09 +00:00
|
|
|
o Use multithreaded OpenGL on OS X for better performance.
|
|
|
|
|
|
|
|
o New, faster mdl renderer using GLSL. Disable with "-noglslalias".
|
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.5.3. Visual improvements
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2015-03-17 21:32:09 +00:00
|
|
|
o New gamma correction implementation using GLSL. Fixes all known
|
|
|
|
gamma issues (affecting the full display, persisting after
|
|
|
|
quitting, or darkening the screen on OS X). Disable with
|
|
|
|
"-noglslgamma".
|
|
|
|
|
|
|
|
o Use high-quality water by default (r_oldwater 0).
|
|
|
|
|
2015-06-01 05:17:00 +00:00
|
|
|
o Shadows use stencil buffer to avoid overlapping artifacts (from
|
|
|
|
MarkV.)
|
|
|
|
|
|
|
|
o r_noshadow_list cvar added (from MarkV.)
|
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.5.4. Interface improvements
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2015-06-01 05:17:00 +00:00
|
|
|
o Support pausing demo playback with the "pause" command.
|
|
|
|
|
|
|
|
o Autocompletion for "game", "record", "playdemo".
|
|
|
|
|
|
|
|
o Experimental windowed fullscreen mode available with
|
|
|
|
vid_desktopfullscreen 1 (only in SDL2 builds, takes effect upon
|
|
|
|
entering fullscreen mode the next time.)
|
|
|
|
|
|
|
|
o Silence "exceeded standard limit" messages unless developer cvar is
|
|
|
|
>= 1.
|
|
|
|
|
2015-06-03 14:56:11 +00:00
|
|
|
o Some spam moved from developer 1 to 2: "can't find tga/lit/ent",
|
2015-06-01 05:17:00 +00:00
|
|
|
"trying to load ent", "bad chunk length", "meshing",
|
|
|
|
"PR_AlocStringSlots: realloc'ing"
|
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.5.5. Code cleanup
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2015-03-17 21:32:09 +00:00
|
|
|
o Clean up IDE project files to build on fresh systems.
|
|
|
|
|
|
|
|
o Update 3rd-party libraries.
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.6. Changes in 0.90.0
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2014-10-17 00:21:20 +00:00
|
|
|
o Fix issues on Windows systems with DPI scaling.
|
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Unix/Mac user directories support. Disabled by default,
|
|
|
|
'make DO_USERDIRS=1' to enable it.
|
2014-09-10 07:40:58 +00:00
|
|
|
|
2014-09-20 14:00:25 +00:00
|
|
|
o SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it.
|
|
|
|
|
2014-10-11 12:05:25 +00:00
|
|
|
o Revised keyboard input code.
|
|
|
|
|
2014-09-15 09:10:19 +00:00
|
|
|
o Revised/improved the 'game' command, i.e. on-the-fly mod changing.
|
|
|
|
It now accepts an optional second argument for mission packs or
|
|
|
|
quoth support i.e. -hipnotic, -rogue, or -quoth. For example, for
|
|
|
|
WarpSpasm: "game warp -quoth"
|
|
|
|
|
|
|
|
o Command line: "-game {quoth/hipnotic/rogue}" is now treated the
|
|
|
|
same as -quoth, -hipnotic, or -rogue.
|
|
|
|
|
2014-09-08 21:11:55 +00:00
|
|
|
o Console speed now resolution-independent.
|
|
|
|
|
|
|
|
o Disabled gl_zfix, which caused glitches and is undesirable for new
|
|
|
|
maps. Replacement .ent files to fix z-fighting for several id1 maps
|
|
|
|
added to quakespasm.pak.
|
|
|
|
|
2014-09-15 09:10:19 +00:00
|
|
|
o PF_VarString buffer bumped to 1024, avoids truncated centerprints
|
|
|
|
from the 'In The Shadows' mod.
|
2014-09-08 21:11:55 +00:00
|
|
|
|
2014-10-11 18:11:16 +00:00
|
|
|
o Support for opengl non-power-of-two-textures extension (disable
|
|
|
|
with command line: "-notexturenpot".)
|
2014-07-30 11:15:17 +00:00
|
|
|
|
2014-10-11 12:05:25 +00:00
|
|
|
o Support for OpenGL vertex buffer objects (VBO, OpenGL 1.5 or newer)
|
2014-10-11 18:11:16 +00:00
|
|
|
for world and brush models (disable with command line: "-novbo".)
|
2014-09-15 09:10:19 +00:00
|
|
|
|
2014-08-27 09:15:58 +00:00
|
|
|
o Antialiasing (FSAA) support (command line: -fsaa x, where x can be
|
2014-08-29 08:55:19 +00:00
|
|
|
0, 2, 4, 8).
|
2014-08-27 09:15:58 +00:00
|
|
|
|
2014-09-29 11:00:47 +00:00
|
|
|
o Fence textures support.
|
2014-08-27 09:15:58 +00:00
|
|
|
|
|
|
|
o Dynamic light speedup. Speedup loading of tga and pcx external
|
|
|
|
images.
|
2014-07-30 11:15:17 +00:00
|
|
|
|
2014-08-29 08:55:19 +00:00
|
|
|
o Brush model drawing speedup.
|
|
|
|
|
2014-04-29 11:00:31 +00:00
|
|
|
o Support for BSP2 and 2PSB map formats.
|
2013-12-26 21:16:44 +00:00
|
|
|
|
2014-09-29 11:00:47 +00:00
|
|
|
o Support for Opus, FLAC, and tracker music (S3M, IT, UMX, etc.), as
|
|
|
|
compile-time options.
|
2013-10-12 17:02:35 +00:00
|
|
|
|
2015-06-03 14:56:11 +00:00
|
|
|
o Music and sfx now mixed at 44100 Hz to avoid downsampling music.
|
2014-09-08 21:11:55 +00:00
|
|
|
Low-pass filter applied to the sfx if -sndspeed is 11025 (the
|
2016-07-01 07:00:02 +00:00
|
|
|
default), to preserve the same sound quality as 0.85.9. New
|
2014-09-08 21:11:55 +00:00
|
|
|
-mixspeed option sets the rate for mixing sfx and music, and output
|
2014-09-29 11:00:47 +00:00
|
|
|
to the OS (default 44100), setting it to 11025 reverts to 0.85.9
|
2014-09-08 21:11:55 +00:00
|
|
|
behaviour. New snd_filterquality cvar, value can be between 1
|
|
|
|
(emulate OS X resampler) and 5 (emulate Windows resampler),
|
|
|
|
controls the sound of the low-pass filter.
|
2014-08-27 09:15:58 +00:00
|
|
|
|
2013-10-12 17:02:35 +00:00
|
|
|
o Better Hor+ field of view (FOV) scaling behavior.
|
|
|
|
|
2014-08-27 09:15:58 +00:00
|
|
|
o Better cross-map demo playback support.
|
|
|
|
|
2014-04-29 11:00:31 +00:00
|
|
|
o Fix screenshots when screen width isn't a multiple of 4.
|
|
|
|
|
|
|
|
o Fix a lighting glitch due to floating point precision.
|
2013-04-12 07:04:18 +00:00
|
|
|
|
2014-04-29 11:00:31 +00:00
|
|
|
o Fix a looping sounds glitch.
|
|
|
|
|
2014-07-30 11:15:17 +00:00
|
|
|
o Fix a vulnerability in file extension handling. Tighten path
|
|
|
|
handling safety.
|
|
|
|
|
|
|
|
o Initialize opengl with 24-bit depth buffer at 32 bpp.
|
|
|
|
|
|
|
|
o Reset all models upon gamedir changes. (Fixes failures with mods
|
|
|
|
using custom content.)
|
|
|
|
|
|
|
|
o Fix broken behavior upon gamedir changes if -basedir is specified
|
|
|
|
on the command line.
|
|
|
|
|
|
|
|
o NET_MAXMESSAGE and MAX_MSGLEN limits bumped to 64000.
|
|
|
|
|
2014-08-27 09:15:58 +00:00
|
|
|
o MAX_EFRAGS bumped to 4096, and MAX_CHANNELS to 1024.
|
|
|
|
|
2014-09-29 11:00:47 +00:00
|
|
|
o MAX_ENT_LEAFS bumped from 16 to 32 to work around disappearing or
|
|
|
|
flickering brush models in some situations. Also, if an entity is
|
|
|
|
visible from MAX_ENT_LEAFS or more leafs, we now always send it to
|
2014-09-28 23:44:42 +00:00
|
|
|
the client.
|
2014-08-27 09:15:58 +00:00
|
|
|
|
|
|
|
o Fix cvar cycle command not working sometimes.
|
|
|
|
|
2014-07-30 11:15:17 +00:00
|
|
|
o Host_Error upon missing models. (Prevents segmentation faults.)
|
|
|
|
|
2014-08-27 09:15:58 +00:00
|
|
|
o Change sv_aim default value to 1 (i.e. turn off autoaim)
|
|
|
|
|
|
|
|
o Add 'prev' and 'next' keywords to the 'cd' command.
|
|
|
|
|
|
|
|
o Work around a linux cdrom issue (playback might not start for a
|
|
|
|
while after a stop).
|
|
|
|
|
2014-04-29 11:00:31 +00:00
|
|
|
o Quakespasm content customization moved from engine-embedded into a
|
|
|
|
new optional quakespasm.pak file.
|
|
|
|
|
2014-09-16 09:05:36 +00:00
|
|
|
o Version bumped to 0.90.0 (because Quakespasm has a decent life of
|
|
|
|
it's own)
|
|
|
|
|
2014-04-29 11:00:31 +00:00
|
|
|
o Other fixes and clean-ups.
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.7. Changes in 0.85.9
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2013-04-12 07:04:18 +00:00
|
|
|
o Fixes for several undefined behaviors in C code (gcc-4.8 support.)
|
|
|
|
|
|
|
|
o Implemented Hor+ style field of view (FOV) scaling, useful for
|
2013-12-26 21:16:44 +00:00
|
|
|
widescreen resolutions. Configured by new cvar fov_adapt: set it to
|
|
|
|
1 and your fov will be scaled automatically according to the
|
2013-04-12 07:04:18 +00:00
|
|
|
resolution. Enabled by default.
|
|
|
|
|
|
|
|
o Adjusted string buffers for PR_ValueString and friends to fix
|
|
|
|
crashes with excessively long global strings seen in some rude
|
|
|
|
mods.
|
|
|
|
|
|
|
|
o Toned down warning messages from PF_VarString() a bit.
|
|
|
|
|
|
|
|
o Fixed Fitzquake's map existence check in changelevel (used to leak
|
|
|
|
file handles which would end up in a Sys_Error() due to consuming
|
|
|
|
all free handles if many maps reside not in pak files.)
|
|
|
|
|
|
|
|
o Fixes/cleanups in chat mode handling. Client no longer gets stuck
|
|
|
|
in chat mode upon disconnect.
|
|
|
|
|
|
|
|
o Mouse grab/key_dest fixes and key cleanups.
|
|
|
|
|
|
|
|
o The "speedkey" now acts as "slowkey" when "always run" is on.
|
|
|
|
|
2013-04-12 09:01:18 +00:00
|
|
|
o Support for demo recording after connection to server. (thanks to
|
|
|
|
Baker for a patch)
|
2014-09-09 00:45:12 +00:00
|
|
|
|
2013-04-12 07:04:18 +00:00
|
|
|
o Corner case fixes in COM_Parse() for quoted strings and support for
|
|
|
|
C-style /*..*/ comments.
|
|
|
|
|
|
|
|
o Changed lightmaps to GL_RGBA instead of GL_RGB.
|
|
|
|
|
|
|
|
o Better parse for opengl extensions list (from quakeforge.)
|
|
|
|
|
|
|
|
o Vsync saving/loading fixes.
|
|
|
|
|
|
|
|
o Fixed pointfile loading.
|
|
|
|
|
|
|
|
o Multiple cleanups in gl_vidsdl.c.
|
|
|
|
|
|
|
|
o Opus music decoding support (as an optional patch only.)
|
|
|
|
|
|
|
|
o Several other minor fixes/cleanups.
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.8. Changes in 0.85.8
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2012-04-23 17:01:11 +00:00
|
|
|
o Made Quake shareware 1.00 and 1.01 versions to be recognized
|
|
|
|
properly.
|
|
|
|
|
2012-10-07 13:24:08 +00:00
|
|
|
o Fixed control-character handling in unicode mode. Keyboard input
|
|
|
|
tweaks.
|
2012-09-27 13:33:22 +00:00
|
|
|
|
2012-07-03 21:20:11 +00:00
|
|
|
o Made the keypad keys to send separate key events in game mode.
|
2012-04-23 17:01:11 +00:00
|
|
|
|
2012-09-28 20:10:30 +00:00
|
|
|
o Text pasting support from OS clipboard to console. (windows and
|
|
|
|
macosx.)
|
2012-09-27 13:33:22 +00:00
|
|
|
|
2012-09-28 21:41:31 +00:00
|
|
|
o Support for the Apple (Command) key on macosx.
|
|
|
|
|
2012-07-10 11:21:17 +00:00
|
|
|
o Fixed increased (more than 32) dynamic lights.
|
|
|
|
|
2012-04-23 17:01:11 +00:00
|
|
|
o Music playback: Made sure that the file's channels count is
|
|
|
|
supported.
|
|
|
|
|
2012-07-03 21:20:11 +00:00
|
|
|
o Support for Solaris.
|
|
|
|
|
2012-09-10 07:51:23 +00:00
|
|
|
o Switched to using libmad instead of libmpg123 for MP3 playback on
|
|
|
|
Mac OS X.
|
|
|
|
|
|
|
|
o Better support for building the Mac OS X version using a makefile,
|
|
|
|
support for cross-compiling on Linux.
|
|
|
|
|
2012-07-16 17:00:24 +00:00
|
|
|
o Fixed a minor intermissions glitch.
|
|
|
|
|
2012-07-03 21:20:11 +00:00
|
|
|
o Increased string buffer size from 256 to 384 for PF_VarString to
|
|
|
|
work around broken mods such as UQC.
|
|
|
|
|
|
|
|
o Restored original behavior for Quake registered version detection.
|
|
|
|
|
2012-09-10 07:51:23 +00:00
|
|
|
o Minor demo recording/playback tweaks.
|
|
|
|
|
|
|
|
o Minor tweaks to the scale menu option.
|
|
|
|
|
2012-09-15 11:30:49 +00:00
|
|
|
o unbindall before loading stored bindings (configurable by new cvar
|
|
|
|
cfg_unbindall, enabled by default.)
|
|
|
|
|
2012-07-03 21:20:11 +00:00
|
|
|
o New icon.
|
|
|
|
|
2012-04-23 17:01:11 +00:00
|
|
|
o Miscellaneous source code cleanups.
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.9. Changes in 0.85.7
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2012-03-12 20:00:24 +00:00
|
|
|
o Added support for cross-level demo playback
|
|
|
|
|
|
|
|
o gl_texturemode is reimplemented as a cvar with a callback and the
|
|
|
|
setting is automatically saved to the config
|
|
|
|
|
|
|
|
o Fixed execution of external files without a newline at the end
|
|
|
|
|
|
|
|
o Reduced memory usage during reloading of textures
|
|
|
|
|
|
|
|
o Fixed compilation on GNU/kFreeBSD (Debian bug #657793)
|
2011-04-28 06:24:37 +00:00
|
|
|
|
2012-03-12 20:00:24 +00:00
|
|
|
o Fixed backspace key on Mac OS X
|
|
|
|
|
|
|
|
o Disable mouse acceleration in Mac OS X
|
|
|
|
|
|
|
|
o Worked around recursive calling of the anisotropic filter callback
|
|
|
|
|
|
|
|
o Console word wrap and long input line fixes
|
|
|
|
|
2012-03-13 05:10:26 +00:00
|
|
|
o Verified correct compilation by clang (using v3.0)
|
|
|
|
|
2012-03-12 20:00:24 +00:00
|
|
|
o Several other small changes mostly invisible to the end-user
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.10. Changes in 0.85.6
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2012-01-01 20:27:10 +00:00
|
|
|
o More work for string buffer safety
|
2011-12-29 12:30:32 +00:00
|
|
|
|
2012-01-01 20:27:10 +00:00
|
|
|
o Reverted v0.85.5 change of not allowing deathmatch and coop cvars
|
|
|
|
to be set at the same time (was reported for possibility of causing
|
|
|
|
compatibility issues with mods)
|
2011-12-30 16:50:24 +00:00
|
|
|
|
2012-01-01 20:27:10 +00:00
|
|
|
o Several cleanups/changes in the cvar layer
|
2011-12-29 12:30:32 +00:00
|
|
|
|
2012-01-01 20:27:10 +00:00
|
|
|
o Minor SDL video fixes.
|
2011-12-29 12:30:32 +00:00
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.11. Changes in 0.85.5
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2011-12-16 14:11:37 +00:00
|
|
|
o SDL input driver updated adding native keymap and dead key support
|
|
|
|
to the console
|
|
|
|
|
2011-04-24 16:25:26 +00:00
|
|
|
o Fixed a crash in net play in maps with extended limits
|
|
|
|
|
2011-12-23 12:03:49 +00:00
|
|
|
o Verified successful compilation using gcc-4.6.x
|
2011-04-24 16:25:26 +00:00
|
|
|
|
2011-12-25 09:28:30 +00:00
|
|
|
o Added workaround against GL texture flicker (z fighting),
|
|
|
|
controlled by new cvar 'gl_zfix'
|
2011-09-18 04:24:22 +00:00
|
|
|
|
2011-12-20 09:22:19 +00:00
|
|
|
o Read video variables early so that a vid_restart isn't necessary
|
|
|
|
after init
|
|
|
|
|
2011-09-18 04:24:22 +00:00
|
|
|
o mlook and lookspring fixes
|
|
|
|
|
2011-09-19 08:55:47 +00:00
|
|
|
o Added support for loading external entity files, controlled by new
|
2011-12-25 09:28:30 +00:00
|
|
|
cvar 'external_ents'
|
2011-09-19 08:55:47 +00:00
|
|
|
|
|
|
|
o Made mp3 playback to allocate system memory instead of zone
|
|
|
|
|
2011-12-12 09:03:34 +00:00
|
|
|
o Some updates to the progs interpreter code
|
|
|
|
|
2011-12-25 09:28:30 +00:00
|
|
|
o Fixed r_nolerp_list parsing code of fitzquake
|
2011-12-14 14:21:12 +00:00
|
|
|
|
2011-12-23 12:03:49 +00:00
|
|
|
o Made sure that deathmatch and coop are not set at the same time
|
|
|
|
|
2011-12-25 09:28:30 +00:00
|
|
|
o Several code updates from uHexen2 project, several code cleanups.
|
2011-09-19 08:55:47 +00:00
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.12. Changes in 0.85.4
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2011-02-18 14:00:28 +00:00
|
|
|
o Implement music (OGG, MP3, WAV) playback
|
2011-01-10 03:09:09 +00:00
|
|
|
|
2011-02-10 18:15:19 +00:00
|
|
|
o A better fix for the infamous SV_TouchLinks problem, no more hard
|
|
|
|
lockups with maps such as "whiteroom"
|
|
|
|
|
|
|
|
o Add support for mouse buttons 4 and 5
|
|
|
|
|
2011-02-13 16:50:18 +00:00
|
|
|
o Fix the "unalias" console command
|
|
|
|
|
|
|
|
o Restore the "screen size" menu item
|
|
|
|
|
|
|
|
o Fixed an erroneous protocol check in the server code
|
|
|
|
|
2011-02-17 06:56:28 +00:00
|
|
|
o Raised the default zone memory size to 384 kb
|
|
|
|
|
2011-02-17 10:20:26 +00:00
|
|
|
o Raised the default max_edicts from 1024 to 2048
|
|
|
|
|
2011-02-13 16:50:18 +00:00
|
|
|
o Revised lit file loading, the lit file must be from the same game
|
2011-03-01 18:00:30 +00:00
|
|
|
directory as the map itself or from a searchpath with a higher
|
|
|
|
priority
|
2011-02-13 16:50:18 +00:00
|
|
|
|
|
|
|
o Fixed rest of the compiler warnings
|
|
|
|
|
|
|
|
o Other minor sound and cdaudio updates
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.13. Changes in 0.85.3
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2010-08-14 05:01:12 +00:00
|
|
|
o Fix the "-dedicated" option (thanks Oz) and add platform specific
|
2010-08-14 07:40:48 +00:00
|
|
|
networking code (default) rather than SDL_net
|
2010-08-14 05:01:12 +00:00
|
|
|
|
|
|
|
o Much needed OSX framework stuff from Kristian
|
|
|
|
|
|
|
|
o Add a persistent history feature (thanks Baker)
|
|
|
|
|
|
|
|
o Add a slider for scr_sbaralpha, which now defaults to 0.95
|
2010-08-23 04:12:19 +00:00
|
|
|
(slightly transparent, allowing for a nicer status bar)
|
2010-08-14 07:40:48 +00:00
|
|
|
|
2011-02-18 14:00:28 +00:00
|
|
|
o Allow player messages longer than 32 characters
|
2010-08-14 05:01:12 +00:00
|
|
|
|
|
|
|
o Sockaddr fix for FreeBSD/OSX/etc networking
|
|
|
|
|
|
|
|
o Connect status bar size to the scale slider
|
|
|
|
|
|
|
|
o Include an ISNAN (is not-a-number) fix to catch the occassional
|
|
|
|
quake C bug giving traceline problems
|
|
|
|
|
|
|
|
o Enumerate options menus
|
|
|
|
|
2010-08-14 07:40:48 +00:00
|
|
|
o Add a "prev weapon" menu item (from Sander)
|
|
|
|
|
2010-08-14 05:01:12 +00:00
|
|
|
o Small fix to Sound Block/Unblock on win32
|
|
|
|
|
|
|
|
o Lots of code fixes (some from uhexen2)
|
|
|
|
|
|
|
|
o Sys_Error calls Host_Shutdown
|
|
|
|
|
2010-08-23 04:12:19 +00:00
|
|
|
o Added MS Visual Studio support
|
|
|
|
|
2010-08-24 00:35:22 +00:00
|
|
|
o Add a "-cd" option to let the CD Player work in dedicated mode, and
|
|
|
|
some other CD tweaks.
|
2011-04-28 06:24:37 +00:00
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.14. Changes in 0.85.2
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2010-08-14 05:01:12 +00:00
|
|
|
o Replace the old "Screen size" slider with a "Scale" slider
|
|
|
|
|
|
|
|
o Don't constantly open and close condebug log
|
|
|
|
|
|
|
|
o Heap of C clean-ups
|
|
|
|
|
|
|
|
o Fix mapname sorting
|
|
|
|
|
|
|
|
o Alias the "mods" command to "games"
|
|
|
|
|
|
|
|
o Block/Unblock sound upon focus loss/gain
|
|
|
|
|
|
|
|
o NAT fix (networking protocol fix)
|
|
|
|
|
|
|
|
o SDLNet_ResolveHost bug-fix allowing connection to ports other than
|
|
|
|
26000
|
|
|
|
|
2011-04-24 04:27:54 +00:00
|
|
|
o Bumped array size of sv_main.c::localmodels from 5 to 6 fixing an
|
|
|
|
old fitzquake-0.85 bug which used to cause segfaults depending on
|
|
|
|
the compiler.
|
2014-08-27 09:15:58 +00:00
|
|
|
|
2010-08-14 05:01:12 +00:00
|
|
|
o Accept commandline options like "+connect ip:port"
|
|
|
|
|
|
|
|
o Add OSX Makefile (tested?)
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-10-14 09:47:07 +00:00
|
|
|
6.15. Changes in 0.85.1
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2010-08-14 05:01:12 +00:00
|
|
|
o 64 bit CPU support
|
|
|
|
|
|
|
|
o Restructured SDL sound driver
|
|
|
|
|
|
|
|
o Custom conback
|
|
|
|
|
2011-02-18 14:00:28 +00:00
|
|
|
o Tweaked the command line completion and added a map/changelevel
|
2010-08-14 05:01:12 +00:00
|
|
|
autocompletion function
|
|
|
|
|
|
|
|
o Alt+Enter toggles fullscreen
|
|
|
|
|
|
|
|
o Disable Draw_BeginDisc which causes core dumps when called
|
|
|
|
excessively
|
|
|
|
|
|
|
|
o Show helpful info on start-up
|
|
|
|
|
|
|
|
o Include real map name (sv.name) and skill in the status bar
|
|
|
|
|
2010-09-19 01:24:11 +00:00
|
|
|
o Remove confirm quit dialog
|
2010-08-24 00:35:22 +00:00
|
|
|
|
2010-08-14 05:01:12 +00:00
|
|
|
o Don't spam the console with PackFile seek requests
|
|
|
|
|
|
|
|
o Default to window mode
|
|
|
|
|
|
|
|
o Withdraw console when playing demos
|
|
|
|
|
|
|
|
o Don't play demos on program init
|
|
|
|
|
|
|
|
o Default Heapsize is 64meg
|
|
|
|
|
|
|
|
o Changes to default console alpha, speed
|
|
|
|
|
2011-02-18 14:00:28 +00:00
|
|
|
o Changes to cvar persistence gl_flashblend (default 0), r_shadow,
|
2010-08-14 05:01:12 +00:00
|
|
|
r_wateralpha, r_dynamic, r_novis
|
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
7. Todo
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2011-04-24 04:27:54 +00:00
|
|
|
o Add uHexen2's first person camera (and menu item)
|
2010-09-19 01:24:11 +00:00
|
|
|
|
2011-01-12 09:55:01 +00:00
|
|
|
o Native CD audio support (if desired). cd_sdl.c doesn't have proper
|
2015-06-04 17:05:39 +00:00
|
|
|
volume controls and SDL2 doesn't support CD audio
|
2010-08-23 04:12:19 +00:00
|
|
|
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
8. Copyright
|
2016-07-01 05:02:55 +00:00
|
|
|
|
2012-01-01 20:27:10 +00:00
|
|
|
o Quake and Quakespasm are released under the GNU GENERAL PUBLIC
|
2016-07-01 07:00:02 +00:00
|
|
|
LICENSE Version 2: http://www.gnu.org/licenses/gpl-2.0.html
|
2012-01-01 20:27:10 +00:00
|
|
|
|
|
|
|
o Quakespasm console background image by AAS, released under the
|
2016-07-01 07:00:02 +00:00
|
|
|
CREATIVE COMMONS PUBLIC LICENSE:
|
|
|
|
http://creativecommons.org/licenses/by/3.0/legalcode
|
|
|
|
|
2015-03-17 21:32:09 +00:00
|
|
|
|
2015-12-13 09:37:14 +00:00
|
|
|
9. Contact
|
2011-04-28 06:24:37 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o QuakeSpasm Project page:
|
|
|
|
http://sourceforge.net/projects/quakespasm
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Bug reports:
|
|
|
|
http://sourceforge.net/p/quakespasm/bugs/?source=navbar
|
2011-04-24 04:27:54 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Ozkan <mailto:gmail - dot - com - username - sezeroz>
|
|
|
|
Eric <mailto:gmail - dot - com - username - ewasylishen>
|
|
|
|
Sander <mailto:gmail - dot - com - username - a.h.vandijk>
|
|
|
|
Stevenaaus <mailto:yahoo - dot - com - username - stevenaaus>
|
2011-04-24 04:27:54 +00:00
|
|
|
|
|
|
|
|
2015-12-13 09:37:14 +00:00
|
|
|
10. Links
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o QuakeSpasm Homepage: http://quakespasm.sourceforge.net
|
2015-12-01 10:09:31 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Downloads: http://quakespasm.sourceforge.net/download.htm
|
2014-09-09 00:45:12 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o FitzQuake Homepage: http://www.celephais.net/fitzquake
|
2011-04-24 04:27:54 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Func Quakespasm forum:
|
|
|
|
http://www.celephais.net/board/view_thread.php?id=60452
|
2011-04-24 04:27:54 +00:00
|
|
|
|
2016-07-01 07:00:02 +00:00
|
|
|
o Inside3D forums: http://forums.insideqc.com
|