mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 05:11:23 +00:00
removed some things i've fixed
This commit is contained in:
parent
8a2d0d0e8f
commit
670413dee7
1 changed files with 1 additions and 3 deletions
4
TODO
4
TODO
|
@ -9,8 +9,6 @@ to quake-devel@lists.sourceforge.net with details.
|
||||||
* On unix systems ~/.quake should overlay a shared data directory. Files
|
* On unix systems ~/.quake should overlay a shared data directory. Files
|
||||||
in a user's ~/.quake directory should take precedence over files in the
|
in a user's ~/.quake directory should take precedence over files in the
|
||||||
shared data dir and all files written should be placed into ~/.quake
|
shared data dir and all files written should be placed into ~/.quake
|
||||||
* sed 's/\<sprintf *(\([^,]\+\),/snprintf(\1, sizeof(\1),/g' to fix some
|
|
||||||
possible buffer overruns
|
|
||||||
* Devise and implement a way to ensure original gameplay compatibility
|
* Devise and implement a way to ensure original gameplay compatibility
|
||||||
while still letting us expand and extend the quake engine
|
while still letting us expand and extend the quake engine
|
||||||
* Audio support for more platforms
|
* Audio support for more platforms
|
||||||
|
@ -51,4 +49,4 @@ to quake-devel@lists.sourceforge.net with details.
|
||||||
* Implement colored lighting
|
* Implement colored lighting
|
||||||
* Implement mp3 player
|
* Implement mp3 player
|
||||||
* Implement mod/s3m/it/xm/etc player
|
* Implement mod/s3m/it/xm/etc player
|
||||||
* Implement fullbright textures (fully complete?)
|
* Add compiled shared mod support .dll/.so, q2/q3-style
|
||||||
|
|
Loading…
Reference in a new issue