Package: gltron / 0.70final-12.1

Metadata

Package Version Patches format
gltron 0.70final-12.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
amd64 ai.patch | (download)

src/include/game/game_data.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix dumb artificial intelligence on amd64

amd64 gcc40.patch | (download)

src/include/video/fonttex.h | 2 1 + 1 - 0 !
src/video/trail.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix a compile problem on amd64 with gcc 4.0+.

cflags.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.in | 20 4 + 16 - 0 !
lua/src/lib/Makefile.am | 5 1 + 4 - 0 !
3 files changed, 6 insertions(+), 21 deletions(-)

 make configure & makefiles use cflags/cxxflags correctly
 Remove broken --enable-optimize flag from configure, since it
 was overriding our CFLAGS. Also update configure.in to work with newer
 autoconf without NEWS/AUTHORS.
debian datapath.patch | (download)

nebu/filesystem/findpath.c | 61 1 + 60 - 0 !
1 file changed, 1 insertion(+), 60 deletions(-)

 finds the installed data correctly on a debian system without going
 through a complicated process.

disable screenmenu.patch | (download)

scripts/menu.lua | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable changing the screen resolution in-game, since it was
 crashing anyway

gcc30.patch | (download)

lua/src/lib/liolib.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix compile error on gcc 3.0+

gcc 4.6.patch | (download)

nebu/scripting/scripting.c | 5 2 + 3 - 0 !
nebu/video/video_system.c | 4 1 + 3 - 0 !
src/game/computer.c | 3 1 + 2 - 0 !
src/game/init_sdl.c | 3 1 + 2 - 0 !
src/video/trail.c | 10 4 + 6 - 0 !
5 files changed, 9 insertions(+), 16 deletions(-)

 fix build issues with gcc 4.6
fix clang build.patch | (download)

src/game/event.c | 2 1 + 1 - 0 !
src/game/timedemo.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
fix prototypes.patch | (download)

nebu/scripting/scripting.c | 6 3 + 3 - 0 !
src/gltron.c | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 the parameters for some prototypes are defined as const so the functions 
 should use that too.
automake error.patch | (download)

nebu/scripting/Makefile.am | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 fixes error when running a recent version of automake
gcc5.diff | (download)

src/video/gamegraphics.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---