-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
55 lines (49 loc) · 1.26 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
This is a list of known bugs and features that need fixing/implementing:
FEATURES
--------
- Multiplayer support over the internet and local network using tcp/ip.
- Multiplayer support over a local network using IPX.
- Performance improvements.
- Add YUV overlay support.
- Convert all internal rendering to 24-bit.
SAM'S TODO
----------
- replace write_PCX calls with SDL_WriteSurfaceBMP
ABUSE-TOOL
----------
- allow to query ids by name rather than by number
DATA MERGE
----------
- remove registration related code
- server check in src/net/netdrv.cp
- server check in src/innet.cpp
- Lisp symbols server_not_reg and net_not_reg
- ensure gamma.lsp, hardness.lsp, defaults.prp, edit.lsp etc. are always
loaded and saved in the config directory, not in the datadir (use
local_load instead of load?). Same for addon/deathmat/cur_lev.lsp
UNUSED FILES
------------
There may be interesting code in there:
- src/net:
- engine.cpp
- engine.h
- netdrv.cpp
- netdrv.h
- netfile.cpp
- netfile.h
- undrv.cpp
- src:
- control.cpp
- control.h
- fakelib.h
- go.cpp
- go.h
- newlight.cpp
- old.nfclient.cpp
- old.nfserver.cpp
- old_server.cpp
- oldhelp.cpp
- server2.cpp
- server2.h
- smoosh.cpp
- unixnfc.cpp