Package: ii-esu / 1.0a.dfsg1-6

Metadata

Package Version Patches format
ii-esu 1.0a.dfsg1-6 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.
fixes.patch | (download)

src/es/boot.d | 10 10 + 0 - 0 !
src/es/sound.d | 2 1 + 1 - 0 !
2 files changed, 11 insertions(+), 1 deletion(-)

---
makefile.patch | (download)

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

---
directories.patch | (download)

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

---
fix return type.patch | (download)

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

 fix the return type of addenemy() in src/es/enemy.d
dlang_v2.patch | (download)

src/es/boot.d | 4 2 + 2 - 0 !
src/es/enemy.d | 66 33 + 33 - 0 !
src/es/gamemanager.d | 26 13 + 13 - 0 !
src/es/mouse.d | 2 1 + 1 - 0 !
src/es/moving.d | 6 3 + 3 - 0 !
src/es/rand.d | 4 2 + 2 - 0 !
src/es/screen.d | 7 4 + 3 - 0 !
src/es/shape.d | 24 12 + 12 - 0 !
src/es/ship.d | 6 3 + 3 - 0 !
src/es/shot.d | 8 4 + 4 - 0 !
10 files changed, 77 insertions(+), 76 deletions(-)

---