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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
------------------------------------------------------------------
The Osirion Project - TODO
------------------------------------------------------------------
version 0.1.0:
documentation cleanup
SVN reorganisation
data reorganization
version 0.2.0:
server-client event system, hit-once lightweight entities
explosion events
weapons fire events
model trigger_dock
version 0.3.0:
comodities
economy
filesystem:
write a filesystem based on streams
write handlers for zip
fs_homedir, to define the writeable directory
fs_datadir, readonly package datadir
fs_base, fs_mod, fs_game, to be used by modules
model:
shaders
model parts (e.g. func_group, func_rotate, func_door)
core:
fix game.ini load/save sequence
improved modules (register factory)
network:
protocol description (incomplete)
zone/system chat
group/clan chat (requires groups)
rcon authentication, rcon command, servers must be able to disable rcon
RSA based authentication (player id)
send clients only updates from the current zone/server-side distance check
fix lag/client interpolation
cl_prediction or cl_interpolation
detect and disconnect clients behaving badly
EXT messages, update extended property "ext id prop value prop value etc", type checking/seperator etc..
EXT zone/color/shield/armor/health
reliable network messages (e.g. entity create/die)
client:
fix camera frustum clip (size issue, postponed)
tracking camera absolute speed/position
gui concept artwork
gui:
fix chat while docked
render:
star light strenght
sphere texture distortion at the poles
better engine trail (spore style)
sound:
entity/event positional sounds
jump drive sound events
game:
player credits
entity health/shield/armor
data:
update starsystem roadmap
rename skies (lindblade1, lindblade2, ...)
move ships into subdiretories (colonial/, lindblade/, tsu-khan/, )
win32 port:
pdcurses support
|