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 | |||
imports_ode.patch | port import/ode/ code to D language version 2 With this patch the code is accepted by GDC 8 without triggering deprecation warnings/errors. It also attempts to make mu-cade compatible with Debian's libode4. # Copyright (C) 2007 Marcel Unbehaun <frostworks@gmx.de> # Distributed under the same license as the game. See debian/copyright. # Copyright (C) 2009,2015 Peter De Wachter <pdewacht@gmail.com> # Distributed under the same license as the game. See debian/copyright. |
Peter De Wachter <pdewacht@gmail.com>, | no | |||
fixes.patch | # 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 Miriam Ruiz <little_miry@yahoo.es>
# 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 | ||||
fullscreen-option.patch | # Copyright (C) 2007 Peter De Wachter <pdewacht@gmail.com>
# Distributed under the same license as the game. See debian/copyright. Add a "-fullscreen" command line option. Needed because we changed the default to windowed. =================================================================== |
no | ||||
ode.patch | # Copyright (C) 2009 Peter De Wachter <pdewacht@gmail.com> # Distributed under the same license as the game. See debian/copyright. This is an attempt to make mu-cade compatible with libode 2:0.10.1-1 |
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 - Use "goto case" to mark fall-through in switch statements |
Peter De Wachter <pdewacht@gmail.com> | no | |||
gcc12.patch | Fix FTBFS with gdc 12 | Reiner Herrmann <reiner@reiner-h.de> | no | debian |