mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
- updated TODO list
This commit is contained in:
parent
e68dc6402a
commit
2cd24175ce
1 changed files with 3 additions and 1 deletions
4
TODO
4
TODO
|
@ -7,4 +7,6 @@
|
||||||
- use DATADIR to find game data, rather than in same directory as libraries
|
- use DATADIR to find game data, rather than in same directory as libraries
|
||||||
this way, it can follow FHS: libs in /usr/lib/games/quake2 and data in
|
this way, it can follow FHS: libs in /usr/lib/games/quake2 and data in
|
||||||
/usr/share/games/quake2, for example
|
/usr/share/games/quake2, for example
|
||||||
- go through code and hunt down assert()s
|
- the video refresher loader code in src/vid_menu.c needs cleaning up, it's
|
||||||
|
utter bollocks at the moment. all the structs are very fragile, depending
|
||||||
|
on specific ordering of each element.
|
||||||
|
|
Loading…
Reference in a new issue