source: abuse/trunk/ChangeLog @ 651

Last change on this file since 651 was 625, checked in by Sam Hocevar, 12 years ago

doc: update NEWS and ChangeLog? files for the 0.8 release.

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