Package: a7xpg / 0.11.dfsg1-8

Metadata

Package Version Patches format
a7xpg 0.11.dfsg1-8 3.0 (quilt)

Patch series

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

import/SDL.d | 49 22 + 27 - 0 !
import/SDL_audio.d | 9 5 + 4 - 0 !
import/SDL_cdrom.d | 2 1 + 1 - 0 !
import/SDL_endian.d | 6 3 + 3 - 0 !
import/SDL_events.d | 10 5 + 5 - 0 !
import/SDL_getenv.d | 2 2 + 0 - 0 !
import/SDL_keyboard.d | 2 1 + 1 - 0 !
import/SDL_keysym_.d | 308 308 + 0 - 0 !
import/SDL_mixer.d | 22 10 + 12 - 0 !
import/SDL_mouse.d | 2 2 + 0 - 0 !
import/SDL_quit.d | 4 2 + 2 - 0 !
import/SDL_rwops.d | 30 10 + 20 - 0 !
import/SDL_syswm.d | 2 1 + 1 - 0 !
import/SDL_thread.d | 2 1 + 1 - 0 !
import/SDL_timer.d | 4 2 + 2 - 0 !
import/SDL_types.d | 2 1 + 1 - 0 !
import/SDL_version.d | 75 0 + 75 - 0 !
import/SDL_version_.d | 75 75 + 0 - 0 !
import/SDL_video.d | 16 8 + 8 - 0 !
import/opengl.d | 724 358 + 366 - 0 !
import/openglu.d | 71 35 + 36 - 0 !
21 files changed, 852 insertions(+), 565 deletions(-)

 port import/ code to d language version 2
  With this patch the code is accapted by GDC 4.8 without triggering deprecation
  warnings/errors.
start_game_string.patch | (download)

src/abagames/a7xpg/A7xGameManager.d | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 2 insertions(+), 34 deletions(-)

---
d_language_changes.diff | (download)

src/abagames/a7xpg/A7xBoot.d | 8 5 + 3 - 0 !
src/abagames/a7xpg/A7xGameManager.d | 33 17 + 16 - 0 !
src/abagames/a7xpg/A7xPrefManager.d | 2 1 + 1 - 0 !
src/abagames/a7xpg/A7xScreen.d | 7 4 + 3 - 0 !
src/abagames/a7xpg/Bonus.d | 2 1 + 1 - 0 !
src/abagames/a7xpg/Enemy.d | 6 4 + 2 - 0 !
src/abagames/a7xpg/Gold.d | 5 3 + 2 - 0 !
src/abagames/a7xpg/LetterRender.d | 2 1 + 1 - 0 !
src/abagames/a7xpg/LuminousActor.d | 2 1 + 1 - 0 !
src/abagames/a7xpg/LuminousActorPool.d | 2 1 + 1 - 0 !
src/abagames/a7xpg/Particle.d | 4 2 + 2 - 0 !
src/abagames/a7xpg/Ship.d | 5 3 + 2 - 0 !
src/abagames/util/Actor.d | 2 1 + 1 - 0 !
src/abagames/util/Logger.d | 10 5 + 5 - 0 !
src/abagames/util/Rand.d | 10 5 + 5 - 0 !
src/abagames/util/Vector.d | 14 7 + 7 - 0 !
src/abagames/util/sdl/Input.d | 2 1 + 1 - 0 !
src/abagames/util/sdl/MainLoop.d | 5 2 + 3 - 0 !
src/abagames/util/sdl/Screen3D.d | 10 5 + 5 - 0 !
src/abagames/util/sdl/Sound.d | 2 1 + 1 - 0 !
src/abagames/util/sdl/Texture.d | 2 1 + 1 - 0 !
21 files changed, 71 insertions(+), 64 deletions(-)

---
store_prefs_in_home_dir.diff | (download)

src/abagames/a7xpg/A7xPrefManager.d | 17 13 + 4 - 0 !
1 file changed, 13 insertions(+), 4 deletions(-)

---
directories.patch | (download)

src/abagames/util/sdl/Sound.d | 4 2 + 2 - 0 !
src/abagames/util/sdl/Texture.d | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
windowed.patch | (download)

src/abagames/a7xpg/A7xBoot.d | 5 4 + 1 - 0 !
src/abagames/util/sdl/Screen3D.d | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 2 deletions(-)

---
makefile.patch | (download)

Makefile | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

---
window resizing.patch | (download)

src/abagames/util/sdl/Screen3D.d | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

---
allow sound init to fail.patch | (download)

src/abagames/util/sdl/Sound.d | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

---
dlang_v2.patch | (download)

src/abagames/a7xpg/A7xBoot.d | 9 5 + 4 - 0 !
src/abagames/a7xpg/A7xGameManager.d | 16 8 + 8 - 0 !
src/abagames/a7xpg/A7xPrefManager.d | 15 8 + 7 - 0 !
src/abagames/a7xpg/A7xScreen.d | 2 1 + 1 - 0 !
src/abagames/a7xpg/LetterRender.d | 2 1 + 1 - 0 !
src/abagames/util/ActorPool.d | 2 1 + 1 - 0 !
src/abagames/util/Logger.d | 4 2 + 2 - 0 !
src/abagames/util/Rand.d | 15 9 + 6 - 0 !
src/abagames/util/sdl/Input.d | 5 3 + 2 - 0 !
src/abagames/util/sdl/MainLoop.d | 2 1 + 1 - 0 !
src/abagames/util/sdl/SDLInitFailedException.d | 2 1 + 1 - 0 !
src/abagames/util/sdl/Screen3D.d | 21 11 + 10 - 0 !
src/abagames/util/sdl/Sound.d | 27 14 + 13 - 0 !
src/abagames/util/sdl/Texture.d | 10 5 + 5 - 0 !
14 files changed, 70 insertions(+), 62 deletions(-)

 port to d language version 2
  With this patch the code is accapted by gdc-4.6 0.29.1-4.6.4-3 without
  triggering deprecated feature warnings/errors.