mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
added some things to the TODO
This commit is contained in:
parent
9b080c5e91
commit
574dabc374
1 changed files with 12 additions and 0 deletions
12
TODO
12
TODO
|
@ -1,2 +1,14 @@
|
|||
Global: sed 's/\<sprintf *(\([^,]\+\),/sprintf(\1, sizeof(\1)),/g' to fix possible buffer overruns
|
||||
configure.in: clean up the intel -mcpu stuff
|
||||
|
||||
.
|
||||
* audio support for more platforms
|
||||
* Add OpenGL multi-pass texturing replacement for when no OpenGL
|
||||
multi-texturing extension is available
|
||||
* Add tested platforms list to README or other file
|
||||
* Separate out more common code (glquake.h, software rendering, etc.)
|
||||
* Add install Makefile target
|
||||
* Allow non-gnu Makefile's or even better provide automake support
|
||||
* add .cvsignore files so that CVS will ignore various created
|
||||
files/directories
|
||||
.loring (lsh@cs.brown.edu)
|
||||
|
|
Loading…
Reference in a new issue