source: abuse/trunk/TODO @ 605

Last change on this file since 605 was 596, checked in by Sam Hocevar, 12 years ago

data: merge the last fRaBs and Mac addons into the main data directory.

File size: 1.3 KB
Line 
1This is a list of known bugs and features that need fixing/implementing:
2
3BUGS
4----
5- On some systems, Abuse-SDL crashes during startup due to a NULL object.
6   (This is because of corrupt datafiles)
7- On some systems, Abuse-SDL will fail run, giving a 'BOSS_ANT has no value'
8  error. (See the README file for details on how to workaround this)
9
10FEATURES
11--------
12- Multiplayer support over the internet and local network using tcp/ip.
13- Multiplayer support over a local network using IPX.
14- Performance improvements.
15- Add YUV overlay support.
16- Convert all internal rendering to 24-bit.
17
18SAM'S TODO
19----------
20 - replace write_PCX calls with SDL_WriteSurfaceBMP
21 - is visobj.cpp really used?
22
23ABUSE-TOOL
24----------
25 - segfault with "abuse-tool foo.spe put 1 2" (missing argument)
26 - add an option to display an md5sum or something
27 - allow to query ids by name rather than by number
28
29DATA MERGE
30----------
31 - remove registration related code
32   - server check in src/net/netdrv.cp
33   - server check in src/innet.cpp
34   - Lisp symbols server_not_reg and net_not_reg
35 - ensure gamma.lsp, hardness.lsp, defaults.prp, edit.lsp etc. are always
36   loaded and saved in the config directory, not in the datadir (use
37   local_load instead of load?). Same for addon/deathmat/cur_lev.lsp
38
Note: See TracBrowser for help on using the repository browser.