Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 6a3deb8fec6a13c19ff11831008da2d23cf3a785 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
SUBSYSTEMS

filesystem::
	write vfile and vpath implementation
	handles file reading/loading

core::
	Cvar (ok)
	must be possible to mark a Cvar cvar::Game
	Func (ok)
	must be possible to mark a Func func::Game
	CommandBuffer (ok)
	Entity
	seperate client:: and game::
	Cvar/Func info text

network::
	connections
	protocol
	chat, channels
	rcon, commands

client::
	keymap (ok)
	input handler switching (ok)
	console chars (ok)

render::
	render pipelines
	pipeline for Lines AlphaLines Quads AlphaQuads Characters

* VERSION 0.1

Description:
	The game takes place in a simple solar system with one star,
	one planet, one space station and one piece of yet-to-determine 
	decoration.

	Multiple players can conect to the dedicated server. They can 
	fly around and see each other. They can use chat to communicate, 
	they can use private chat or global chat.

Requires:
	Network subsystem
	Ship instances	

* VERSION 0.2
	Players can shoot at each other. They can crash into the star 
	or the planet.


* VERSION 0.3
	Players can dock at the space station.


* VERSION 0.4


* VERSION 0.5
	The game is ready to add data.