Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/TODO
blob: 698466b60c6b200137d7ef7767f498836ce041ff (plain)
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
TODO

filesystem:
	write a filesystem based on streams
	write handlers for zip

core:
	connection to remote game (ok)
	read/write configuration file (ok)
	split client and server configuration (ok)
	parse command line options (ok)
	game module loading/unloading
	execute command line options
	globe entity

network:
	UDP datagrams (ok)
	protocol description
	chat, channels
	rcon, commands
	buffered sends (ok)
	zlib compression
	fix lag
	client connection state (ok)

client:
	keyboard handler, must be able to handle keyboard layouts
	decent input handling implementation
	key bindings
	input handler switching (ok)
	console chars (ok)

render:
	render pipeline (ok)
	.map models (ok)
	write RLE tga screenshots (ok)
	texture registry
	text quads render pipe

win32 port:
	network not functional
	texture loading is broken
	screenshots are broken