Package: nikwi / 0.0.20120213-4

Metadata

Package Version Patches format
nikwi 0.0.20120213-4 3.0 (quilt)

Patch series

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

src/Makefile.debian | 33 33 + 0 - 0 !
src/badcfg/Makefile.debian | 25 25 + 0 - 0 !
src/nikwi/Makefile.debian | 47 47 + 0 - 0 !
src/slashfx/Makefile.debian | 25 25 + 0 - 0 !
src/slashtdp/Makefile.debian | 38 38 + 0 - 0 !
src/slashtdp/demo/Makefile.debian | 40 40 + 0 - 0 !
src/tools/Makefile.debian | 13 13 + 0 - 0 !
src/us/Makefile.debian | 38 38 + 0 - 0 !
8 files changed, 259 insertions(+)

---
nikwideluxe_makedata.patch | (download)

makedata.sh | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
nikwideluxe_nikio.patch | (download)

src/nikwi/nikio.cpp | 12 8 + 4 - 0 !
1 file changed, 8 insertions(+), 4 deletions(-)

---
slashfx_main.patch | (download)

src/slashfx/main.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
uscript_type.patch | (download)

src/us/type.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
big endian.patch | (download)

src/nikwi/gfx.cpp | 24 8 + 16 - 0 !
src/nikwi/nikio.cpp | 22 17 + 5 - 0 !
src/nikwi/world.cpp | 56 35 + 21 - 0 !
src/slashfx/main.c | 46 33 + 13 - 0 !
src/tools/bmp2ut/bmp2ut.c | 14 9 + 5 - 0 !
src/tools/upack/upack.c | 31 22 + 9 - 0 !
src/us/bytecode.cpp | 12 7 + 5 - 0 !
7 files changed, 131 insertions(+), 74 deletions(-)

 fix endianness issues
 This changes the various pieces of code which relied on being on a little
 endian machine to be platform independant.
reproducible_build.patch | (download)

src/tools/upack/upack.c | 15 8 + 7 - 0 !
1 file changed, 8 insertions(+), 7 deletions(-)

 make the build reproducible