Package: a7xpg / 0.11.dfsg1-7

Metadata

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

Patch series

view the series file
Patch File delta Description
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
01_port_opengl_headers.diff | (download)

import/opengl.d | 680 338 + 342 - 0 !
1 file changed, 338 insertions(+), 342 deletions(-)

---
02_sdl_import_remove_windows_code.diff | (download)

import/SDL.d | 8 4 + 4 - 0 !
import/SDL_getenv.d | 11 1 + 10 - 0 !
2 files changed, 5 insertions(+), 14 deletions(-)

---
03_sdl_import_fix_weird_sdl_keysym_problem.diff | (download)

import/SDL_events.d | 2 1 + 1 - 0 !
import/SDL_keyboard.d | 5 3 + 2 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

---
04_sdl_import_d_language_updates.diff | (download)

import/SDL.d | 24 12 + 12 - 0 !
import/SDL_active.d | 2 1 + 1 - 0 !
import/SDL_audio.d | 8 4 + 4 - 0 !
import/SDL_cdrom.d | 2 1 + 1 - 0 !
import/SDL_endian.d | 10 5 + 5 - 0 !
import/SDL_events.d | 12 6 + 6 - 0 !
import/SDL_joystick.d | 2 1 + 1 - 0 !
import/SDL_keyboard.d | 2 1 + 1 - 0 !
import/SDL_mixer.d | 2 1 + 1 - 0 !
import/SDL_mouse.d | 4 2 + 2 - 0 !
import/SDL_mutex.d | 2 1 + 1 - 0 !
import/SDL_quit.d | 4 2 + 2 - 0 !
import/SDL_rwops.d | 22 6 + 16 - 0 !
import/SDL_syswm.d | 2 1 + 1 - 0 !
import/SDL_thread.d | 4 2 + 2 - 0 !
import/SDL_timer.d | 2 1 + 1 - 0 !
import/SDL_version.d | 2 1 + 1 - 0 !
import/SDL_video.d | 6 3 + 3 - 0 !
18 files changed, 51 insertions(+), 61 deletions(-)

---
05_remove_windows_code.diff | (download)

src/abagames/a7xpg/A7xBoot.d | 36 2 + 34 - 0 !
1 file changed, 2 insertions(+), 34 deletions(-)

---
06_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(-)

---
07_store_prefs_in_home_dir.diff | (download)

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

---
08_adapt_build_file_to_linux_gdc.diff | (download)

build.xml | 36 17 + 19 - 0 !
1 file changed, 17 insertions(+), 19 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 | 37 37 + 0 - 0 !
1 file changed, 37 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(-)

---
d1.043.patch | (download)

src/abagames/a7xpg/Field.d | 2 1 + 1 - 0 !
src/abagames/a7xpg/LetterRender.d | 226 113 + 113 - 0 !
2 files changed, 114 insertions(+), 114 deletions(-)

 patches to conform to the d 1.043 language.