Package: amphetamine / 0.8.10-18

Metadata

Package Version Patches format
amphetamine 0.8.10-18 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
000_data_path.diff | (download)

Makefile | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 use debian data paths
000_no_lxt.diff | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't link against xt
010_newline.diff | (download)

src/AmpHead.hpp | 2 1 + 1 - 0 !
src/Appl.cpp | 2 1 + 1 - 0 !
src/Appl.hpp | 2 1 + 1 - 0 !
src/Clut.hpp | 2 1 + 1 - 0 !
src/ConstVal.cpp | 3 2 + 1 - 0 !
src/ConstVal.hpp | 2 1 + 1 - 0 !
src/Creeper.hpp | 2 1 + 1 - 0 !
src/Element.cpp | 2 1 + 1 - 0 !
src/File.cpp | 2 1 + 1 - 0 !
src/Graphfil.hpp | 2 1 + 1 - 0 !
src/Gui.cpp | 3 2 + 1 - 0 !
src/Gui.hpp | 2 1 + 1 - 0 !
src/Item.cpp | 2 1 + 1 - 0 !
src/Item.hpp | 2 1 + 1 - 0 !
src/Level.hpp | 2 1 + 1 - 0 !
src/Main.cpp | 2 1 + 1 - 0 !
src/Monster.cpp | 2 1 + 1 - 0 !
src/Monster.hpp | 2 1 + 1 - 0 !
src/Monstrxx.hpp | 2 1 + 1 - 0 !
src/ObjInfo.hpp | 2 1 + 1 - 0 !
src/Player.cpp | 2 1 + 1 - 0 !
src/Player.hpp | 2 1 + 1 - 0 !
src/Pltform.cpp | 2 1 + 1 - 0 !
src/ShapeDes.hpp | 2 1 + 1 - 0 !
src/ShapeLd.cpp | 2 1 + 1 - 0 !
src/SndSys.cpp | 3 2 + 1 - 0 !
src/SndSys.hpp | 3 2 + 1 - 0 !
src/SoundList.hpp | 2 1 + 1 - 0 !
src/System.cpp | 3 2 + 1 - 0 !
src/Thing.hpp | 2 1 + 1 - 0 !
src/Weapon.cpp | 2 1 + 1 - 0 !
src/Weapon.hpp | 2 1 + 1 - 0 !
32 files changed, 37 insertions(+), 32 deletions(-)

 fix newlines
010_missing_headers.diff | (download)

src/Surface.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include string.h
010_etc_dir.diff | (download)

src/ConstVal.cpp | 5 3 + 2 - 0 !
src/Gui.cpp | 4 2 + 2 - 0 !
src/System.cpp | 14 13 + 1 - 0 !
src/System.hpp | 7 7 + 0 - 0 !
4 files changed, 25 insertions(+), 5 deletions(-)

 use /etc/amphetamine for config files
010_bugs.diff | (download)

src/Appl.cpp | 4 2 + 2 - 0 !
src/Object.cpp | 7 5 + 2 - 0 !
src/Pltform.cpp | 2 1 + 1 - 0 !
3 files changed, 8 insertions(+), 5 deletions(-)

 fix issues in collision detection
020_assumed_sizeof_long.diff | (download)

src/Shape.cpp | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 use uint32_t in place of long for consistency