blob: adbc5089c23c276a68d04a531688a2cc59dbb439 (
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
|
------------------------------------------------------------------
Project::OSiRiON - TASKS
------------------------------------------------------------------
This file contains a list of reasonable easy tasks than can
be done by anyone who is interested in contributing to
the project. No programming skills are required to
do any of these.
Create skyboxes
The program Spacescape is a freely available tool to
create skyboxes with stars and nebulas.
http://alexcpeterson.com/spacescape
Note that this tool only works on windows, attempts to run
it in linux with wine have been unsuccessful.
I wrote a small shell script to rename its output to osirion
conventions:
http://ingar.satgnu.net/osirion/files/util/rename-sky.sh
Ship definitions
A lot of ship definitions in base/ini/ships.ini are incomplete:
price, cargo hold size, jump drive and dockable specifications
have to be added and tweaked where necessary.
Cargo definitions
Add cargo definitions to ini/cargo.ini.
Trade definitions
Add trade definitions to the world ini files.
Documentation
The list of attributions needs updating
Most of the documentation needs updating:
doc/attribution.html List of attributions
doc/guide.html Player guide
doc/manual.html Engine user manual
doc/world.html Editing the world
|