Package: maelstrom / 3.0.7-4
Metadata
Package | Version | Patches format |
---|---|---|
maelstrom | 3.0.7-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
game_installdir.patch | (download) |
configure.in |
4 2 2 - 0 ! |
fix the location of the game datadir Respect the --datadir parameter. |
install hook.diff | (download) |
Makefile.am |
2 1 1 - 0 ! |
rename the custom 'install' target as 'install-data-hook' automake creates its own 'install' target in the generated Makefile, and the custom target shadows it; instead, install the extra bits additionally, within a 'install-data-hook' target. |
debian diff to be split some day.patch | (download) |
Maelstrom-netd.c |
14 7 7 - 0 ! |
debian diff as of version 1.4.3-l3.0.6 main-6 |
missing include.diff | (download) |
Maelstrom-netd.c |
1 1 0 - 0 ! |
include <time.h> for time() |
global saves compatibility.patch | (download) |
scores.cpp |
5 5 0 - 0 ! |
try to load scores from the system location if available Maelstrom 3.0.7 switched to a local directory for the user for the scores. Since we do not want users to lose their scores, in case there are no scores in the user location try to load the ones in the old system location. New scores are saved in the local directory anyway. |