1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
commit ee923f09b55bbe90351d40b50d6fccac61fe5e01
Author: Guus Sliepen <guus@sliepen.eu.org>
Date: Sat May 21 17:17:32 2011 +0200
Remove "digital" fonts.
These fonts were only used in the minigames and for the countdown timer. Some
of them are not DFSG compatible. For now, remove them all, and use Vera for
everything.
commit 80b9c452d80b0cc7f3624d0ac26d9140fee4ee49
Author: Guus Sliepen <guus@sliepen.eu.org>
Date: Sat May 21 17:17:27 2011 +0200
Chdir() to the data directory when RELEASE is #defined.
commit d76ad32b4a9ba810fb57ac6b3aaf8d0c1b2521c0
Author: Guus Sliepen <guus@sliepen.eu.org>
Date: Sat May 21 17:16:12 2011 +0200
Only build pak file when BUILDPAK=1, proper use of DESTDIR.
commit 27ae8638bf4abe286a90f4d64d8f488820b1d21f
Author: Guus Sliepen <guus@debian.org>
Date: Sat May 21 14:22:40 2011 +0200
Fix compiler warnings.
commit f9a721d85c7fe3ff60bb10c505973b73b04f8113
Author: Guus Sliepen <guus@debian.org>
Date: Tue Dec 21 16:29:24 2010 +0100
Delay allocation of lightmap array to prevent a memory leak.
Found by cppcheck.
commit 0749667ae031289267b4d8cd8de9ea809ba0bf84
Author: Guus Sliepen <guus@debian.org>
Date: Tue Dec 21 16:25:34 2010 +0100
Fix size of mastermind ball array.
Found by cppcheck.
commit 462e1af75999f8e140840042dd4e4d5dc6e9a060
Author: Guus Sliepen <guus@debian.org>
Date: Tue Dec 21 16:22:51 2010 +0100
Add missing closedir() after opendir().
Found by cppcheck.
commit 5dc8d2855c65a6d831ddf2ef615a71d1cbb7ed27
Author: Guus Sliepen <guus@debian.org>
Date: Tue Dec 21 16:21:23 2010 +0100
Fix misuse of sprintf() to append characters to a string.
Found by cppcheck.
commit 66cc80d176ddcf96dd0dc6f86e9e9507ca8d699b
Author: Guus Sliepen <guus@debian.org>
Date: Tue Dec 21 16:15:08 2010 +0100
Fix reading past end of array containing the record of keypresses.
Also fix a copy&paste error from the original Blobwars which had a smaller
array. Found by cppcheck.
commit 667071f8547a436a933b305118cbee5545ae17a7
Author: Guus Sliepen <guus@debian.org>
Date: Sun Jul 4 13:44:09 2010 +0200
Use %zu when printing size_t values.
commit 5f9b507eefd32da50fbbf5ba8c4981f422c2c4ec
Author: Guus Sliepen <guus@debian.org>
Date: Sun Jul 4 13:43:20 2010 +0200
Fix trimming empty strings.
commit a0c86c1fc17c74a1b62fa824c465ebd1ccd01aaa
Author: Guus Sliepen <guus@debian.org>
Date: Sat Jul 3 23:24:57 2010 +0200
Various fixes for bugs valgrind found.
commit e6fbfebcbc97227c8da1f03f4a0e4da8f4165d73
Author: Guus Sliepen <guus@debian.org>
Date: Sat Jul 3 22:36:42 2010 +0200
Fix compiler warnings.
commit 9e73d36e496ced203ba3b67166e090617f35a4de
Author: Guus Sliepen <guus@debian.org>
Date: Sat Jul 3 22:36:14 2010 +0200
Don't skip short names when reading defines.h.
commit 367997d61dc598cc231d3752339e1a1d31d24794
Author: Guus Sliepen <guus@debian.org>
Date: Sun Jan 24 17:57:19 2010 +0100
Link with X11.
XGetVisualInfo() is used directly in src/cplusplus/CGraphics.cpp, so we need to
link with libX11.
commit 409076c0553753db7fca52523a809d0ce6649b46
Author: Guus Sliepen <guus@debian.org>
Date: Fri Dec 25 00:40:22 2009 +0100
Add completely free, stopgap "textures".
These were made by making 1x1 pixel averages of the original textures. The
game is mostly playable with these, although the graphics are now very dull and
cartoonish.
commit 289727689749260f5201f806d226f5e92542e6cd
Author: Guus Sliepen <guus@debian.org>
Date: Thu Dec 24 11:22:01 2009 +0100
Use UNIX line endings everywhere.
commit dbcde2abc91704e13b54e5b8653e74a114a99eaa
Author: Guus Sliepen <guus@debian.org>
Date: Wed Dec 23 23:51:56 2009 +0100
Fix all compiler warnings.
- possible uninitialised variable
- deprecated conversion of const string literal to char *
- comparison between signed and unsigned integers
- functions using abort() are candidate for noreturn attribute
- passing a variable as a format string instead of using "%s"
- parentheses around expressions with & and ==
commit f206e4b4bffa79eea91cfa42f9034a916de48673
Author: Guus Sliepen <guus@debian.org>
Date: Wed Dec 23 23:35:40 2009 +0100
Allow the game to run without sounds.
commit a6a0714c328c31462c448676e11254571293fb21
Author: Guus Sliepen <guus@debian.org>
Date: Wed Dec 23 23:32:59 2009 +0100
Building a pak file requires the pak utility to have been built.
commit 18f456e5e5b787bc4abe212f2d20ac3eebfcf141
Author: Guus Sliepen <guus@sliepen.eu.org>
Date: Tue Dec 22 17:08:14 2009 +0100
Import of version 1.11 minus music, sounds and textures.
|