Package: tatan / 1.0.dfsg1-7

Metadata

Package Version Patches format
tatan 1.0.dfsg1-7 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 | 22 10 + 12 - 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 | 77 36 + 41 - 0 !
import/smpeg.d | 6 3 + 3 - 0 !
17 files changed, 127 insertions(+), 167 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.
fixes.patch | (download)

src/br/boot.d | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

---
makefile.patch | (download)

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

---
directories.patch | (download)

import/hell2.d | 2 1 + 1 - 0 !
src/br/gamemanager.d | 4 2 + 2 - 0 !
src/br/screen.d | 2 1 + 1 - 0 !
src/br/sound.d | 58 29 + 29 - 0 !
4 files changed, 33 insertions(+), 33 deletions(-)

---
dlang_v2.patch | (download)

import/hell2.d | 128 65 + 63 - 0 !
src/br/append.d | 6 3 + 3 - 0 !
src/br/background.d | 17 9 + 8 - 0 !
src/br/boot.d | 11 5 + 6 - 0 !
src/br/boss.d | 34 17 + 17 - 0 !
src/br/bullet.d | 18 9 + 9 - 0 !
src/br/cursor.d | 6 3 + 3 - 0 !
src/br/enemy.d | 98 49 + 49 - 0 !
src/br/gamemanager.d | 28 14 + 14 - 0 !
src/br/laserImpl.d | 12 6 + 6 - 0 !
src/br/mainloop.d | 2 1 + 1 - 0 !
src/br/particleImpl.d | 12 6 + 6 - 0 !
src/br/pattern.d | 14 7 + 7 - 0 !
src/br/screen.d | 40 20 + 20 - 0 !
src/br/shapeImpl.d | 4 2 + 2 - 0 !
src/br/ship.d | 12 6 + 6 - 0 !
src/br/shot.d | 6 3 + 3 - 0 !
src/br/sound.d | 2 1 + 1 - 0 !
src/br/stage.d | 46 23 + 23 - 0 !
src/br/star.d | 10 5 + 5 - 0 !
src/br/wall.d | 10 5 + 5 - 0 !
src/util/actor.d | 9 5 + 4 - 0 !
src/util/animation.d | 2 1 + 1 - 0 !
src/util/animationImpl.d | 30 15 + 15 - 0 !
src/util/ascii.d | 28 14 + 14 - 0 !
src/util/beam.d | 16 8 + 8 - 0 !
src/util/collision.d | 14 7 + 7 - 0 !
src/util/font.d | 2 0 + 2 - 0 !
src/util/key.d | 3 2 + 1 - 0 !
src/util/laser.d | 4 2 + 2 - 0 !
src/util/log.d | 10 5 + 5 - 0 !
src/util/matrix.d | 6 4 + 2 - 0 !
src/util/particle.d | 16 8 + 8 - 0 !
src/util/parts.d | 28 14 + 14 - 0 !
src/util/rand.d | 16 8 + 8 - 0 !
src/util/record.d | 32 16 + 16 - 0 !
src/util/shape.d | 168 84 + 84 - 0 !
src/util/vector.d | 10 6 + 4 - 0 !
38 files changed, 458 insertions(+), 452 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.