Package: projectl / 1.001.dfsg1-8

Metadata

Package Version Patches format
projectl 1.001.dfsg1-8 3.0 (quilt)

Patch series

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

import/MPEGfilter.d | 4 2 + 2 - 0 !
import/SDL_audio.d | 9 5 + 4 - 0 !
import/SDL_cdrom.d | 2 1 + 1 - 0 !
import/SDL_endian.d | 2 1 + 1 - 0 !
import/SDL_events.d | 2 1 + 1 - 0 !
import/SDL_mixer.d | 294 146 + 148 - 0 !
import/SDL_quit.d | 4 2 + 2 - 0 !
import/SDL_rwops.d | 44 10 + 34 - 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 | 2 1 + 1 - 0 !
import/SDL_video.d | 16 8 + 8 - 0 !
import/bulletml.d | 40 20 + 20 - 0 !
import/opengl.d | 56 23 + 33 - 0 !
import/openglu.d | 75 35 + 40 - 0 !
import/smpeg.d | 6 3 + 3 - 0 !
17 files changed, 262 insertions(+), 302 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.
makefile.patch | (download)

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

---
directories.patch | (download)

src/br/gamemanager.d | 16 8 + 8 - 0 !
src/br/sound.d | 50 25 + 25 - 0 !
2 files changed, 33 insertions(+), 33 deletions(-)

---
put_prefs_in_home_dir.patch | (download)

src/br/prefmanager.d | 22 18 + 4 - 0 !
1 file changed, 18 insertions(+), 4 deletions(-)

 store preferences in ~/.projectl
dlang_v2.patch | (download)

src/br/append.d | 6 3 + 3 - 0 !
src/br/blast.d | 8 4 + 4 - 0 !
src/br/bomb.d | 10 5 + 5 - 0 !
src/br/boot.d | 21 14 + 7 - 0 !
src/br/bullet.d | 22 11 + 11 - 0 !
src/br/enemy.d | 30 15 + 15 - 0 !
src/br/enemyImpl.d | 221 111 + 110 - 0 !
src/br/gamemanager.d | 64 32 + 32 - 0 !
src/br/mainloop.d | 2 1 + 1 - 0 !
src/br/prefmanager.d | 15 8 + 7 - 0 !
src/br/screen.d | 7 4 + 3 - 0 !
src/br/shapeImpl.d | 4 2 + 2 - 0 !
src/br/ship.d | 24 12 + 12 - 0 !
src/br/sound.d | 2 1 + 1 - 0 !
src/br/stage.d | 24 12 + 12 - 0 !
src/util/animation.d | 2 1 + 1 - 0 !
src/util/animationImpl.d | 16 8 + 8 - 0 !
src/util/ascii.d | 26 13 + 13 - 0 !
src/util/beam.d | 16 8 + 8 - 0 !
src/util/collision.d | 10 5 + 5 - 0 !
src/util/key.d | 3 2 + 1 - 0 !
src/util/log.d | 10 5 + 5 - 0 !
src/util/particle.d | 8 4 + 4 - 0 !
src/util/parts.d | 32 18 + 14 - 0 !
src/util/rand.d | 22 11 + 11 - 0 !
src/util/record.d | 32 16 + 16 - 0 !
src/util/ring.d | 16 8 + 8 - 0 !
src/util/shape.d | 116 58 + 58 - 0 !
28 files changed, 392 insertions(+), 377 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.
maxParts_init.patch | (download)

src/util/parts.d | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---