This file contains a (very incomplete) list of things to do still with the QuakeForge project. If you'd like to add something to this list or point out that something has been done we forgot to remove, please send an email to quake-devel@lists.sourceforge.net with details. * On unix systems /etc/qfrc should be read as a system-wide config file which should be able to specify console commands and other things like where to find the id1, qw, and other -game specified dirs * On unix systems ~/.quakeforge should overlay a shared data directory. Files in a user's ~/.quakeforge directory should take precedence over files in the shared data dir and all files written should be placed into ~/.quakeforge * Devise and implement a way to ensure original gameplay compatibility while still letting us expand and extend the quake engine * Audio support for more platforms * Add OpenGL multi-pass texturing replacement for when multi-texturing extension isn't available * Remove dependency on GNU make or migrate to automake * Quake/QW Client: Add proper XFree86 DGA/VideoMode support to X-based targets on systems with XFree86 available * Prep Aftershock for a future merge with the main tree * Implement a wind (airflow) engine * Add a more modern portal engine * Add a terrain engine * Add cloudy skies, using the wind and fog engines * Add some options to the setup menu, ie. gl_ztrick and +mlook * Allow more video and bpp modes * Support for camera rooms ala Unreal * Make every object depend on dead-reckoning for network play, ie. no "moving entities" * Add XInput stuff * Allow any size console font to be used * Use dynamic memory * Remove arbitrary limits such as max number of players * Fixes for various exploits/cheats * Dynamically loaded (at run time) renderers * Optional basic server authentication * Pluggable server authentication * Enhanced console (improved history and cmdline editing) * Integrate some sort of packet compression ala Qizmo * Fix q1/qw smurf attack * Fix oversized packet QW server crash * DOS/Win support in autoconf * Backport QW's HUD stuff to UQuake * Implement colored lighting * Implement mp3 player * Implement mod/s3m/it/xm/etc player * Add compiled shared mod support .dll/.so, q2/q3-style * Finish Volumetric fog * Colored lighting for common tasks such as emitting a blue dynamic light from players with quad damage.. * C equivalents of the SVGALib target's asm (Linux Alpha has SVGALib) * Wheel mouse support (make it bindable so that it can be bound to anything, ie. previous weapon/next weapon) * add threading support (ie. network code) * add tty target (Nelson is working on this, it's done, I just need to make a target for it.) * add walls that emit light * port to Amiga (someone is working on this) * port to MacOS (this has already been done as a seperate project, ala the author does not wish to help merge his changes to our tree, so until then... no mac port) * add something like qstat to the multiplayer menu in qw so that we can just select servers to play on while in the game. * implement a "feign death" action, so that users can play dead * allow server admin to adjust air control (ie. in low gravity) * bullets leave "holes" in walls, and disappear as threshold is reached * make explosions also leave marks, but dynamic marks, ie. blast can affect multiple surfaces. * implement pak3 loading support (in progress) * make a pak conversion tool * allow fire (ie. torches) to burn the player when touched. * allow projectiles from weapons to pass through teleporters * allow water to "move", ie. if the water is behind glass and the glass is shot, the water flows out onto the floor. * add breakable objects, ie. glass * allow user to switch video modes while running the engine. * add ladders and vines on walls so the user can climb to another part of the level.