| patch |
summary |
view |
raw |
| unix-port.patch |
src/Makefile | 24 +++++++++++
src/actor.h | 2
src/bullet.h | 2
src/edit.h | 2
src/hisc.h | 2
src/main.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++----------
src/main.h | 5 +-
src/map.c | 86 +++++++++++++++++++++++++++++++++++----
src/map.h | 2
src/options.h | 2
src/particle.h | 2
src/player.h | 2
src/script.h | 2
src/scroller.h | 2
src/shooter.c | 2
src/shooter.h | 6 +-
src/timer.c | 2
src/timer.h | 2
src/token.c | 2
src/token.h | 2
src/unix.c | 87 ++++++++++++++++++++++++++++++++++++++++
src/unix.h | 6 ++
22 files changed, 318 insertions(+), 49 deletions(-)
|
view
|
download
|
| dot-files-endian-clean.patch |
src/control.c | 18 ++++++++++++++++--
src/hisc.c | 14 ++++++++++----
src/options.c | 18 ++++++++++++++++--
3 files changed, 42 insertions(+), 8 deletions(-)
|
view
|
download
|
| save-some-cpu-cycles.patch |
src/main.c | 55 ++++++++++++++++++++++++++++++++-----------------------
src/script.c | 11 ++++++-----
src/shooter.c | 9 ++++-----
3 files changed, 42 insertions(+), 33 deletions(-)
|
view
|
download
|
| allegro-4.2.patch |
src/edit.c | 22 +++++++++++-----------
src/hisc.c | 6 +++---
src/main.c | 50 ++++++++++++++++++++++++--------------------------
src/map.c | 10 +++++-----
src/script.c | 2 +-
src/scroller.c | 14 +++++++-------
src/shooter.c | 6 +++---
7 files changed, 54 insertions(+), 56 deletions(-)
|
view
|
download
|
| fsf-address.patch |
readme.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| compiler-warnings.patch |
src/defs.h | 12 ++++++++++++
src/edit.c | 2 +-
src/edit.h | 2 +-
src/hisc.c | 2 +-
src/hisc.h | 2 +-
src/main.c | 30 +++++++++++++++---------------
src/main.h | 6 +++---
src/map.c | 2 +-
src/map.h | 2 +-
src/particle.c | 4 ++--
src/shooter.c | 2 +-
src/timer.c | 4 ++--
src/token.c | 4 ++--
src/token.h | 2 +-
14 files changed, 44 insertions(+), 32 deletions(-)
|
view
|
download
|
| hardening.patch |
src/map.c | 84 +++++++++++++++++++++++++++++++++++++---------------------
src/shooter.c | 3 +-
2 files changed, 57 insertions(+), 30 deletions(-)
|
view
|
download
|