Package: castle-combat / 0.8.1.dfsg.1-3.1

Metadata

Package Version Patches format
castle-combat 0.8.1.dfsg.1-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 sys_path.patch | (download)

castle-combat.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 no description.

11 common_paths.patch | (download)

src/common.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 switch from relative paths to the correct system paths on debian systems.

12 rules_path.patch | (download)

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

 switch path to rules html file to correct location on debian.

13 main_remove_magic.patch | (download)

src/main.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove bogus shebang from main module.

14 rules_typo.patch | (download)

data/doc/rules.html | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix typos in rules and note the debian version of
  castle-combat does not use the larabie fonts.

15 gamephase_typo.patch | (download)

src/gamephases.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo in game phase change text.

16 no_sound_device.patch | (download)

src/sound.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 when system has no avialable sound mixer, do not
  attempt to initialize sound system.

17 numpy.patch | (download)

src/ai.py | 2 1 + 1 - 0 !
src/battleplayer.py | 2 1 + 1 - 0 !
src/buildplayer.py | 2 1 + 1 - 0 !
src/common.py | 6 4 + 2 - 0 !
src/field.py | 12 7 + 5 - 0 !
src/game.py | 2 1 + 1 - 0 !
src/gamephases.py | 2 1 + 1 - 0 !
src/map.py | 2 1 + 1 - 0 !
src/placeplayer.py | 2 1 + 1 - 0 !
src/player.py | 2 1 + 1 - 0 !
src/selectplayer.py | 2 1 + 1 - 0 !
src/widget.py | 2 1 + 1 - 0 !
12 files changed, 21 insertions(+), 17 deletions(-)

 convert from numeric to numpy.

18 index fixes.patch | (download)

src/buildplayer.py | 4 2 + 2 - 0 !
src/field.py | 10 5 + 5 - 0 !
src/map.py | 4 2 + 2 - 0 !
src/placeplayer.py | 2 1 + 1 - 0 !
4 files changed, 10 insertions(+), 10 deletions(-)

 force position indexed into tuples for numpy compatability.

19 string exceptions.patch | (download)

src/config.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix obsolete string exception for python 2.6 compatability