Package: a7xpg / 0.11.dfsg1-10
Metadata
Package | Version | Patches format |
---|---|---|
a7xpg | 0.11.dfsg1-10 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
imports.patch | (download) |
import/SDL.d |
49 22 + 27 - 0 ! |
port import/ code to d language version 2 With this patch the code is accepted by GDC 4.8 without triggering deprecation warnings/errors. |
start_game_string.patch | (download) |
src/abagames/a7xpg/A7xGameManager.d |
2 1 + 1 - 0 ! |
clarify message about game starting keypress Bug-Ubuntu: https://bugs.launchpad.net/bugs/591847 |
remove_windows_code.diff | (download) |
src/abagames/a7xpg/A7xBoot.d |
36 2 + 34 - 0 ! |
--- |
d_language_changes.diff | (download) |
src/abagames/a7xpg/A7xBoot.d |
8 5 + 3 - 0 ! |
--- |
store_prefs_in_home_dir.diff | (download) |
src/abagames/a7xpg/A7xPrefManager.d |
17 13 + 4 - 0 ! |
--- |
directories.patch | (download) |
src/abagames/util/sdl/Sound.d |
4 2 + 2 - 0 ! |
--- |
windowed.patch | (download) |
src/abagames/a7xpg/A7xBoot.d |
5 4 + 1 - 0 ! |
--- |
makefile.patch | (download) |
Makefile |
11 11 + 0 - 0 ! |
--- |
window resizing.patch | (download) |
src/abagames/util/sdl/Screen3D.d |
7 6 + 1 - 0 ! |
--- |
allow sound init to fail.patch | (download) |
src/abagames/util/sdl/Sound.d |
7 3 + 4 - 0 ! |
--- |
dlang_v2.patch | (download) |
src/abagames/a7xpg/A7xBoot.d |
9 5 + 4 - 0 ! |
port to d language version 2 With this patch the code is accepted by gdc-4.6 0.29.1-4.6.4-3 without triggering deprecated feature warnings/errors. |
gdc 8.patch | (download) |
src/abagames/a7xpg/A7xBoot.d |
2 1 + 1 - 0 ! |
more fixes for d language changes With this patch the code is accepted by gdc-8 8-20180414-1 without triggering deprecated feature warnings. - Convert I/O to use std.stdio module - Some other modules got renamed - Avoid C-style array type notation |