cleanup and add the recent fixes

This commit is contained in:
Bill Currie 2004-04-29 04:10:49 +00:00
parent c99a011f21
commit 8b2eb9e73e
1 changed files with 168 additions and 158 deletions

314
NEWS
View File

@ -2,164 +2,174 @@ NEWS for the QuakeForge project
------------------------------- -------------------------------
Changes from 0.5.4 Changes from 0.5.4
o bring back a bunch of fixes from 0.5.3 (including news items) that got o General enhancements
lost in the rushed release of 0.5.4 * bring back a bunch of fixes from 0.5.3 (including news items) that
o more cvar renaming: scr_consize -> con_size, scr_conspeed -> con_speed, got lost in the rushed release of 0.5.4
gl_conalpha -> con_alpha, vid_conwidth -> con_width, * more cvar renaming: scr_consize -> con_size, scr_conspeed ->
vid_conheight -> con_height, show_fps -> hud_fps, show_ping -> hud_ping, con_speed, gl_conalpha -> con_alpha, vid_conwidth -> con_width,
show_pl -> hud_pl, show_time -> hud_time, vid_conheight -> con_height, show_fps -> hud_fps, show_ping ->
show_scoresuid -> hud_scoreboard_uid hud_ping, show_pl -> hud_pl, show_time -> hud_time, show_scoresuid ->
o demo_speed no longer affects console scrolling or cursor blink rate hud_scoreboard_uid
o save game loading fixed * demo_speed no longer affects console scrolling or cursor blink rate
o FPS display now updated every 0.2 seconds and displays to the tenth of * save game loading fixed
an fps * FPS display now updated every 0.2 seconds and displays to the tenth
o qfcc conforms better to Objective-C sematics of an fps
o Object root class revamped * improper placement of fullscreen window on startup in -x11 and -glx
o qfcc's "struct" support closer to that of C (ie, separate namespace) fixed (ie, starting with +set vid_fullscreen 1)
o minor improvement s to statement printing (pr_debug >= 1) * QNX fixes from Mike Gorchak <mike@malva.ua>
o qfcc how supports the "unsigned" type (32 bit unsigned integer) * DirectX is now the default sound driver for windows
o improper placement of fullscreen window on startup in -x11 and -glx fixed * renderer speedups
(ie, starting with +set vid_fullscreen 1) * demo_quit cvar to cause qf to quit automaticly at the end of a
o correct handling of ! and &&/|| for traditional code timedemo to make automation of profiling easier
o QNX fixes from Mike Gorchak <mike@malva.ua> * server clients work with mvds
o DirectX is now the default sound driver for windows * never allow IP ports < 1024
o progs debug/disassemble improvements * prettier particles. affected by gravity in qw (protocol restrictions
o plug most (if not all) potential buffer overflows in nq)
o qfcc linker error message improvements * Darwin compile fixes
o renderer speedups * fix a segfault when using 1 component lightmaps
o demo_quit cvar to cause qf to quit automaticly at the end of a timedemo * don't display the connect message when +connect is given on the
to make automation of profiling easier command line (thanks to Qize)
o better error checking in qfcc * mouse acceleration support in X11 thanks to Qize
o qfbsp no longer zaps the bsp file when given a bsp instead of a map when * fix alpha blending in 2d mode when 3d has never been rendered
compiling a map * don't flush garbage to the screen on the first render frame
o PNG support thanks to DrSpliff * PNG support thanks to DrSpliff
o progs version update due to missing pointer in the symtab struct * ALSA 0.5 support dropped
o qfcc: can cast between pointers and integers * ALSA 1.x support is "alsa", 0.9 is "alsa0_9" (only one is built)
o server clients work with mvds * MIDI BGM support using libWildMidi
o never allow IP ports < 1024 * GIB objects
o prettier particles. affected by gravity in qw (protocol restrictions in * external conchars thanks to DrSpliff
nq) * sv_logfile gets flushed on each print
o Darwin compile fixes * don't parse qsg protocol bits if the server isn't qsg compliant
o fix a segfault when using 1 component lightmaps * GIB functions and methods support named arguments
o don't display the connect message when +connect is given on the command * many server features taken from QWE/mvdsv (HighlandeR): most notably
line (thanks to Qize)
o qfbsp: better whilespace support for windows
o qfbsp: bring in many of LordHavoc's changes to qbsp: HalfLife WorldCraft
texture alighnment, partial "point of plane" autocorrection, hipnotic
entity rotation
o qfbsp: watervis support
o mouse acceleration support in X11 thanks to Qize
o qfbsp: handle multiple wad files properly
o fix alpha blending in 2d mode when 3d has never been rendered
o don't flush garbage to the screen on the first render frame
o qfbsp: remove many arbitrary limits (edgs, points on windong, tokens and
keys)
o qflight: colored lighting support (from LordHavoc's hlight)
o qflight: use vis data to speed up light passes
o ALSA 0.5 support dropped
o ALSA 1.x support is "alsa", 0.9 is "alsa0_9" (only one is built)
o MIDI BGM support using libWildMidi
o pak: can specify files to extract from a pak
o GIB objects
o qflight: gzipped bsp support (reading only)
o qflight: threading works
o qfbsp: force axis aligned planes to truely be axis aligned (fixes
degenerate polygons being generated by ClipWinding)
o external conchars thanks to DrSpliff
o qfcc: --traditional operator precedence conforms to qcc but --advanced to
C
o qfcc: --traditional is default for progs.src and --advanced for separate
compilation
o qfcc: much better qcc conformance in general for --traditional
o don't parse qsg protocol bits if the server isn't qsg compliant
o GIB functions and methods support named arguments
o qfcc: short circuit logic for && and || (breaks --traditional when
enabled)
o sv_logfile gets flushed on each print
o qfcc: more informative error reporting
o qfcc: if (const) now works properly (though dead code doesn't get
eliminated)
o many server features taken from QWE/mvdsv (HighlandeR): most notably
ktpro support ktpro support
o progs string revamp: temp strings (eg, result from string + string) get * plug most (if not all) potential buffer overflows
freed when the creating funciton exits * nq deathmatch score fix from xi
o nq deathmatch score fix from xi * find radius bug fixes thanks to Grievre
o find radius bug fixes thanks to Grievre * Luma texture support for brush models (From Fuh, by way of Grievre)
o Luma texture support for brush models (From Fuh, by way of Grievre) * --disable-static now works thanks to raorn
o --disable-static now works thanks to raorn * treat server clients like non-client entities for GIB "frag" event
o new internal printf engine for progs * expand ~ for fs_dirconf
o treat server clients like non-client entities for GIB "frag" event * don't write config.cfg until /after/ it's been read :)
o report all bad builtins rather than just the first. make the bad builtin * ATI's libGL needs to be loaded with global symbols in order to work
number a warning and provide a suitable function in case the function is
called: allows progs with bad (but unused) builtins to run anyway
o expand ~ for fs_dirconf
o progs dump print an address if the def name is blank
o qfcc: allow constant expressions to be used for builtin numbers
o don't write config.cfg until /after/ it's been read :)
o wad utilty along the lines of pak. can't yet be used for wad creation
(that's a little more complicated), but it can be used for listing and
extracting the contents of a wad file. watch out for *foo :)
o ATI's libGL needs to be loaded with global symbols in order to work
properly properly
o qfbsp: bsp to prt support (for watervising sourceless maps) * oss sound doesn't block if the sound device is busy (from Grievre)
o qfbsp: can now dump a map's textures to a wad file * add snd_bits/rate/stereo cvars to win and dx sound targets
o oss sound doesn't block if the sound device is busy (from Grievre) * file based cd plugin from ashridah. oggs, wavs and midis can now be
o add snd_bits/rate/stereo cvars to win and dx sound targets used for background music. default cd plugin for all platforms
o file based cd plugin from ashridah. oggs, wavs and midis can now be used * many menu improvements
for background music. default cd plugin for all platforms * win32 server console now has working input
o qfdefs nuked. no longer needed as "standard" progs get resolved staticly * curses server console scrollback works
o qfcc: better constant folding with auto-conversion between scalar types * qfdefs nuked. no longer needed as "standard" progs get resolved
o many menu improvements staticly
o win32 server console now has working input * TruForm support. Controlled by gl_tessellate
o curses server console scrollback works * Improvements in time accounting. Accurate to +-0.5ms, instead of -1,0
o ruamoko math functions from Grievre
o qfcc: warn on if (a = b)
o TruForm support. Controlled by gl_tessellate
o qflight: OpenQuartz's extentions (except -ikmap) brought in. id's light
model is default
o qflight: support properties files for setting default light settings for
different light entity types
o while not yet perfect, qfprogs now works with qfo files
o qfcc: better detection of function calls in binary expressions
o qfvis: support old-style portal files again
o Improvements in time accounting. Accurate to +-0.5ms, instead of -1,0
like others. Based on Grievre's and zquake's code like others. Based on Grievre's and zquake's code
o mangled sounds on gamedir change fixed thanks to Grievre * mangled sounds on gamedir change fixed thanks to Grievre
o qfbsp: various impovements from Vic via hqbsp (lordhavoc) * mtex support for world rendering.
o qfcc: give temp defs a name, making it easier to read disassembly output * alias models us GL lighting
o qfcc: ensure a op= b treats b as if it was (b) * support for 7 mouse buttons
o qfcc: ; at end of functions optional. C style function declarations * all archived cvars get written to config.cfg prefixed with "seta"
(new command that sets the archive bit)
* x11/glx fullscreen toggling fixes (window placement, mouse input etc)
* add optional reason to kick and ban for qw-server
* DrSpliff's qfadmin script updated
* quaternion support in progs engine and qfcc
* optionally allow recomte commands from a specified host address
* add a -novideo option to fbdev target to allow for headless operation
* full path reporting when writing screenshots
* one level of .. allowed in file access (eg, exec ../configs/foo.cfg)
* add r_norefresh support to sw and sw32 and rename the console side of
the cvar to cooperate better with the evil in customtf
* new cvar from Grievre to control "fake" filtering and change the fake
kick default
* fix bug where certain looped sounds would cause a hang
* 64 bit compile fixes
o qfcc enhancements.
* conforms better to Objective-C sematics
* "struct" support closer to that of C (ie, separate namespace)
* now supports the "unsigned" type (32 bit unsigned integer)
* correct handling of ! and &&/|| for traditional code
* linker error message improvements
* better error checking in
* can cast between pointers and integers
* --traditional operator precedence conforms to qcc but --advanced to C
* --traditional is default for progs.src and --advanced for separate
compilation
* much better qcc conformance in general for --traditional
* more informative error reporting
* if (const) now works properly (though dead code doesn't get
eliminated)
* allow constant expressions to be used for builtin numbers
* better constant folding with auto-conversion between scalar types
* warn on if (a = b)
* better detection of function calls in binary expressions
* give temp defs a name, making it easier to read disassembly output
* ensure a op= b treats b as if it was (b)
* ; at end of functions optional. C style function declarations
available available
o new opcode: state.f. same as state, but takes a 3rd float operand to * short circuit logic for && and || (breaks --traditional when enabled)
* non-const expressions for frame in state operator valid
* computed functions for state think allowed
* change --include FILE to pre-include a file rather than add a
directory search path. Maps to -include FILE on the cpp command line.
* all warnings (except for @self and self) are now fully controllable
* --traditional now auto-inits uninitialized local vars
* fast-float code option (defaults to on). kills almost 3000 statements
from prozac
o tools enhancements
* wad utilty along the lines of pak. can't yet be used for wad creation
(that's a little more complicated), but it can be used for listing
and extracting the contents of a wad file. watch out for *foo :)
* qfbsp
- no longer zaps the bsp file when given a bsp instead of a map
when compiling a map
- watervis support
- handle multiple wad files properly
- better whilespace support for windows
- bring in many of LordHavoc's changes to qbsp: HalfLife WorldCraft
texture alighnment, partial "point of plane" autocorrection,
hipnotic entity rotation
- remove many arbitrary limits (edgs, points on windong, tokens and
keys)
- force axis aligned planes to truely be axis aligned (fixes
degenerate polygons being generated by ClipWinding)
- bsp to prt support (for watervising sourceless maps)
- can now dump a map's textures to a wad file
- various impovements from Vic via hqbsp (lordhavoc)
* qflight
- colored lighting support (from LordHavoc's hlight)
- use vis data to speed up light passes
- gzipped bsp support (reading only)
- threading works
- OpenQuartz's extentions (except -ikmap) brought in. id's light
model is default
- support properties files for setting default light settings for
different light entity types
- spotlight now works
* pak
- can specify files to extract from a pak
* qfvis
- support old-style portal files again
o Progs engine/Ruamoko enhancements
* Object root class revamped
* progs debug/disassemble improvements
* progs version update due to missing pointer in the symtab struct
* progs string revamp: temp strings (eg, result from string + string)
get freed when the creating funciton exits
* new internal printf engine for progs
* report all bad builtins rather than just the first. make the bad
builtin number a warning and provide a suitable function in case the
function is called: allows progs with bad (but unused) builtins to
run anyway
* progs dump print an address if the def name is blank
* ruamoko math functions from Grievre
* while not yet perfect, qfprogs now works with qfo files
* new opcode: state.f. same as state, but takes a 3rd float operand to
specify the step for calculating nextthink. accessed using specify the step for calculating nextthink. accessed using
[frame, think, step] (state is [frame, think]) [frame, think, step] (state is [frame, think])
o qfcc: non-const expressions for frame in state operator valid * progs handle x % 0 by giving a 0 result
o qfcc: computed functions for state think allowed
o qfcc: change --include FILE to pre-include a file rather than add a
directory search path. Maps to -include FILE on the cpp command line.
o mtex support for world rendering.
o qfcc: all warnings (except for @self and self) are now fully controllable
o progs handle x % 0 by giving a 0 result
o qfcc: --traditional now auto-inits uninitialized local vars
o alias models us GL lighting
o support for 7 mouse buttons
o all archived cvars get written to config.cfg prefixed with "seta" (new
command that sets the archive bit)
o x11/glx fullscreen toggling fixes (window placement, mouse input etc)
o add optional reason to kick and ban for qw-server
o qflight: spotlight now works
o DrSpliff's qfadmin script updated
o quaternion support in progs engine and qfcc
o optionally allow recomte commands from a specified host address
o add a -novideo option to fbdev target to allow for headless operation
o full path reporting when writing screenshots
o one level of .. allowed in file access (eg, exec ../configs/foo.cfg)
o add r_norefresh support to sw and sw32 and rename the console side of the
cvar to cooperate better with the evil in customtf
o new cvar from Grievre to control "fake" filtering and change the fake
kick default
o qfcc: fast-float code option (defaults to on). kills almost 3000
statements from prozac
Changes from 0.5.3 Changes from 0.5.3
o CRITICAL: exploitable buffer overflow in qw-server fixed o CRITICAL: exploitable buffer overflow in qw-server fixed