Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
imports.patch | port import/ code to D language version 2 With this patch the code is accepted by GDC 4.8 without triggering deprecation warnings/errors. |
Peter De Wachter <pdewacht@gmail.com> | no | |||
fix.diff | # Copyright (C) 2007 Marcel Unbehaun <frostworks@gmx.de>
# Distributed under the same license as the game. See debian/copyright. =================================================================== |
no | ||||
directories.patch | # Copyright (C) 2007 Miriam Ruiz <little_miry@yahoo.es>
# Distributed under the same license as the game. See debian/copyright. =================================================================== |
no | ||||
windowed.patch | # Copyright (C) 2007 Miriam Ruiz <little_miry@yahoo.es>
# Distributed under the same license as the game. See debian/copyright. =================================================================== |
no | ||||
dotfile.patch | # Copyright (C) 2007 Peter De Wachter <pdewacht@gmail.com>
# Distributed under the same license as the game. See debian/copyright. =================================================================== |
no | ||||
window-resize.patch | # Copyright (C) 2007 Peter De Wachter <pdewacht@gmail.com>
# Distributed under the same license as the game. See debian/copyright. =================================================================== |
no | ||||
makefile.patch | # Copyright (C) 2007 Marcel Unbehaun <frostworks@gmx.de> # Copyright (C) 2007 Miriam Ruiz <little_miry@yahoo.es> # Distributed under the same license as the game. See debian/copyright. |
no | ||||
dlang_v2.patch | port to D language version 2 With this patch the code is accepted by gdc-4.6 0.29.1-4.6.4-3 without triggering deprecated feature warnings/errors. |
Peter De Wachter <pdewacht@gmail.com> | no | |||
gdc-8.patch | More fixes for D language changes With this patch the code is accepted by gdc-8 8-20180414-1 without triggering deprecated feature warnings. - Convert I/O to use std.stdio module - Some other modules got renamed - Avoid C-style array type notation - Replace deprecated "<>=" operator using isNaN(). - Rename Actor's "init()" method to "init_()" so that it no longer shadows D's standard "init" property and we can use the standard library sort function. |
Peter De Wachter <pdewacht@gmail.com> | no | |||
gcc12.patch | Fix FTBFS with gdc 12 | Reiner Herrmann <reiner@reiner-h.de> | no | debian |