Changeset 621
- Timestamp:
- May 9, 2011, 3:19:51 AM (11 years ago)
- Location:
- abuse/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/ChangeLog
r68 r621 1 ------------------------------------------------------------------------ 2 r67 | sam | 2008-03-02 19:17:29 +0000 (Sun, 02 Mar 2008) | 2 lines 3 Changed paths: 4 M /abuse/trunk/src/dev.cpp 5 M /abuse/trunk/src/gui.cpp 6 7 * Fix uninitialised class members. 8 9 ------------------------------------------------------------------------ 10 r66 | sam | 2008-03-02 18:43:35 +0000 (Sun, 02 Mar 2008) | 3 lines 11 Changed paths: 12 M /abuse/trunk/osx/abuse_sdl.pbproj/project.pbxproj 13 M /abuse/trunk/src/Makefile.am 14 M /abuse/trunk/src/cache.hpp 15 M /abuse/trunk/src/chars.hpp 16 M /abuse/trunk/src/clisp.cpp 17 M /abuse/trunk/src/config.cpp 18 A /abuse/trunk/src/exitproc.hpp (from /abuse/trunk/src/imlib/exitproc.hpp:64) 19 M /abuse/trunk/src/game.cpp 20 M /abuse/trunk/src/game.hpp 21 M /abuse/trunk/src/imlib/Makefile.am 22 D /abuse/trunk/src/imlib/doscall.hpp 23 D /abuse/trunk/src/imlib/exitproc.hpp 24 D /abuse/trunk/src/imlib/jnet.hpp 25 D /abuse/trunk/src/imlib/joy.hpp 26 D /abuse/trunk/src/imlib/monoprnt.hpp 27 M /abuse/trunk/src/imlib/morph.cpp 28 M /abuse/trunk/src/imlib/morph.hpp 29 D /abuse/trunk/src/imlib/sdriver.hpp 30 D /abuse/trunk/src/imlib/sound.hpp 31 M /abuse/trunk/src/imlib/texture.cpp 32 D /abuse/trunk/src/imlib/timer.cpp 33 D /abuse/trunk/src/imlib/timer.hpp 34 D /abuse/trunk/src/isllist_bak.hpp 35 D /abuse/trunk/src/laser.hpp 36 D /abuse/trunk/src/lcaller.hpp 37 M /abuse/trunk/src/lisp 38 D /abuse/trunk/src/lmenu.hpp 39 M /abuse/trunk/src/loader2.cpp 40 M /abuse/trunk/src/loader2.hpp 41 M /abuse/trunk/src/net/Makefile.am 42 D /abuse/trunk/src/net/endian.hpp 43 M /abuse/trunk/src/objects.hpp 44 D /abuse/trunk/src/ramfile.hpp 45 M /abuse/trunk/src/sdlport/Makefile.am 46 M /abuse/trunk/src/sdlport/jnet.cpp 47 A /abuse/trunk/src/sdlport/jnet.hpp (from /abuse/trunk/src/imlib/jnet.hpp:64) 48 A /abuse/trunk/src/sdlport/joy.hpp (from /abuse/trunk/src/imlib/joy.hpp:64) 49 A /abuse/trunk/src/sdlport/sound.hpp (from /abuse/trunk/src/imlib/sound.hpp:64) 50 M /abuse/trunk/src/sdlport/video.cpp 51 M /abuse/trunk/src/seq.cpp 52 D /abuse/trunk/src/tiles.hpp 53 54 * Added the proper .h and .hpp files to _SOURCES variables. As a result, 55 "make dist" now generates a buildable tarball. 56 57 ------------------------------------------------------------------------ 58 r65 | sam | 2008-03-02 17:01:06 +0000 (Sun, 02 Mar 2008) | 2 lines 59 Changed paths: 60 A /abuse/trunk/ChangeLog 61 62 * Add a temporary ChangeLog file. 63 64 ------------------------------------------------------------------------ 65 r64 | sam | 2008-03-02 16:59:29 +0000 (Sun, 02 Mar 2008) | 2 lines 66 Changed paths: 67 M /abuse/trunk/AUTHORS 68 D /abuse/trunk/ChangeLog 69 R /abuse/trunk/NEWS (from /abuse/trunk/ChangeLog:56) 70 71 * Rename ChangeLog into NEWS and add myself to AUTHORS. 72 73 ------------------------------------------------------------------------ 74 r63 | sam | 2008-03-02 16:49:22 +0000 (Sun, 02 Mar 2008) | 2 lines 75 Changed paths: 76 D /abuse/trunk/src/chmorph.cpp 77 D /abuse/trunk/src/chmorph.hpp 78 M /abuse/trunk/src/game.cpp 79 80 * Minor cleanup. 81 82 ------------------------------------------------------------------------ 83 r62 | sam | 2008-03-02 16:35:46 +0000 (Sun, 02 Mar 2008) | 2 lines 84 Changed paths: 85 M /abuse/trunk/configure.ac 86 M /abuse/trunk/src/Makefile.am 87 M /abuse/trunk/src/cache.hpp 88 M /abuse/trunk/src/extend.hpp 89 A /abuse/trunk/src/lisp 90 A /abuse/trunk/src/lisp/Makefile.am 91 A /abuse/trunk/src/lisp/lisp.cpp (from /abuse/trunk/src/lisp.cpp:60) 92 A /abuse/trunk/src/lisp/lisp.hpp (from /abuse/trunk/src/lisp.hpp:57) 93 A /abuse/trunk/src/lisp/lisp_gc.cpp (from /abuse/trunk/src/lisp_gc.cpp:56) 94 A /abuse/trunk/src/lisp/lisp_gc.hpp (from /abuse/trunk/src/lisp_gc.hpp:57) 95 A /abuse/trunk/src/lisp/lisp_opt.cpp (from /abuse/trunk/src/lisp_opt.cpp:56) 96 A /abuse/trunk/src/lisp/lisp_opt.hpp (from /abuse/trunk/src/lisp_opt.hpp:57) 97 D /abuse/trunk/src/lisp.cpp 98 D /abuse/trunk/src/lisp.hpp 99 D /abuse/trunk/src/lisp2.hpp 100 D /abuse/trunk/src/lisp_gc.cpp 101 D /abuse/trunk/src/lisp_gc.hpp 102 D /abuse/trunk/src/lisp_mac.cpp 103 D /abuse/trunk/src/lisp_opt.cpp 104 D /abuse/trunk/src/lisp_opt.hpp 105 M /abuse/trunk/src/loader2.hpp 106 107 * Moved some LISP stuff into src/lisp and removed unused lisp_mac.cpp file. 108 109 ------------------------------------------------------------------------ 110 r61 | sam | 2008-03-02 16:07:11 +0000 (Sun, 02 Mar 2008) | 3 lines 111 Changed paths: 112 M /abuse/trunk/src/clisp.cpp 113 M /abuse/trunk/src/cop.cpp 114 M /abuse/trunk/src/dev.cpp 115 M /abuse/trunk/src/game.cpp 116 M /abuse/trunk/src/innet.cpp 117 M /abuse/trunk/src/menu.cpp 118 M /abuse/trunk/src/net/gclient.cpp 119 M /abuse/trunk/src/net/gserver.cpp 120 M /abuse/trunk/src/net/netdrv.cpp 121 M /abuse/trunk/src/unixnfc.cpp 122 123 * Get rid of game registration handling. All versions of Abuse are now 124 registered, I guess. 125 126 ------------------------------------------------------------------------ 127 r60 | sam | 2008-03-02 15:41:48 +0000 (Sun, 02 Mar 2008) | 2 lines 128 Changed paths: 129 M /abuse/trunk/src/ant.cpp 130 M /abuse/trunk/src/cache.cpp 131 M /abuse/trunk/src/config.cpp 132 M /abuse/trunk/src/cop.cpp 133 M /abuse/trunk/src/dev.cpp 134 M /abuse/trunk/src/endgame.cpp 135 M /abuse/trunk/src/game.cpp 136 M /abuse/trunk/src/lisp.cpp 137 M /abuse/trunk/src/menu.cpp 138 139 * Make a few symbols static (Ref #7). 140 141 ------------------------------------------------------------------------ 142 r59 | sam | 2008-03-02 15:33:10 +0000 (Sun, 02 Mar 2008) | 2 lines 143 Changed paths: 144 M /abuse/trunk/osx/abuse_sdl.pbproj/project.pbxproj 145 D /abuse/trunk/src/old_earth_menu.cpp 146 147 * Delete unused file old_earth_menu.cpp. 148 149 ------------------------------------------------------------------------ 150 r58 | sam | 2008-03-02 15:02:22 +0000 (Sun, 02 Mar 2008) | 3 lines 151 Changed paths: 152 M /abuse/trunk/src/ant.cpp 153 M /abuse/trunk/src/cache.cpp 154 M /abuse/trunk/src/clisp.hpp 155 M /abuse/trunk/src/imlib/jmalloc.cpp 156 M /abuse/trunk/src/innet.cpp 157 M /abuse/trunk/src/lisp.cpp 158 M /abuse/trunk/src/menu.cpp 159 M /abuse/trunk/src/nfserver.hpp 160 161 * Remove a few duplicate prototype declarations. 162 * Add some harmless "%s" in sprintf() calls. 163 164 ------------------------------------------------------------------------ 165 r57 | sam | 2008-03-02 14:23:26 +0000 (Sun, 02 Mar 2008) | 3 lines 166 Changed paths: 167 M /abuse/trunk/src/Makefile.am 168 A /abuse/trunk/src/ability.hpp (from /abuse/trunk/src/include/ability.hpp:56) 169 A /abuse/trunk/src/ant.hpp (from /abuse/trunk/src/include/ant.hpp:56) 170 A /abuse/trunk/src/automap.hpp (from /abuse/trunk/src/include/automap.hpp:56) 171 A /abuse/trunk/src/bus_type.hpp (from /abuse/trunk/src/include/bus_type.hpp:56) 172 A /abuse/trunk/src/cache.hpp (from /abuse/trunk/src/include/cache.hpp:56) 173 A /abuse/trunk/src/chars.hpp (from /abuse/trunk/src/include/chars.hpp:56) 174 A /abuse/trunk/src/chat.hpp (from /abuse/trunk/src/include/chat.hpp:56) 175 A /abuse/trunk/src/chmorph.hpp (from /abuse/trunk/src/include/chmorph.hpp:56) 176 A /abuse/trunk/src/client.hpp (from /abuse/trunk/src/include/client.hpp:56) 177 A /abuse/trunk/src/clisp.hpp (from /abuse/trunk/src/include/clisp.hpp:56) 178 A /abuse/trunk/src/compiled.hpp (from /abuse/trunk/src/include/compiled.hpp:56) 179 A /abuse/trunk/src/config.hpp (from /abuse/trunk/src/include/config.hpp:56) 180 A /abuse/trunk/src/console.hpp (from /abuse/trunk/src/include/console.hpp:56) 181 A /abuse/trunk/src/control.hpp (from /abuse/trunk/src/include/control.hpp:56) 182 A /abuse/trunk/src/cop.hpp (from /abuse/trunk/src/include/cop.hpp:56) 183 A /abuse/trunk/src/crc.hpp (from /abuse/trunk/src/include/crc.hpp:56) 184 A /abuse/trunk/src/demo.hpp (from /abuse/trunk/src/include/demo.hpp:56) 185 A /abuse/trunk/src/dev.hpp (from /abuse/trunk/src/include/dev.hpp:56) 186 A /abuse/trunk/src/devsel.hpp (from /abuse/trunk/src/include/devsel.hpp:56) 187 A /abuse/trunk/src/director.hpp (from /abuse/trunk/src/include/director.hpp:56) 188 A /abuse/trunk/src/extend.hpp (from /abuse/trunk/src/include/extend.hpp:56) 189 A /abuse/trunk/src/fakelib.hpp (from /abuse/trunk/src/include/fakelib.hpp:56) 190 A /abuse/trunk/src/game.hpp (from /abuse/trunk/src/include/game.hpp:56) 191 A /abuse/trunk/src/gamma.hpp (from /abuse/trunk/src/include/gamma.hpp:56) 192 A /abuse/trunk/src/go.hpp (from /abuse/trunk/src/include/go.hpp:56) 193 A /abuse/trunk/src/gui.hpp (from /abuse/trunk/src/include/gui.hpp:56) 194 A /abuse/trunk/src/help.hpp (from /abuse/trunk/src/include/help.hpp:56) 195 A /abuse/trunk/src/human.hpp (from /abuse/trunk/src/include/human.hpp:56) 196 A /abuse/trunk/src/id.hpp (from /abuse/trunk/src/include/id.hpp:56) 197 M /abuse/trunk/src/imlib/Makefile.am 198 A /abuse/trunk/src/imlib/bitmap.h (from /abuse/trunk/src/imlib/include/bitmap.h:56) 199 A /abuse/trunk/src/imlib/conio.h (from /abuse/trunk/src/imlib/include/conio.h:56) 200 A /abuse/trunk/src/imlib/dir.h (from /abuse/trunk/src/imlib/include/dir.h:56) 201 A /abuse/trunk/src/imlib/dos.h (from /abuse/trunk/src/imlib/include/dos.h:56) 202 A /abuse/trunk/src/imlib/doscall.hpp (from /abuse/trunk/src/imlib/include/doscall.hpp:56) 203 A /abuse/trunk/src/imlib/dprint.hpp (from /abuse/trunk/src/imlib/include/dprint.hpp:56) 204 A /abuse/trunk/src/imlib/emm.hpp (from /abuse/trunk/src/imlib/include/emm.hpp:56) 205 A /abuse/trunk/src/imlib/errs.h (from /abuse/trunk/src/imlib/include/errs.h:56) 206 A /abuse/trunk/src/imlib/event.hpp (from /abuse/trunk/src/imlib/include/event.hpp:56) 207 A /abuse/trunk/src/imlib/exitproc.hpp (from /abuse/trunk/src/imlib/include/exitproc.hpp:56) 208 A /abuse/trunk/src/imlib/filesel.hpp (from /abuse/trunk/src/imlib/include/filesel.hpp:56) 209 A /abuse/trunk/src/imlib/filter.hpp (from /abuse/trunk/src/imlib/include/filter.hpp:56) 210 A /abuse/trunk/src/imlib/fonts.hpp (from /abuse/trunk/src/imlib/include/fonts.hpp:56) 211 A /abuse/trunk/src/imlib/gifdecod.hpp (from /abuse/trunk/src/imlib/include/gifdecod.hpp:56) 212 A /abuse/trunk/src/imlib/gifread.hpp (from /abuse/trunk/src/imlib/include/gifread.hpp:56) 213 A /abuse/trunk/src/imlib/globals.hpp (from /abuse/trunk/src/imlib/include/globals.hpp:56) 214 A /abuse/trunk/src/imlib/glread.hpp (from /abuse/trunk/src/imlib/include/glread.hpp:56) 215 A /abuse/trunk/src/imlib/guistat.hpp (from /abuse/trunk/src/imlib/include/guistat.hpp:56) 216 A /abuse/trunk/src/imlib/image.hpp (from /abuse/trunk/src/imlib/include/image.hpp:56) 217 A /abuse/trunk/src/imlib/image24.hpp (from /abuse/trunk/src/imlib/include/image24.hpp:56) 218 D /abuse/trunk/src/imlib/include 219 A /abuse/trunk/src/imlib/include.hpp (from /abuse/trunk/src/imlib/include/include.hpp:56) 220 A /abuse/trunk/src/imlib/input.hpp (from /abuse/trunk/src/imlib/include/input.hpp:56) 221 A /abuse/trunk/src/imlib/jdir.hpp (from /abuse/trunk/src/imlib/include/jdir.hpp:56) 222 A /abuse/trunk/src/imlib/jmalloc.hpp (from /abuse/trunk/src/imlib/include/jmalloc.hpp:56) 223 A /abuse/trunk/src/imlib/jnet.hpp (from /abuse/trunk/src/imlib/include/jnet.hpp:56) 224 A /abuse/trunk/src/imlib/joy.hpp (from /abuse/trunk/src/imlib/include/joy.hpp:56) 225 A /abuse/trunk/src/imlib/jrand.hpp (from /abuse/trunk/src/imlib/include/jrand.hpp:56) 226 A /abuse/trunk/src/imlib/jwindow.hpp (from /abuse/trunk/src/imlib/include/jwindow.hpp:56) 227 A /abuse/trunk/src/imlib/keys.hpp (from /abuse/trunk/src/imlib/include/keys.hpp:56) 228 A /abuse/trunk/src/imlib/lbmread.hpp (from /abuse/trunk/src/imlib/include/lbmread.hpp:56) 229 A /abuse/trunk/src/imlib/linked.hpp (from /abuse/trunk/src/imlib/include/linked.hpp:56) 230 A /abuse/trunk/src/imlib/loader.hpp (from /abuse/trunk/src/imlib/include/loader.hpp:56) 231 A /abuse/trunk/src/imlib/macs.hpp (from /abuse/trunk/src/imlib/include/macs.hpp:56) 232 A /abuse/trunk/src/imlib/main.hpp (from /abuse/trunk/src/imlib/include/main.hpp:56) 233 A /abuse/trunk/src/imlib/mdlread.hpp (from /abuse/trunk/src/imlib/include/mdlread.hpp:56) 234 A /abuse/trunk/src/imlib/monoprnt.hpp (from /abuse/trunk/src/imlib/include/monoprnt.hpp:56) 235 A /abuse/trunk/src/imlib/morph.h (from /abuse/trunk/src/imlib/include/morph.h:56) 236 A /abuse/trunk/src/imlib/morph.hpp (from /abuse/trunk/src/imlib/include/morph.hpp:56) 237 A /abuse/trunk/src/imlib/mouse.hpp (from /abuse/trunk/src/imlib/include/mouse.hpp:56) 238 A /abuse/trunk/src/imlib/packet.hpp (from /abuse/trunk/src/imlib/include/packet.hpp:56) 239 A /abuse/trunk/src/imlib/palette.hpp (from /abuse/trunk/src/imlib/include/palette.hpp:56) 240 A /abuse/trunk/src/imlib/pcxread.hpp (from /abuse/trunk/src/imlib/include/pcxread.hpp:56) 241 A /abuse/trunk/src/imlib/pmenu.hpp (from /abuse/trunk/src/imlib/include/pmenu.hpp:56) 242 A /abuse/trunk/src/imlib/ppmread.hpp (from /abuse/trunk/src/imlib/include/ppmread.hpp:56) 243 A /abuse/trunk/src/imlib/readwav.hpp (from /abuse/trunk/src/imlib/include/readwav.hpp:56) 244 A /abuse/trunk/src/imlib/scroller.hpp (from /abuse/trunk/src/imlib/include/scroller.hpp:56) 245 A /abuse/trunk/src/imlib/sdriver.hpp (from /abuse/trunk/src/imlib/include/sdriver.hpp:56) 246 A /abuse/trunk/src/imlib/sound.hpp (from /abuse/trunk/src/imlib/include/sound.hpp:56) 247 A /abuse/trunk/src/imlib/specs.hpp (from /abuse/trunk/src/imlib/include/specs.hpp:56) 248 A /abuse/trunk/src/imlib/sprite.hpp (from /abuse/trunk/src/imlib/include/sprite.hpp:56) 249 A /abuse/trunk/src/imlib/status.hpp (from /abuse/trunk/src/imlib/include/status.hpp:56) 250 A /abuse/trunk/src/imlib/std.h (from /abuse/trunk/src/imlib/include/std.h:56) 251 A /abuse/trunk/src/imlib/supmorph.hpp (from /abuse/trunk/src/imlib/include/supmorph.hpp:56) 252 A /abuse/trunk/src/imlib/system.h (from /abuse/trunk/src/imlib/include/system.h:56) 253 A /abuse/trunk/src/imlib/targa.hpp (from /abuse/trunk/src/imlib/include/targa.hpp:56) 254 A /abuse/trunk/src/imlib/texture.hpp (from /abuse/trunk/src/imlib/include/texture.hpp:56) 255 A /abuse/trunk/src/imlib/timage.hpp (from /abuse/trunk/src/imlib/include/timage.hpp:56) 256 A /abuse/trunk/src/imlib/timer.hpp (from /abuse/trunk/src/imlib/include/timer.hpp:56) 257 A /abuse/trunk/src/imlib/timing.hpp (from /abuse/trunk/src/imlib/include/timing.hpp:56) 258 A /abuse/trunk/src/imlib/tools.hpp (from /abuse/trunk/src/imlib/include/tools.hpp:56) 259 A /abuse/trunk/src/imlib/video.hpp (from /abuse/trunk/src/imlib/include/video.hpp:56) 260 A /abuse/trunk/src/imlib/visobj.hpp (from /abuse/trunk/src/imlib/include/visobj.hpp:56) 261 A /abuse/trunk/src/imlib/xinclude.h (from /abuse/trunk/src/imlib/include/xinclude.h:56) 262 A /abuse/trunk/src/imlib/xwdread.hpp (from /abuse/trunk/src/imlib/include/xwdread.hpp:56) 263 D /abuse/trunk/src/include 264 A /abuse/trunk/src/intsect.hpp (from /abuse/trunk/src/include/intsect.hpp:56) 265 A /abuse/trunk/src/isllist.hpp (from /abuse/trunk/src/include/isllist.hpp:56) 266 A /abuse/trunk/src/isllist_bak.hpp (from /abuse/trunk/src/include/isllist_bak.hpp:56) 267 A /abuse/trunk/src/items.hpp (from /abuse/trunk/src/include/items.hpp:56) 268 A /abuse/trunk/src/language.hpp (from /abuse/trunk/src/include/language.hpp:56) 269 A /abuse/trunk/src/laser.hpp (from /abuse/trunk/src/include/laser.hpp:56) 270 A /abuse/trunk/src/lcache.hpp (from /abuse/trunk/src/include/lcache.hpp:56) 271 A /abuse/trunk/src/lcaller.hpp (from /abuse/trunk/src/include/lcaller.hpp:56) 272 A /abuse/trunk/src/level.hpp (from /abuse/trunk/src/include/level.hpp:56) 273 A /abuse/trunk/src/light.hpp (from /abuse/trunk/src/include/light.hpp:56) 274 A /abuse/trunk/src/lisp.hpp (from /abuse/trunk/src/include/lisp.hpp:56) 275 A /abuse/trunk/src/lisp2.hpp (from /abuse/trunk/src/include/lisp2.hpp:56) 276 A /abuse/trunk/src/lisp_gc.hpp (from /abuse/trunk/src/include/lisp_gc.hpp:56) 277 A /abuse/trunk/src/lisp_opt.hpp (from /abuse/trunk/src/include/lisp_opt.hpp:56) 278 A /abuse/trunk/src/lmenu.hpp (from /abuse/trunk/src/include/lmenu.hpp:56) 279 A /abuse/trunk/src/loader2.hpp (from /abuse/trunk/src/include/loader2.hpp:56) 280 A /abuse/trunk/src/loadgame.hpp (from /abuse/trunk/src/include/loadgame.hpp:56) 281 A /abuse/trunk/src/menu.hpp (from /abuse/trunk/src/include/menu.hpp:56) 282 A /abuse/trunk/src/morpher.hpp (from /abuse/trunk/src/include/morpher.hpp:56) 283 M /abuse/trunk/src/net/Makefile.am 284 A /abuse/trunk/src/net/endian.hpp (from /abuse/trunk/src/net/include/endian.hpp:49) 285 A /abuse/trunk/src/net/engine.hpp (from /abuse/trunk/src/net/include/engine.hpp:49) 286 A /abuse/trunk/src/net/fileman.hpp (from /abuse/trunk/src/net/include/fileman.hpp:49) 287 A /abuse/trunk/src/net/gclient.hpp (from /abuse/trunk/src/net/include/gclient.hpp:49) 288 A /abuse/trunk/src/net/ghandler.hpp (from /abuse/trunk/src/net/include/ghandler.hpp:49) 289 A /abuse/trunk/src/net/gserver.hpp (from /abuse/trunk/src/net/include/gserver.hpp:49) 290 D /abuse/trunk/src/net/include 291 A /abuse/trunk/src/net/indian.hpp (from /abuse/trunk/src/net/include/indian.hpp:49) 292 A /abuse/trunk/src/net/ipx.hpp (from /abuse/trunk/src/net/include/ipx.hpp:49) 293 A /abuse/trunk/src/net/netdrv.hpp (from /abuse/trunk/src/net/include/netdrv.hpp:49) 294 A /abuse/trunk/src/net/netfile.hpp (from /abuse/trunk/src/net/include/netfile.hpp:49) 295 A /abuse/trunk/src/net/sock.hpp (from /abuse/trunk/src/net/include/sock.hpp:49) 296 A /abuse/trunk/src/net/tcpip.hpp (from /abuse/trunk/src/net/include/tcpip.hpp:49) 297 A /abuse/trunk/src/net/undrv.hpp (from /abuse/trunk/src/net/include/undrv.hpp:49) 298 A /abuse/trunk/src/netcfg.hpp (from /abuse/trunk/src/include/netcfg.hpp:56) 299 A /abuse/trunk/src/netface.hpp (from /abuse/trunk/src/include/netface.hpp:56) 300 A /abuse/trunk/src/nfclient.hpp (from /abuse/trunk/src/include/nfclient.hpp:56) 301 A /abuse/trunk/src/nfserver.hpp (from /abuse/trunk/src/include/nfserver.hpp:56) 302 A /abuse/trunk/src/objects.hpp (from /abuse/trunk/src/include/objects.hpp:56) 303 A /abuse/trunk/src/parse.hpp (from /abuse/trunk/src/include/parse.hpp:56) 304 A /abuse/trunk/src/particle.hpp (from /abuse/trunk/src/include/particle.hpp:56) 305 A /abuse/trunk/src/points.hpp (from /abuse/trunk/src/include/points.hpp:56) 306 A /abuse/trunk/src/profile.hpp (from /abuse/trunk/src/include/profile.hpp:56) 307 A /abuse/trunk/src/property.hpp (from /abuse/trunk/src/include/property.hpp:56) 308 A /abuse/trunk/src/ramfile.hpp (from /abuse/trunk/src/include/ramfile.hpp:56) 309 A /abuse/trunk/src/sbar.hpp (from /abuse/trunk/src/include/sbar.hpp:56) 310 A /abuse/trunk/src/scene.hpp (from /abuse/trunk/src/include/scene.hpp:56) 311 M /abuse/trunk/src/sdlport/Makefile.am 312 A /abuse/trunk/src/seq.hpp (from /abuse/trunk/src/include/seq.hpp:56) 313 A /abuse/trunk/src/server2.hpp (from /abuse/trunk/src/include/server2.hpp:56) 314 A /abuse/trunk/src/specache.hpp (from /abuse/trunk/src/include/specache.hpp:56) 315 A /abuse/trunk/src/stack.hpp (from /abuse/trunk/src/include/stack.hpp:56) 316 A /abuse/trunk/src/text_gui.hpp (from /abuse/trunk/src/include/text_gui.hpp:56) 317 A /abuse/trunk/src/tiles.hpp (from /abuse/trunk/src/include/tiles.hpp:56) 318 A /abuse/trunk/src/transp.hpp (from /abuse/trunk/src/include/transp.hpp:56) 319 A /abuse/trunk/src/view.hpp (from /abuse/trunk/src/include/view.hpp:56) 320 321 * Move each header to the same directory as its corresponding source, to 322 get a better idea of which files are likely to export symbols. 323 324 ------------------------------------------------------------------------ 325 r56 | sam | 2008-03-02 14:03:36 +0000 (Sun, 02 Mar 2008) | 2 lines 326 Changed paths: 327 M /abuse/trunk/src/ability.cpp 328 M /abuse/trunk/src/ant.cpp 329 M /abuse/trunk/src/automap.cpp 330 M /abuse/trunk/src/cache.cpp 331 M /abuse/trunk/src/calctrig.cpp 332 M /abuse/trunk/src/chars.cpp 333 M /abuse/trunk/src/chat.cpp 334 M /abuse/trunk/src/chmorph.cpp 335 M /abuse/trunk/src/client.cpp 336 M /abuse/trunk/src/clisp.cpp 337 M /abuse/trunk/src/collide.cpp 338 M /abuse/trunk/src/compiled.cpp 339 M /abuse/trunk/src/config.cpp 340 M /abuse/trunk/src/console.cpp 341 M /abuse/trunk/src/control.cpp 342 M /abuse/trunk/src/cop.cpp 343 M /abuse/trunk/src/crc.cpp 344 M /abuse/trunk/src/demo.cpp 345 M /abuse/trunk/src/dev.cpp 346 M /abuse/trunk/src/devsel.cpp 347 M /abuse/trunk/src/director.cpp 348 M /abuse/trunk/src/dosnfc.cpp 349 M /abuse/trunk/src/endgame.cpp 350 M /abuse/trunk/src/extend.cpp 351 M /abuse/trunk/src/fnt6x13.cpp 352 M /abuse/trunk/src/game.cpp 353 M /abuse/trunk/src/gamma.cpp 354 M /abuse/trunk/src/go.cpp 355 M /abuse/trunk/src/gui.cpp 356 M /abuse/trunk/src/help.cpp 357 M /abuse/trunk/src/human.cpp 358 M /abuse/trunk/src/imlib/convert.cpp 359 M /abuse/trunk/src/imlib/dprint.cpp 360 M /abuse/trunk/src/imlib/filesel.cpp 361 M /abuse/trunk/src/imlib/filter.cpp 362 M /abuse/trunk/src/imlib/fonts.cpp 363 M /abuse/trunk/src/imlib/gifread.cpp 364 M /abuse/trunk/src/imlib/globals.cpp 365 M /abuse/trunk/src/imlib/glread.cpp 366 M /abuse/trunk/src/imlib/glview.cpp 367 M /abuse/trunk/src/imlib/guistat.cpp 368 M /abuse/trunk/src/imlib/image-24.cpp 369 M /abuse/trunk/src/imlib/image.cpp 370 M /abuse/trunk/src/imlib/image24.cpp 371 M /abuse/trunk/src/imlib/include/bitmap.h 372 M /abuse/trunk/src/imlib/include/conio.h 373 M /abuse/trunk/src/imlib/include/dir.h 374 M /abuse/trunk/src/imlib/include/dos.h 375 M /abuse/trunk/src/imlib/include/doscall.hpp 376 M /abuse/trunk/src/imlib/include/dprint.hpp 377 M /abuse/trunk/src/imlib/include/emm.hpp 378 M /abuse/trunk/src/imlib/include/errs.h 379 M /abuse/trunk/src/imlib/include/event.hpp 380 M /abuse/trunk/src/imlib/include/exitproc.hpp 381 M /abuse/trunk/src/imlib/include/filesel.hpp 382 M /abuse/trunk/src/imlib/include/filter.hpp 383 M /abuse/trunk/src/imlib/include/fonts.hpp 384 M /abuse/trunk/src/imlib/include/gifdecod.hpp 385 M /abuse/trunk/src/imlib/include/gifread.hpp 386 M /abuse/trunk/src/imlib/include/globals.hpp 387 M /abuse/trunk/src/imlib/include/glread.hpp 388 M /abuse/trunk/src/imlib/include/guistat.hpp 389 M /abuse/trunk/src/imlib/include/image.hpp 390 M /abuse/trunk/src/imlib/include/image24.hpp 391 M /abuse/trunk/src/imlib/include/include.hpp 392 M /abuse/trunk/src/imlib/include/input.hpp 393 M /abuse/trunk/src/imlib/include/jdir.hpp 394 M /abuse/trunk/src/imlib/include/jmalloc.hpp 395 M /abuse/trunk/src/imlib/include/jnet.hpp 396 M /abuse/trunk/src/imlib/include/joy.hpp 397 M /abuse/trunk/src/imlib/include/jrand.hpp 398 M /abuse/trunk/src/imlib/include/jwindow.hpp 399 M /abuse/trunk/src/imlib/include/keys.hpp 400 M /abuse/trunk/src/imlib/include/lbmread.hpp 401 M /abuse/trunk/src/imlib/include/linked.hpp 402 M /abuse/trunk/src/imlib/include/loader.hpp 403 M /abuse/trunk/src/imlib/include/macs.hpp 404 M /abuse/trunk/src/imlib/include/main.hpp 405 M /abuse/trunk/src/imlib/include/mdlread.hpp 406 M /abuse/trunk/src/imlib/include/monoprnt.hpp 407 M /abuse/trunk/src/imlib/include/morph.h 408 M /abuse/trunk/src/imlib/include/morph.hpp 409 M /abuse/trunk/src/imlib/include/mouse.hpp 410 M /abuse/trunk/src/imlib/include/packet.hpp 411 M /abuse/trunk/src/imlib/include/palette.hpp 412 M /abuse/trunk/src/imlib/include/pcxread.hpp 413 M /abuse/trunk/src/imlib/include/pmenu.hpp 414 M /abuse/trunk/src/imlib/include/ppmread.hpp 415 M /abuse/trunk/src/imlib/include/readwav.hpp 416 M /abuse/trunk/src/imlib/include/scroller.hpp 417 M /abuse/trunk/src/imlib/include/sdriver.hpp 418 M /abuse/trunk/src/imlib/include/sound.hpp 419 M /abuse/trunk/src/imlib/include/specs.hpp 420 M /abuse/trunk/src/imlib/include/sprite.hpp 421 M /abuse/trunk/src/imlib/include/status.hpp 422 M /abuse/trunk/src/imlib/include/std.h 423 M /abuse/trunk/src/imlib/include/supmorph.hpp 424 M /abuse/trunk/src/imlib/include/system.h 425 M /abuse/trunk/src/imlib/include/targa.hpp 426 M /abuse/trunk/src/imlib/include/texture.hpp 427 M /abuse/trunk/src/imlib/include/timage.hpp 428 M /abuse/trunk/src/imlib/include/timer.hpp 429 M /abuse/trunk/src/imlib/include/timing.hpp 430 M /abuse/trunk/src/imlib/include/tools.hpp 431 M /abuse/trunk/src/imlib/include/video.hpp 432 M /abuse/trunk/src/imlib/include/visobj.hpp 433 M /abuse/trunk/src/imlib/include/xinclude.h 434 M /abuse/trunk/src/imlib/include/xwdread.hpp 435 M /abuse/trunk/src/imlib/include.cpp 436 M /abuse/trunk/src/imlib/input.cpp 437 M /abuse/trunk/src/imlib/jmalloc.cpp 438 M /abuse/trunk/src/imlib/jrand.cpp 439 M /abuse/trunk/src/imlib/jwindow.cpp 440 M /abuse/trunk/src/imlib/keys.cpp 441 M /abuse/trunk/src/imlib/lbmread.cpp 442 M /abuse/trunk/src/imlib/linked.cpp 443 M /abuse/trunk/src/imlib/loader.cpp 444 M /abuse/trunk/src/imlib/mdlread.cpp 445 M /abuse/trunk/src/imlib/morph.cpp 446 M /abuse/trunk/src/imlib/packet.cpp 447 M /abuse/trunk/src/imlib/palette.cpp 448 M /abuse/trunk/src/imlib/pcxread.cpp 449 M /abuse/trunk/src/imlib/pmenu.cpp 450 M /abuse/trunk/src/imlib/ppmread.cpp 451 M /abuse/trunk/src/imlib/readwav.cpp 452 M /abuse/trunk/src/imlib/readxwd.cpp 453 M /abuse/trunk/src/imlib/scroller.cpp 454 M /abuse/trunk/src/imlib/specs.cpp 455 M /abuse/trunk/src/imlib/sprite.cpp 456 M /abuse/trunk/src/imlib/status.cpp 457 M /abuse/trunk/src/imlib/supmorph.cpp 458 M /abuse/trunk/src/imlib/targa.cpp 459 M /abuse/trunk/src/imlib/texture.cpp 460 M /abuse/trunk/src/imlib/timage.cpp 461 M /abuse/trunk/src/imlib/timer.cpp 462 M /abuse/trunk/src/imlib/tools.cpp 463 M /abuse/trunk/src/imlib/tree.cpp 464 M /abuse/trunk/src/imlib/unpackgl.cpp 465 M /abuse/trunk/src/imlib/visobj.cpp 466 M /abuse/trunk/src/imlib/wildargv.cpp 467 M /abuse/trunk/src/imlib/xwdread.cpp 468 M /abuse/trunk/src/include/ability.hpp 469 M /abuse/trunk/src/include/ant.hpp 470 M /abuse/trunk/src/include/automap.hpp 471 M /abuse/trunk/src/include/bus_type.hpp 472 M /abuse/trunk/src/include/cache.hpp 473 M /abuse/trunk/src/include/chars.hpp 474 M /abuse/trunk/src/include/chat.hpp 475 M /abuse/trunk/src/include/chmorph.hpp 476 M /abuse/trunk/src/include/client.hpp 477 M /abuse/trunk/src/include/clisp.hpp 478 M /abuse/trunk/src/include/compiled.hpp 479 M /abuse/trunk/src/include/config.hpp 480 M /abuse/trunk/src/include/console.hpp 481 M /abuse/trunk/src/include/control.hpp 482 M /abuse/trunk/src/include/cop.hpp 483 M /abuse/trunk/src/include/crc.hpp 484 M /abuse/trunk/src/include/demo.hpp 485 M /abuse/trunk/src/include/dev.hpp 486 M /abuse/trunk/src/include/devsel.hpp 487 M /abuse/trunk/src/include/director.hpp 488 M /abuse/trunk/src/include/extend.hpp 489 M /abuse/trunk/src/include/fakelib.hpp 490 M /abuse/trunk/src/include/game.hpp 491 M /abuse/trunk/src/include/gamma.hpp 492 M /abuse/trunk/src/include/go.hpp 493 M /abuse/trunk/src/include/gui.hpp 494 M /abuse/trunk/src/include/help.hpp 495 M /abuse/trunk/src/include/human.hpp 496 M /abuse/trunk/src/include/id.hpp 497 M /abuse/trunk/src/include/intsect.hpp 498 M /abuse/trunk/src/include/isllist.hpp 499 M /abuse/trunk/src/include/isllist_bak.hpp 500 M /abuse/trunk/src/include/items.hpp 501 M /abuse/trunk/src/include/language.hpp 502 M /abuse/trunk/src/include/laser.hpp 503 M /abuse/trunk/src/include/lcache.hpp 504 M /abuse/trunk/src/include/lcaller.hpp 505 M /abuse/trunk/src/include/level.hpp 506 M /abuse/trunk/src/include/light.hpp 507 M /abuse/trunk/src/include/lisp.hpp 508 M /abuse/trunk/src/include/lisp2.hpp 509 M /abuse/trunk/src/include/lisp_gc.hpp 510 M /abuse/trunk/src/include/lisp_opt.hpp 511 M /abuse/trunk/src/include/lmenu.hpp 512 M /abuse/trunk/src/include/loader2.hpp 513 M /abuse/trunk/src/include/loadgame.hpp 514 M /abuse/trunk/src/include/menu.hpp 515 M /abuse/trunk/src/include/morpher.hpp 516 M /abuse/trunk/src/include/netcfg.hpp 517 M /abuse/trunk/src/include/netface.hpp 518 M /abuse/trunk/src/include/nfclient.hpp 519 M /abuse/trunk/src/include/nfserver.hpp 520 M /abuse/trunk/src/include/objects.hpp 521 M /abuse/trunk/src/include/parse.hpp 522 M /abuse/trunk/src/include/particle.hpp 523 M /abuse/trunk/src/include/points.hpp 524 M /abuse/trunk/src/include/profile.hpp 525 M /abuse/trunk/src/include/property.hpp 526 M /abuse/trunk/src/include/ramfile.hpp 527 M /abuse/trunk/src/include/sbar.hpp 528 M /abuse/trunk/src/include/scene.hpp 529 M /abuse/trunk/src/include/seq.hpp 530 M /abuse/trunk/src/include/server2.hpp 531 M /abuse/trunk/src/include/specache.hpp 532 M /abuse/trunk/src/include/stack.hpp 533 M /abuse/trunk/src/include/text_gui.hpp 534 M /abuse/trunk/src/include/tiles.hpp 535 M /abuse/trunk/src/include/transp.hpp 536 M /abuse/trunk/src/include/view.hpp 537 M /abuse/trunk/src/innet.cpp 538 M /abuse/trunk/src/install.cpp 539 M /abuse/trunk/src/intsect.cpp 540 M /abuse/trunk/src/items.cpp 541 M /abuse/trunk/src/keydrv.cpp 542 M /abuse/trunk/src/keytest.cpp 543 M /abuse/trunk/src/language.cpp 544 M /abuse/trunk/src/lcache.cpp 545 M /abuse/trunk/src/lcache2.cpp 546 M /abuse/trunk/src/letters.cpp 547 M /abuse/trunk/src/level.cpp 548 M /abuse/trunk/src/light.cpp 549 M /abuse/trunk/src/lisp.cpp 550 M /abuse/trunk/src/lisp_gc.cpp 551 M /abuse/trunk/src/lisp_mac.cpp 552 M /abuse/trunk/src/lisp_opt.cpp 553 M /abuse/trunk/src/loader2.cpp 554 M /abuse/trunk/src/loadgame.cpp 555 M /abuse/trunk/src/ltree.cpp 556 M /abuse/trunk/src/maker.cpp 557 M /abuse/trunk/src/menu.cpp 558 M /abuse/trunk/src/morpher.cpp 559 M /abuse/trunk/src/net/engine.cpp 560 M /abuse/trunk/src/net/fileman.cpp 561 M /abuse/trunk/src/net/gclient.cpp 562 M /abuse/trunk/src/net/gserver.cpp 563 M /abuse/trunk/src/net/netdrv.cpp 564 M /abuse/trunk/src/net/netfile.cpp 565 M /abuse/trunk/src/net/sock.cpp 566 M /abuse/trunk/src/net/tcpip.cpp 567 M /abuse/trunk/src/net/undrv.cpp 568 M /abuse/trunk/src/netcfg.cpp 569 M /abuse/trunk/src/newlight.cpp 570 M /abuse/trunk/src/nfclient.cpp 571 M /abuse/trunk/src/objects.cpp 572 M /abuse/trunk/src/old.nfclient.cpp 573 M /abuse/trunk/src/old.nfserver.cpp 574 M /abuse/trunk/src/old_earth_menu.cpp 575 M /abuse/trunk/src/old_server.cpp 576 M /abuse/trunk/src/oldhelp.cpp 577 M /abuse/trunk/src/parse.cpp 578 M /abuse/trunk/src/particle.cpp 579 M /abuse/trunk/src/pcxscale.cpp 580 M /abuse/trunk/src/points.cpp 581 M /abuse/trunk/src/profile.cpp 582 M /abuse/trunk/src/property.cpp 583 M /abuse/trunk/src/ramfile.cpp 584 M /abuse/trunk/src/remap.cpp 585 M /abuse/trunk/src/scene.cpp 586 M /abuse/trunk/src/sdlport/event.cpp 587 M /abuse/trunk/src/sdlport/jdir.cpp 588 M /abuse/trunk/src/sdlport/jnet.cpp 589 M /abuse/trunk/src/sdlport/joystick.cpp 590 M /abuse/trunk/src/sdlport/mouse.cpp 591 M /abuse/trunk/src/sdlport/setup.cpp 592 M /abuse/trunk/src/sdlport/setup.h 593 M /abuse/trunk/src/sdlport/sound.cpp 594 M /abuse/trunk/src/sdlport/timing.cpp 595 M /abuse/trunk/src/sdlport/video-overlay.cpp 596 M /abuse/trunk/src/sdlport/video.cpp 597 M /abuse/trunk/src/sensor.cpp 598 M /abuse/trunk/src/seq.cpp 599 M /abuse/trunk/src/server2.cpp 600 M /abuse/trunk/src/setup.cpp 601 M /abuse/trunk/src/smallfnt.cpp 602 M /abuse/trunk/src/smoosh.cpp 603 M /abuse/trunk/src/sndserver.cpp 604 M /abuse/trunk/src/specache.cpp 605 M /abuse/trunk/src/stack.cpp 606 M /abuse/trunk/src/statbar.cpp 607 M /abuse/trunk/src/status.cpp 608 M /abuse/trunk/src/test2.cpp 609 M /abuse/trunk/src/tester.cpp 610 M /abuse/trunk/src/text_gui.cpp 611 M /abuse/trunk/src/transp.cpp 612 M /abuse/trunk/src/trig.cpp 613 M /abuse/trunk/src/unixnfc.cpp 614 M /abuse/trunk/src/username.cpp 615 M /abuse/trunk/src/version.cpp 616 M /abuse/trunk/src/view.cpp 617 618 * Add licensing terms to most C / C++ files (Ref #5). 619 620 ------------------------------------------------------------------------ 621 r48 | sam | 2008-03-02 02:01:00 +0000 (Sun, 02 Mar 2008) | 2 lines 622 Changed paths: 623 M /abuse/trunk 624 625 * Add autom4te.cache to the svn:ignore list. 626 627 ------------------------------------------------------------------------ 628 r43 | sam | 2008-03-02 00:58:48 +0000 (Sun, 02 Mar 2008) | 3 lines 629 Changed paths: 630 M /abuse/trunk/src/calctrig.cpp 631 M /abuse/trunk/src/include/lisp.hpp 632 M /abuse/trunk/src/include/lisp2.hpp 633 M /abuse/trunk/src/lisp.cpp 634 M /abuse/trunk/src/trig.cpp 635 636 * Fix argument types in lisp_cos(), lisp_sin() and lisp_atan() to avoid 637 overflows. Closes #1 #2 #3. 638 639 ------------------------------------------------------------------------ 640 r42 | sam | 2008-03-02 00:17:35 +0000 (Sun, 02 Mar 2008) | 2 lines 641 Changed paths: 642 M /abuse/trunk 643 M /abuse/trunk/Makefile.am 644 D /abuse/trunk/abuse-sdl.6.in 645 A /abuse/trunk/abuse.6.in (from /abuse/trunk/abuse-sdl.6.in:40) 646 M /abuse/trunk/configure.ac 647 M /abuse/trunk/src 648 M /abuse/trunk/src/Makefile.am 649 650 * Rename everything to "abuse" instead of "abuse-sdl". 651 652 ------------------------------------------------------------------------ 653 r41 | sam | 2008-03-02 00:12:38 +0000 (Sun, 02 Mar 2008) | 2 lines 654 Changed paths: 655 M /abuse/trunk 656 M /abuse/trunk/configure.ac 657 M /abuse/trunk/src/cache.cpp 658 M /abuse/trunk/src/sdlport/setup.cpp 659 M /abuse/trunk/src/setup.cpp 660 661 * Generate a config.h file. 662 663 ------------------------------------------------------------------------ 664 r40 | sam | 2008-03-01 23:52:07 +0000 (Sat, 01 Mar 2008) | 4 lines 665 Changed paths: 666 M /abuse/trunk/configure.ac 667 M /abuse/trunk/src/dev.cpp 668 M /abuse/trunk/src/imlib/gifread.cpp 669 M /abuse/trunk/src/imlib/jmalloc.cpp 670 M /abuse/trunk/src/imlib/targa.cpp 671 M /abuse/trunk/src/loader2.cpp 672 M /abuse/trunk/src/net/include/tcpip.hpp 673 M /abuse/trunk/src/net/tcpip.cpp 674 M /abuse/trunk/src/objects.cpp 675 M /abuse/trunk/src/property.cpp 676 M /abuse/trunk/src/view.cpp 677 678 * Fix a few more warnings. 679 * Remove -Wshadow from the warnings because it is too verbose for now. 680 * Remove warning flags that have no meaning in C++. 681 682 ------------------------------------------------------------------------ 683 r39 | sam | 2008-03-01 23:29:06 +0000 (Sat, 01 Mar 2008) | 2 lines 684 Changed paths: 685 M /abuse/trunk/src/ability.cpp 686 M /abuse/trunk/src/cache.cpp 687 M /abuse/trunk/src/chars.cpp 688 M /abuse/trunk/src/chat.cpp 689 M /abuse/trunk/src/clisp.cpp 690 M /abuse/trunk/src/compiled.cpp 691 M /abuse/trunk/src/config.cpp 692 M /abuse/trunk/src/console.cpp 693 M /abuse/trunk/src/cop.cpp 694 M /abuse/trunk/src/dev.cpp 695 M /abuse/trunk/src/director.cpp 696 M /abuse/trunk/src/endgame.cpp 697 M /abuse/trunk/src/game.cpp 698 M /abuse/trunk/src/gamma.cpp 699 M /abuse/trunk/src/gui.cpp 700 M /abuse/trunk/src/imlib/filesel.cpp 701 M /abuse/trunk/src/imlib/fonts.cpp 702 M /abuse/trunk/src/imlib/guistat.cpp 703 M /abuse/trunk/src/imlib/image.cpp 704 M /abuse/trunk/src/imlib/include/filesel.hpp 705 M /abuse/trunk/src/imlib/include/fonts.hpp 706 M /abuse/trunk/src/imlib/include/guistat.hpp 707 M /abuse/trunk/src/imlib/include/image.hpp 708 M /abuse/trunk/src/imlib/include/input.hpp 709 M /abuse/trunk/src/imlib/include/jmalloc.hpp 710 M /abuse/trunk/src/imlib/include/jwindow.hpp 711 M /abuse/trunk/src/imlib/include/keys.hpp 712 M /abuse/trunk/src/imlib/include/pcxread.hpp 713 M /abuse/trunk/src/imlib/include/pmenu.hpp 714 M /abuse/trunk/src/imlib/include/sound.hpp 715 M /abuse/trunk/src/imlib/include/specs.hpp 716 M /abuse/trunk/src/imlib/include/status.hpp 717 M /abuse/trunk/src/imlib/include/timage.hpp 718 M /abuse/trunk/src/imlib/input.cpp 719 M /abuse/trunk/src/imlib/jmalloc.cpp 720 M /abuse/trunk/src/imlib/jwindow.cpp 721 M /abuse/trunk/src/imlib/keys.cpp 722 M /abuse/trunk/src/imlib/pcxread.cpp 723 M /abuse/trunk/src/imlib/pmenu.cpp 724 M /abuse/trunk/src/imlib/specs.cpp 725 M /abuse/trunk/src/imlib/status.cpp 726 M /abuse/trunk/src/imlib/timage.cpp 727 M /abuse/trunk/src/include/ability.hpp 728 M /abuse/trunk/src/include/cache.hpp 729 M /abuse/trunk/src/include/chars.hpp 730 M /abuse/trunk/src/include/config.hpp 731 M /abuse/trunk/src/include/console.hpp 732 M /abuse/trunk/src/include/dev.hpp 733 M /abuse/trunk/src/include/extend.hpp 734 M /abuse/trunk/src/include/game.hpp 735 M /abuse/trunk/src/include/gui.hpp 736 M /abuse/trunk/src/include/items.hpp 737 M /abuse/trunk/src/include/language.hpp 738 M /abuse/trunk/src/include/level.hpp 739 M /abuse/trunk/src/include/light.hpp 740 M /abuse/trunk/src/include/lisp.hpp 741 M /abuse/trunk/src/include/lisp2.hpp 742 M /abuse/trunk/src/include/loadgame.hpp 743 M /abuse/trunk/src/include/netcfg.hpp 744 M /abuse/trunk/src/include/nfserver.hpp 745 M /abuse/trunk/src/include/objects.hpp 746 M /abuse/trunk/src/include/property.hpp 747 M /abuse/trunk/src/include/specache.hpp 748 M /abuse/trunk/src/include/view.hpp 749 M /abuse/trunk/src/innet.cpp 750 M /abuse/trunk/src/items.cpp 751 M /abuse/trunk/src/language.cpp 752 M /abuse/trunk/src/level.cpp 753 M /abuse/trunk/src/light.cpp 754 M /abuse/trunk/src/lisp.cpp 755 M /abuse/trunk/src/loader2.cpp 756 M /abuse/trunk/src/loadgame.cpp 757 M /abuse/trunk/src/menu.cpp 758 M /abuse/trunk/src/net/fileman.cpp 759 M /abuse/trunk/src/net/gserver.cpp 760 M /abuse/trunk/src/net/include/fileman.hpp 761 M /abuse/trunk/src/net/include/sock.hpp 762 M /abuse/trunk/src/net/include/tcpip.hpp 763 M /abuse/trunk/src/net/sock.cpp 764 M /abuse/trunk/src/net/tcpip.cpp 765 M /abuse/trunk/src/netcfg.cpp 766 M /abuse/trunk/src/newlight.cpp 767 M /abuse/trunk/src/nfclient.cpp 768 M /abuse/trunk/src/objects.cpp 769 M /abuse/trunk/src/property.cpp 770 M /abuse/trunk/src/scene.cpp 771 M /abuse/trunk/src/sdlport/event.cpp 772 M /abuse/trunk/src/sdlport/setup.cpp 773 M /abuse/trunk/src/sdlport/sound.cpp 774 M /abuse/trunk/src/server2.cpp 775 M /abuse/trunk/src/setup.cpp 776 M /abuse/trunk/src/specache.cpp 777 M /abuse/trunk/src/text_gui.cpp 778 M /abuse/trunk/src/unixnfc.cpp 779 M /abuse/trunk/src/username.cpp 780 M /abuse/trunk/src/version.cpp 781 M /abuse/trunk/src/view.cpp 782 783 * Fix almost 2,000 warnings by using proper "const" keywords where needed. 784 785 ------------------------------------------------------------------------ 786 r38 | sam | 2008-03-01 19:49:55 +0000 (Sat, 01 Mar 2008) | 2 lines 787 Changed paths: 788 M /abuse/trunk 789 M /abuse/trunk/src 790 M /abuse/trunk/src/imlib 791 M /abuse/trunk/src/net 792 M /abuse/trunk/src/sdlport 793 794 * Fix incomplete svn:ignore properties here and there. 795 796 ------------------------------------------------------------------------ 797 r37 | sam | 2008-03-01 19:47:57 +0000 (Sat, 01 Mar 2008) | 2 lines 798 Changed paths: 799 M /abuse/trunk/configure.ac 800 801 * Activate shitloads of warnings. 802 803 ------------------------------------------------------------------------ 804 r32 | sam | 2008-03-01 14:08:00 +0000 (Sat, 01 Mar 2008) | 6 lines 805 Changed paths: 806 M /abuse/trunk 807 M /abuse/trunk/Makefile.am 808 D /abuse/trunk/aclocal.m4 809 A /abuse/trunk/bootstrap 810 D /abuse/trunk/config.guess 811 D /abuse/trunk/config.sub 812 D /abuse/trunk/configure 813 A /abuse/trunk/configure.ac (from /abuse/trunk/configure.in:27) 814 D /abuse/trunk/configure.in 815 D /abuse/trunk/install-sh 816 D /abuse/trunk/ltmain.sh 817 D /abuse/trunk/missing 818 D /abuse/trunk/mkinstalldirs 819 M /abuse/trunk/src 820 M /abuse/trunk/src/imlib 821 M /abuse/trunk/src/net 822 M /abuse/trunk/src/sdlport 823 824 * Reorganised build system: 825 + Renamed configure.in to configure.ac. 826 + Add a bootstrap script. 827 + Put autotools files in .auto/. 828 + svn:ignore generated files. 829 830 ------------------------------------------------------------------------ 831 r31 | sam | 2008-03-01 13:58:40 +0000 (Sat, 01 Mar 2008) | 2 lines 832 Changed paths: 833 M /abuse/trunk/src/light.cpp 834 835 * Fix invalid file pointer usage, thanks to Kees Cook. 836 837 ------------------------------------------------------------------------ 838 r30 | sam | 2008-03-01 13:58:14 +0000 (Sat, 01 Mar 2008) | 2 lines 839 Changed paths: 840 M /abuse/trunk/src/include/stack.hpp 841 842 * Fix heap corruption and resulting at-exit crash, thanks to Kees Cook. 843 844 ------------------------------------------------------------------------ 845 r29 | sam | 2008-03-01 13:56:07 +0000 (Sat, 01 Mar 2008) | 2 lines 846 Changed paths: 847 M /abuse/trunk/src/version.cpp 848 849 * Fix header inclusion order in version.cpp, thanks to Kees Cook. 850 851 ------------------------------------------------------------------------ 852 r28 | sam | 2008-03-01 13:55:00 +0000 (Sat, 01 Mar 2008) | 2 lines 853 Changed paths: 854 M /abuse/trunk/src/include/compiled.hpp 855 856 * Fix missing long -> int32_t change from an old patch by Maximiliano Curia. 857 858 ------------------------------------------------------------------------ 859 r23 | sam | 2005-11-11 12:05:33 +0000 (Fri, 11 Nov 2005) | 2 lines 860 Changed paths: 861 M /abuse/trunk/src/sdlport/event.cpp 862 863 * Closing the window quits the game. 864 865 ------------------------------------------------------------------------ 866 r22 | sam | 2005-11-10 23:41:50 +0000 (Thu, 10 Nov 2005) | 2 lines 867 Changed paths: 868 D /abuse/trunk/Makefile.in 869 D /abuse/trunk/src/Makefile.in 870 D /abuse/trunk/src/imlib/Makefile.in 871 D /abuse/trunk/src/net/Makefile.in 872 D /abuse/trunk/src/sdlport/Makefile.in 873 874 * removed useless stuff from SVN. 875 876 ------------------------------------------------------------------------ 877 r21 | sam | 2005-11-10 22:58:24 +0000 (Thu, 10 Nov 2005) | 2 lines 878 Changed paths: 879 D /abuse/trunk/src/Makefile.am.bak 880 D /abuse/trunk/src/imlib/Makefile.am.bak 881 D /abuse/trunk/src/sdlport/Makefile.am.bak 882 883 * removed useless files 884 885 ------------------------------------------------------------------------ 886 r20 | sam | 2005-11-10 22:50:40 +0000 (Thu, 10 Nov 2005) | 2 lines 887 Changed paths: 888 M /abuse/trunk/src/include/lcache.hpp 889 M /abuse/trunk/src/lisp.cpp 890 M /abuse/trunk/src/lisp_gc.cpp 891 892 * disabled GC, caching system and custom malloc. 893 894 ------------------------------------------------------------------------ 895 r19 | sam | 2005-11-10 22:01:43 +0000 (Thu, 10 Nov 2005) | 2 lines 896 Changed paths: 897 M /abuse/trunk/src/imlib/image.cpp 898 M /abuse/trunk/src/imlib/include/image.hpp 899 M /abuse/trunk/src/imlib/readwav.cpp 900 M /abuse/trunk/src/include/bus_type.hpp 901 M /abuse/trunk/src/include/lisp.hpp 902 M /abuse/trunk/src/lcache.cpp 903 M /abuse/trunk/src/lisp.cpp 904 905 * cosmetic: s/allign/align/ 906 907 ------------------------------------------------------------------------ 908 r18 | sam | 2005-11-10 20:44:53 +0000 (Thu, 10 Nov 2005) | 2 lines 909 Changed paths: 910 M /abuse/trunk/src/include/objects.hpp 911 M /abuse/trunk/src/level.cpp 912 M /abuse/trunk/src/objects.cpp 913 914 * renamed RC_C RC_S RC_L to RC_8 RC_16 RC_32 915 916 ------------------------------------------------------------------------ 917 r17 | sam | 2005-11-10 20:41:13 +0000 (Thu, 10 Nov 2005) | 2 lines 918 Changed paths: 919 M /abuse/trunk/src/cache.cpp 920 M /abuse/trunk/src/clisp.cpp 921 M /abuse/trunk/src/compiled.cpp 922 M /abuse/trunk/src/cop.cpp 923 M /abuse/trunk/src/crc.cpp 924 M /abuse/trunk/src/demo.cpp 925 M /abuse/trunk/src/dev.cpp 926 M /abuse/trunk/src/director.cpp 927 M /abuse/trunk/src/endgame.cpp 928 M /abuse/trunk/src/extend.cpp 929 M /abuse/trunk/src/game.cpp 930 M /abuse/trunk/src/gamma.cpp 931 M /abuse/trunk/src/go.cpp 932 M /abuse/trunk/src/imlib/filter.cpp 933 M /abuse/trunk/src/imlib/gifread.cpp 934 M /abuse/trunk/src/imlib/glread.cpp 935 M /abuse/trunk/src/imlib/image.cpp 936 M /abuse/trunk/src/imlib/include/image.hpp 937 M /abuse/trunk/src/imlib/include/jmalloc.hpp 938 M /abuse/trunk/src/imlib/include/jwindow.hpp 939 M /abuse/trunk/src/imlib/include/macs.hpp 940 M /abuse/trunk/src/imlib/include/packet.hpp 941 M /abuse/trunk/src/imlib/include/scroller.hpp 942 M /abuse/trunk/src/imlib/include/specs.hpp 943 M /abuse/trunk/src/imlib/include/system.h 944 M /abuse/trunk/src/imlib/include/timage.hpp 945 M /abuse/trunk/src/imlib/jmalloc.cpp 946 M /abuse/trunk/src/imlib/lbmread.cpp 947 M /abuse/trunk/src/imlib/mdlread.cpp 948 M /abuse/trunk/src/imlib/morph.cpp 949 M /abuse/trunk/src/imlib/packet.cpp 950 M /abuse/trunk/src/imlib/palette.cpp 951 M /abuse/trunk/src/imlib/pcxread.cpp 952 M /abuse/trunk/src/imlib/readwav.cpp 953 M /abuse/trunk/src/imlib/readxwd.cpp 954 M /abuse/trunk/src/imlib/scroller.cpp 955 M /abuse/trunk/src/imlib/specs.cpp 956 M /abuse/trunk/src/imlib/targa.cpp 957 M /abuse/trunk/src/imlib/timage.cpp 958 M /abuse/trunk/src/imlib/xwdread.cpp 959 M /abuse/trunk/src/include/cache.hpp 960 M /abuse/trunk/src/include/compiled.hpp 961 M /abuse/trunk/src/include/crc.hpp 962 M /abuse/trunk/src/include/extend.hpp 963 M /abuse/trunk/src/include/fakelib.hpp 964 M /abuse/trunk/src/include/game.hpp 965 M /abuse/trunk/src/include/items.hpp 966 M /abuse/trunk/src/include/level.hpp 967 M /abuse/trunk/src/include/light.hpp 968 M /abuse/trunk/src/include/netface.hpp 969 M /abuse/trunk/src/include/particle.hpp 970 M /abuse/trunk/src/include/transp.hpp 971 M /abuse/trunk/src/include/view.hpp 972 M /abuse/trunk/src/innet.cpp 973 M /abuse/trunk/src/items.cpp 974 M /abuse/trunk/src/lcache.cpp 975 M /abuse/trunk/src/level.cpp 976 M /abuse/trunk/src/light.cpp 977 M /abuse/trunk/src/lisp.cpp 978 M /abuse/trunk/src/lisp_gc.cpp 979 M /abuse/trunk/src/loader2.cpp 980 M /abuse/trunk/src/net/engine.cpp 981 M /abuse/trunk/src/net/fileman.cpp 982 M /abuse/trunk/src/net/gclient.cpp 983 M /abuse/trunk/src/net/gserver.cpp 984 M /abuse/trunk/src/net/include/endian.hpp 985 M /abuse/trunk/src/net/include/fileman.hpp 986 M /abuse/trunk/src/net/include/indian.hpp 987 M /abuse/trunk/src/net/include/ipx.hpp 988 M /abuse/trunk/src/net/netdrv.cpp 989 M /abuse/trunk/src/net/netfile.cpp 990 M /abuse/trunk/src/netcfg.cpp 991 M /abuse/trunk/src/newlight.cpp 992 M /abuse/trunk/src/nfclient.cpp 993 M /abuse/trunk/src/old.nfclient.cpp 994 M /abuse/trunk/src/old.nfserver.cpp 995 M /abuse/trunk/src/old_earth_menu.cpp 996 M /abuse/trunk/src/old_server.cpp 997 M /abuse/trunk/src/particle.cpp 998 M /abuse/trunk/src/profile.cpp 999 M /abuse/trunk/src/server2.cpp 1000 M /abuse/trunk/src/sndserver.cpp 1001 M /abuse/trunk/src/specache.cpp 1002 M /abuse/trunk/src/transp.cpp 1003 M /abuse/trunk/src/unixnfc.cpp 1004 M /abuse/trunk/src/version.cpp 1005 M /abuse/trunk/src/view.cpp 1006 1007 * absolute shitloads of 64 bit fixes. 1008 1009 ------------------------------------------------------------------------ 1010 r16 | sam | 2005-11-10 19:08:09 +0000 (Thu, 10 Nov 2005) | 2 lines 1011 Changed paths: 1012 M /abuse/trunk/src/ant.cpp 1013 M /abuse/trunk/src/clisp.cpp 1014 M /abuse/trunk/src/collide.cpp 1015 M /abuse/trunk/src/cop.cpp 1016 M /abuse/trunk/src/demo.cpp 1017 M /abuse/trunk/src/dev.cpp 1018 M /abuse/trunk/src/game.cpp 1019 M /abuse/trunk/src/include/demo.hpp 1020 M /abuse/trunk/src/include/dev.hpp 1021 M /abuse/trunk/src/include/extend.hpp 1022 M /abuse/trunk/src/include/game.hpp 1023 M /abuse/trunk/src/include/intsect.hpp 1024 M /abuse/trunk/src/include/level.hpp 1025 M /abuse/trunk/src/include/light.hpp 1026 M /abuse/trunk/src/include/lisp.hpp 1027 M /abuse/trunk/src/include/objects.hpp 1028 M /abuse/trunk/src/include/view.hpp 1029 M /abuse/trunk/src/intsect.cpp 1030 M /abuse/trunk/src/level.cpp 1031 M /abuse/trunk/src/light.cpp 1032 M /abuse/trunk/src/lisp.cpp 1033 M /abuse/trunk/src/morpher.cpp 1034 M /abuse/trunk/src/objects.cpp 1035 M /abuse/trunk/src/view.cpp 1036 1037 * shitloads of long -> int32_t changes for 64 bit safety. 1038 1039 ------------------------------------------------------------------------ 1040 r15 | sam | 2005-11-10 19:04:02 +0000 (Thu, 10 Nov 2005) | 2 lines 1041 Changed paths: 1042 M /abuse/trunk/src/imlib/include/palette.hpp 1043 M /abuse/trunk/src/imlib/palette.cpp 1044 1045 * fixed 64 bit issues in palette::getquad and palette::fade_to. 1046 1047 ------------------------------------------------------------------------ 1048 r14 | sam | 2005-11-10 19:02:54 +0000 (Thu, 10 Nov 2005) | 2 lines 1049 Changed paths: 1050 M /abuse/trunk/src/imlib/include/status.hpp 1051 M /abuse/trunk/src/imlib/include/visobj.hpp 1052 1053 * fix C++ warning with classes that have virtual functions but not virtual dtor. 1054 1055 ------------------------------------------------------------------------ 1056 r13 | sam | 2005-11-10 18:17:17 +0000 (Thu, 10 Nov 2005) | 2 lines 1057 Changed paths: 1058 M /abuse/trunk/src/net/gclient.cpp 1059 1060 * fixed bad format string 1061 1062 ------------------------------------------------------------------------ 1063 r12 | sam | 2005-11-10 16:31:21 +0000 (Thu, 10 Nov 2005) | 2 lines 1064 Changed paths: 1065 D /abuse/trunk/libtool 1066 1067 * don't manage libtool using SVN. 1068 1069 ------------------------------------------------------------------------ 1070 r11 | sam | 2005-11-10 16:28:36 +0000 (Thu, 10 Nov 2005) | 2 lines 1071 Changed paths: 1072 M /abuse/trunk/src/include/lisp.hpp 1073 M /abuse/trunk/src/lisp.cpp 1074 M /abuse/trunk/src/sdlport/sound.cpp 1075 1076 * fixed 64 bit issues here and there. 1077 1078 ------------------------------------------------------------------------ 1079 r10 | sam | 2005-11-10 16:24:19 +0000 (Thu, 10 Nov 2005) | 2 lines 1080 Changed paths: 1081 M /abuse/trunk/src/cache.cpp 1082 1083 * cosmetic 1084 1085 ------------------------------------------------------------------------ 1086 r9 | sam | 2005-11-10 16:15:07 +0000 (Thu, 10 Nov 2005) | 2 lines 1087 Changed paths: 1088 M /abuse/trunk/src/game.cpp 1089 M /abuse/trunk/src/loader2.cpp 1090 1091 * minor cosmetic changes 1092 1093 ------------------------------------------------------------------------ 1094 r8 | sam | 2005-11-10 15:50:04 +0000 (Thu, 10 Nov 2005) | 2 lines 1095 Changed paths: 1096 M /abuse/trunk/src/imlib/jmalloc.cpp 1097 M /abuse/trunk/src/light.cpp 1098 1099 * fixed buffer overflows. 1100 1101 ------------------------------------------------------------------------ 1102 r7 | sam | 2005-11-06 18:07:59 +0000 (Sun, 06 Nov 2005) | 2 lines 1103 Changed paths: 1104 M /abuse/trunk/src/imlib/include/specs.hpp 1105 M /abuse/trunk/src/imlib/include/system.h 1106 M /abuse/trunk/src/imlib/jmalloc.cpp 1107 M /abuse/trunk/src/imlib/specs.cpp 1108 1109 * fixed int size issues here and there 1110 1111 ------------------------------------------------------------------------ 1112 r6 | sam | 2005-11-06 17:27:27 +0000 (Sun, 06 Nov 2005) | 2 lines 1113 Changed paths: 1114 M /abuse/trunk/src/sdlport/setup.cpp 1115 1116 * fixed buffer overflow 1117 1118 ------------------------------------------------------------------------ 1119 r5 | sam | 2005-11-06 17:27:09 +0000 (Sun, 06 Nov 2005) | 2 lines 1120 Changed paths: 1121 M /abuse/trunk/src/net/include/sock.hpp 1122 1123 * fixed a warning 1124 1125 ------------------------------------------------------------------------ 1126 r4 | sam | 2005-11-06 10:39:38 +0000 (Sun, 06 Nov 2005) | 2 lines 1127 Changed paths: 1128 M /abuse/trunk/config.guess 1129 M /abuse/trunk/config.sub 1130 M /abuse/trunk/libtool 1131 M /abuse/trunk/src/chars.cpp 1132 M /abuse/trunk/src/collide.cpp 1133 M /abuse/trunk/src/cop.cpp 1134 M /abuse/trunk/src/demo.cpp 1135 M /abuse/trunk/src/dev.cpp 1136 M /abuse/trunk/src/game.cpp 1137 M /abuse/trunk/src/gamma.cpp 1138 M /abuse/trunk/src/imlib/dprint.cpp 1139 M /abuse/trunk/src/imlib/filesel.cpp 1140 M /abuse/trunk/src/imlib/fonts.cpp 1141 M /abuse/trunk/src/imlib/gifread.cpp 1142 M /abuse/trunk/src/imlib/include.cpp 1143 M /abuse/trunk/src/imlib/input.cpp 1144 M /abuse/trunk/src/imlib/jmalloc.cpp 1145 M /abuse/trunk/src/imlib/jwindow.cpp 1146 M /abuse/trunk/src/imlib/keys.cpp 1147 M /abuse/trunk/src/imlib/lbmread.cpp 1148 M /abuse/trunk/src/imlib/palette.cpp 1149 M /abuse/trunk/src/imlib/pmenu.cpp 1150 M /abuse/trunk/src/imlib/scroller.cpp 1151 M /abuse/trunk/src/imlib/specs.cpp 1152 M /abuse/trunk/src/imlib/targa.cpp 1153 M /abuse/trunk/src/imlib/xwdread.cpp 1154 M /abuse/trunk/src/innet.cpp 1155 M /abuse/trunk/src/lcache.cpp 1156 M /abuse/trunk/src/light.cpp 1157 M /abuse/trunk/src/lisp.cpp 1158 M /abuse/trunk/src/lisp_gc.cpp 1159 M /abuse/trunk/src/loader2.cpp 1160 M /abuse/trunk/src/loadgame.cpp 1161 M /abuse/trunk/src/net/gserver.cpp 1162 M /abuse/trunk/src/net/include/fileman.hpp 1163 M /abuse/trunk/src/net/include/gserver.hpp 1164 M /abuse/trunk/src/net/include/tcpip.hpp 1165 M /abuse/trunk/src/net/tcpip.cpp 1166 M /abuse/trunk/src/netcfg.cpp 1167 M /abuse/trunk/src/nfclient.cpp 1168 M /abuse/trunk/src/objects.cpp 1169 M /abuse/trunk/src/sdlport/event.cpp 1170 M /abuse/trunk/src/sdlport/setup.cpp 1171 M /abuse/trunk/src/sdlport/sound.cpp 1172 M /abuse/trunk/src/sdlport/video.cpp 1173 M /abuse/trunk/src/unixnfc.cpp 1174 1175 * debian patches 1176 1177 ------------------------------------------------------------------------ 1178 r2 | sam | 2005-11-05 14:38:39 +0000 (Sat, 05 Nov 2005) | 2 lines 1179 Changed paths: 1180 A /abuse/trunk/AUTHORS 1181 A /abuse/trunk/COPYING 1182 A /abuse/trunk/ChangeLog 1183 A /abuse/trunk/INSTALL 1184 A /abuse/trunk/Makefile.am 1185 A /abuse/trunk/Makefile.in 1186 A /abuse/trunk/NEWS 1187 A /abuse/trunk/README 1188 A /abuse/trunk/TODO 1189 A /abuse/trunk/abuse-sdl.6.in 1190 A /abuse/trunk/abuse.bmp 1191 A /abuse/trunk/abuse.lsp 1192 A /abuse/trunk/abuse.png 1193 A /abuse/trunk/acinclude.m4 1194 A /abuse/trunk/aclocal.m4 1195 A /abuse/trunk/config.guess 1196 A /abuse/trunk/config.sub 1197 A /abuse/trunk/configure 1198 A /abuse/trunk/configure.in 1199 A /abuse/trunk/gamma.lsp 1200 A /abuse/trunk/install-sh 1201 A /abuse/trunk/libtool 1202 A /abuse/trunk/ltmain.sh 1203 A /abuse/trunk/missing 1204 A /abuse/trunk/mkinstalldirs 1205 A /abuse/trunk/osx 1206 A /abuse/trunk/osx/SDLMain.m 1207 A /abuse/trunk/osx/SDLMain.nib 1208 A /abuse/trunk/osx/SDLMain.nib/classes.nib 1209 A /abuse/trunk/osx/SDLMain.nib/info.nib 1210 A /abuse/trunk/osx/SDLMain.nib/objects.nib 1211 A /abuse/trunk/osx/abuse_sdl.pbproj 1212 A /abuse/trunk/osx/abuse_sdl.pbproj/project.pbxproj 1213 A /abuse/trunk/osx/build 1214 A /abuse/trunk/osx/build/intermediates 1215 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex 1216 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/categories.pbxbtree 1217 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/decls.pbxbtree 1218 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/files.pbxbtree 1219 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/imports.pbxbtree 1220 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/pbxindex.header 1221 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/protocols.pbxbtree 1222 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/refs.pbxbtree 1223 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/strings.pbxstrings 1224 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/strings.pbxstrings/control 1225 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/strings.pbxstrings/strings 1226 A /abuse/trunk/osx/build/intermediates/abuse_sdl.pbxindex/subclasses.pbxbtree 1227 A /abuse/trunk/src 1228 A /abuse/trunk/src/Makefile.am 1229 A /abuse/trunk/src/Makefile.am.bak 1230 A /abuse/trunk/src/Makefile.in 1231 A /abuse/trunk/src/ability.cpp 1232 A /abuse/trunk/src/ant.cpp 1233 A /abuse/trunk/src/automap.cpp 1234 A /abuse/trunk/src/cache.cpp 1235 A /abuse/trunk/src/calctrig.cpp 1236 A /abuse/trunk/src/chars.cpp 1237 A /abuse/trunk/src/chat.cpp 1238 A /abuse/trunk/src/chmorph.cpp 1239 A /abuse/trunk/src/client.cpp 1240 A /abuse/trunk/src/clisp.cpp 1241 A /abuse/trunk/src/collide.cpp 1242 A /abuse/trunk/src/compiled.cpp 1243 A /abuse/trunk/src/config.cpp 1244 A /abuse/trunk/src/console.cpp 1245 A /abuse/trunk/src/control.cpp 1246 A /abuse/trunk/src/cop.cpp 1247 A /abuse/trunk/src/crc.cpp 1248 A /abuse/trunk/src/demo.cpp 1249 A /abuse/trunk/src/dev.cpp 1250 A /abuse/trunk/src/devsel.cpp 1251 A /abuse/trunk/src/director.cpp 1252 A /abuse/trunk/src/dosnfc.cpp 1253 A /abuse/trunk/src/endgame.cpp 1254 A /abuse/trunk/src/extend.cpp 1255 A /abuse/trunk/src/fnt6x13.cpp 1256 A /abuse/trunk/src/game.cpp 1257 A /abuse/trunk/src/gamma.cpp 1258 A /abuse/trunk/src/go.cpp 1259 A /abuse/trunk/src/gui.cpp 1260 A /abuse/trunk/src/help.cpp 1261 A /abuse/trunk/src/human.cpp 1262 A /abuse/trunk/src/imlib 1263 A /abuse/trunk/src/imlib/Makefile.am 1264 A /abuse/trunk/src/imlib/Makefile.am.bak 1265 A /abuse/trunk/src/imlib/Makefile.in 1266 A /abuse/trunk/src/imlib/convert.cpp 1267 A /abuse/trunk/src/imlib/decoder.cpp 1268 A /abuse/trunk/src/imlib/dprint.cpp 1269 A /abuse/trunk/src/imlib/filesel.cpp 1270 A /abuse/trunk/src/imlib/filter.cpp 1271 A /abuse/trunk/src/imlib/fonts.cpp 1272 A /abuse/trunk/src/imlib/gifread.cpp 1273 A /abuse/trunk/src/imlib/globals.cpp 1274 A /abuse/trunk/src/imlib/glread.cpp 1275 A /abuse/trunk/src/imlib/glview.cpp 1276 A /abuse/trunk/src/imlib/guistat.cpp 1277 A /abuse/trunk/src/imlib/image-24.cpp 1278 A /abuse/trunk/src/imlib/image.cpp 1279 A /abuse/trunk/src/imlib/image24.cpp 1280 A /abuse/trunk/src/imlib/include 1281 A /abuse/trunk/src/imlib/include/bitmap.h 1282 A /abuse/trunk/src/imlib/include/conio.h 1283 A /abuse/trunk/src/imlib/include/dir.h 1284 A /abuse/trunk/src/imlib/include/dos.h 1285 A /abuse/trunk/src/imlib/include/doscall.hpp 1286 A /abuse/trunk/src/imlib/include/dprint.hpp 1287 A /abuse/trunk/src/imlib/include/emm.hpp 1288 A /abuse/trunk/src/imlib/include/errs.h 1289 A /abuse/trunk/src/imlib/include/event.hpp 1290 A /abuse/trunk/src/imlib/include/exitproc.hpp 1291 A /abuse/trunk/src/imlib/include/filesel.hpp 1292 A /abuse/trunk/src/imlib/include/filter.hpp 1293 A /abuse/trunk/src/imlib/include/fonts.hpp 1294 A /abuse/trunk/src/imlib/include/gifdecod.hpp 1295 A /abuse/trunk/src/imlib/include/gifread.hpp 1296 A /abuse/trunk/src/imlib/include/globals.hpp 1297 A /abuse/trunk/src/imlib/include/glread.hpp 1298 A /abuse/trunk/src/imlib/include/guistat.hpp 1299 A /abuse/trunk/src/imlib/include/image.hpp 1300 A /abuse/trunk/src/imlib/include/image24.hpp 1301 A /abuse/trunk/src/imlib/include/include.hpp 1302 A /abuse/trunk/src/imlib/include/input.hpp 1303 A /abuse/trunk/src/imlib/include/jdir.hpp 1304 A /abuse/trunk/src/imlib/include/jmalloc.hpp 1305 A /abuse/trunk/src/imlib/include/jnet.hpp 1306 A /abuse/trunk/src/imlib/include/joy.hpp 1307 A /abuse/trunk/src/imlib/include/jrand.hpp 1308 A /abuse/trunk/src/imlib/include/jwindow.hpp 1309 A /abuse/trunk/src/imlib/include/keys.hpp 1310 A /abuse/trunk/src/imlib/include/lbmread.hpp 1311 A /abuse/trunk/src/imlib/include/linked.hpp 1312 A /abuse/trunk/src/imlib/include/loader.hpp 1313 A /abuse/trunk/src/imlib/include/macs.hpp 1314 A /abuse/trunk/src/imlib/include/main.hpp 1315 A /abuse/trunk/src/imlib/include/mdlread.hpp 1316 A /abuse/trunk/src/imlib/include/monoprnt.hpp 1317 A /abuse/trunk/src/imlib/include/morph.h 1318 A /abuse/trunk/src/imlib/include/morph.hpp 1319 A /abuse/trunk/src/imlib/include/mouse.hpp 1320 A /abuse/trunk/src/imlib/include/packet.hpp 1321 A /abuse/trunk/src/imlib/include/palette.hpp 1322 A /abuse/trunk/src/imlib/include/pcxread.hpp 1323 A /abuse/trunk/src/imlib/include/pmenu.hpp 1324 A /abuse/trunk/src/imlib/include/ppmread.hpp 1325 A /abuse/trunk/src/imlib/include/readwav.hpp 1326 A /abuse/trunk/src/imlib/include/scroller.hpp 1327 A /abuse/trunk/src/imlib/include/sdriver.hpp 1328 A /abuse/trunk/src/imlib/include/sound.hpp 1329 A /abuse/trunk/src/imlib/include/specs.hpp 1330 A /abuse/trunk/src/imlib/include/sprite.hpp 1331 A /abuse/trunk/src/imlib/include/status.hpp 1332 A /abuse/trunk/src/imlib/include/std.h 1333 A /abuse/trunk/src/imlib/include/supmorph.hpp 1334 A /abuse/trunk/src/imlib/include/system.h 1335 A /abuse/trunk/src/imlib/include/targa.hpp 1336 A /abuse/trunk/src/imlib/include/texture.hpp 1337 A /abuse/trunk/src/imlib/include/timage.hpp 1338 A /abuse/trunk/src/imlib/include/timer.hpp 1339 A /abuse/trunk/src/imlib/include/timing.hpp 1340 A /abuse/trunk/src/imlib/include/tools.hpp 1341 A /abuse/trunk/src/imlib/include/video.hpp 1342 A /abuse/trunk/src/imlib/include/visobj.hpp 1343 A /abuse/trunk/src/imlib/include/xinclude.h 1344 A /abuse/trunk/src/imlib/include/xwdread.hpp 1345 A /abuse/trunk/src/imlib/include.cpp 1346 A /abuse/trunk/src/imlib/input.cpp 1347 A /abuse/trunk/src/imlib/jmalloc.cpp 1348 A /abuse/trunk/src/imlib/jrand.cpp 1349 A /abuse/trunk/src/imlib/jwindow.cpp 1350 A /abuse/trunk/src/imlib/keys.cpp 1351 A /abuse/trunk/src/imlib/lbmread.cpp 1352 A /abuse/trunk/src/imlib/linked.cpp 1353 A /abuse/trunk/src/imlib/loader.cpp 1354 A /abuse/trunk/src/imlib/mdlread.cpp 1355 A /abuse/trunk/src/imlib/morph.cpp 1356 A /abuse/trunk/src/imlib/packet.cpp 1357 A /abuse/trunk/src/imlib/palette.cpp 1358 A /abuse/trunk/src/imlib/pcxread.cpp 1359 A /abuse/trunk/src/imlib/pmenu.cpp 1360 A /abuse/trunk/src/imlib/ppmread.cpp 1361 A /abuse/trunk/src/imlib/readwav.cpp 1362 A /abuse/trunk/src/imlib/readxwd.cpp 1363 A /abuse/trunk/src/imlib/scroller.cpp 1364 A /abuse/trunk/src/imlib/specs.cpp 1365 A /abuse/trunk/src/imlib/sprite.cpp 1366 A /abuse/trunk/src/imlib/status.cpp 1367 A /abuse/trunk/src/imlib/supmorph.cpp 1368 A /abuse/trunk/src/imlib/targa.cpp 1369 A /abuse/trunk/src/imlib/texture.cpp 1370 A /abuse/trunk/src/imlib/timage.cpp 1371 A /abuse/trunk/src/imlib/timer.cpp 1372 A /abuse/trunk/src/imlib/tools.cpp 1373 A /abuse/trunk/src/imlib/tree.cpp 1374 A /abuse/trunk/src/imlib/unpackgl.cpp 1375 A /abuse/trunk/src/imlib/visobj.cpp 1376 A /abuse/trunk/src/imlib/wildargv.cpp 1377 A /abuse/trunk/src/imlib/xwdread.cpp 1378 A /abuse/trunk/src/include 1379 A /abuse/trunk/src/include/ability.hpp 1380 A /abuse/trunk/src/include/ant.hpp 1381 A /abuse/trunk/src/include/automap.hpp 1382 A /abuse/trunk/src/include/bus_type.hpp 1383 A /abuse/trunk/src/include/cache.hpp 1384 A /abuse/trunk/src/include/chars.hpp 1385 A /abuse/trunk/src/include/chat.hpp 1386 A /abuse/trunk/src/include/chmorph.hpp 1387 A /abuse/trunk/src/include/client.hpp 1388 A /abuse/trunk/src/include/clisp.hpp 1389 A /abuse/trunk/src/include/compiled.hpp 1390 A /abuse/trunk/src/include/config.hpp 1391 A /abuse/trunk/src/include/console.hpp 1392 A /abuse/trunk/src/include/control.hpp 1393 A /abuse/trunk/src/include/cop.hpp 1394 A /abuse/trunk/src/include/crc.hpp 1395 A /abuse/trunk/src/include/demo.hpp 1396 A /abuse/trunk/src/include/dev.hpp 1397 A /abuse/trunk/src/include/devsel.hpp 1398 A /abuse/trunk/src/include/director.hpp 1399 A /abuse/trunk/src/include/extend.hpp 1400 A /abuse/trunk/src/include/fakelib.hpp 1401 A /abuse/trunk/src/include/game.hpp 1402 A /abuse/trunk/src/include/gamma.hpp 1403 A /abuse/trunk/src/include/go.hpp 1404 A /abuse/trunk/src/include/gui.hpp 1405 A /abuse/trunk/src/include/help.hpp 1406 A /abuse/trunk/src/include/human.hpp 1407 A /abuse/trunk/src/include/id.hpp 1408 A /abuse/trunk/src/include/intsect.hpp 1409 A /abuse/trunk/src/include/isllist.hpp 1410 A /abuse/trunk/src/include/isllist_bak.hpp 1411 A /abuse/trunk/src/include/items.hpp 1412 A /abuse/trunk/src/include/language.hpp 1413 A /abuse/trunk/src/include/laser.hpp 1414 A /abuse/trunk/src/include/lcache.hpp 1415 A /abuse/trunk/src/include/lcaller.hpp 1416 A /abuse/trunk/src/include/level.hpp 1417 A /abuse/trunk/src/include/light.hpp 1418 A /abuse/trunk/src/include/lisp.hpp 1419 A /abuse/trunk/src/include/lisp2.hpp 1420 A /abuse/trunk/src/include/lisp_gc.hpp 1421 A /abuse/trunk/src/include/lisp_opt.hpp 1422 A /abuse/trunk/src/include/lmenu.hpp 1423 A /abuse/trunk/src/include/loader2.hpp 1424 A /abuse/trunk/src/include/loadgame.hpp 1425 A /abuse/trunk/src/include/menu.hpp 1426 A /abuse/trunk/src/include/morpher.hpp 1427 A /abuse/trunk/src/include/netcfg.hpp 1428 A /abuse/trunk/src/include/netface.hpp 1429 A /abuse/trunk/src/include/nfclient.hpp 1430 A /abuse/trunk/src/include/nfserver.hpp 1431 A /abuse/trunk/src/include/objects.hpp 1432 A /abuse/trunk/src/include/parse.hpp 1433 A /abuse/trunk/src/include/particle.hpp 1434 A /abuse/trunk/src/include/points.hpp 1435 A /abuse/trunk/src/include/profile.hpp 1436 A /abuse/trunk/src/include/property.hpp 1437 A /abuse/trunk/src/include/ramfile.hpp 1438 A /abuse/trunk/src/include/sbar.hpp 1439 A /abuse/trunk/src/include/scene.hpp 1440 A /abuse/trunk/src/include/seq.hpp 1441 A /abuse/trunk/src/include/server2.hpp 1442 A /abuse/trunk/src/include/specache.hpp 1443 A /abuse/trunk/src/include/stack.hpp 1444 A /abuse/trunk/src/include/text_gui.hpp 1445 A /abuse/trunk/src/include/tiles.hpp 1446 A /abuse/trunk/src/include/transp.hpp 1447 A /abuse/trunk/src/include/view.hpp 1448 A /abuse/trunk/src/innet.cpp 1449 A /abuse/trunk/src/install.cpp 1450 A /abuse/trunk/src/intsect.cpp 1451 A /abuse/trunk/src/items.cpp 1452 A /abuse/trunk/src/keydrv.cpp 1453 A /abuse/trunk/src/keytest.cpp 1454 A /abuse/trunk/src/language.cpp 1455 A /abuse/trunk/src/lcache.cpp 1456 A /abuse/trunk/src/lcache2.cpp 1457 A /abuse/trunk/src/letters.cpp 1458 A /abuse/trunk/src/level.cpp 1459 A /abuse/trunk/src/light.cpp 1460 A /abuse/trunk/src/lisp.cpp 1461 A /abuse/trunk/src/lisp_gc.cpp 1462 A /abuse/trunk/src/lisp_mac.cpp 1463 A /abuse/trunk/src/lisp_opt.cpp 1464 A /abuse/trunk/src/loader2.cpp 1465 A /abuse/trunk/src/loadgame.cpp 1466 A /abuse/trunk/src/ltree.cpp 1467 A /abuse/trunk/src/maker.cpp 1468 A /abuse/trunk/src/menu.cpp 1469 A /abuse/trunk/src/morpher.cpp 1470 A /abuse/trunk/src/net 1471 A /abuse/trunk/src/net/Makefile.am 1472 A /abuse/trunk/src/net/Makefile.in 1473 A /abuse/trunk/src/net/engine.cpp 1474 A /abuse/trunk/src/net/fileman.cpp 1475 A /abuse/trunk/src/net/gclient.cpp 1476 A /abuse/trunk/src/net/gserver.cpp 1477 A /abuse/trunk/src/net/include 1478 A /abuse/trunk/src/net/include/endian.hpp 1479 A /abuse/trunk/src/net/include/engine.hpp 1480 A /abuse/trunk/src/net/include/fileman.hpp 1481 A /abuse/trunk/src/net/include/gclient.hpp 1482 A /abuse/trunk/src/net/include/ghandler.hpp 1483 A /abuse/trunk/src/net/include/gserver.hpp 1484 A /abuse/trunk/src/net/include/indian.hpp 1485 A /abuse/trunk/src/net/include/ipx.hpp 1486 A /abuse/trunk/src/net/include/netdrv.hpp 1487 A /abuse/trunk/src/net/include/netfile.hpp 1488 A /abuse/trunk/src/net/include/sock.hpp 1489 A /abuse/trunk/src/net/include/tcpip.hpp 1490 A /abuse/trunk/src/net/include/undrv.hpp 1491 A /abuse/trunk/src/net/netdrv.cpp 1492 A /abuse/trunk/src/net/netfile.cpp 1493 A /abuse/trunk/src/net/sock.cpp 1494 A /abuse/trunk/src/net/tcpip.cpp 1495 A /abuse/trunk/src/net/undrv.cpp 1496 A /abuse/trunk/src/netcfg.cpp 1497 A /abuse/trunk/src/newlight.cpp 1498 A /abuse/trunk/src/nfclient.cpp 1499 A /abuse/trunk/src/objects.cpp 1500 A /abuse/trunk/src/old.nfclient.cpp 1501 A /abuse/trunk/src/old.nfserver.cpp 1502 A /abuse/trunk/src/old_earth_menu.cpp 1503 A /abuse/trunk/src/old_server.cpp 1504 A /abuse/trunk/src/oldhelp.cpp 1505 A /abuse/trunk/src/parse.cpp 1506 A /abuse/trunk/src/particle.cpp 1507 A /abuse/trunk/src/pcxscale.cpp 1508 A /abuse/trunk/src/points.cpp 1509 A /abuse/trunk/src/profile.cpp 1510 A /abuse/trunk/src/property.cpp 1511 A /abuse/trunk/src/ramfile.cpp 1512 A /abuse/trunk/src/remap.cpp 1513 A /abuse/trunk/src/scene.cpp 1514 A /abuse/trunk/src/sdlport 1515 A /abuse/trunk/src/sdlport/Makefile.am 1516 A /abuse/trunk/src/sdlport/Makefile.am.bak 1517 A /abuse/trunk/src/sdlport/Makefile.in 1518 A /abuse/trunk/src/sdlport/event.cpp 1519 A /abuse/trunk/src/sdlport/jdir.cpp 1520 A /abuse/trunk/src/sdlport/jnet.cpp 1521 A /abuse/trunk/src/sdlport/joystick.cpp 1522 A /abuse/trunk/src/sdlport/mouse.cpp 1523 A /abuse/trunk/src/sdlport/setup.cpp 1524 A /abuse/trunk/src/sdlport/setup.h 1525 A /abuse/trunk/src/sdlport/sound.cpp 1526 A /abuse/trunk/src/sdlport/timing.cpp 1527 A /abuse/trunk/src/sdlport/video-overlay.cpp 1528 A /abuse/trunk/src/sdlport/video.cpp 1529 A /abuse/trunk/src/sensor.cpp 1530 A /abuse/trunk/src/seq.cpp 1531 A /abuse/trunk/src/server2.cpp 1532 A /abuse/trunk/src/setup.cpp 1533 A /abuse/trunk/src/smallfnt.cpp 1534 A /abuse/trunk/src/smoosh.cpp 1535 A /abuse/trunk/src/sndserver.cpp 1536 A /abuse/trunk/src/specache.cpp 1537 A /abuse/trunk/src/stack.cpp 1538 A /abuse/trunk/src/statbar.cpp 1539 A /abuse/trunk/src/status.cpp 1540 A /abuse/trunk/src/test2.cpp 1541 A /abuse/trunk/src/tester.cpp 1542 A /abuse/trunk/src/text_gui.cpp 1543 A /abuse/trunk/src/transp.cpp 1544 A /abuse/trunk/src/trig.cpp 1545 A /abuse/trunk/src/unixnfc.cpp 1546 A /abuse/trunk/src/username.cpp 1547 A /abuse/trunk/src/version.cpp 1548 A /abuse/trunk/src/view.cpp 1549 1550 * imported original 0.7.0 tarball 1551 1552 ------------------------------------------------------------------------ 1553 r1 | sam | 2005-11-05 14:38:39 +0000 (Sat, 05 Nov 2005) | 2 lines 1554 Changed paths: 1555 A /abuse 1556 A /abuse/branches 1557 A /abuse/tags 1558 A /abuse/trunk 1559 1560 * Creating repository. 1561 1562 ------------------------------------------------------------------------ 1 Commit: 619 2 Author: Sam Hocevar <sam@hocevar.net> 3 Date: Sun May 8 23:35:56 2011 +0000 4 5 game: allow to load and save 15 games instead of 5. 6 7 data/art/icons.spe | Bin 178505 -> 201845 bytes 8 src/loadgame.cpp | 2 +- 9 2 files changed, 1 insertions(+), 1 deletions(-) 10 11 Commit: 618 12 Author: Sam Hocevar <sam@hocevar.net> 13 Date: Sun May 8 22:55:31 2011 +0000 14 15 doc: update the AUTHORS file. 16 17 AUTHORS | 34 ++++++++++++++++++++++------------ 18 1 files changed, 22 insertions(+), 12 deletions(-) 19 20 Commit: 617 21 Author: Sam Hocevar <sam@hocevar.net> 22 Date: Sun May 8 22:55:27 2011 +0000 23 24 music: open audio device with a better output quality. Even if our 25 sound samples are still only 8-bit, the MIDI music will benefit from it. 26 27 src/sdlport/sound.cpp | 2 +- 28 1 files changed, 1 insertions(+), 1 deletions(-) 29 30 Commit: 616 31 Author: Sam Hocevar <sam@hocevar.net> 32 Date: Sun May 8 22:55:23 2011 +0000 33 34 music: make the HMI decoder closer to the global coding style. 35 36 src/sdlport/hmi.cpp | 174 +++++++++++++++++++++++++------------------------ 37 src/sdlport/hmi.h | 13 ++++- 38 src/sdlport/sound.cpp | 2 +- 39 3 files changed, 102 insertions(+), 87 deletions(-) 40 41 Commit: 615 42 Author: Sam Hocevar <sam@hocevar.net> 43 Date: Sun May 8 22:55:18 2011 +0000 44 45 tool: fix a crash in abuse-tool. 46 47 TODO | 2 -- 48 src/tool/abuse-tool.cpp | 6 +++--- 49 2 files changed, 3 insertions(+), 5 deletions(-) 50 51 Commit: 614 52 Author: Sam Hocevar <sam@hocevar.net> 53 Date: Sun May 8 22:55:14 2011 +0000 54 55 build: add a `--with-assetsdir' configure flag to specify where the 56 game data should be installed. 57 58 PACKAGERS | 11 ++++++++--- 59 configure.ac | 47 ++++++++++++++++++++++++++--------------------- 60 data/Makefile.am | 12 +++++------- 61 src/sdlport/Makefile.am | 7 ++++--- 62 src/sdlport/setup.cpp | 8 ++------ 63 5 files changed, 45 insertions(+), 40 deletions(-) 64 65 Commit: 613 66 Author: Sam Hocevar <sam@hocevar.net> 67 Date: Sun May 8 21:00:39 2011 +0000 68 69 src: remove some unused files and document the remaining few we still have. 70 71 TODO | 35 ++- 72 src/imlib/glview.cpp | 74 ---- 73 src/letters.cpp | 1107 -------------------------------------------------- 74 src/parse.cpp | 168 -------- 75 src/parse.h | 28 -- 76 src/scene.cpp | 716 -------------------------------- 77 src/scene.h | 18 - 78 src/sdlport/jnet.cpp | 57 --- 79 src/sdlport/jnet.h | 66 --- 80 src/status.cpp | 81 ---- 81 src/tester.cpp | 42 -- 82 11 files changed, 27 insertions(+), 2365 deletions(-) 83 84 Commit: 612 85 Author: Sam Hocevar <sam@hocevar.net> 86 Date: Sun May 8 21:00:33 2011 +0000 87 88 doc: move icons to the doc/ subdirectory. 89 90 Makefile.am | 5 +---- 91 abuse.bmp | Bin 4218 -> 0 bytes 92 abuse.png | Bin 768 -> 0 bytes 93 doc/Makefile.am | 5 +++++ 94 doc/abuse.bmp | Bin 0 -> 4218 bytes 95 doc/abuse.png | Bin 0 -> 768 bytes 96 6 files changed, 6 insertions(+), 4 deletions(-) 97 98 Commit: 611 99 Author: Sam Hocevar <sam@hocevar.net> 100 Date: Sun May 8 15:33:00 2011 +0000 101 102 doc: add more detailed copying information. 103 104 COPYING | 354 ++++----------------------------------------------------- 105 COPYING.GPL | 340 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 106 COPYING.WTFPL | 14 +++ 107 Makefile.am | 2 +- 108 4 files changed, 375 insertions(+), 335 deletions(-) 109 110 Commit: 610 111 Author: Sam Hocevar <sam@hocevar.net> 112 Date: Sun May 8 15:32:56 2011 +0000 113 114 doc: put manual pages in the doc/ directory. 115 116 .gitignore | 4 +- 117 Makefile.am | 4 +- 118 abuse-tool.6.in | 56 -------------------- 119 abuse.6.in | 145 --------------------------------------------------- 120 configure.ac | 7 ++- 121 doc/Makefile.am | 3 + 122 doc/abuse-tool.6.in | 56 ++++++++++++++++++++ 123 doc/abuse.6.in | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++ 124 8 files changed, 211 insertions(+), 209 deletions(-) 125 126 Commit: 609 127 Author: Sam Hocevar <sam@hocevar.net> 128 Date: Sun May 8 15:32:52 2011 +0000 129 130 build: allow to specify --disable-nonfree to avoid installing non-free data 131 and build stripped down tarballs. 132 133 INSTALL | 29 ++++++++++++----------------- 134 Makefile.am | 12 +++++++++++- 135 PACKAGERS | 24 ++++++++++++++++++++++++ 136 configure.ac | 13 +++++++++++++ 137 data/Makefile.am | 31 ++++++++++++++++++------------- 138 5 files changed, 78 insertions(+), 31 deletions(-) 139 140 Commit: 608 141 Author: Sam Hocevar <sam@hocevar.net> 142 Date: Sun May 8 15:32:49 2011 +0000 143 144 build: set package version to 0.8. 145 146 configure.ac | 2 +- 147 1 files changed, 1 insertions(+), 1 deletions(-) 148 149 Commit: 607 150 Author: Sam Hocevar <sam@hocevar.net> 151 Date: Sun May 8 15:32:45 2011 +0000 152 153 build: install data in properly named subdirectories. 154 155 data/Makefile.am | 16 ++++++++++++++++ 156 1 files changed, 16 insertions(+), 0 deletions(-) 157 158 Commit: 606 159 Author: Sam Hocevar <sam@hocevar.net> 160 Date: Sun May 8 15:32:41 2011 +0000 161 162 build: ensure that `make dist' distributes all data files. 163 164 Makefile.am | 2 +- 165 configure.ac | 3 +- 166 data/Makefile.am | 269 ++++++++++++++++++++++++++++++++++++++++ 167 data/addon/aliens/aliens.al2 | 11 -- 168 data/addon/aliens/aliens.txt | 11 ++ 169 data/addon/leon/leon.bat | 3 - 170 data/addon/leon/leon.txt | 2 + 171 data/addon/pong/pong.bat | 3 - 172 data/addon/pong/pong.txt | 11 ++- 173 data/addon/pong/pongedit.bat | 3 - 174 data/addon/twist/readme.txt | 82 +++++++------ 175 data/addon/twist/twist.bat | 3 - 176 data/addon/twist/twistedit.bat | 3 - 177 data/addon/twist/twistlev.bat | 3 - 178 data/levels/mac/mvscr | 22 ---- 179 gamma.lsp | 1 - 180 16 files changed, 340 insertions(+), 92 deletions(-) 181 182 Commit: 605 183 Author: Sam Hocevar <sam@hocevar.net> 184 Date: Sun May 8 15:32:32 2011 +0000 185 186 build: fix errors in the makefiles that prevent `make dist' from working. 187 188 src/Makefile.am | 4 +- 189 src/imlib/Makefile.am | 2 +- 190 src/imlib/visobj.cpp | 92 ------------------------------------------------- 191 src/imlib/visobj.h | 40 ++++----------------- 192 4 files changed, 10 insertions(+), 128 deletions(-) 193 194 Commit: 604 195 Author: Sam Hocevar <sam@hocevar.net> 196 Date: Sun May 8 15:32:28 2011 +0000 197 198 doc: write a manual page for abuse-tool. 199 200 .gitignore | 1 + 201 Makefile.am | 4 +- 202 abuse-tool.6.in | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 203 abuse.6.in | 13 +++++++---- 204 configure.ac | 1 + 205 5 files changed, 68 insertions(+), 7 deletions(-) 206 207 Commit: 603 208 Author: Sam Hocevar <sam@hocevar.net> 209 Date: Sun May 8 15:32:24 2011 +0000 210 211 game: refactor the framerate logic so that it predicts framerate based 212 on time averages rather than frames per second averages. 213 214 src/game.cpp | 24 ++++++++++++------------ 215 1 files changed, 12 insertions(+), 12 deletions(-) 216 217 Commit: 602 218 Author: Sam Hocevar <sam@hocevar.net> 219 Date: Sun May 8 10:39:14 2011 +0000 220 221 data: put fRaBs level in the main directory. 222 223 [...] 224 55 files changed, 0 insertions(+), 0 deletions(-) 225 226 Commit: 601 227 Author: Sam Hocevar <sam@hocevar.net> 228 Date: Sun May 8 10:29:51 2011 +0000 229 230 build: minor cleanup in the root directory. 231 232 Makefile.am | 5 ++- 233 abuse.bmp | Bin 3126 -> 4218 bytes 234 abuse.lsp | 62 -------------------------------------------------------- 235 abuse.png | Bin 642 -> 768 bytes 236 data/abuse.lsp | 2 +- 237 5 files changed, 4 insertions(+), 65 deletions(-) 238 239 Commit: 600 240 Author: Sam Hocevar <sam@hocevar.net> 241 Date: Sun May 8 10:22:22 2011 +0000 242 243 build: add svn:ignore property for abuse-tool. 244 245 Commit: 599 246 Author: Sam Hocevar <sam@hocevar.net> 247 Date: Sun May 8 10:18:35 2011 +0000 248 249 data: remove empty directories from the archive. 250 251 Commit: 598 252 Author: Sam Hocevar <sam@hocevar.net> 253 Date: Sun May 8 10:13:33 2011 +0000 254 255 data: merge all Mac Abuse files into the main assets. 256 257 data-mac/art/back/backgrnd.spe | Bin 35418 -> 0 bytes 258 data-mac/art/dev.spe | Bin 13481 -> 0 bytes 259 data-mac/art/endgame.spe | Bin 933739 -> 0 bytes 260 data-mac/art/fonts.spe | Bin 78231 -> 0 bytes 261 data-mac/art/frame.spe | Bin 957914 -> 0 bytes 262 data-mac/art/help.spe | Bin 564104 -> 0 bytes 263 data-mac/art/icons.spe | Bin 127465 -> 0 bytes 264 data-mac/art/smoke.spe | Bin 346549 -> 0 bytes 265 data-mac/art/title.spe | Bin 356357 -> 0 bytes 266 data/art/back/backgrnd.spe | Bin 35418 -> 69013 bytes 267 data/art/dev.spe | Bin 13395 -> 13601 bytes 268 data/art/fonts.spe | Bin 54910 -> 101562 bytes 269 data/art/fore/endgame.spe | Bin 268139 -> 1138621 bytes 270 data/art/frame.spe | Bin 107365 -> 1059581 bytes 271 data/art/help.spe | Bin 320904 -> 384931 bytes 272 data/art/icons.spe | Bin 75071 -> 178505 bytes 273 data/art/smoke.spe | Bin 74564 -> 420350 bytes 274 data/art/title.spe | Bin 539291 -> 831630 bytes 275 18 files changed, 0 insertions(+), 0 deletions(-) 276 277 Commit: 597 278 Author: Sam Hocevar <sam@hocevar.net> 279 Date: Sun May 8 10:13:21 2011 +0000 280 281 data: move level files around. 282 283 [...] 284 116 files changed, 22 insertions(+), 22 deletions(-) 285 286 Commit: 596 287 Author: Sam Hocevar <sam@hocevar.net> 288 Date: Sun May 8 10:13:16 2011 +0000 289 290 data: merge the last fRaBs and Mac addons into the main data directory. 291 292 [...] 293 44 files changed, 281 insertions(+), 379 deletions(-) 294 295 Commit: 595 296 Author: Sam Hocevar <sam@hocevar.net> 297 Date: Sun May 8 10:13:12 2011 +0000 298 299 data: remove old Mac binaries. 300 301 data-mac/Abuse 1.01 | Bin 682439 -> 0 bytes 302 1 files changed, 0 insertions(+), 0 deletions(-) 303 304 Commit: 594 305 Author: Sam Hocevar <sam@hocevar.net> 306 Date: Sun May 8 10:13:08 2011 +0000 307 308 data: merge abuse.lsp from all Abuse versions. 309 310 data-frabs/abuse.lsp | 63 -------------------- 311 data-mac/abuse.lsp | 48 --------------- 312 data/abuse.lsp | 31 ++++++++-- 313 data/addon/twist/lisp/dray.lsp | 11 +--- 314 data/addon/twist/lisp/input.lsp | 123 --------------------------------------- 315 data/addon/twist/twist.lsp | 3 +- 316 data/lisp/input.lsp | 86 +++++++++++++++++++++++++-- 317 7 files changed, 108 insertions(+), 257 deletions(-) 318 319 Commit: 593 320 Author: Sam Hocevar <sam@hocevar.net> 321 Date: Sat May 7 16:40:05 2011 +0000 322 323 data: remove exact duplicates in the Mac Abuse art and level files. 324 325 [...] 326 82 files changed, 0 insertions(+), 256 deletions(-) 327 328 Commit: 592 329 Author: Sam Hocevar <sam@hocevar.net> 330 Date: Sat May 7 16:39:59 2011 +0000 331 332 doc: move Frabs documentation to doc/. 333 334 [...] 335 134 files changed, 6269 insertions(+), 6269 deletions(-) 336 337 Commit: 591 338 Author: Sam Hocevar <sam@hocevar.net> 339 Date: Sat May 7 16:39:49 2011 +0000 340 341 doc: add screenshots of the main maps. 342 343 [...] 344 59 files changed, 0 insertions(+), 0 deletions(-) 345 346 Commit: 590 347 Author: Sam Hocevar <sam@hocevar.net> 348 Date: Sat May 7 15:12:10 2011 +0000 349 350 data: merge registered data into the main data directory. 351 352 [...] 353 43 files changed, 469 insertions(+), 819 deletions(-) 354 355 Commit: 589 356 Author: Sam Hocevar <sam@hocevar.net> 357 Date: Sat May 7 14:06:03 2011 +0000 358 359 data: remove exact duplicate Lisp files, merge all main space Lisp files, 360 and move most frabs addons to the main data directory. 361 362 [...] 363 440 files changed, 11054 insertions(+), 25281 deletions(-) 364 365 Commit: 588 366 Author: Sam Hocevar <sam@hocevar.net> 367 Date: Sat May 7 14:05:55 2011 +0000 368 369 data: move original Abuse files to our main data directory and move 370 the Bong addon for Abuse Mac in there, too. 371 372 [...] 373 137 files changed, 7320 insertions(+), 7335 deletions(-) 374 375 Commit: 587 376 Author: Sam Hocevar <sam@hocevar.net> 377 Date: Sat May 7 14:05:50 2011 +0000 378 379 data: remove the analyser script; its job is finished. 380 381 data/analyze.py | 79 ------------------------------------------------------- 382 1 files changed, 0 insertions(+), 79 deletions(-) 383 384 Commit: 586 385 Author: Sam Hocevar <sam@hocevar.net> 386 Date: Fri May 6 17:55:05 2011 +0000 387 388 data: create an analyzer script to compare level files. 389 390 data/analyze.py | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 391 1 files changed, 79 insertions(+), 0 deletions(-) 392 393 Commit: 585 394 Author: Sam Hocevar <sam@hocevar.net> 395 Date: Fri May 6 17:47:13 2011 +0000 396 397 tool: compute and display SPEC item CRCs. 398 399 src/Makefile.am | 3 +- 400 src/crc.cpp | 18 +++++++-------- 401 src/crc.h | 5 ++- 402 src/tool/abuse-tool.cpp | 53 +++++++++++++++++++++++++++++++++++++++++----- 403 4 files changed, 60 insertions(+), 19 deletions(-) 404 405 Commit: 584 406 Author: Sam Hocevar <sam@hocevar.net> 407 Date: Thu May 5 22:47:36 2011 +0000 408 409 doc: update the TODO list. 410 411 TODO | 14 ++++++++++++++ 412 1 files changed, 14 insertions(+), 0 deletions(-) 413 414 Commit: 583 415 Author: Sam Hocevar <sam@hocevar.net> 416 Date: Thu May 5 22:47:28 2011 +0000 417 418 data: merge the old Abuse and the Frabs artwork, and a little bit of 419 the Mac Abuse artwork. 420 421 [...] 422 261 files changed, 263 insertions(+), 537 deletions(-) 423 424 Commit: 582 425 Author: Sam Hocevar <sam@hocevar.net> 426 Date: Thu May 5 22:47:14 2011 +0000 427 428 data: remove \r and trailing spaces and tabs from all Lisp sources. 429 430 [...] 431 146 files changed, 2509 insertions(+), 2512 deletions(-) 432 433 Commit: 581 434 Author: Sam Hocevar <sam@hocevar.net> 435 Date: Thu May 5 19:35:12 2011 +0000 436 437 data: put all old data in the abuse directory, where the final merging 438 will take place. 439 440 [...] 441 733 files changed, 40393 insertions(+), 0 deletions(-) 442 443 Commit: 579 444 Author: Sam Hocevar <sam@hocevar.net> 445 Date: Thu May 5 10:36:33 2011 +0000 446 447 imlib: refactor the Filter and ColorFilter classes. 448 449 [...] 450 23 files changed, 195 insertions(+), 249 deletions(-) 451 452 Commit: 578 453 Author: Sam Hocevar <sam@hocevar.net> 454 Date: Tue May 3 22:43:26 2011 +0000 455 456 game: make the title text scroll both slower and longer. 457 458 src/game.cpp | 7 ++++--- 459 1 files changed, 4 insertions(+), 3 deletions(-) 460 461 Commit: 577 462 Author: Sam Hocevar <sam@hocevar.net> 463 Date: Tue May 3 13:02:52 2011 +0000 464 465 game: get rid of milli_wait() and rewrite the fixed framerate handling. 466 467 src/ant.cpp | 4 +- 468 src/cop.cpp | 2 +- 469 src/demo.cpp | 2 +- 470 src/game.cpp | 127 +++++++++++++++++++---------------------------- 471 src/imlib/timing.h | 4 -- 472 src/menu.cpp | 4 +- 473 src/netcfg.cpp | 6 ++- 474 src/sdlport/event.cpp | 5 ++- 475 src/sdlport/timing.cpp | 16 ------ 476 9 files changed, 65 insertions(+), 105 deletions(-) 477 478 Commit: 576 479 Author: Sam Hocevar <sam@hocevar.net> 480 Date: Mon May 2 12:28:20 2011 +0000 481 482 game: properly time the fade in and fade out effects, as well as the 483 introduction scrolling. 484 485 src/game.cpp | 56 ++++++++++++++++++++++++++++---------------------------- 486 1 files changed, 28 insertions(+), 28 deletions(-) 487 488 Commit: 575 489 Author: Sam Hocevar <sam@hocevar.net> 490 Date: Mon May 2 11:41:49 2011 +0000 491 492 game: merge fade_in and fade_out into a single template. 493 494 src/game.cpp | 85 +++++++++++++++++++++++++-------------------------------- 495 1 files changed, 37 insertions(+), 48 deletions(-) 496 497 Commit: 574 498 Author: Sam Hocevar <sam@hocevar.net> 499 Date: Mon May 2 11:41:41 2011 +0000 500 501 lol: add the cross-platform Timer class from Lol Engine. 502 503 src/Makefile.am | 1 + 504 src/common.h | 3 + 505 src/lol/timer.cpp | 162 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 506 src/lol/timer.h | 41 +++++++++++++ 507 4 files changed, 207 insertions(+), 0 deletions(-) 508 509 Commit: 573 510 Author: Sam Hocevar <sam@hocevar.net> 511 Date: Sun May 1 23:21:32 2011 +0000 512 513 data: empty abuse-lib and abuse-sfx and add a README note to warn 514 about they deprecation. 515 516 data/icon.ico | Bin 0 -> 766 bytes 517 1 files changed, 0 insertions(+), 0 deletions(-) 518 519 Commit: 572 520 Author: Sam Hocevar <sam@hocevar.net> 521 Date: Sun May 1 23:14:41 2011 +0000 522 523 data: import music files from abuse-data, and remove the ones from 524 abuse-frabs, they're incomplete. 525 526 data/music/abuse00.hmi | Bin 0 -> 6173 bytes 527 data/music/abuse01.hmi | Bin 0 -> 8136 bytes 528 data/music/abuse02.hmi | Bin 0 -> 14553 bytes 529 data/music/abuse03.hmi | Bin 0 -> 8136 bytes 530 data/music/abuse04.hmi | Bin 0 -> 10550 bytes 531 data/music/abuse06.hmi | Bin 0 -> 20577 bytes 532 data/music/abuse08.hmi | Bin 0 -> 32889 bytes 533 data/music/abuse09.hmi | Bin 0 -> 8684 bytes 534 data/music/abuse11.hmi | Bin 0 -> 9684 bytes 535 data/music/abuse13.hmi | Bin 0 -> 9036 bytes 536 data/music/abuse15.hmi | Bin 0 -> 11490 bytes 537 data/music/abuse17.hmi | Bin 0 -> 10628 bytes 538 data/music/intro.hmi | Bin 0 -> 33255 bytes 539 data/music/playhmp.lsp | 3 +++ 540 data/music/victory.hmi | Bin 0 -> 11490 bytes 541 15 files changed, 3 insertions(+), 0 deletions(-) 542 543 Commit: 570 544 Author: Sam Hocevar <sam@hocevar.net> 545 Date: Sun May 1 23:04:56 2011 +0000 546 547 data: import `netlevel' from both abuse-data and abuse-frabs, giving us 548 two sets of multiplayer levels. 549 550 [...] 551 32 files changed, 0 insertions(+), 0 deletions(-) 552 553 Commit: 569 554 Author: Sam Hocevar <sam@hocevar.net> 555 Date: Sun May 1 22:56:38 2011 +0000 556 557 data: import `register' directory from abuse-data. It's exactly the 558 same in all other datasets. 559 560 data/register/alien.spe | Bin 0 -> 36528 bytes 561 data/register/alienb.spe | Bin 0 -> 55429 bytes 562 data/register/ant.lsp | 138 +++++++++++++++++++++++++++++++++++++++++++++ 563 data/register/boss.spe | Bin 0 -> 11822 bytes 564 data/register/english.lsp | 1 + 565 data/register/flyer.lsp | 58 +++++++++++++++++++ 566 data/register/galien.spe | Bin 0 -> 39040 bytes 567 data/register/green2.spe | Bin 0 -> 126448 bytes 568 data/register/micron.vcd | Bin 0 -> 75 bytes 569 data/register/people.lsp | 8 +++ 570 data/register/powerup.lsp | 53 +++++++++++++++++ 571 data/register/tiles.lsp | 40 +++++++++++++ 572 data/register/trees.spe | Bin 0 -> 51410 bytes 573 data/register/trees2.spe | Bin 0 -> 17579 bytes 574 data/register/weapons.lsp | 128 +++++++++++++++++++++++++++++++++++++++++ 575 15 files changed, 426 insertions(+), 0 deletions(-) 576 577 Commit: 568 578 Author: Sam Hocevar <sam@hocevar.net> 579 Date: Sun May 1 22:54:17 2011 +0000 580 581 data: import SFX directory from abuse-mac, and get rid of it in all the 582 other datasets we have. They are all the same anyway, except the Mac 583 version has a voice/ subdirectory. 584 585 [...] 586 98 files changed, 0 insertions(+), 0 deletions(-) 587 588 Commit: 567 589 Author: Sam Hocevar <sam@hocevar.net> 590 Date: Sun May 1 22:49:58 2011 +0000 591 592 imlib: add explicit enum values for easier source code reading. 593 594 src/imlib/specs.h | 46 +++++++++++++++++++++++----------------------- 595 1 files changed, 23 insertions(+), 23 deletions(-) 596 597 Commit: 565 598 Author: Sam Hocevar <sam@hocevar.net> 599 Date: Sat Apr 30 23:12:21 2011 +0000 600 601 core: add more argument types to Min() and Max(). 602 603 src/common.h | 4 ++++ 604 1 files changed, 4 insertions(+), 0 deletions(-) 605 606 Commit: 564 607 Author: Sam Hocevar <sam@hocevar.net> 608 Date: Sat Apr 30 23:12:15 2011 +0000 609 610 tool: fix an off-by-one error in the `put' and `putpcx' commands. 611 612 src/tool/abuse-tool.cpp | 6 +++--- 613 1 files changed, 3 insertions(+), 3 deletions(-) 614 615 Commit: 563 616 Author: Sam Hocevar <sam@hocevar.net> 617 Date: Fri Apr 29 22:49:15 2011 +0000 618 619 lisp: minor refactoring. 620 621 src/lisp/lisp.cpp | 42 ++++++++++++------------------------------ 622 1 files changed, 12 insertions(+), 30 deletions(-) 623 624 Commit: 562 625 Author: Sam Hocevar <sam@hocevar.net> 626 Date: Fri Apr 29 22:24:59 2011 +0000 627 628 music: fix incorrect music volume set upon restart. 629 630 src/game.cpp | 2 +- 631 1 files changed, 1 insertions(+), 1 deletions(-) 632 633 Commit: 561 634 Author: Sam Hocevar <sam@hocevar.net> 635 Date: Fri Apr 29 22:24:57 2011 +0000 636 637 lisp: fix a memory leak in the grow stack objets and refactor the class. 638 639 src/game.cpp | 4 --- 640 src/lisp/lisp.cpp | 38 ++++++++++++++++++---------------- 641 src/lisp/lisp_gc.cpp | 17 ++++++--------- 642 src/lisp/lisp_gc.h | 4 +- 643 src/lisp/stack.h | 54 +++++++++++++++++++++++++------------------------- 644 5 files changed, 56 insertions(+), 61 deletions(-) 645 646 Commit: 560 647 Author: Sam Hocevar <sam@hocevar.net> 648 Date: Fri Apr 29 22:24:53 2011 +0000 649 650 lisp: remove arguments to lisp_init(), they are no longer useful now 651 that we can dynamically resize everything. 652 653 src/game.cpp | 4 ++-- 654 src/lisp/lisp.cpp | 37 ++++++++++++++++++------------------- 655 src/lisp/lisp.h | 2 +- 656 3 files changed, 21 insertions(+), 22 deletions(-) 657 658 Commit: 559 659 Author: Sam Hocevar <sam@hocevar.net> 660 Date: Fri Apr 29 22:24:51 2011 +0000 661 662 lisp: remove space resizing methods, they're useless now that automatic 663 grow works. 664 665 src/lisp/lisp.cpp | 36 ++---------------------------------- 666 src/loader2.cpp | 1 - 667 2 files changed, 2 insertions(+), 35 deletions(-) 668 669 Commit: 558 670 Author: Sam Hocevar <sam@hocevar.net> 671 Date: Fri Apr 29 22:24:47 2011 +0000 672 673 lisp: some refactoring and code removal in the Lisp GC. 674 675 src/lisp/lisp.cpp | 8 ++-- 676 src/lisp/lisp_gc.cpp | 135 +++++++++++++++++++------------------------------ 677 src/lisp/lisp_gc.h | 24 ++++++--- 678 3 files changed, 73 insertions(+), 94 deletions(-) 679 680 Commit: 557 681 Author: Sam Hocevar <sam@hocevar.net> 682 Date: Fri Apr 29 22:24:44 2011 +0000 683 684 lisp: fix a crash in the garbage collection of cons_cells lying outside 685 of main space. 686 687 src/lisp/lisp_gc.cpp | 155 ++++++++++++++++++++++++++------------------------ 688 1 files changed, 80 insertions(+), 75 deletions(-) 689 690 Commit: 556 691 Author: Sam Hocevar <sam@hocevar.net> 692 Date: Fri Apr 29 22:24:41 2011 +0000 693 694 build: fix a spurious newline in configure.ac. 695 696 configure.ac | 4 ++-- 697 1 files changed, 2 insertions(+), 2 deletions(-) 698 699 Commit: 555 700 Author: Sam Hocevar <sam@hocevar.net> 701 Date: Fri Apr 29 19:18:23 2011 +0000 702 703 ps3: make everything compile on the PS3. Of course, nothing links yet 704 because so much support is missing. 705 706 [...] 707 209 files changed, 874 insertions(+), 600 deletions(-) 708 709 Commit: 554 710 Author: Sam Hocevar <sam@hocevar.net> 711 Date: Thu Apr 28 23:39:32 2011 +0000 712 713 lisp: if the Lisp permanent space grows out of memory, grow the space 714 during GCs instead of dying. 715 716 src/game.cpp | 2 +- 717 src/lisp/lisp.cpp | 7 +++++-- 718 src/lisp/lisp_gc.cpp | 8 +++++++- 719 src/lisp/lisp_gc.h | 2 +- 720 4 files changed, 14 insertions(+), 5 deletions(-) 721 722 Commit: 553 723 Author: Sam Hocevar <sam@hocevar.net> 724 Date: Thu Apr 28 23:39:28 2011 +0000 725 726 lisp: remove old debug code. 727 728 src/lisp/lisp_gc.cpp | 23 +---------------------- 729 1 files changed, 1 insertions(+), 22 deletions(-) 730 731 Commit: 552 732 Author: Sam Hocevar <sam@hocevar.net> 733 Date: Thu Apr 28 23:15:09 2011 +0000 734 735 sdlport: use SDL_Mixer to read samples, and get rid of imlib's readwav. 736 737 src/imlib/Makefile.am | 1 - 738 src/imlib/readwav.cpp | 122 ------------------------------------------------- 739 src/imlib/readwav.h | 18 ------- 740 src/sdlport/sound.cpp | 91 +++++++++++++++--------------------- 741 src/sdlport/sound.h | 9 ++-- 742 5 files changed, 42 insertions(+), 199 deletions(-) 743 744 Commit: 551 745 Author: Sam Hocevar <sam@hocevar.net> 746 Date: Thu Apr 28 23:15:05 2011 +0000 747 748 sdlport: make SDL_mixer mandatory. I'm not going to maintain legacy code 749 that cannot even play music. 750 751 configure.ac | 8 +- 752 src/sdlport/sound.cpp | 216 ++----------------------------------------------- 753 src/sdlport/sound.h | 8 +-- 754 3 files changed, 13 insertions(+), 219 deletions(-) 755 756 Commit: 550 757 Author: Sam Hocevar <sam@hocevar.net> 758 Date: Thu Apr 28 22:24:47 2011 +0000 759 760 tool: implement the `type', `put' and `putpcx' commands. 761 762 src/tool/abuse-tool.cpp | 98 ++++++++++++++++++++++++++++++++++++++++++----- 763 1 files changed, 88 insertions(+), 10 deletions(-) 764 765 Commit: 549 766 Author: Sam Hocevar <sam@hocevar.net> 767 Date: Thu Apr 28 22:24:43 2011 +0000 768 769 imlib: bring back the old PCX reading code. 770 771 src/imlib/pcxread.cpp | 97 +++++++++++++++++++++++++++++++++++++++++++++++++ 772 src/imlib/pcxread.h | 1 + 773 2 files changed, 98 insertions(+), 0 deletions(-) 774 775 Commit: 548 776 Author: Sam Hocevar <sam@hocevar.net> 777 Date: Thu Apr 28 22:24:38 2011 +0000 778 779 tool: implement the `rename' and `del' commands. 780 781 src/imlib/specs.cpp | 5 +-- 782 src/tool/abuse-tool.cpp | 58 +++++++++++++++++++++++++++++++++++++--------- 783 2 files changed, 48 insertions(+), 15 deletions(-) 784 785 Commit: 547 786 Author: Sam Hocevar <sam@hocevar.net> 787 Date: Wed Apr 27 23:56:27 2011 +0000 788 789 tool: implement the "getpcx" and "move" commands. 790 791 src/tool/abuse-tool.cpp | 57 +++++++++++++++++++++++++++++++++++++++++++++- 792 1 files changed, 55 insertions(+), 2 deletions(-) 793 794 Commit: 546 795 Author: Sam Hocevar <sam@hocevar.net> 796 Date: Wed Apr 27 23:56:23 2011 +0000 797 798 imlib: implement spec_directory::FullyLoad to force loading all 799 assets into memory. 800 801 src/imlib/specs.cpp | 59 +++++++++++++++++++++++++++++++++++++------------- 802 src/imlib/specs.h | 54 ++++++++++++++++++++++------------------------ 803 2 files changed, 69 insertions(+), 44 deletions(-) 804 805 Commit: 545 806 Author: Sam Hocevar <sam@hocevar.net> 807 Date: Wed Apr 27 23:07:43 2011 +0000 808 809 core: fix a few security issues caused by unchecked string operations, 810 reported in ticket #25. 811 812 src/dev.cpp | 3 ++- 813 src/innet.cpp | 5 ++++- 814 src/loader2.cpp | 10 +++++----- 815 3 files changed, 11 insertions(+), 7 deletions(-) 816 817 Commit: 544 818 Author: Sam Hocevar <sam@hocevar.net> 819 Date: Wed Apr 27 23:07:39 2011 +0000 820 821 imlib: get rid of fast path loading, it was no longer used. We also 822 delete the old cache file we put in the user's directory. 823 824 src/game.cpp | 17 +++------ 825 src/imlib/specs.cpp | 87 ++------------------------------------------------ 826 2 files changed, 10 insertions(+), 94 deletions(-) 827 828 Commit: 543 829 Author: Sam Hocevar <sam@hocevar.net> 830 Date: Sun Apr 24 08:33:50 2011 +0000 831 832 tool: implement `get' in abuse-tool. 833 834 src/tool/abuse-tool.cpp | 121 +++++++++++++++++++++++++++++++++++++++++----- 835 1 files changed, 107 insertions(+), 14 deletions(-) 836 837 Commit: 542 838 Author: Sam Hocevar <sam@hocevar.net> 839 Date: Sun Apr 24 08:33:45 2011 +0000 840 841 imlib: do not set the executable flag on files we create. 842 843 src/imlib/specs.cpp | 4 ++-- 844 1 files changed, 2 insertions(+), 2 deletions(-) 845 846 Commit: 541 847 Author: Sam Hocevar <sam@hocevar.net> 848 Date: Sun Apr 24 08:33:40 2011 +0000 849 850 imlib: rename TImage to TransImage for readability. 851 852 src/cache.h | 2 +- 853 src/game.cpp | 2 +- 854 src/game.h | 2 +- 855 src/go.cpp | 2 +- 856 src/imlib/Makefile.am | 2 +- 857 src/imlib/fonts.cpp | 2 +- 858 src/imlib/fonts.h | 4 +- 859 src/imlib/supmorph.cpp | 6 +- 860 src/imlib/supmorph.h | 4 +- 861 src/imlib/timage.cpp | 361 ---------------------------------------------- 862 src/imlib/timage.h | 72 --------- 863 src/imlib/transimage.cpp | 361 ++++++++++++++++++++++++++++++++++++++++++++++ 864 src/imlib/transimage.h | 72 +++++++++ 865 src/items.cpp | 8 +- 866 src/items.h | 6 +- 867 src/morpher.cpp | 4 +- 868 src/objects.cpp | 14 +- 869 src/objects.h | 2 +- 870 src/scene.cpp | 1 - 871 src/seq.h | 5 +- 872 20 files changed, 466 insertions(+), 466 deletions(-) 873 874 Commit: 540 875 Author: Sam Hocevar <sam@hocevar.net> 876 Date: Sun Apr 24 08:33:34 2011 +0000 877 878 tool: get rid of the specfile additions and implement a general purpose 879 SPEC file edition tool. 880 881 .gitignore | 1 + 882 src/Makefile.am | 7 +++- 883 src/imlib/specs.cpp | 83 ---------------------------------------- 884 src/imlib/specs.h | 2 - 885 src/sdlport/setup.cpp | 5 -- 886 src/tool/abuse-tool.cpp | 97 +++++++++++++++++++++++++++++++++++++++++++++++ 887 6 files changed, 104 insertions(+), 91 deletions(-) 888 889 Commit: 539 890 Author: Sam Hocevar <sam@hocevar.net> 891 Date: Fri Apr 22 22:48:59 2011 +0000 892 893 imlib: implement a small spec file dumper. "abuse -export foo.spe" will 894 extract the contents of the file and create PCX files from the images. 895 896 src/imlib/specs.cpp | 89 +++++++++++++++++++++++++++++++++++++++++++++-- 897 src/imlib/specs.h | 91 ++++++++++++++++++++++++++++--------------------- 898 src/sdlport/setup.cpp | 5 +++ 899 3 files changed, 142 insertions(+), 43 deletions(-) 900 901 Commit: 538 902 Author: Sam Hocevar <sam@hocevar.net> 903 Date: Fri Apr 22 22:48:48 2011 +0000 904 905 game: add enough code to handle 15 save slots instead of 5. The artwork 906 is still missing, though. 907 908 src/loadgame.cpp | 49 +++++++++++++++++++++++++++++-------------------- 909 1 files changed, 29 insertions(+), 20 deletions(-) 910 911 Commit: 537 912 Author: Sam Hocevar <sam@hocevar.net> 913 Date: Fri Apr 22 22:48:45 2011 +0000 914 915 build: try to autodetect SDL_Mixer upon build. 916 917 configure.ac | 14 ++++++++++---- 918 1 files changed, 10 insertions(+), 4 deletions(-) 919 920 Commit: 536 921 Author: Sam Hocevar <sam@hocevar.net> 922 Date: Fri Apr 22 22:48:41 2011 +0000 923 924 sdlport: add some error reporting to the new SDL_Mixer features. 925 926 src/sdlport/sound.cpp | 51 ++++++++++++++++++++++++++++-------------------- 927 1 files changed, 30 insertions(+), 21 deletions(-) 928 929 Commit: 535 930 Author: Sam Hocevar <sam@hocevar.net> 931 Date: Fri Apr 22 19:14:41 2011 +0000 932 933 imlib: fix an old bug in the linked list that used to cause a memory 934 leak because not all elements were destroyed, but now simply crashes. 935 936 src/imlib/linked.cpp | 2 ++ 937 1 files changed, 2 insertions(+), 0 deletions(-) 938 939 Commit: 534 940 Author: Sam Hocevar <sam@hocevar.net> 941 Date: Fri Apr 22 17:32:17 2011 +0000 942 943 imlib: remove a lot of dead code, especially from the linked list and 944 the WAV reader. 945 946 src/clisp.h | 3 +- 947 src/configuration.cpp | 4 - 948 src/imlib/convert.cpp | 52 ------------ 949 src/imlib/image.cpp | 16 ++-- 950 src/imlib/jwindow.h | 1 - 951 src/imlib/linked.cpp | 177 ++++++++++++----------------------------- 952 src/imlib/linked.h | 99 +++++++---------------- 953 src/imlib/palette.cpp | 6 +- 954 src/imlib/readwav.cpp | 210 ++++++++++++++++++------------------------------- 955 src/imlib/readwav.h | 11 +-- 956 src/imlib/specs.h | 6 -- 957 src/imlib/sprite.cpp | 5 + 958 src/imlib/video.cpp | 4 +- 959 src/objects.cpp | 11 --- 960 src/sdlport/sound.cpp | 2 +- 961 src/sdlport/sound.h | 68 +++++++--------- 962 16 files changed, 212 insertions(+), 463 deletions(-) 963 964 Commit: 533 965 Author: Sam Hocevar <sam@hocevar.net> 966 Date: Fri Apr 22 17:32:13 2011 +0000 967 968 imlib: rename trans_image to TImage. The code is now clean enough. 969 970 src/cache.h | 2 +- 971 src/dev.cpp | 2 +- 972 src/devsel.cpp | 4 +- 973 src/endgame.cpp | 4 +- 974 src/game.cpp | 12 ++-- 975 src/game.h | 2 +- 976 src/go.cpp | 2 +- 977 src/imlib/fonts.cpp | 6 +- 978 src/imlib/fonts.h | 2 +- 979 src/imlib/supmorph.cpp | 4 +- 980 src/imlib/supmorph.h | 2 +- 981 src/imlib/timage.cpp | 135 +++++++++++++++++++++++++----------------------- 982 src/imlib/timage.h | 35 ++++++------ 983 src/items.cpp | 6 +- 984 src/items.h | 4 +- 985 src/morpher.cpp | 4 +- 986 src/objects.cpp | 42 ++++++++-------- 987 src/objects.h | 2 +- 988 src/seq.h | 2 +- 989 19 files changed, 138 insertions(+), 134 deletions(-) 990 991 Commit: 532 992 Author: Sam Hocevar <sam@hocevar.net> 993 Date: Fri Apr 22 17:32:09 2011 +0000 994 995 imlib: reimplement trans_image::put_scan_line so that it uses the 996 common template for all blitting functions. 997 998 src/go.cpp | 2 +- 999 src/imlib/timage.cpp | 119 ++++++++++--------------------------------------- 1000 src/imlib/timage.h | 96 ++++++++++++++++++++-------------------- 1001 src/objects.cpp | 2 +- 1002 4 files changed, 76 insertions(+), 143 deletions(-) 1003 1004 Commit: 531 1005 Author: Sam Hocevar <sam@hocevar.net> 1006 Date: Fri Apr 22 17:32:05 2011 +0000 1007 1008 imlib: simplify trans_image::make_image and rewrite the constructor. 1009 1010 src/imlib/timage.cpp | 166 +++++++++++++++++++++++--------------------------- 1011 src/imlib/timage.h | 9 ++- 1012 src/morpher.cpp | 4 +- 1013 3 files changed, 83 insertions(+), 96 deletions(-) 1014 1015 Commit: 530 1016 Author: Sam Hocevar <sam@hocevar.net> 1017 Date: Fri Apr 22 17:32:01 2011 +0000 1018 1019 imlib: remove trans_image::put_image_offseted, it's simply a version 1020 of PutImage that skips the bounds checks. Yaddah yaddah modern hardware 1021 blah. 1022 1023 src/game.cpp | 6 +----- 1024 src/imlib/timage.cpp | 39 --------------------------------------- 1025 src/imlib/timage.h | 4 ---- 1026 3 files changed, 1 insertions(+), 48 deletions(-) 1027 1028 Commit: 529 1029 Author: Sam Hocevar <sam@hocevar.net> 1030 Date: Fri Apr 22 02:15:08 2011 +0000 1031 1032 imlib: remove unused bFILE::set_read_buffer_size. 1033 1034 src/imlib/specs.cpp | 10 ---------- 1035 src/imlib/specs.h | 1 - 1036 2 files changed, 0 insertions(+), 11 deletions(-) 1037 1038 Commit: 528 1039 Author: Sam Hocevar <sam@hocevar.net> 1040 Date: Fri Apr 22 02:13:08 2011 +0000 1041 1042 imlib: merge almost all trans_image blit methods into one large template 1043 function and refactor them for size. 1044 1045 src/dev.cpp | 2 +- 1046 src/devsel.cpp | 4 +- 1047 src/endgame.cpp | 4 +- 1048 src/game.cpp | 8 +- 1049 src/imlib/fonts.cpp | 4 +- 1050 src/imlib/timage.cpp | 826 +++++++++----------------------------------------- 1051 src/imlib/timage.h | 40 ++- 1052 src/objects.cpp | 14 +- 1053 8 files changed, 184 insertions(+), 718 deletions(-) 1054 1055 Commit: 527 1056 Author: Sam Hocevar <sam@hocevar.net> 1057 Date: Fri Apr 22 02:13:04 2011 +0000 1058 1059 imlib: some cleaning up in trans_image before I templatise half of it. 1060 1061 src/clisp.cpp | 6 +- 1062 src/cop.cpp | 6 +- 1063 src/dev.cpp | 2 +- 1064 src/devsel.cpp | 4 +- 1065 src/imlib/supmorph.cpp | 16 +++--- 1066 src/imlib/timage.cpp | 158 ++++++++++++++++++++++-------------------------- 1067 src/imlib/timage.h | 24 +++---- 1068 src/items.cpp | 8 +-- 1069 src/items.h | 25 ++------ 1070 src/level.cpp | 2 +- 1071 src/loader2.cpp | 4 +- 1072 src/objects.cpp | 32 +++++----- 1073 src/objects.h | 2 +- 1074 src/seq.cpp | 14 ++--- 1075 src/seq.h | 2 +- 1076 15 files changed, 136 insertions(+), 169 deletions(-) 1077 1078 Commit: 526 1079 Author: Sam Hocevar <sam@hocevar.net> 1080 Date: Fri Apr 22 02:13:00 2011 +0000 1081 1082 imlib: get rid of temporary memory allocations in image::FlipX() 1083 and image::FlipY(). 1084 1085 src/imlib/image.cpp | 57 ++++++++++++++++++++++++-------------------------- 1086 src/imlib/image.h | 4 +- 1087 src/items.cpp | 2 +- 1088 3 files changed, 30 insertions(+), 33 deletions(-) 1089 1090 Commit: 525 1091 Author: Sam Hocevar <sam@hocevar.net> 1092 Date: Fri Apr 22 02:12:56 2011 +0000 1093 1094 core: replace all byte swapping macros with inline functions. 1095 1096 src/common.h | 28 ++++++++++------------------ 1097 src/imlib/specs.cpp | 47 ++++++++++------------------------------------- 1098 src/imlib/specs.h | 4 ---- 1099 3 files changed, 20 insertions(+), 59 deletions(-) 1100 1101 Commit: 524 1102 Author: Sam Hocevar <sam@hocevar.net> 1103 Date: Fri Apr 22 02:12:53 2011 +0000 1104 1105 core: Get rid of mostly useless headers, move endianness handling to 1106 common.h (and rewrite functions so that they do not need the SDL headers) 1107 and move a few functions out of sdlport's video.cpp. These functions 1108 were in the original video.cpp (which reappears) and shouldn't be part 1109 of the SDL port. 1110 1111 [...] 1112 59 files changed, 135 insertions(+), 233 deletions(-) 1113 1114 Commit: 523 1115 Author: Sam Hocevar <sam@hocevar.net> 1116 Date: Fri Apr 22 02:12:48 2011 +0000 1117 1118 imlib: remove dead code. 1119 1120 src/game.cpp | 4 +- 1121 src/imlib/filter.cpp | 4 +- 1122 src/imlib/image.cpp | 183 +++++------------------------------------------- 1123 src/imlib/image.h | 31 +-------- 1124 src/imlib/include.cpp | 6 +- 1125 src/imlib/pcxread.cpp | 7 +-- 1126 src/imlib/video.h | 1 - 1127 src/loader2.cpp | 2 +- 1128 src/loadgame.cpp | 2 +- 1129 src/sdlport/video.cpp | 1 - 1130 10 files changed, 29 insertions(+), 212 deletions(-) 1131 1132 Commit: 522 1133 Author: Sam Hocevar <sam@hocevar.net> 1134 Date: Fri Apr 22 02:12:43 2011 +0000 1135 1136 imlib: change loop logic here and there to be nicer to the cache. 1137 1138 src/imlib/image.cpp | 49 ++++++++++++++++++++----------------------------- 1139 1 files changed, 20 insertions(+), 29 deletions(-) 1140 1141 Commit: 521 1142 Author: Sam Hocevar <sam@hocevar.net> 1143 Date: Thu Apr 21 19:03:06 2011 +0000 1144 1145 imlib: remove unused image::make_color and timage::make_color. They were 1146 probably used for debugging purposes, but we can still revive them when 1147 we need them. 1148 1149 src/imlib/image.cpp | 14 -------------- 1150 src/imlib/image.h | 1 - 1151 src/imlib/timage.cpp | 21 --------------------- 1152 src/imlib/timage.h | 1 - 1153 4 files changed, 0 insertions(+), 37 deletions(-) 1154 1155 Commit: 520 1156 Author: Sam Hocevar <sam@hocevar.net> 1157 Date: Thu Apr 21 19:03:02 2011 +0000 1158 1159 imlib: refactor and simplify trans_image::ClipToLine(). 1160 1161 src/imlib/timage.cpp | 88 ++++++++++++++++++++++---------------------------- 1162 src/imlib/timage.h | 6 ++- 1163 2 files changed, 43 insertions(+), 51 deletions(-) 1164 1165 Commit: 519 1166 Author: Sam Hocevar <sam@hocevar.net> 1167 Date: Wed Apr 20 21:39:47 2011 +0000 1168 1169 core: fix a few useless casts. 1170 1171 src/imlib/event.h | 2 +- 1172 src/imlib/image.cpp | 10 +++++----- 1173 src/imlib/linked.h | 17 ++++++++--------- 1174 src/imlib/palette.cpp | 6 +++--- 1175 src/imlib/sprite.cpp | 8 ++++---- 1176 src/objects.cpp | 24 +++++++++++++----------- 1177 src/sdlport/event.cpp | 4 ++-- 1178 src/sdlport/video.cpp | 2 +- 1179 src/unixnfc.cpp | 2 +- 1180 9 files changed, 38 insertions(+), 37 deletions(-) 1181 1182 Commit: 518 1183 Author: Sam Hocevar <sam@hocevar.net> 1184 Date: Wed Apr 20 19:02:33 2011 +0000 1185 1186 imlib: refactor dirty_rect clipping coordiantes so that the upper 1187 bound is no longer inclusive. It will make things easier in the future. 1188 1189 [...] 1190 23 files changed, 579 insertions(+), 591 deletions(-) 1191 1192 Commit: 517 1193 Author: Sam Hocevar <sam@hocevar.net> 1194 Date: Wed Apr 20 19:02:29 2011 +0000 1195 1196 imlib: get rid of deprecated morph source files. 1197 1198 src/imlib/morph.cpp | 915 --------------------------------------------------- 1199 src/imlib/morph.h | 52 --- 1200 src/imlib/morph.hpp | 112 ------- 1201 3 files changed, 0 insertions(+), 1079 deletions(-) 1202 1203 Commit: 516 1204 Author: Sam Hocevar <sam@hocevar.net> 1205 Date: Wed Apr 20 19:02:25 2011 +0000 1206 1207 lol: import newer matrix.h from Lol Engine. 1208 1209 src/lol/matrix.h | 16 ++++++++++------ 1210 1 files changed, 10 insertions(+), 6 deletions(-) 1211 1212 Commit: 515 1213 Author: Sam Hocevar <sam@hocevar.net> 1214 Date: Wed Apr 20 19:02:21 2011 +0000 1215 1216 imlib: image::Pixel and image::PutPixel now use vec2i arguments. 1217 1218 src/automap.cpp | 21 ++-- 1219 src/dev.cpp | 12 +- 1220 src/endgame.cpp | 10 +- 1221 src/game.cpp | 24 ++-- 1222 src/imlib/filter.cpp | 13 +- 1223 src/imlib/image.cpp | 298 ++++++++++++++++++++++++------------------------ 1224 src/imlib/image.h | 35 +++--- 1225 src/imlib/include.cpp | 2 +- 1226 src/imlib/scroller.cpp | 4 +- 1227 src/imlib/timage.cpp | 56 +++++----- 1228 src/items.cpp | 2 +- 1229 src/level.cpp | 4 +- 1230 src/light.cpp | 4 +- 1231 src/menu.cpp | 8 +- 1232 src/particle.cpp | 12 +- 1233 src/sdlport/video.cpp | 30 +---- 1234 16 files changed, 256 insertions(+), 279 deletions(-) 1235 1236 Commit: 514 1237 Author: Sam Hocevar <sam@hocevar.net> 1238 Date: Wed Apr 20 19:02:17 2011 +0000 1239 1240 sdlport: get rid of video-overlay.cpp, having a separate file for this 1241 feature is wrong anyway. 1242 1243 src/sdlport/video-overlay.cpp | 445 ----------------------------------------- 1244 1 files changed, 0 insertions(+), 445 deletions(-) 1245 1246 Commit: 513 1247 Author: Sam Hocevar <sam@hocevar.net> 1248 Date: Wed Apr 20 06:32:26 2011 +0000 1249 1250 imlib: some more vec2i transition for simplicity. 1251 1252 src/dev.cpp | 5 +- 1253 src/devsel.cpp | 2 +- 1254 src/endgame.cpp | 6 +- 1255 src/game.cpp | 2 +- 1256 src/imlib/fonts.cpp | 2 +- 1257 src/imlib/image.cpp | 273 ++++++++++++++++++++++------------------------ 1258 src/imlib/image.h | 27 ++--- 1259 src/imlib/jwindow.cpp | 4 +- 1260 src/imlib/sprite.cpp | 8 +- 1261 src/imlib/timage.cpp | 2 +- 1262 src/items.cpp | 2 +- 1263 src/level.cpp | 2 +- 1264 src/loader2.cpp | 19 ++-- 1265 src/loadgame.cpp | 2 +- 1266 src/menu.cpp | 4 +- 1267 src/sdlport/mouse.cpp | 4 +- 1268 src/sdlport/video.cpp | 12 +- 1269 src/ui/volumewindow.cpp | 2 +- 1270 src/view.cpp | 2 +- 1271 19 files changed, 182 insertions(+), 198 deletions(-) 1272 1273 Commit: 512 1274 Author: Sam Hocevar <sam@hocevar.net> 1275 Date: Tue Apr 19 22:39:27 2011 +0000 1276 1277 imlib: use vec2i for image::size and unroll all necessary changes 1278 everywhere else in the code. 1279 1280 [...] 1281 70 files changed, 450 insertions(+), 331 deletions(-) 1282 1283 Commit: 511 1284 Author: Sam Hocevar <sam@hocevar.net> 1285 Date: Tue Apr 19 22:39:22 2011 +0000 1286 1287 build: no longer warn about aggregate return values. 1288 1289 configure.ac | 2 +- 1290 1 files changed, 1 insertions(+), 1 deletions(-) 1291 1292 Commit: 510 1293 Author: Sam Hocevar <sam@hocevar.net> 1294 Date: Tue Apr 19 22:39:17 2011 +0000 1295 1296 imlib: get rid of unused bitmap.h, conio.h and main.h. 1297 1298 src/imlib/Makefile.am | 2 +- 1299 src/imlib/bitmap.h | 18 ------------------ 1300 src/imlib/conio.h | 16 ---------------- 1301 src/imlib/main.h | 15 --------------- 1302 4 files changed, 1 insertions(+), 50 deletions(-) 1303 1304 Commit: 509 1305 Author: Sam Hocevar <sam@hocevar.net> 1306 Date: Tue Apr 19 22:39:13 2011 +0000 1307 1308 core: import matrix.h from the Lol Engine. It's going to be useful. 1309 1310 src/Makefile.am | 4 + 1311 src/common.h | 18 ++++ 1312 src/lol/matrix.cpp | 170 ++++++++++++++++++++++++++++++ 1313 src/lol/matrix.h | 289 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1314 4 files changed, 481 insertions(+), 0 deletions(-) 1315 1316 Commit: 508 1317 Author: Sam Hocevar <sam@hocevar.net> 1318 Date: Tue Apr 19 22:39:07 2011 +0000 1319 1320 sdlport: fix a crash in the command line parsing. 1321 1322 src/sdlport/setup.cpp | 6 +++--- 1323 1 files changed, 3 insertions(+), 3 deletions(-) 1324 1325 Commit: 507 1326 Author: Sam Hocevar <sam@hocevar.net> 1327 Date: Tue Apr 19 17:13:51 2011 +0000 1328 1329 game: coding style fixes to the main loop. 1330 1331 src/game.cpp | 229 +++++++++++++++++++++++----------------------------------- 1332 1 files changed, 89 insertions(+), 140 deletions(-) 1333 1334 Commit: 506 1335 Author: Sam Hocevar <sam@hocevar.net> 1336 Date: Mon Apr 18 13:37:17 2011 +0000 1337 1338 cache: get rid of more Lisp cache code. 1339 1340 src/cache.cpp | 93 +++++++------------------------------------------------- 1341 src/cache.h | 5 +-- 1342 2 files changed, 13 insertions(+), 85 deletions(-) 1343 1344 Commit: 505 1345 Author: Sam Hocevar <sam@hocevar.net> 1346 Date: Mon Apr 18 13:37:12 2011 +0000 1347 1348 cache: fix a potential crash in CacheList::unreg. 1349 1350 src/cache.cpp | 14 +++++++------- 1351 1 files changed, 7 insertions(+), 7 deletions(-) 1352 1353 Commit: 504 1354 Author: Sam Hocevar <sam@hocevar.net> 1355 Date: Mon Apr 18 13:03:52 2011 +0000 1356 1357 lisp: always align the lisp allocator results, even on x86 or architectures 1358 that have hardware realignment. Get rid of now useless bus_type.h. 1359 1360 osx/abuse.xcodeproj/project.pbxproj | 2 - 1361 src/Makefile.am | 2 +- 1362 src/bus_type.h | 46 ------------------------------- 1363 src/lcache.cpp | 1 - 1364 src/lisp/lisp.cpp | 52 ++++++++++++++++------------------- 1365 src/lisp/lisp.h | 6 ++-- 1366 6 files changed, 28 insertions(+), 81 deletions(-) 1367 1368 Commit: 503 1369 Author: Sam Hocevar <sam@hocevar.net> 1370 Date: Mon Apr 18 13:03:48 2011 +0000 1371 1372 cache: fix a crash caused by empty SFX objects being reused for other 1373 purposes but still being deleted later on. 1374 1375 src/cache.cpp | 236 ++++++++++++++++++++++++++----------------------------- 1376 src/cache.h | 18 ++-- 1377 src/loader2.cpp | 4 +- 1378 src/seq.cpp | 2 +- 1379 4 files changed, 124 insertions(+), 136 deletions(-) 1380 1381 Commit: 502 1382 Author: Sam Hocevar <sam@hocevar.net> 1383 Date: Mon Apr 18 13:03:44 2011 +0000 1384 1385 lisp: remove debug information from the garbage collector. 1386 1387 src/lisp/lisp.cpp | 2 -- 1388 1 files changed, 0 insertions(+), 2 deletions(-) 1389 1390 Commit: 501 1391 Author: Sam Hocevar <sam@hocevar.net> 1392 Date: Mon Apr 18 01:22:27 2011 +0000 1393 1394 lisp: properly manage user functions and reactivate garbage collector. 1395 1396 src/game.cpp | 3 -- 1397 src/lisp/lisp.cpp | 58 +++++++++---------------------------------------- 1398 src/lisp/lisp.h | 12 +-------- 1399 src/lisp/lisp_gc.cpp | 19 +++++----------- 1400 4 files changed, 19 insertions(+), 73 deletions(-) 1401 1402 Commit: 500 1403 Author: Sam Hocevar <sam@hocevar.net> 1404 Date: Mon Apr 18 01:22:21 2011 +0000 1405 1406 cache: get rid of the lisp cache code, it cannot be used properly as 1407 it conflicts with the garbage collector: cached data contains pointers 1408 that would need to be updated at each collect. 1409 1410 src/cache.cpp | 102 +++++--------------------------------------------------- 1411 src/lcache.h | 6 --- 1412 2 files changed, 10 insertions(+), 98 deletions(-) 1413 1414 Commit: 499 1415 Author: Sam Hocevar <sam@hocevar.net> 1416 Date: Sun Apr 17 21:57:07 2011 +0000 1417 1418 lisp: implement LSymbol::EvalUserFunction and ensure all local pointers 1419 are protected against collection. 1420 1421 src/ant.cpp | 2 +- 1422 src/lisp/lisp.cpp | 174 +++++++++++++++++++++++++++-------------------------- 1423 src/lisp/lisp.h | 2 +- 1424 src/objects.cpp | 4 +- 1425 src/view.cpp | 2 +- 1426 5 files changed, 94 insertions(+), 90 deletions(-) 1427 1428 Commit: 498 1429 Author: Sam Hocevar <sam@hocevar.net> 1430 Date: Sun Apr 17 21:57:03 2011 +0000 1431 1432 lisp: implement LSysFunction::EvalFunction and ensure all local pointers 1433 are protected against collection. 1434 1435 src/lisp/lisp.cpp | 1824 ++++++++++++++++++++++++++++------------------------- 1436 src/lisp/lisp.h | 4 + 1437 2 files changed, 979 insertions(+), 849 deletions(-) 1438 1439 Commit: 497 1440 Author: Sam Hocevar <sam@hocevar.net> 1441 Date: Sun Apr 17 21:56:59 2011 +0000 1442 1443 lisp: implement LSymbol::EvalFunction and ensure all local pointers are 1444 protected against collection. 1445 1446 src/cache.cpp | 2 +- 1447 src/clisp.cpp | 6 +- 1448 src/cop.cpp | 10 +- 1449 src/game.cpp | 4 +- 1450 src/level.cpp | 4 +- 1451 src/lisp/lisp.cpp | 219 +++++++++++++++++++++++++------------------------- 1452 src/lisp/lisp.h | 3 +- 1453 src/lisp/lisp_gc.cpp | 2 +- 1454 src/objects.cpp | 17 ++-- 1455 src/view.cpp | 4 +- 1456 10 files changed, 135 insertions(+), 136 deletions(-) 1457 1458 Commit: 496 1459 Author: Sam Hocevar <sam@hocevar.net> 1460 Date: Sun Apr 17 21:56:55 2011 +0000 1461 1462 lisp: implement LObject::Eval. 1463 1464 src/chars.cpp | 24 ++-- 1465 src/clisp.cpp | 106 ++++++------ 1466 src/cop.cpp | 10 +- 1467 src/dev.cpp | 12 +- 1468 src/game.cpp | 6 +- 1469 src/lisp/lisp.cpp | 525 ++++++++++++++++++++++++++-------------------------- 1470 src/lisp/lisp.h | 29 +++- 1471 src/lisp/lisp_gc.h | 5 + 1472 src/loader2.cpp | 2 +- 1473 src/menu.cpp | 4 +- 1474 10 files changed, 376 insertions(+), 347 deletions(-) 1475 1476 Commit: 495 1477 Author: Sam Hocevar <sam@hocevar.net> 1478 Date: Sun Apr 17 21:56:51 2011 +0000 1479 1480 lisp: refactor the cache system. 1481 1482 src/cache.cpp | 4 +- 1483 src/lcache.cpp | 245 ++++++++++++++++++++++++++++++-------------------------- 1484 src/lcache.h | 8 +- 1485 3 files changed, 140 insertions(+), 117 deletions(-) 1486 1487 Commit: 494 1488 Author: Sam Hocevar <sam@hocevar.net> 1489 Date: Sun Apr 17 21:56:44 2011 +0000 1490 1491 style: remove trailing spaces, fix copyright statements. 1492 1493 [...] 1494 218 files changed, 2669 insertions(+), 2456 deletions(-) 1495 1496 Commit: 493 1497 Author: Sam Hocevar <sam@hocevar.net> 1498 Date: Sun Apr 17 13:58:41 2011 +0000 1499 1500 lisp: refactor stuff for better type checking. 1501 1502 src/ant.cpp | 4 +- 1503 src/cache.cpp | 2 +- 1504 src/chars.cpp | 16 +- 1505 src/clisp.cpp | 78 +++--- 1506 src/cop.cpp | 4 +- 1507 src/game.cpp | 2 +- 1508 src/lcache.cpp | 2 +- 1509 src/lisp/lisp.cpp | 702 +++++++++++++++++++++++++------------------------- 1510 src/lisp/lisp.h | 45 ++-- 1511 src/lisp/lisp_gc.cpp | 24 +- 1512 src/menu.cpp | 2 +- 1513 src/objects.cpp | 6 +- 1514 src/particle.cpp | 4 +- 1515 13 files changed, 451 insertions(+), 440 deletions(-) 1516 1517 Commit: 492 1518 Author: Sam Hocevar <sam@hocevar.net> 1519 Date: Sun Apr 17 08:28:52 2011 +0000 1520 1521 lisp: rename core classes to slightly shorter names (LispObject -> LObject). 1522 1523 [...] 1524 28 files changed, 715 insertions(+), 716 deletions(-) 1525 1526 Commit: 491 1527 Author: Sam Hocevar <sam@hocevar.net> 1528 Date: Sun Apr 17 08:28:48 2011 +0000 1529 1530 lisp: miscellaneous work on type safety. 1531 1532 src/ant.cpp | 2 +- 1533 src/cache.cpp | 2 +- 1534 src/chars.cpp | 24 +++--- 1535 src/clisp.cpp | 22 +++--- 1536 src/cop.cpp | 16 ++-- 1537 src/endgame.cpp | 6 +- 1538 src/game.cpp | 3 +- 1539 src/lcache.cpp | 2 +- 1540 src/level.cpp | 2 +- 1541 src/lisp/lisp.cpp | 224 ++++++++++++++++++++++++------------------------ 1542 src/lisp/lisp.h | 5 +- 1543 src/lisp/lisp_gc.cpp | 96 +++++++++++---------- 1544 src/lisp/lisp_gc.h | 28 ++++-- 1545 src/lisp/lisp_opt.cpp | 8 +- 1546 src/objects.cpp | 118 ++++++++++++-------------- 1547 15 files changed, 282 insertions(+), 276 deletions(-) 1548 1549 Commit: 490 1550 Author: Sam Hocevar <sam@hocevar.net> 1551 Date: Sun Apr 17 08:28:44 2011 +0000 1552 1553 lisp: implement LispList::GetLength. 1554 1555 src/collide.cpp | 4 +- 1556 src/game.cpp | 8 ++-- 1557 src/imlib/image.cpp | 8 ++-- 1558 src/imlib/macs.h | 19 ++------ 1559 src/imlib/timage.cpp | 2 +- 1560 src/items.cpp | 16 +++--- 1561 src/lcache.cpp | 8 +-- 1562 src/level.cpp | 4 +- 1563 src/light.cpp | 4 +- 1564 src/lisp/lisp.cpp | 118 ++++++++++++++++++++++++------------------------ 1565 src/lisp/lisp.h | 10 +++-- 1566 src/lisp/lisp_gc.cpp | 12 +++--- 1567 src/lisp/lisp_opt.cpp | 12 ++--- 1568 src/lisp/lisp_opt.h | 9 ++-- 1569 src/menu.cpp | 2 +- 1570 src/netcfg.cpp | 1 - 1571 src/objects.cpp | 18 ++++---- 1572 src/seq.cpp | 2 +- 1573 18 files changed, 121 insertions(+), 136 deletions(-) 1574 1575 Commit: 489 1576 Author: Sam Hocevar <sam@hocevar.net> 1577 Date: Sun Apr 17 08:28:40 2011 +0000 1578 1579 lisp: no LispSymbol members are anonymous pointers any longer. 1580 1581 src/lisp/lisp.cpp | 32 ++++++++++++++++---------------- 1582 src/lisp/lisp.h | 19 +++++++++---------- 1583 src/lisp/lisp_gc.cpp | 4 ++-- 1584 src/lisp/lisp_opt.cpp | 5 ++++- 1585 src/lisp/lisp_opt.h | 7 ++++++- 1586 src/menu.cpp | 2 +- 1587 6 files changed, 38 insertions(+), 31 deletions(-) 1588 1589 Commit: 488 1590 Author: Sam Hocevar <sam@hocevar.net> 1591 Date: Sun Apr 17 08:28:36 2011 +0000 1592 1593 lisp: implement LispString::Create. 1594 1595 src/clisp.cpp | 24 ++++++------ 1596 src/lcache.cpp | 2 +- 1597 src/level.cpp | 2 +- 1598 src/lisp/lisp.cpp | 92 +++++++++++++++++++++++++------------------------- 1599 src/lisp/lisp.h | 12 ++++-- 1600 src/lisp/lisp_gc.cpp | 2 +- 1601 src/view.cpp | 2 +- 1602 7 files changed, 70 insertions(+), 66 deletions(-) 1603 1604 Commit: 487 1605 Author: Sam Hocevar <sam@hocevar.net> 1606 Date: Sun Apr 17 08:28:32 2011 +0000 1607 1608 build: remove unused file ltree.cpp. 1609 1610 src/ltree.cpp | 58 --------------------------------------------------------- 1611 1 files changed, 0 insertions(+), 58 deletions(-) 1612 1613 Commit: 486 1614 Author: Sam Hocevar <sam@hocevar.net> 1615 Date: Sun Apr 17 08:28:28 2011 +0000 1616 1617 lisp: implement LispNumber::Create. 1618 1619 src/ant.cpp | 8 +++--- 1620 src/cache.cpp | 2 +- 1621 src/chars.cpp | 2 +- 1622 src/clisp.cpp | 34 +++++++++++++++--------------- 1623 src/cop.cpp | 54 +++++++++++++++++++++++++------------------------- 1624 src/lcache.cpp | 2 +- 1625 src/lisp/lisp.cpp | 54 +++++++++++++++++++++++++------------------------- 1626 src/lisp/lisp.h | 3 +- 1627 src/lisp/lisp_gc.cpp | 2 +- 1628 src/objects.cpp | 22 ++++++++++---------- 1629 10 files changed, 92 insertions(+), 91 deletions(-) 1630 1631 Commit: 485 1632 Author: Sam Hocevar <sam@hocevar.net> 1633 Date: Sun Apr 17 08:28:24 2011 +0000 1634 1635 lisp: discard unneeded return values from LispSymbol::SetValue et al. 1636 1637 src/lisp/lisp.cpp | 7 ++----- 1638 src/lisp/lisp.h | 4 ++-- 1639 2 files changed, 4 insertions(+), 7 deletions(-) 1640 1641 Commit: 484 1642 Author: Sam Hocevar <sam@hocevar.net> 1643 Date: Sun Apr 17 08:28:20 2011 +0000 1644 1645 lisp: populate LispSymbol with symbol-related methods. 1646 1647 [...] 1648 25 files changed, 397 insertions(+), 413 deletions(-) 1649 1650 Commit: 483 1651 Author: Sam Hocevar <sam@hocevar.net> 1652 Date: Sun Apr 17 08:28:16 2011 +0000 1653 1654 lisp: move all array-related functions to the LispArray struct. 1655 1656 src/cop.cpp | 8 ++-- 1657 src/lisp/lisp.cpp | 110 ++++++++++++++++++++++++++------------------------ 1658 src/lisp/lisp.h | 10 ++++- 1659 src/lisp/lisp_gc.cpp | 17 ++++---- 1660 src/lisp/lisp_gc.h | 2 + 1661 5 files changed, 79 insertions(+), 68 deletions(-) 1662 1663 Commit: 482 1664 Author: Sam Hocevar <sam@hocevar.net> 1665 Date: Sun Apr 17 08:28:12 2011 +0000 1666 1667 lisp: make all lisp object inherit a common type. 1668 1669 src/ant.cpp | 2 +- 1670 src/cache.cpp | 2 +- 1671 src/chars.cpp | 4 +- 1672 src/clisp.cpp | 12 +- 1673 src/compiled.cpp | 4 +- 1674 src/cop.cpp | 10 +- 1675 src/game.cpp | 4 +- 1676 src/lcache.cpp | 18 +- 1677 src/level.cpp | 4 +- 1678 src/lisp/lisp.cpp | 450 ++++++++++++++++++++++++------------------------ 1679 src/lisp/lisp.h | 155 ++++++++--------- 1680 src/lisp/lisp_gc.cpp | 68 ++++---- 1681 src/lisp/lisp_opt.cpp | 4 +- 1682 src/ltree.cpp | 16 +- 1683 src/objects.cpp | 54 +++--- 1684 src/particle.cpp | 2 +- 1685 src/view.cpp | 6 +- 1686 17 files changed, 404 insertions(+), 411 deletions(-) 1687 1688 Commit: 481 1689 Author: Sam Hocevar <sam@hocevar.net> 1690 Date: Sun Apr 17 08:28:05 2011 +0000 1691 1692 Fuck the history, I'm renaming all .hpp files to .h for my own sanity. 1693 1694 [...] 1695 328 files changed, 8520 insertions(+), 8520 deletions(-) 1696 1697 Commit: 480 1698 Author: Sam Hocevar <sam@hocevar.net> 1699 Date: Sun Apr 17 08:27:59 2011 +0000 1700 1701 lisp: start refactoring the core engine and garbage collector. 1702 1703 src/game.cpp | 4 +- 1704 src/lisp/lisp.cpp | 79 +++++++------ 1705 src/lisp/lisp.hpp | 7 +- 1706 src/lisp/lisp_gc.cpp | 321 ++++++++++++++++++++++++++------------------------ 1707 4 files changed, 214 insertions(+), 197 deletions(-) 1708 1709 Commit: 479 1710 Author: Sam Hocevar <sam@hocevar.net> 1711 Date: Sun Apr 17 08:27:50 2011 +0000 1712 1713 sdlport: add music playback support through SDL_Mixer, courtesy of 1714 Jochen Schleu. 1715 1716 configure.ac | 5 + 1717 src/sdlport/Makefile.am | 1 + 1718 src/sdlport/hmi.cpp | 326 +++++++++++++++++++++++++++++++++++++++++++++++ 1719 src/sdlport/hmi.hpp | 6 + 1720 src/sdlport/sound.cpp | 122 ++++++++++++++++- 1721 src/sdlport/sound.hpp | 11 ++ 1722 6 files changed, 463 insertions(+), 8 deletions(-) 1723 1724 Commit: 478 1725 Author: Sam Hocevar <sam@hocevar.net> 1726 Date: Fri Apr 15 16:45:49 2011 +0000 1727 1728 build: add --enable-debug and --enable-release configure flags. 1729 1730 configure.ac | 23 +++++++++++++++++++++-- 1731 1 files changed, 21 insertions(+), 2 deletions(-) 1732 1733 Commit: 477 1734 Author: Sam Hocevar <sam@hocevar.net> 1735 Date: Fri Apr 15 16:45:45 2011 +0000 1736 1737 sdlport: do not hardcode screen size in event handlers, patch courtesy 1738 of Jochen Schleu. 1739 1740 src/sdlport/event.cpp | 8 ++++---- 1741 src/sdlport/mouse.cpp | 8 ++++---- 1742 2 files changed, 8 insertions(+), 8 deletions(-) 1743 1744 Commit: 476 1745 Author: Sam Hocevar <sam@hocevar.net> 1746 Date: Fri Apr 15 05:34:53 2011 +0000 1747 1748 Fix a few compiler warnings caused by bad type punning. 1749 1750 src/cache.cpp | 2 +- 1751 src/imlib/palette.cpp | 6 +++--- 1752 src/net/fileman.cpp | 3 ++- 1753 src/netface.hpp | 4 ++-- 1754 4 files changed, 8 insertions(+), 7 deletions(-) 1755 1756 Commit: 475 1757 Author: Sam Hocevar <sam@hocevar.net> 1758 Date: Wed Apr 13 16:40:59 2011 +0000 1759 1760 Testing 2/2. 1761 1762 INSTALL | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1763 INSTALL.txt | 47 ----------------------------------------------- 1764 2 files changed, 47 insertions(+), 47 deletions(-) 1765 1766 Commit: 474 1767 Author: Sam Hocevar <sam@hocevar.net> 1768 Date: Wed Apr 13 16:40:00 2011 +0000 1769 1770 Testing 1/2. 1771 1772 INSTALL | 47 ----------------------------------------------- 1773 INSTALL.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1774 2 files changed, 47 insertions(+), 47 deletions(-) 1775 1776 Commit: 226 1777 Author: Sam Hocevar <sam@hocevar.net> 1778 Date: Fri Dec 4 00:50:30 2009 +0000 1779 1780 Update bootstrap script. 1781 1782 bootstrap | 13 +++++++++++-- 1783 1 files changed, 11 insertions(+), 2 deletions(-) 1784 1785 Commit: 162 1786 Author: Sam Hocevar <sam@hocevar.net> 1787 Date: Tue Aug 11 20:56:57 2009 +0000 1788 1789 Fix numerous compiler warnings. 1790 1791 src/cache.cpp | 12 ++++++------ 1792 src/director.cpp | 4 ++++ 1793 src/game.cpp | 4 ++-- 1794 src/imlib/palette.cpp | 4 ++-- 1795 src/imlib/pmenu.cpp | 4 +++- 1796 src/imlib/specs.cpp | 6 ++++-- 1797 src/imlib/video.hpp | 2 +- 1798 src/lisp/lisp.cpp | 2 +- 1799 src/loadgame.cpp | 4 ++-- 1800 src/net/tcpip.cpp | 9 +++++---- 1801 src/objects.cpp | 2 ++ 1802 src/sdlport/setup.cpp | 2 +- 1803 src/sdlport/video.cpp | 8 ++++---- 1804 13 files changed, 37 insertions(+), 26 deletions(-) 1805 1806 Commit: 161 1807 Author: Sam Hocevar <sam@hocevar.net> 1808 Date: Tue Aug 11 20:56:54 2009 +0000 1809 1810 Update my e-mail address and the bootstrap script. 1811 1812 .gitignore | 1 + 1813 AUTHORS | 2 +- 1814 bootstrap | 19 +++++++++++-------- 1815 3 files changed, 13 insertions(+), 9 deletions(-) 1816 1817 Commit: 160 1818 Author: Sam Hocevar <sam@hocevar.net> 1819 Date: Tue Aug 11 20:56:50 2009 +0000 1820 1821 Get rid of acinclude.m4: modern operating systems provide everything we need. 1822 1823 .gitignore | 16 ++++++ 1824 acinclude.m4 | 168 ---------------------------------------------------------- 1825 configure.ac | 6 ++- 1826 3 files changed, 20 insertions(+), 170 deletions(-) 1827 1828 Commit: 151 1829 Author: holiday <holiday@1433025c-d204-0410-b9d4-f0ece44ced3d> 1830 Date: Tue Jul 1 16:22:32 2008 +0000 1831 1832 localhost net testing enabled by setting client listen port to udp/20204 (main_net_cfg->port+2 instead of +1) 1833 1834 src/innet.cpp | 4 ++-- 1835 src/net/netdrv.cpp | 6 ++++-- 1836 2 files changed, 6 insertions(+), 4 deletions(-) 1837 1838 Commit: 150 1839 Author: holiday <holiday@1433025c-d204-0410-b9d4-f0ece44ced3d> 1840 Date: Mon Jun 30 16:26:46 2008 +0000 1841 1842 Point tcpip debug logs at /tmp 1843 1844 src/net/tcpip.cpp | 4 ++-- 1845 1 files changed, 2 insertions(+), 2 deletions(-) 1846 1847 Commit: 149 1848 Author: holiday <holiday@1433025c-d204-0410-b9d4-f0ece44ced3d> 1849 Date: Tue Jun 24 15:50:47 2008 +0000 1850 1851 EXPDATADIR from ./configure now written into new abuserc files 1852 1853 src/sdlport/setup.cpp | 7 ++++++- 1854 1 files changed, 6 insertions(+), 1 deletions(-) 1855 1856 Commit: 148 1857 Author: holiday <holiday@1433025c-d204-0410-b9d4-f0ece44ced3d> 1858 Date: Tue Jun 24 06:06:01 2008 +0000 1859 1860 tcpip fd read/write log on until netcode works! 1861 1862 src/net/tcpip.cpp | 11 ++++++++--- 1863 1 files changed, 8 insertions(+), 3 deletions(-) 1864 1865 Commit: 147 1866 Author: holiday <holiday@1433025c-d204-0410-b9d4-f0ece44ced3d> 1867 Date: Tue Jun 24 05:06:18 2008 +0000 1868 1869 Changed #net_crc reference to NET_CRC_FILENAME 1870 1871 src/cache.cpp | 3 ++- 1872 1 files changed, 2 insertions(+), 1 deletions(-) 1873 1874 Commit: 146 1875 Author: holiday <holiday@1433025c-d204-0410-b9d4-f0ece44ced3d> 1876 Date: Tue Jun 24 02:17:12 2008 +0000 1877 1878 compiled.cpp: added #include <malloc.h>, source now compiles. 1879 1880 src/compiled.cpp | 1 + 1881 1 files changed, 1 insertions(+), 0 deletions(-) 1882 1883 Commit: 143 1884 Author: Sam Hocevar <sam@hocevar.net> 1885 Date: Sat Apr 12 20:57:19 2008 +0000 1886 1887 * Removing more dead code. 1888 1889 src/calctrig.cpp | 38 ------ 1890 src/keydrv.cpp | 191 ---------------------------- 1891 src/keytest.cpp | 71 ----------- 1892 src/lisp/trig.cpp | 340 +++++++++++++++++++++------------------------------ 1893 src/pcxscale.cpp | 45 ------- 1894 src/remap.cpp | 38 ------ 1895 src/sndserver.cpp | 355 ----------------------------------------------------- 1896 7 files changed, 138 insertions(+), 940 deletions(-) 1897 1898 Commit: 142 1899 Author: Sam Hocevar <sam@hocevar.net> 1900 Date: Sat Apr 12 19:38:21 2008 +0000 1901 1902 * Remove 12 unused files (300 lines). 1903 1904 src/Makefile.am | 1 - 1905 src/client.cpp | 20 -------------- 1906 src/client.hpp | 57 ----------------------------------------- 1907 src/dosnfc.cpp | 12 -------- 1908 src/gamma.cpp | 7 ++++- 1909 src/human.cpp | 42 ------------------------------ 1910 src/human.hpp | 32 ----------------------- 1911 src/imlib/Makefile.am | 1 - 1912 src/imlib/globals.cpp | 13 --------- 1913 src/imlib/globals.hpp | 21 --------------- 1914 src/language.cpp | 20 -------------- 1915 src/language.hpp | 10 ------- 1916 src/lcache2.cpp | 30 --------------------- 1917 src/ramfile.cpp | 29 --------------------- 1918 src/sdlport/video-overlay.cpp | 2 - 1919 src/sdlport/video.cpp | 3 +- 1920 src/test2.cpp | 22 ---------------- 1921 17 files changed, 8 insertions(+), 314 deletions(-) 1922 1923 Commit: 136 1924 Author: Sam Hocevar <sam@hocevar.net> 1925 Date: Fri Apr 11 10:09:19 2008 +0000 1926 1927 * Removed 800 lines of unused code. 1928 1929 TODO | 6 + 1930 src/Makefile.am | 1 - 1931 src/clisp.cpp | 45 -------- 1932 src/game.cpp | 16 --- 1933 src/install.cpp | 302 ------------------------------------------------- 1934 src/maker.cpp | 330 ------------------------------------------------------ 1935 src/text_gui.cpp | 139 ----------------------- 1936 src/text_gui.hpp | 27 ----- 1937 8 files changed, 6 insertions(+), 860 deletions(-) 1938 1939 Commit: 134 1940 Author: Sam Hocevar <sam@hocevar.net> 1941 Date: Thu Apr 10 21:08:14 2008 +0000 1942 1943 * Removed 4300 lines of unused code. 1944 1945 [...] 1946 46 files changed, 208 insertions(+), 4514 deletions(-) 1947 1948 Commit: 133 1949 Author: Sam Hocevar <sam@hocevar.net> 1950 Date: Thu Apr 10 21:07:07 2008 +0000 1951 1952 * Made lisp.cpp slightly more readable by using an enum instead of hardcoded 1953 values for the system functions. 1954 1955 src/lisp/Makefile.am | 2 +- 1956 src/lisp/lisp.cpp | 982 +++++++++++++++++++++++--------------------------- 1957 src/lisp/symbols.hpp | 222 ++++++++++++ 1958 3 files changed, 668 insertions(+), 538 deletions(-) 1959 1960 Commit: 132 1961 Author: Sam Hocevar <sam@hocevar.net> 1962 Date: Sat Mar 22 10:12:56 2008 +0000 1963 1964 * Fix an aiming bug when creatures are too close to the player. 1965 1966 src/cop.cpp | 2 +- 1967 1 files changed, 1 insertions(+), 1 deletions(-) 1968 1969 Commit: 131 1970 Author: Sam Hocevar <sam@hocevar.net> 1971 Date: Sat Mar 22 10:03:33 2008 +0000 1972 1973 * Use strdup(foo) everywhere instead of strcpy(malloc(strlen(foo)+1),foo); 1974 1975 src/cache.cpp | 3 ++- 1976 src/chars.hpp | 25 +++++++++++++------------ 1977 src/clisp.cpp | 6 +++--- 1978 src/console.cpp | 3 ++- 1979 src/dev.cpp | 3 ++- 1980 src/imlib/guistat.cpp | 4 +++- 1981 src/imlib/input.cpp | 10 ++++++---- 1982 src/imlib/jwindow.cpp | 6 ++++-- 1983 src/imlib/pmenu.cpp | 6 ++++-- 1984 src/imlib/specs.hpp | 9 ++++++--- 1985 src/imlib/status.cpp | 10 ++++++---- 1986 src/imlib/visobj.cpp | 8 +++++--- 1987 src/level.cpp | 9 ++++----- 1988 src/oldhelp.cpp | 6 ++++-- 1989 src/property.cpp | 16 ++++++++-------- 1990 src/scene.cpp | 13 +++++++------ 1991 src/sdlport/jdir.cpp | 11 ++++++----- 1992 src/sdlport/sound.cpp | 4 +++- 1993 src/specache.hpp | 7 ++++--- 1994 src/status.cpp | 8 +++++--- 1995 20 files changed, 97 insertions(+), 70 deletions(-) 1996 1997 Commit: 130 1998 Author: Sam Hocevar <sam@hocevar.net> 1999 Date: Sat Mar 22 09:43:54 2008 +0000 2000 2001 * Remove obsolete MANAGE_MEM macro. 2002 2003 src/Makefile.am | 2 +- 2004 src/imlib/Makefile.am | 2 +- 2005 src/imlib/timage.cpp | 6 ------ 2006 src/lisp/Makefile.am | 2 +- 2007 src/net/Makefile.am | 2 +- 2008 src/sdlport/Makefile.am | 2 +- 2009 6 files changed, 5 insertions(+), 11 deletions(-) 2010 2011 Commit: 129 2012 Author: Sam Hocevar <sam@hocevar.net> 2013 Date: Sat Mar 22 09:39:25 2008 +0000 2014 2015 * Get rid of jmalloc and replace it with standard malloc. Modern operating 2016 systems certainly perform a lot better than this custom implementation, 2017 and we have superior tools (eg. valgrind) to debug and profile memory 2018 usage without interfering with the code itself. 2019 2020 [...] 2021 91 files changed, 423 insertions(+), 1573 deletions(-) 2022 2023 Commit: 128 2024 Author: Sam Hocevar <sam@hocevar.net> 2025 Date: Sat Mar 22 08:39:01 2008 +0000 2026 2027 * Minor refactoring in imlib. 2028 2029 src/imlib/decoder.cpp | 558 +++++++++++++++++++++++------------------------- 2030 src/imlib/filter.cpp | 33 +--- 2031 src/imlib/gifdecod.hpp | 4 +- 2032 src/imlib/gifread.cpp | 2 + 2033 src/imlib/glread.cpp | 2 +- 2034 src/imlib/image.hpp | 4 + 2035 src/imlib/jwindow.cpp | 2 - 2036 7 files changed, 279 insertions(+), 326 deletions(-) 2037 2038 Commit: 127 2039 Author: Sam Hocevar <sam@hocevar.net> 2040 Date: Wed Mar 19 01:42:12 2008 +0000 2041 2042 * Renamed the "game" class into "Game" and started cleaning it up. There is 2043 still a very long way to go. 2044 2045 src/game.cpp | 300 +++++++++++++++++++--------------------------------------- 2046 src/game.hpp | 13 ++- 2047 2 files changed, 103 insertions(+), 210 deletions(-) 2048 2049 Commit: 126 2050 Author: Sam Hocevar <sam@hocevar.net> 2051 Date: Tue Mar 18 22:22:51 2008 +0000 2052 2053 * Implement game_object::set_tint, get_tint, set_team and get_team, as 2054 well as the corresponding set_object_tint, get_object_tint, set_object_team 2055 and get_object_team LISP functions. They'll be useful for CTF mode. 2056 Inspired by Abuse Win32 changelog from February 18, 2001: 2057 - Changed lisp function (set_player_color x) to 2058 (set_object_tint x) 2059 - Added lisp function (get_object_tint) 2060 Inspired by Abuse Win32 changelog from February 17, 2001: 2061 - Added lisp function (set_player_color x) to switch player 2062 to color number x 2063 see chat.lsp for details 2064 2065 src/clisp.cpp | 34 ++++++++++++++++++++++++++++++---- 2066 src/cop.cpp | 18 +++++++++--------- 2067 src/extend.cpp | 6 ++++++ 2068 src/extend.hpp | 4 ++-- 2069 src/innet.cpp | 2 +- 2070 src/objects.cpp | 25 +++++++++++++++++-------- 2071 src/objects.hpp | 19 ++++++++++++++++++- 2072 src/view.cpp | 33 ++++++++++++++++++++++++++++++++- 2073 src/view.hpp | 12 ++++++++++-- 2074 9 files changed, 125 insertions(+), 28 deletions(-) 2075 2076 Commit: 125 2077 Author: Sam Hocevar <sam@hocevar.net> 2078 Date: Tue Mar 18 21:40:37 2008 +0000 2079 2080 * Minor style changes. 2081 2082 src/light.cpp | 8 ++++---- 2083 src/lisp/lisp.cpp | 3 ++- 2084 src/net/fileman.cpp | 2 +- 2085 src/net/sock.hpp | 22 +++++++++++----------- 2086 4 files changed, 18 insertions(+), 17 deletions(-) 2087 2088 Commit: 124 2089 Author: Sam Hocevar <sam@hocevar.net> 2090 Date: Tue Mar 18 20:36:56 2008 +0000 2091 2092 * Get rid of ugly tabs and trailing spaces everywhere. 2093 2094 [...] 2095 212 files changed, 13551 insertions(+), 13550 deletions(-) 2096 2097 Commit: 123 2098 Author: Sam Hocevar <sam@hocevar.net> 2099 Date: Mon Mar 17 23:05:08 2008 +0000 2100 2101 * Cleaned up cache.cpp. 2102 * Renamed stupid "cash" variable into "cache". 2103 * Rename cache_list and crc_manager into CacheList and CrcManager. 2104 2105 [...] 2106 34 files changed, 541 insertions(+), 535 deletions(-) 2107 2108 Commit: 121 2109 Author: Sam Hocevar <sam@hocevar.net> 2110 Date: Mon Mar 17 20:41:31 2008 +0000 2111 2112 * Fix a few potential crashes due to NULL object deletion. 2113 2114 src/game.cpp | 13 +++++++++++-- 2115 1 files changed, 11 insertions(+), 2 deletions(-) 2116 2117 Commit: 120 2118 Author: Sam Hocevar <sam@hocevar.net> 2119 Date: Mon Mar 17 02:25:09 2008 +0000 2120 2121 * Cosmetic: rename window into Jwindow, window_manager into WindowManager 2122 and input_manager into InputManager. 2123 2124 [...] 2125 37 files changed, 215 insertions(+), 217 deletions(-) 2126 2127 Commit: 119 2128 Author: Sam Hocevar <sam@hocevar.net> 2129 Date: Mon Mar 17 02:08:53 2008 +0000 2130 2131 * The small jwindow constructor can now take a name argument. 2132 2133 src/imlib/jwindow.cpp | 6 +++++- 2134 src/imlib/jwindow.hpp | 2 +- 2135 src/ui/volumewindow.cpp | 2 +- 2136 3 files changed, 7 insertions(+), 3 deletions(-) 2137 2138 Commit: 118 2139 Author: Sam Hocevar <sam@hocevar.net> 2140 Date: Mon Mar 17 01:53:51 2008 +0000 2141 2142 * Create a VolumeWindow class with most of the volume_window stuff and 2143 moved it to src/ui/volumewindow.cpp. 2144 2145 src/Makefile.am | 2 + 2146 src/menu.cpp | 215 +++++++++++++++++------------------------------ 2147 src/ui/volumewindow.cpp | 80 +++++++++++++++++ 2148 src/ui/volumewindow.hpp | 30 +++++++ 2149 4 files changed, 190 insertions(+), 137 deletions(-) 2150 2151 Commit: 117 2152 Author: Sam Hocevar <sam@hocevar.net> 2153 Date: Mon Mar 17 01:53:08 2008 +0000 2154 2155 * Make jwindow::redraw virtual so that subclasses can implement theirs. 2156 * Fix initialisation of _x1 and _y1 in argumentless jwindow::jwindow. 2157 2158 src/imlib/jwindow.cpp | 6 +++++- 2159 src/imlib/jwindow.hpp | 2 +- 2160 2 files changed, 6 insertions(+), 2 deletions(-) 2161 2162 Commit: 116 2163 Author: Sam Hocevar <sam@hocevar.net> 2164 Date: Mon Mar 17 00:14:12 2008 +0000 2165 2166 * Only delete objects in ~jwindow that were really allocated. 2167 2168 src/imlib/jwindow.cpp | 10 +++++++--- 2169 1 files changed, 7 insertions(+), 3 deletions(-) 2170 2171 Commit: 115 2172 Author: Sam Hocevar <sam@hocevar.net> 2173 Date: Sun Mar 16 21:51:54 2008 +0000 2174 2175 * Add lock() and unlock() methods to jimage objects. They're no-ops, but 2176 the Win32/DirectX version uses them all over the place because it uses 2177 DirectDraw surfaces. One day we may wish to merge Abuse Win32's video 2178 output, or to use the SDL blending functions. You never know. 2179 2180 src/automap.cpp | 7 +- 2181 src/dev.cpp | 7 +- 2182 src/game.cpp | 2 + 2183 src/imlib/filter.cpp | 121 +++-- 2184 src/imlib/glread.cpp | 12 +- 2185 src/imlib/image.cpp | 787 ++++++++++++++++------------ 2186 src/imlib/image.hpp | 305 +++++++----- 2187 src/imlib/morph.cpp | 6 + 2188 src/imlib/scroller.cpp | 2 + 2189 src/imlib/timage.cpp | 1335 ++++++++++++++++++++++++------------------------ 2190 src/level.cpp | 6 +- 2191 src/light.cpp | 11 +- 2192 src/menu.cpp | 4 + 2193 src/particle.cpp | 133 +++--- 2194 14 files changed, 1485 insertions(+), 1253 deletions(-) 2195 2196 Commit: 114 2197 Author: Sam Hocevar <sam@hocevar.net> 2198 Date: Sun Mar 16 16:20:54 2008 +0000 2199 2200 * Minor spelling fixes. 2201 2202 src/imlib/filter.cpp | 2 +- 2203 src/imlib/image.cpp | 2 +- 2204 2 files changed, 2 insertions(+), 2 deletions(-) 2205 2206 Commit: 113 2207 Author: Sam Hocevar <sam@hocevar.net> 2208 Date: Sun Mar 16 13:41:59 2008 +0000 2209 2210 * Got rid of all the remaining occurrences of WINDOW_FRAME_*. 2211 2212 src/dev.cpp | 3674 +++++++++++++++++++++++++------------------------ 2213 src/game.cpp | 4 +- 2214 src/imlib/jwindow.cpp | 1 - 2215 src/loadgame.cpp | 4 +- 2216 src/menu.cpp | 2 +- 2217 src/netcfg.cpp | 10 +- 2218 src/unixnfc.cpp | 11 +- 2219 7 files changed, 1859 insertions(+), 1847 deletions(-) 2220 2221 Commit: 112 2222 Author: Sam Hocevar <sam@hocevar.net> 2223 Date: Sun Mar 16 11:52:51 2008 +0000 2224 2225 * Fix spelling errors all over the place. 2226 2227 [...] 2228 28 files changed, 160 insertions(+), 153 deletions(-) 2229 2230 Commit: 111 2231 Author: Sam Hocevar <sam@hocevar.net> 2232 Date: Sun Mar 16 01:17:43 2008 +0000 2233 2234 * Simplified the window creation arguments. Got rid of a lot of macros 2235 and hid stuff in private namespaces. 2236 Inspired by Win32 Abuse changelog for January 28, 2001: 2237 - Well, in the process of adding changes necessary to 2238 handle recovery from alt-tabbing away from Abuse 2239 (which is why I was updating jwindow::redraw()), 2240 the entire windowing system is getting an overhaul. 2241 It's gonna be sweet when I'm done, though. 2242 - jwindow::redraw() has been changed to a virtual 2243 function requiring no parameters. This'll make 2244 it much easier to implement special specific- 2245 purpose windows. 2246 2247 src/automap.cpp | 33 +++-- 2248 src/chat.cpp | 15 +- 2249 src/dev.cpp | 4 + 2250 src/game.cpp | 14 +-- 2251 src/gamma.cpp | 7 +- 2252 src/imlib/filesel.cpp | 15 +- 2253 src/imlib/guistat.cpp | 13 +- 2254 src/imlib/jwindow.cpp | 348 ++++++++++++++++++++++++++++++++----------------- 2255 src/imlib/jwindow.hpp | 171 +++++++++++++------------ 2256 src/imlib/pmenu.cpp | 13 +- 2257 src/innet.cpp | 14 +-- 2258 src/loadgame.cpp | 6 +- 2259 src/menu.cpp | 3 +- 2260 src/net/gserver.cpp | 5 +- 2261 src/netcfg.cpp | 4 +- 2262 src/profile.cpp | 2 +- 2263 16 files changed, 387 insertions(+), 280 deletions(-) 2264 2265 Commit: 110 2266 Author: Sam Hocevar <sam@hocevar.net> 2267 Date: Sun Mar 16 00:19:21 2008 +0000 2268 2269 * Changed coding style in gamma.cpp. 2270 2271 src/gamma.cpp | 384 ++++++++++++++++++++++++++------------------------------ 2272 1 files changed, 178 insertions(+), 206 deletions(-) 2273 2274 Commit: 109 2275 Author: Sam Hocevar <sam@hocevar.net> 2276 Date: Sat Mar 15 21:19:47 2008 +0000 2277 2278 * Started cleaning up jwindow.cpp, preparing everything for future 2279 Abuse Win32 merges. 2280 2281 src/imlib/input.cpp | 8 ++ 2282 src/imlib/input.hpp | 3 +- 2283 src/imlib/jwindow.cpp | 190 ++++++++++++++++++++++++++++++------------------ 2284 src/imlib/jwindow.hpp | 116 ++++++++++++++++++------------ 2285 src/imlib/pmenu.cpp | 4 +- 2286 5 files changed, 202 insertions(+), 119 deletions(-) 2287 2288 Commit: 108 2289 Author: Sam Hocevar <sam@hocevar.net> 2290 Date: Sat Mar 15 08:23:11 2008 +0000 2291 2292 * Remove unused ipx.hpp file. Let's stick to IP. 2293 2294 src/net/ipx.hpp | 371 ------------------------------------------------------- 2295 1 files changed, 0 insertions(+), 371 deletions(-) 2296 2297 Commit: 107 2298 Author: Sam Hocevar <sam@hocevar.net> 2299 Date: Sat Mar 15 08:19:50 2008 +0000 2300 2301 * Remove #pragma directives. They're unknown to us. 2302 2303 src/dev.cpp | 8 -------- 2304 src/imlib/guistat.cpp | 8 -------- 2305 src/imlib/input.cpp | 8 -------- 2306 3 files changed, 0 insertions(+), 24 deletions(-) 2307 2308 Commit: 106 2309 Author: Sam Hocevar <sam@hocevar.net> 2310 Date: Fri Mar 14 23:55:44 2008 +0000 2311 2312 * Rename the "eh" variable to "wm" because it's a window manager, not an 2313 event handler. 2314 * No longer pass the window manager to functions, there's only one. 2315 Inspired by Win32 Abuse changelog for January 28, 2001: 2316 - Starting work on singleton code; will get rid of all 2317 references to an arbitrary window_manager* because 2318 there's only going to be one, and it's not ever 2319 going to change. 2320 2321 [...] 2322 50 files changed, 813 insertions(+), 826 deletions(-) 2323 2324 Commit: 105 2325 Author: Sam Hocevar <sam@hocevar.net> 2326 Date: Fri Mar 14 22:00:51 2008 +0000 2327 2328 * Rename arrays to avoid having a variable called "wm". 2329 Inspired by Win32 Abuse changelog for January 28, 2001: 2330 - renamed wm[] array in dev.cpp to WinMenus so that it 2331 doesn't have a name collision with the satic wm 2332 singleton. 2333 2334 src/dev.cpp | 18 +++++++++--------- 2335 1 files changed, 9 insertions(+), 9 deletions(-) 2336 2337 Commit: 104 2338 Author: Sam Hocevar <sam@hocevar.net> 2339 Date: Fri Mar 14 21:56:17 2008 +0000 2340 2341 * Add $(SDL_CFLAGS) to INCLUDES in sub-Makefiles, too. 2342 2343 src/imlib/Makefile.am | 2 +- 2344 src/lisp/Makefile.am | 2 +- 2345 src/net/Makefile.am | 2 +- 2346 3 files changed, 3 insertions(+), 3 deletions(-) 2347 2348 Commit: 97 2349 Author: Sam Hocevar <sam@hocevar.net> 2350 Date: Sun Mar 9 18:22:52 2008 +0000 2351 2352 * Updated the Mac OS X port, thanks to Julian Mayer. 2353 2354 [...] 2355 25 files changed, 1216 insertions(+), 4215 deletions(-) 2356 2357 Commit: 95 2358 Author: Sam Hocevar <sam@hocevar.net> 2359 Date: Sat Mar 8 15:14:08 2008 +0000 2360 2361 * Get rid of missing_c (Closes: #14). 2362 2363 src/game.cpp | 13 +------------ 2364 1 files changed, 1 insertions(+), 12 deletions(-) 2365 2366 Commit: 94 2367 Author: Sam Hocevar <sam@hocevar.net> 2368 Date: Fri Mar 7 19:32:14 2008 +0000 2369 2370 * Prevent a crash if create_listen_socket() fails. 2371 2372 src/net/tcpip.cpp | 28 ++++++++++++++++------------ 2373 1 files changed, 16 insertions(+), 12 deletions(-) 2374 2375 Commit: 93 2376 Author: Sam Hocevar <sam@hocevar.net> 2377 Date: Fri Mar 7 19:31:51 2008 +0000 2378 2379 * Set key_map to NULL after freeing it to avoid a crash in 2380 get_key_bindings(). 2381 2382 src/config.cpp | 11 ++++++----- 2383 1 files changed, 6 insertions(+), 5 deletions(-) 2384 2385 Commit: 92 2386 Author: Sam Hocevar <sam@hocevar.net> 2387 Date: Fri Mar 7 19:30:44 2008 +0000 2388 2389 * Fix major/minor values in the LISP engine: it's the engine's version, 2390 not the software's. 2391 2392 src/clisp.cpp | 9 +++++---- 2393 1 files changed, 5 insertions(+), 4 deletions(-) 2394 2395 Commit: 91 2396 Author: Sam Hocevar <sam@hocevar.net> 2397 Date: Thu Mar 6 16:14:23 2008 +0000 2398 2399 * trig.cpp belongs to the LISP stuff, moving it in lisp/. 2400 2401 src/Makefile.am | 1 - 2402 src/lisp/Makefile.am | 1 + 2403 src/lisp/trig.cpp | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2404 src/trig.cpp | 215 -------------------------------------------------- 2405 4 files changed, 216 insertions(+), 216 deletions(-) 2406 2407 Commit: 90 2408 Author: Sam Hocevar <sam@hocevar.net> 2409 Date: Thu Mar 6 14:18:30 2008 +0000 2410 2411 * Get rid of __WATCOMC__ tests. 2412 2413 src/imlib/filesel.cpp | 4 - 2414 src/imlib/jmalloc.cpp | 33 ----- 2415 src/imlib/specs.cpp | 3 - 2416 src/imlib/system.h | 21 +--- 2417 src/innet.cpp | 4 - 2418 src/install.cpp | 10 +- 2419 src/light.cpp | 88 ------------ 2420 src/maker.cpp | 53 +------- 2421 src/net/fileman.cpp | 9 +- 2422 src/newlight.cpp | 19 --- 2423 src/old_server.cpp | 7 +- 2424 src/text_gui.cpp | 368 +------------------------------------------------ 2425 src/text_gui.hpp | 1 - 2426 src/username.cpp | 9 -- 2427 src/view.cpp | 20 +-- 2428 15 files changed, 22 insertions(+), 627 deletions(-) 2429 2430 Commit: 89 2431 Author: Sam Hocevar <sam@hocevar.net> 2432 Date: Thu Mar 6 14:03:29 2008 +0000 2433 2434 * Delete old, unused, Watcom C-specific setup.cpp. 2435 2436 src/setup.cpp | 250 --------------------------------------------------------- 2437 1 files changed, 0 insertions(+), 250 deletions(-) 2438 2439 Commit: 88 2440 Author: Sam Hocevar <sam@hocevar.net> 2441 Date: Thu Mar 6 14:00:35 2008 +0000 2442 2443 * Remove a few duplicate extern declarations. They belong to header files. 2444 2445 src/config.cpp | 3 +-- 2446 src/console.cpp | 4 ++-- 2447 src/demo.cpp | 4 ++-- 2448 src/dev.hpp | 3 +++ 2449 src/game.cpp | 6 ++---- 2450 src/game.hpp | 5 ++++- 2451 src/gamma.cpp | 4 ++-- 2452 src/loadgame.cpp | 5 ++--- 2453 src/menu.cpp | 4 ++-- 2454 src/netcfg.cpp | 4 +++- 2455 src/profile.cpp | 5 +++-- 2456 src/sdlport/event.cpp | 1 - 2457 src/setup.cpp | 3 ++- 2458 src/view.cpp | 4 +++- 2459 14 files changed, 31 insertions(+), 24 deletions(-) 2460 2461 Commit: 87 2462 Author: Sam Hocevar <sam@hocevar.net> 2463 Date: Thu Mar 6 13:33:39 2008 +0000 2464 2465 * Get rid of version.cpp and reimplement show_verinfo() as a simple printf. 2466 2467 src/Makefile.am | 1 - 2468 src/clisp.cpp | 4 +- 2469 src/game.cpp | 3 +- 2470 src/version.cpp | 69 ------------------------------------------------------- 2471 4 files changed, 3 insertions(+), 74 deletions(-) 2472 2473 Commit: 86 2474 Author: Sam Hocevar <sam@hocevar.net> 2475 Date: Thu Mar 6 13:10:10 2008 +0000 2476 2477 * Get rid of nonexistent macify_name() function. According to the original 2478 source tree, this function simply replaced slashes with underscores in 2479 filenames. 2480 2481 src/cache.cpp | 5 ----- 2482 src/game.cpp | 8 -------- 2483 src/imlib/specs.cpp | 32 ++++++-------------------------- 2484 3 files changed, 6 insertions(+), 39 deletions(-) 2485 2486 Commit: 85 2487 Author: Sam Hocevar <sam@hocevar.net> 2488 Date: Thu Mar 6 13:06:58 2008 +0000 2489 2490 * Started refactoring game.cpp. Currently, just coding style stuff (adding 2491 spaces after commas, getting rid of unreadable 2-spaces indentation...). 2492 2493 src/game.cpp | 3765 +++++++++++++++++++++++++++++----------------------------- 2494 1 files changed, 1880 insertions(+), 1885 deletions(-) 2495 2496 Commit: 76 2497 Author: Sam Hocevar <sam@hocevar.net> 2498 Date: Tue Mar 4 17:26:43 2008 +0000 2499 2500 * Fix a crash when Alt-F4 is pressed during the intro screen. Fix courtesy 2501 of Fedora maintainer Hans de Goede. 2502 2503 src/game.cpp | 11 ++++++++--- 2504 1 files changed, 8 insertions(+), 3 deletions(-) 2505 2506 Commit: 75 2507 Author: Sam Hocevar <sam@hocevar.net> 2508 Date: Tue Mar 4 17:25:26 2008 +0000 2509 2510 * Fix grow_stack callers so that they don't allocate 4 or 8 times too much 2511 memory. Thanks to Fedora maintainer Hans de Goede for reporting this. 2512 2513 src/lisp/lisp_gc.cpp | 12 +++++++----- 2514 1 files changed, 7 insertions(+), 5 deletions(-) 2515 2516 Commit: 74 2517 Author: Sam Hocevar <sam@hocevar.net> 2518 Date: Tue Mar 4 17:08:07 2008 +0000 2519 2520 * Cleaned up stack.hpp and moved it to src/lisp/. 2521 2522 osx/abuse_sdl.pbproj/project.pbxproj | 2 +- 2523 src/Makefile.am | 2 +- 2524 src/lisp/Makefile.am | 1 + 2525 src/lisp/stack.hpp | 71 ++++++++++++++++++++++++++++++++++ 2526 src/stack.hpp | 53 ------------------------- 2527 5 files changed, 74 insertions(+), 55 deletions(-) 2528 2529 Commit: 73 2530 Author: Sam Hocevar <sam@hocevar.net> 2531 Date: Tue Mar 4 16:40:51 2008 +0000 2532 2533 * stack.cpp is unused (everything is in stack.hpp). Removing it. 2534 2535 osx/abuse_sdl.pbproj/project.pbxproj | 6 ----- 2536 src/stack.cpp | 37 ---------------------------------- 2537 2 files changed, 0 insertions(+), 43 deletions(-) 2538 2539 Commit: 72 2540 Author: Sam Hocevar <sam@hocevar.net> 2541 Date: Mon Mar 3 19:42:24 2008 +0000 2542 2543 * Fix typo in AUTHORS. 2544 2545 AUTHORS | 2 +- 2546 1 files changed, 1 insertions(+), 1 deletions(-) 2547 2548 Commit: 68 2549 Author: Sam Hocevar <sam@hocevar.net> 2550 Date: Sun Mar 2 19:42:24 2008 +0000 2551 2552 * Version 0.7.1 is ready. 2553 2554 ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 2555 NEWS | 6 ++++ 2556 README | 12 ++++---- 2557 configure.ac | 5 +--- 2558 src/sdlport/setup.cpp | 2 +- 2559 5 files changed, 77 insertions(+), 11 deletions(-) 2560 2561 Commit: 67 2562 Author: Sam Hocevar <sam@hocevar.net> 2563 Date: Sun Mar 2 19:17:29 2008 +0000 2564 2565 * Fix uninitialised class members. 2566 2567 src/dev.cpp | 1 + 2568 src/gui.cpp | 1 + 2569 2 files changed, 2 insertions(+), 0 deletions(-) 2570 2571 Commit: 66 2572 Author: Sam Hocevar <sam@hocevar.net> 2573 Date: Sun Mar 2 18:43:35 2008 +0000 2574 2575 * Added the proper .h and .hpp files to _SOURCES variables. As a result, 2576 "make dist" now generates a buildable tarball. 2577 2578 [...] 2579 40 files changed, 300 insertions(+), 750 deletions(-) 2580 2581 Commit: 65 2582 Author: Sam Hocevar <sam@hocevar.net> 2583 Date: Sun Mar 2 17:01:06 2008 +0000 2584 2585 * Add a temporary ChangeLog file. 2586 2587 ChangeLog | 1499 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2588 1 files changed, 1499 insertions(+), 0 deletions(-) 2589 2590 Commit: 64 2591 Author: Sam Hocevar <sam@hocevar.net> 2592 Date: Sun Mar 2 16:59:29 2008 +0000 2593 2594 * Rename ChangeLog into NEWS and add myself to AUTHORS. 2595 2596 AUTHORS | 3 + 2597 ChangeLog | 132 ------------------------------------------------------------- 2598 NEWS | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2599 3 files changed, 135 insertions(+), 132 deletions(-) 2600 2601 Commit: 63 2602 Author: Sam Hocevar <sam@hocevar.net> 2603 Date: Sun Mar 2 16:49:22 2008 +0000 2604 2605 * Minor cleanup. 2606 2607 src/chmorph.cpp | 34 ---------------------------------- 2608 src/chmorph.hpp | 23 ----------------------- 2609 src/game.cpp | 2 +- 2610 3 files changed, 1 insertions(+), 58 deletions(-) 2611 2612 Commit: 62 2613 Author: Sam Hocevar <sam@hocevar.net> 2614 Date: Sun Mar 2 16:35:46 2008 +0000 2615 2616 * Moved some LISP stuff into src/lisp and removed unused lisp_mac.cpp file. 2617 2618 configure.ac | 1 + 2619 src/Makefile.am | 15 +- 2620 src/cache.hpp | 4 +- 2621 src/extend.hpp | 3 +- 2622 src/lisp.cpp | 3316 ------------------------------------------------- 2623 src/lisp.hpp | 228 ---- 2624 src/lisp/Makefile.am | 12 + 2625 src/lisp/lisp.cpp | 3316 +++++++++++++++++++++++++++++++++++++++++++++++++ 2626 src/lisp/lisp.hpp | 228 ++++ 2627 src/lisp/lisp_gc.cpp | 275 ++++ 2628 src/lisp/lisp_gc.hpp | 29 + 2629 src/lisp/lisp_opt.cpp | 127 ++ 2630 src/lisp/lisp_opt.hpp | 18 + 2631 src/lisp2.hpp | 135 -- 2632 src/lisp_gc.cpp | 275 ---- 2633 src/lisp_gc.hpp | 29 - 2634 src/lisp_mac.cpp | 93 -- 2635 src/lisp_opt.cpp | 127 -- 2636 src/lisp_opt.hpp | 18 - 2637 src/loader2.hpp | 3 +- 2638 20 files changed, 4021 insertions(+), 4231 deletions(-) 2639 2640 Commit: 61 2641 Author: Sam Hocevar <sam@hocevar.net> 2642 Date: Sun Mar 2 16:07:11 2008 +0000 2643 2644 * Get rid of game registration handling. All versions of Abuse are now 2645 registered, I guess. 2646 2647 src/clisp.cpp | 10 ++-------- 2648 src/cop.cpp | 30 +++++++++++------------------- 2649 src/dev.cpp | 20 +++++++------------- 2650 src/game.cpp | 40 ++-------------------------------------- 2651 src/innet.cpp | 17 ++--------------- 2652 src/menu.cpp | 3 +-- 2653 src/net/gclient.cpp | 1 - 2654 src/net/gserver.cpp | 3 +-- 2655 src/net/netdrv.cpp | 15 ++------------- 2656 src/unixnfc.cpp | 5 ++--- 2657 10 files changed, 30 insertions(+), 114 deletions(-) 2658 2659 Commit: 60 2660 Author: Sam Hocevar <sam@hocevar.net> 2661 Date: Sun Mar 2 15:41:48 2008 +0000 2662 2663 * Make a few symbols static (Ref #7). 2664 2665 src/ant.cpp | 4 ++-- 2666 src/cache.cpp | 4 ++-- 2667 src/config.cpp | 2 +- 2668 src/cop.cpp | 2 +- 2669 src/dev.cpp | 14 +++++++------- 2670 src/endgame.cpp | 2 +- 2671 src/game.cpp | 3 --- 2672 src/lisp.cpp | 10 +++++----- 2673 src/menu.cpp | 20 ++++++++++---------- 2674 9 files changed, 29 insertions(+), 32 deletions(-) 2675 2676 Commit: 59 2677 Author: Sam Hocevar <sam@hocevar.net> 2678 Date: Sun Mar 2 15:33:10 2008 +0000 2679 2680 * Delete unused file old_earth_menu.cpp. 2681 2682 osx/abuse_sdl.pbproj/project.pbxproj | 6 - 2683 src/old_earth_menu.cpp | 714 ---------------------------------- 2684 2 files changed, 0 insertions(+), 720 deletions(-) 2685 2686 Commit: 58 2687 Author: Sam Hocevar <sam@hocevar.net> 2688 Date: Sun Mar 2 15:02:22 2008 +0000 2689 2690 * Remove a few duplicate prototype declarations. 2691 * Add some harmless "%s" in sprintf() calls. 2692 2693 src/ant.cpp | 2 -- 2694 src/cache.cpp | 2 +- 2695 src/clisp.hpp | 3 --- 2696 src/imlib/jmalloc.cpp | 4 +--- 2697 src/innet.cpp | 6 +++--- 2698 src/lisp.cpp | 4 ---- 2699 src/menu.cpp | 2 -- 2700 src/nfserver.hpp | 1 - 2701 8 files changed, 5 insertions(+), 19 deletions(-) 2702 2703 Commit: 57 2704 Author: Sam Hocevar <sam@hocevar.net> 2705 Date: Sun Mar 2 14:23:26 2008 +0000 2706 2707 * Move each header to the same directory as its corresponding source, to 2708 get a better idea of which files are likely to export symbols. 2709 2710 [...] 2711 296 files changed, 8819 insertions(+), 8819 deletions(-) 2712 2713 Commit: 56 2714 Author: Sam Hocevar <sam@hocevar.net> 2715 Date: Sun Mar 2 14:03:36 2008 +0000 2716 2717 * Add licensing terms to most C / C++ files (Ref #5). 2718 2719 [...] 2720 290 files changed, 3220 insertions(+), 437 deletions(-) 2721 2722 Commit: 48 2723 Author: Sam Hocevar <sam@hocevar.net> 2724 Date: Sun Mar 2 02:01:00 2008 +0000 2725 2726 * Add autom4te.cache to the svn:ignore list. 2727 2728 Commit: 43 2729 Author: Sam Hocevar <sam@hocevar.net> 2730 Date: Sun Mar 2 00:58:48 2008 +0000 2731 2732 * Fix argument types in lisp_cos(), lisp_sin() and lisp_atan() to avoid 2733 overflows. Closes #1 #2 #3. 2734 2735 src/calctrig.cpp | 4 ++-- 2736 src/include/lisp.hpp | 10 +++++----- 2737 src/include/lisp2.hpp | 10 +++++----- 2738 src/lisp.cpp | 22 +++++++++++----------- 2739 src/trig.cpp | 6 ++++-- 2740 5 files changed, 27 insertions(+), 25 deletions(-) 2741 2742 Commit: 42 2743 Author: Sam Hocevar <sam@hocevar.net> 2744 Date: Sun Mar 2 00:17:35 2008 +0000 2745 2746 * Rename everything to "abuse" instead of "abuse-sdl". 2747 2748 Makefile.am | 4 +- 2749 abuse-sdl.6.in | 142 ------------------------------------------------------- 2750 abuse.6.in | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2751 configure.ac | 37 +++++++------- 2752 src/Makefile.am | 8 ++-- 2753 5 files changed, 167 insertions(+), 166 deletions(-) 2754 2755 Commit: 41 2756 Author: Sam Hocevar <sam@hocevar.net> 2757 Date: Sun Mar 2 00:12:38 2008 +0000 2758 2759 * Generate a config.h file. 2760 2761 configure.ac | 1 + 2762 src/cache.cpp | 13 ++++++++----- 2763 src/sdlport/setup.cpp | 3 +++ 2764 src/setup.cpp | 2 ++ 2765 4 files changed, 14 insertions(+), 5 deletions(-) 2766 2767 Commit: 40 2768 Author: Sam Hocevar <sam@hocevar.net> 2769 Date: Sat Mar 1 23:52:07 2008 +0000 2770 2771 * Fix a few more warnings. 2772 * Remove -Wshadow from the warnings because it is too verbose for now. 2773 * Remove warning flags that have no meaning in C++. 2774 2775 configure.ac | 2 +- 2776 src/dev.cpp | 2 +- 2777 src/imlib/gifread.cpp | 6 +++--- 2778 src/imlib/jmalloc.cpp | 7 +++++-- 2779 src/imlib/targa.cpp | 2 +- 2780 src/loader2.cpp | 2 +- 2781 src/net/include/tcpip.hpp | 2 +- 2782 src/net/tcpip.cpp | 8 ++++++-- 2783 src/objects.cpp | 8 ++++---- 2784 src/property.cpp | 2 +- 2785 src/view.cpp | 8 ++++---- 2786 11 files changed, 28 insertions(+), 21 deletions(-) 2787 2788 Commit: 39 2789 Author: Sam Hocevar <sam@hocevar.net> 2790 Date: Sat Mar 1 23:29:06 2008 +0000 2791 2792 * Fix almost 2,000 warnings by using proper "const" keywords where needed. 2793 2794 [...] 2795 97 files changed, 1001 insertions(+), 989 deletions(-) 2796 2797 Commit: 38 2798 Author: Sam Hocevar <sam@hocevar.net> 2799 Date: Sat Mar 1 19:49:55 2008 +0000 2800 2801 * Fix incomplete svn:ignore properties here and there. 2802 2803 Commit: 37 2804 Author: Sam Hocevar <sam@hocevar.net> 2805 Date: Sat Mar 1 19:47:57 2008 +0000 2806 2807 * Activate shitloads of warnings. 2808 2809 configure.ac | 5 +++++ 2810 1 files changed, 5 insertions(+), 0 deletions(-) 2811 2812 Commit: 32 2813 Author: Sam Hocevar <sam@hocevar.net> 2814 Date: Sat Mar 1 14:08:00 2008 +0000 2815 2816 * Reorganised build system: 2817 + Renamed configure.in to configure.ac. 2818 + Add a bootstrap script. 2819 + Put autotools files in .auto/. 2820 + svn:ignore generated files. 2821 2822 Makefile.am | 2 +- 2823 aclocal.m4 | 3615 ---------------------- 2824 bootstrap | 129 + 2825 config.guess | 1459 --------- 2826 config.sub | 1549 ---------- 2827 configure | 9299 --------------------------------------------------------- 2828 configure.ac | 94 + 2829 configure.in | 98 - 2830 install-sh | 251 -- 2831 ltmain.sh | 4946 ------------------------------ 2832 missing | 190 -- 2833 mkinstalldirs | 40 - 2834 12 files changed, 224 insertions(+), 21448 deletions(-) 2835 2836 Commit: 31 2837 Author: Sam Hocevar <sam@hocevar.net> 2838 Date: Sat Mar 1 13:58:40 2008 +0000 2839 2840 * Fix invalid file pointer usage, thanks to Kees Cook. 2841 2842 src/light.cpp | 6 +++--- 2843 1 files changed, 3 insertions(+), 3 deletions(-) 2844 2845 Commit: 30 2846 Author: Sam Hocevar <sam@hocevar.net> 2847 Date: Sat Mar 1 13:58:14 2008 +0000 2848 2849 * Fix heap corruption and resulting at-exit crash, thanks to Kees Cook. 2850 2851 src/include/stack.hpp | 10 ++++++++-- 2852 1 files changed, 8 insertions(+), 2 deletions(-) 2853 2854 Commit: 29 2855 Author: Sam Hocevar <sam@hocevar.net> 2856 Date: Sat Mar 1 13:56:07 2008 +0000 2857 2858 * Fix header inclusion order in version.cpp, thanks to Kees Cook. 2859 2860 src/version.cpp | 4 ++-- 2861 1 files changed, 2 insertions(+), 2 deletions(-) 2862 2863 Commit: 28 2864 Author: Sam Hocevar <sam@hocevar.net> 2865 Date: Sat Mar 1 13:55:00 2008 +0000 2866 2867 * Fix missing long -> int32_t change from an old patch by Maximiliano Curia. 2868 2869 src/include/compiled.hpp | 2 +- 2870 1 files changed, 1 insertions(+), 1 deletions(-) 2871 2872 Commit: 23 2873 Author: Sam Hocevar <sam@hocevar.net> 2874 Date: Fri Nov 11 12:05:33 2005 +0000 2875 2876 * Closing the window quits the game. 2877 2878 src/sdlport/event.cpp | 17 +---------------- 2879 1 files changed, 1 insertions(+), 16 deletions(-) 2880 2881 Commit: 22 2882 Author: Sam Hocevar <sam@hocevar.net> 2883 Date: Thu Nov 10 23:41:50 2005 +0000 2884 2885 * removed useless stuff from SVN. 2886 2887 Makefile.in | 414 ----------------------------------------- 2888 src/Makefile.in | 468 ----------------------------------------------- 2889 src/imlib/Makefile.in | 361 ------------------------------------ 2890 src/net/Makefile.in | 344 ---------------------------------- 2891 src/sdlport/Makefile.in | 346 ---------------------------------- 2892 5 files changed, 0 insertions(+), 1933 deletions(-) 2893 2894 Commit: 21 2895 Author: Sam Hocevar <sam@hocevar.net> 2896 Date: Thu Nov 10 22:58:24 2005 +0000 2897 2898 * removed useless files 2899 2900 src/Makefile.am.bak | 25 ------------------------- 2901 src/imlib/Makefile.am.bak | 17 ----------------- 2902 src/sdlport/Makefile.am.bak | 11 ----------- 2903 3 files changed, 0 insertions(+), 53 deletions(-) 2904 2905 Commit: 20 2906 Author: Sam Hocevar <sam@hocevar.net> 2907 Date: Thu Nov 10 22:50:40 2005 +0000 2908 2909 * disabled GC, caching system and custom malloc. 2910 2911 src/include/lcache.hpp | 2 +- 2912 src/lisp.cpp | 2 ++ 2913 src/lisp_gc.cpp | 2 ++ 2914 3 files changed, 5 insertions(+), 1 deletions(-) 2915 2916 Commit: 19 2917 Author: Sam Hocevar <sam@hocevar.net> 2918 Date: Thu Nov 10 22:01:43 2005 +0000 2919 2920 * cosmetic: s/allign/align/ 2921 2922 src/imlib/image.cpp | 4 ++-- 2923 src/imlib/include/image.hpp | 2 +- 2924 src/imlib/readwav.cpp | 4 ++-- 2925 src/include/bus_type.hpp | 16 ++++++++-------- 2926 src/include/lisp.hpp | 2 +- 2927 src/lcache.cpp | 2 +- 2928 src/lisp.cpp | 2 +- 2929 7 files changed, 16 insertions(+), 16 deletions(-) 2930 2931 Commit: 18 2932 Author: Sam Hocevar <sam@hocevar.net> 2933 Date: Thu Nov 10 20:44:53 2005 +0000 2934 2935 * renamed RC_C RC_S RC_L to RC_8 RC_16 RC_32 2936 2937 src/include/objects.hpp | 6 ++-- 2938 src/level.cpp | 66 +++++++++++++++++++++--------------------- 2939 src/objects.cpp | 72 +++++++++++++++++++++++----------------------- 2940 3 files changed, 72 insertions(+), 72 deletions(-) 2941 2942 Commit: 17 2943 Author: Sam Hocevar <sam@hocevar.net> 2944 Date: Thu Nov 10 20:41:13 2005 +0000 2945 2946 * absolute shitloads of 64 bit fixes. 2947 2948 [...] 2949 87 files changed, 1649 insertions(+), 1674 deletions(-) 2950 2951 Commit: 16 2952 Author: Sam Hocevar <sam@hocevar.net> 2953 Date: Thu Nov 10 19:08:09 2005 +0000 2954 2955 * shitloads of long -> int32_t changes for 64 bit safety. 2956 2957 [...] 2958 24 files changed, 587 insertions(+), 583 deletions(-) 2959 2960 Commit: 15 2961 Author: Sam Hocevar <sam@hocevar.net> 2962 Date: Thu Nov 10 19:04:02 2005 +0000 2963 2964 * fixed 64 bit issues in palette::getquad and palette::fade_to. 2965 2966 src/imlib/include/palette.hpp | 2 +- 2967 src/imlib/palette.cpp | 18 +++++++++++------- 2968 2 files changed, 12 insertions(+), 8 deletions(-) 2969 2970 Commit: 14 2971 Author: Sam Hocevar <sam@hocevar.net> 2972 Date: Thu Nov 10 19:02:54 2005 +0000 2973 2974 * fix C++ warning with classes that have virtual functions but not virtual dtor. 2975 2976 src/imlib/include/status.hpp | 1 + 2977 src/imlib/include/visobj.hpp | 1 + 2978 2 files changed, 2 insertions(+), 0 deletions(-) 2979 2980 Commit: 13 2981 Author: Sam Hocevar <sam@hocevar.net> 2982 Date: Thu Nov 10 18:17:17 2005 +0000 2983 2984 * fixed bad format string 2985 2986 src/net/gclient.cpp | 2 +- 2987 1 files changed, 1 insertions(+), 1 deletions(-) 2988 2989 Commit: 12 2990 Author: Sam Hocevar <sam@hocevar.net> 2991 Date: Thu Nov 10 16:31:21 2005 +0000 2992 2993 * don't manage libtool using SVN. 2994 2995 libtool | 5229 --------------------------------------------------------------- 2996 1 files changed, 0 insertions(+), 5229 deletions(-) 2997 2998 Commit: 11 2999 Author: Sam Hocevar <sam@hocevar.net> 3000 Date: Thu Nov 10 16:28:36 2005 +0000 3001 3002 * fixed 64 bit issues here and there. 3003 3004 src/include/lisp.hpp | 26 ++++++++++++++------------ 3005 src/lisp.cpp | 33 +++++++++++++++++---------------- 3006 src/sdlport/sound.cpp | 2 +- 3007 3 files changed, 32 insertions(+), 29 deletions(-) 3008 3009 Commit: 10 3010 Author: Sam Hocevar <sam@hocevar.net> 3011 Date: Thu Nov 10 16:24:19 2005 +0000 3012 3013 * cosmetic 3014 3015 src/cache.cpp | 9 ++++----- 3016 1 files changed, 4 insertions(+), 5 deletions(-) 3017 3018 Commit: 9 3019 Author: Sam Hocevar <sam@hocevar.net> 3020 Date: Thu Nov 10 16:15:07 2005 +0000 3021 3022 * minor cosmetic changes 3023 3024 src/game.cpp | 2 +- 3025 src/loader2.cpp | 2 +- 3026 2 files changed, 2 insertions(+), 2 deletions(-) 3027 3028 Commit: 8 3029 Author: Sam Hocevar <sam@hocevar.net> 3030 Date: Thu Nov 10 15:50:04 2005 +0000 3031 3032 * fixed buffer overflows. 3033 3034 src/imlib/jmalloc.cpp | 2 +- 3035 src/light.cpp | 2 +- 3036 2 files changed, 2 insertions(+), 2 deletions(-) 3037 3038 Commit: 7 3039 Author: Sam Hocevar <sam@hocevar.net> 3040 Date: Sun Nov 6 18:07:59 2005 +0000 3041 3042 * fixed int size issues here and there 3043 3044 src/imlib/include/specs.hpp | 35 ++++++------ 3045 src/imlib/include/system.h | 11 ++-- 3046 src/imlib/jmalloc.cpp | 123 ++++++++++++++++++++------------------- 3047 src/imlib/specs.cpp | 135 ++++++++++++++++++++++--------------------- 3048 4 files changed, 156 insertions(+), 148 deletions(-) 3049 3050 Commit: 6 3051 Author: Sam Hocevar <sam@hocevar.net> 3052 Date: Sun Nov 6 17:27:27 2005 +0000 3053 3054 * fixed buffer overflow 3055 3056 src/sdlport/setup.cpp | 2 +- 3057 1 files changed, 1 insertions(+), 1 deletions(-) 3058 3059 Commit: 5 3060 Author: Sam Hocevar <sam@hocevar.net> 3061 Date: Sun Nov 6 17:27:09 2005 +0000 3062 3063 * fixed a warning 3064 3065 src/net/include/sock.hpp | 1 + 3066 1 files changed, 1 insertions(+), 0 deletions(-) 3067 3068 Commit: 4 3069 Author: Sam Hocevar <sam@hocevar.net> 3070 Date: Sun Nov 6 10:39:38 2005 +0000 3071 3072 * debian patches 3073 3074 [...] 3075 46 files changed, 735 insertions(+), 396 deletions(-) 3076 3077 Commit: 2 3078 Author: Sam Hocevar <sam@hocevar.net> 3079 Date: Sat Nov 5 14:38:39 2005 +0000 3080 3081 * imported original 0.7.0 tarball 3082 3083 [...] 3084 354 files changed, 105042 insertions(+), 0 deletions(-) 3085 3086 Commit: 1 3087 Author: Sam Hocevar <sam@hocevar.net> 3088 Date: Sat Nov 5 14:38:39 2005 +0000 3089 3090 * Creating repository. -
abuse/trunk/NEWS
r68 r621 1 09-05-2011 2 - Abuse 0.8 released. 3 - Support for the original music packs. 4 - The fRaBs and main Abuse artwork were merged. 5 - 15 save slots instead of 5. 6 - The Lisp interpreter was heavily improved and now uses its 7 garbage collected allocator instead of malloc. 8 - A new abuse-tool binary helps editing Abuse data files. 9 1 10 02-03-2008 2 11 - Abuse-SDL 0.7.1 released. -
abuse/trunk/README
r596 r621 1 Abuse -SDL 0.7.1README2 ---------------- ------1 Abuse 0.8 README 2 ---------------- 3 3 4 4 ---- … … 7 7 2. Additional Features 8 8 3. Requirements 9 4. Running Abuse -SDL9 4. Running Abuse 10 10 5. Configuration 11 6. Installing the datafiles .11 6. Installing the datafiles 12 12 7. Notes 13 13 8. Special Thanks … … 19 19 1. INTRODUCTION 20 20 21 Welcome to Abuse -SDL, the port of the classic game Abuse to the22 Simple DirectMedia Layer. Abuse was originally developed by 23 Crack dot Com and released in 1995 for MS-DOS. A Linux version was 24 a lso made available at a later date. It had a few limitations25 th e most restrictive of which was that it only ran on an 8-bit26 display, and only in a window. 27 Abuse -SDL will run at any colour depth and supports fullscreen28 mode, as well as many other new features. It should also be more 29 portable and hopefully run on a variety of *nix variants, and possibly 30 other systemssupported by the SDL library.21 Welcome to Abuse, the port of the classic game Abuse to the Simple 22 DirectMedia Layer. Abuse was originally developed by Crack dot Com and 23 released in 1995 for MS-DOS. A Linux version was also made available at 24 a later date. It had a few limitations the most restrictive of which was 25 that it only ran on an 8-bit display, and only in a window. 26 27 Abuse will run at any colour depth and supports fullscreen mode, as 28 well as many other new features. It should also be more portable and 29 hopefully run on a variety of *nix variants, and possibly other systems 30 supported by the SDL library. 31 31 32 32 33 33 2. ADDITIONAL FEATURES 34 34 35 Abuse-SDL has the following extra features over the original 36 Abuse: 35 Abuse has the following extra features over the original: 37 36 38 37 Runs at a screen bit depth of 8, 16, 24 or 32. … … 47 46 3. REQUIREMENTS 48 47 49 Abuse -SDLhas the following requirements:48 Abuse has the following requirements: 50 49 51 50 SDL 1.1.6 or above. … … 58 57 59 58 60 4. RUNNING ABUSE -SDL59 4. RUNNING ABUSE 61 60 62 If Abuse -SDLhas been installed properly, the command:61 If Abuse has been installed properly, the command: 63 62 64 63 abuse … … 84 83 5. CONFIGURATION 85 84 86 Abuse-SDL also has a configuration file where these options can be set 87 instead of using the command line. The file "abuserc" will be created in 88 your ~/.abuse directory the first time Abuse-SDL is run. 85 Abuse also has a configuration file where these options can be set 86 instead of using the command line. The file "abuserc" will be created in 87 your ~/.abuse directory the first time Abuse is run. 88 89 89 Lines starting with a ';' are comments. 90 90 Setting an option to '1' turns it on, and '0' turns it off. … … 119 119 6. INSTALLING THE DATAFILES 120 120 121 Abuse -SDL requires a set of datafiles(graphics, sounds, maps and so on) to be122 installed before it will run. They are available as a separate package from 123 the Abuse-SDLwebsite.121 Abuse requires a set of datafiles (graphics, sounds, maps and so on) 122 to be installed before it will run. They are available as a separate 123 package from the Abuse website. 124 124 125 By default, Abuse -SDLexpects the datafiles to be installed in the following125 By default, Abuse expects the datafiles to be installed in the following 126 126 location: 127 127 128 128 /usr/local/share/games/abuse 129 129 130 However it is possible to change this and tell Abuse -SDLwhere to find the130 However it is possible to change this and tell Abuse where to find the 131 131 files if they are in another location. 132 The location can be set when Abuse-SDL is compiled. See the INSTALL file for 132 133 The location can be set when Abuse is compiled. See the INSTALL file for 133 134 instructions on how to do this. 134 You can also specify the location with the -datadir argument when Abuse-SDL is 135 run. See section 4 above. 136 Finally, the location can be set in the configuration file. See section 5 above. 135 136 You can also specify the location with the -datadir argument when 137 Abuse is run. See section 4 above. 138 139 Finally, the location can be set in the configuration file. See section 140 5 above. 137 141 138 142 To install the datafiles, simply unpack the archive into a location of your … … 160 164 8. SPECIAL THANKS 161 165 162 Go to Jonathan Clark, Dave Taylor and the rest of the Crack Dot Com team for163 making the best 2D platform shooter ever, and then releasing the code that 164 makes Abuse-SDLpossible.166 Go to Jonathan Clark, Dave Taylor and the rest of the Crack Dot Com team 167 for making the best 2D platform shooter ever, and then releasing the 168 code that makes Abuse possible. 165 169 166 170 Also, thanks go to Jonathan Clark for allowing Anthony to distribute the 167 original datafiles with Abuse -SDL.171 original datafiles with Abuse. 168 172 169 173 Thanks also to everyone who has contributed ideas, bug reports and patches. … … 177 181 sam@hocevar.net 178 182 179 The Abuse -SDLwebpage can be found at:183 The Abuse webpage can be found at: 180 184 181 185 http://abuse.zoy.org/
Note: See TracChangeset
for help on using the changeset viewer.