mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 21:01:17 +00:00
Added a couple items to the TODO list that have been talked about on irc,
please have a look if you haven't recently--there's lots of stuff in there that would be good to work on.
This commit is contained in:
parent
7e2250a97e
commit
1531a05a9c
1 changed files with 6 additions and 0 deletions
6
TODO
6
TODO
|
@ -3,6 +3,12 @@ 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
|
out that something has been done we forgot to remove, please send an email
|
||||||
to quake-devel@lists.sourceforge.net with details.
|
to quake-devel@lists.sourceforge.net with details.
|
||||||
|
|
||||||
|
* On unix systems /etc/quakerc 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 ~/.quake should overlay a shared data directory. Files
|
||||||
|
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
|
||||||
* sed 's/\<sprintf *(\([^,]\+\),/sprintf(\1, sizeof(\1)),/g' to fix some
|
* sed 's/\<sprintf *(\([^,]\+\),/sprintf(\1, sizeof(\1)),/g' to fix some
|
||||||
possible buffer overruns
|
possible buffer overruns
|
||||||
* configure.in: clean up the intel -mcpu stuff
|
* configure.in: clean up the intel -mcpu stuff
|
||||||
|
|
Loading…
Reference in a new issue