1Shooting Star - TODO
2
3Entry:
4  DONE Write README
5  DONE Windows port
6  DONE Check filenames
7  DONE Test on windows
8  DONE Test on linux (clean distro)
9  DONE Pack
10  DONE Send to asm org
11
12Coding:
13  Better collision detection & response <can wait>
14  Better rendering code (culling) <can wait>
15DONE  Config file support (save key bindigs & options)
16DONE  Sort renderable objects by layer
17DONE  Fix flamer
18  Fix object reference problem
19  Tune bullet damges, enemy healts etc.
20DONE  Fix mixer
21  --help
22DONE  Reset weapons on game over
23DONE  Fix sound fading <bug in the SDL_mixer, disabled for now>
24DONE  Seed the random numbers (srand)
25DONE  Mouse movement
26DONE  Mouse configuration
27DONE  Mouse actions
28  Fix mouse button turning&moving problem
29  Auto-aim
30  Better AI for enemies
31  Destructible objects (exploding barrels?)
32
33Wishlist:
34  Networking
35  XML configs
36  Scripting
37  Bigger maps
38  Vechiles
39  More strategical
40  Missions
41
42Autoconf
43  --disable-sound
44
45Graphics:
46Animations:
47  BadGuy walk
48  BadGuy shoot
49  BadGuy walk-shoot
50Textures:
51DONE  Ground
52DONE  Wood floor
53DONE  Stone floor
54DONE  Blood
55DONE  Stones
56  Plants
57  Treetops
58  Car <This might be too hard to do.. :( i don't have a scanner, i have a sketch though..>
59
60Maps:
61  Tune object counts
62DONE  city
63DONE  park
64DONE  highway
65
66Sounds:
67DONE  Pistol
68DONE  Shotgun
69DONE  Machine gun
70DONE  Flamer
71DONE  Rocket launcher
72DONE  Burning
73DONE  Explosion
74DONE  Death (Aarghh!!!)
75DONE  Hurt (Outch!!!)
76
77Music:
78DONE  Menu music
79DONE  Game music
80