.. |
Starfighter.cpp
|
Remove code that was commented out.
|
2011-08-24 22:31:11 +02:00 |
Starfighter.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
ai.cpp
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
ai.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
aliens.cpp
|
Use float functions on float variables.
|
2011-08-24 22:43:54 +02:00 |
aliens.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
audio.cpp
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
audio.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
bullets.cpp
|
Use float functions on float variables.
|
2011-08-24 22:43:54 +02:00 |
bullets.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
cargo.cpp
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
cargo.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
classes.h
|
Strict 60 Hz update rate without busyloops.
|
2011-08-24 20:02:35 +02:00 |
collectable.cpp
|
Remove unused parameters.
|
2011-08-24 22:22:26 +02:00 |
collectable.h
|
Remove unused parameters.
|
2011-08-24 22:22:26 +02:00 |
comms.cpp
|
Remove code that was commented out.
|
2011-08-24 22:31:11 +02:00 |
comms.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
debris.cpp
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
debris.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
defs.h
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
events.cpp
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
events.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
explosions.cpp
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
explosions.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
game.cpp
|
Remove more busyloops.
|
2011-08-24 20:10:21 +02:00 |
game.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
globals.cpp
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
globals.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
graphics.cpp
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
graphics.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
init.cpp
|
Remove a busy loop when showing an error message.
|
2011-08-24 22:32:30 +02:00 |
init.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
intermission.cpp
|
Use float functions on float variables.
|
2011-08-24 22:43:54 +02:00 |
intermission.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
loadSave.cpp
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
loadSave.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
messages.cpp
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
messages.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
misc.cpp
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
misc.h
|
SDL header files should be #included in angled brackets.
|
2011-08-24 14:28:39 +02:00 |
missions.cpp
|
Remove unused parameters.
|
2011-08-24 22:22:26 +02:00 |
missions.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
player.cpp
|
Apply patch from Debian fixing several overflows.
|
2011-08-24 14:23:02 +02:00 |
player.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
resources.cpp
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
resources.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
script.cpp
|
Strict 60 Hz update rate without busyloops.
|
2011-08-24 20:02:35 +02:00 |
script.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
shop.cpp
|
Apply patch from Debian fixing several overflows.
|
2011-08-24 14:23:02 +02:00 |
shop.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
structs.h
|
No need to typedef structs in C++.
|
2011-08-24 14:32:45 +02:00 |
title.cpp
|
Make sure SetVideoMode() calls are same as in init.cpp.
|
2011-08-24 21:40:30 +02:00 |
title.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
unpack.cpp
|
Remove code that was commented out.
|
2011-08-24 22:31:11 +02:00 |
unpack.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |
version.h
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
weapons.cpp
|
Import of version 1.1 minus music, sound and graphics.
|
2011-08-24 14:14:44 +02:00 |
weapons.h
|
Add const to all char * function parameters.
|
2011-08-24 14:42:59 +02:00 |