]> icculus.org git repositories - btb/d2x.git/blob - ChangeLog
if descent.pig available, load d1 textures for d1 levels
[btb/d2x.git] / ChangeLog
1 2003-03-19  Martin Schaffner <maschaffner@gmx.ch>
2
3         * 2d/rle.c, include/gr.h, include/rle.h, main/bm.c, main/bm.h,
4         main/gamemine.c, main/gamemine.h, main/gameseq.c, main/piggy.c,
5         main/piggy.h: if descent.pig available, load d1 textures for d1
6         levels
7
8 2003-03-19  Bradley Bell  <btb@icculus.org>
9
10         * 2d/font.c, 2d/palette.c, 3d/interp.c, 3d/setup.c,
11         arch/sdl/rbaudio.c, include/texmap.h, libmve/decoder16.c,
12         libmve/decoder8.c, libmve/decoders.h, libmve/mveplay.c,
13         texmap/ntmap.c, texmap/texmapl.h: header/extern declaration
14         housekeeping
15
16         * README: added some OS X info
17
18 2003-03-17  Bradley Bell  <btb@icculus.org>
19
20         * main/newdemo.c: simplify DEMO_FILENAME macro
21
22         * main/console.c, main/game.c: enable experimental console support
23
24         * main/gamerend.c: fixed location of fps meter in multi
25
26 2003-03-16  Bradley Bell  <btb@icculus.org>
27
28         * main/menu.c, main/newdemo.c, main/newdemo.h, main/newmenu.c:
29         also look in shared data dir for demos
30
31         * main/newdemo.c, main/newdemo.h: comments/formatting
32
33 2003-03-15  Christopher Thielen  <chris@luethy.net>
34
35         * main/kludge.c: set CDROM_dir back to "." - tricks game into
36         thinking d2 cd is always present
37
38 2003-03-15  Bradley Bell  <btb@icculus.org>
39
40         * 2d/font.c, main/credits.c, main/scores.c: fixed opengl credits,
41         scores
42
43         * arch/sdl/rbaudio.c: formatting, enabled volume control under
44         linux
45
46         * arch/ogl/gr.c: fixed dark font bug by calling gr_set_mode from
47         gr_init.  don't really know why this works, though
48
49 2003-03-14  Bradley Bell  <btb@icculus.org>
50
51         * main/gameseq.c: fix Bitmap_replacement_data mem leakage
52
53         * unused/bios/rbaudio.h: removed duplicate file
54
55 2003-03-14  Christopher Thielen  <chris@luethy.net>
56
57         * arch/sdl/rbaudio.c: stop cd audio when exiting
58
59 2003-03-14  Micah J. Lieske  <MicahJon@compuserve.com>
60
61         * main/gamecntl.c: add comments to the "only matt knows" cheats
62
63 2003-03-14  Martin Schaffner <maschaffner@gmx.ch>
64
65         * main/gamemine.c: formatting, better texture conversion for d1
66         levels
67
68 2003-03-14  Bradley Bell  <btb@icculus.org>
69
70         * main/piggy.c: must swap all mac version pigfiles
71
72         * main/ai.c, main/ai.h, main/bm.h, main/crypt.c, main/joydefs.h,
73         main/multi.c: formatting, minor cleanups
74
75         * 2d/rle.c: need to swap line_size on bigendian machines
76
77         * main/mission.c, main/mission.h: detect mac full version hogfile
78
79 2003-03-13  Bradley Bell  <btb@icculus.org>
80
81         * arch/sdl/joydefs.c, main/kconfig.c, main/kconfig.h, main/menu.c:
82         added joy/mouse sensitivity slider, increased range to 16, and
83         added d2x keys menu
84
85         * main/Makefile.am, main/joydefs.c, main/old/joydefs.c: moved old
86         joydefs to main
87
88         * arch/linux/Makefile.am: removed extra backslash
89
90         * TODO, installation.txt: updated some documentation
91
92         * main/gamecntl.c, main/menu.c, main/menu.h: added "d2x options"
93         menu, with maxfps option
94
95 2003-03-12  Bradley Bell  <btb@icculus.org>
96
97         * main/game.c, main/game.h, main/inferno.c: added -maxfps option
98
99         * arch/linux/alsadigi.c, arch/linux/findfile.c,
100         arch/linux/hmiplay.c, arch/linux/init.c, arch/linux/ipx_bsd.c,
101         arch/linux/ipx_kali.c, arch/linux/ipx_lin.c, arch/linux/ipx_udp.c,
102         arch/linux/joydefs.c, arch/linux/ukali.c, arch/linux/include,
103         arch/linux/include/ipx_bsd.h, arch/linux/include/ipx_drv.h,
104         arch/linux/include/ipx_hlpr.h, arch/linux/include/ipx_kali.h,
105         arch/linux/include/ipx_ld.h, arch/linux/include/ipx_lin.h,
106         arch/linux/include/ipx_udp.h, arch/linux/include/joystick.h,
107         arch/linux/include/music.h, arch/linux/include/serial.h,
108         arch/linux/include/ukali.h: formatting
109
110 2003-03-11  Chris Arena  <ccarena@cox.net>
111
112         * main/menu.c: fixed brightness slider
113
114 2003-03-01  Bradley Bell  <btb@icculus.org>
115
116         * main/piggy.c, main/titles.c: d1 briefing text fixed, spinning
117         robots and animated bitmaps work, but colors are messed up
118
119 2003-02-28  Bradley Bell  <btb@icculus.org>
120
121         * main/player.h: whitespace
122
123         * main/automap.c, main/cntrlcen.c, main/collide.c,
124         main/gamerend.c: use Builtin_mission_num instead of 0 (if
125         descent.hog is present, d1 becomes mission 0)
126
127         * configure.ac, arch/win32/Makefile.am, arch/win32/ipx_drv.h,
128         arch/win32/ipx_win.c, arch/win32/mingw_init.c,
129         arch/win32/winnet.c: MinGW compiles with network enabled again,
130         but still doesn't work
131
132         * NEWS: Updated
133
134 2003-02-28  Bradley Bell  <btb@icculus.org>
135
136         * 2d/pcx.c, arch/ogl/gr.c, libmve/mveplay.c, main/gameseq.c,
137         main/inferno.c, main/menu.c, main/movie.c, main/newmenu.c: Fixed
138         many opengl glitches
139
140 2003-02-27  Bradley Bell  <btb@icculus.org>
141
142         * main/Makefile.am, main/gamesave.c, main/hoard.c, main/hoard.h,
143         main/inferno.c, main/menu.c, main/mission.c, main/mission.h,
144         main/network.c, main/network.h: noted that hoard.ham is only needed
145         for multiplayer HOARD games, and should not be equated with
146         "vertigo". put HoardEquipped() back in network.c.
147
148         * arch/ggi/key.c, arch/sdl/key.c, arch/svgalib/key.c,
149         include/d_delay.h, main/automap.c, main/game.c, main/kconfig.c,
150         main/multi.c, main/newdemo.c, misc/Makefile.am, misc/d_delay.c:
151         use timer_delay instead of d_delay
152
153 2003-02-27  Martin Schaffner <maschaffner@gmx.ch>
154
155         * main/render.c: added replacement qsort for solaris
156
157 2003-02-26  Bradley Bell  <btb@icculus.org>
158
159         * main/gamemine.c: texture conversion for d1 shareware
160
161 2003-02-26  Martin Schaffner <maschaffner@gmx.ch>
162
163         * main/gamemine.c: better texture conversion for d1 levels
164
165 2003-02-26  Micah J. Lieske  <MicahJon@compuserve.com>
166
167         * main/kconfig.c: fix joystick support under MinGW
168
169 2003-02-26  Bradley Bell  <btb@icculus.org>
170
171         * main/playsave.c: fix swapping glitch
172
173         * configure.ac, readme.txt: clean stuff up, getting ready for
174         0.2.0 release
175
176         * main/titles.c: begin support for rendering spinning robots in
177         briefings
178
179         * main/mission.c, main/mission.h: load d1 oem mission, d1 v1.0
180         mission
181
182         * main/gamemine.c: load d1 shareware levels!
183
184 2003-02-25  Bradley Bell  <btb@icculus.org>
185
186         * TODO: update
187
188         * autogen.sh: add warning about old auto* versions, use
189         automake --copy
190
191 2003-02-24  Bradley Bell <btb@icculus.org>
192
193         * main/gameseq.c, main/movies.c, main/titles.c: Descent I
194         briefings mostly working
195         * main/movie.c, main/titles.c: fixed some more briefing glitches
196
197 2003-02-23  Bradley Bell <btb@icculus.org>
198
199         * main/movie.c: fixed crash when using shareware data files
200         without -nohires
201         * arch/sdl/digi.c: fix crash on non-existent sounds
202         (i.e. shareware data)
203
204 2003-02-22  Bradley Bell <btb@icculus.org>
205
206         * main/titles.c: fixed fullscreen toggle in briefings
207
208 2003-02-21  Bradley Bell <btb@icculus.org>
209
210         * configure.ac: check for mingw when enabling nasm
211         * main/playsave.c: enable loading player files of either byte
212         order
213
214 2003-02-20  Bradley Bell <btb@icculus.org>
215
216         * main/bm.c, main/bm.h, main/endlevel.c: fixed up endlevel stuff
217         * arch/sdl/digi.c, main/kludge.c: oops, meant to say: fixed bug
218         #343, not "rest of solution to bug #344"
219         * arch/sdl/timer.c, include/timer.h: revert to more accurate
220         timers
221         * main/kludge.c: partial solution to bug #344
222         * Makefile.am, tools/cvs2cl/cvs2cl.pl: get rid of cvs2cl.pl
223         * compilerdefs.txt: added linux/mips info
224         * ChangeLog: clean up changelog
225
226 2003-02-19  Bradley Bell <btb@icculus.org>
227
228         * libmve/mveplay.c: os x needs nanosleep prototype.
229
230 2003-02-18  Bradley Bell <btb@icculus.org>
231
232         * .cvsignore, libmve/.cvsignore: added files to .cvsignore
233         * include/libmve.h, libmve/mveplay.c, main/movie.c: added function
234         to disable/enable audio
235         * libmve/: mve_main.c, mveplay.c: bigendian fixes
236         * main/: movie.h, titles.c: make sure movie's palette is set before
237         writing briefing text.  Fixes bug #359
238         * libmve/mveplay.c: make MVE_rmStepMovie play a full frame instead
239         of a chunk
240         * misc/: args.c, byteswap.c, d_delay.c, d_io.c, dos_disk.h,
241         error.c, hash.c, parsarg.c, parsarg.h, strio.c, strutil.c:
242         formatting
243         * maths/: fix.asm, rand.c, tables.c, vecmat.c, vecmata.asm:
244         formatting
245         * texmap/: ntmap.c, scanline.c, scanline.h, texmapl.h,
246         tmap_flt.asm, tmap_inc.asm, tmap_lin.asm, tmap_ll.asm,
247         tmap_per.asm, tmapfade.asm, tmapflat.c, tmappent.S, tmapppro.S:
248         formatting
249         * include/libmve.h: blah
250
251 2003-02-18  Martin Schaffner <martin.schaffner@epfl.ch>
252
253         * main/render.c: 2nd attempt to fix solaris qsort bug
254
255 2003-02-18  Bradley Bell <btb@icculus.org>
256
257         * configure.ac, include/pstypes.h: put alignment detection in
258         configure.ac
259
260 2003-02-17  Bradley Bell <btb@icculus.org>
261
262         * Makefile.am, README.utils, configure.ac, include/libmve.h,
263         include/mve_audio.h, include/mvelib.h, libmve/Makefile.am,
264         libmve/decoder16.c, libmve/decoder8.c, libmve/mve_audio.c,
265         libmve/mve_audio.h, libmve/mve_main.c, libmve/mvelib.c,
266         libmve/mvelib.h, libmve/mveplay.c, main/Makefile.am,
267         main/decoder16.c, main/decoder8.c, main/movie.c, main/mve_audio.c,
268         main/mve_main.c, main/mvelib.c, main/mveplay.c, main/mveplay.h:
269         moved mve stuff to separate subdir
270         * include/mvelib.h, main/movie.c, main/mve_main.c, main/mvelib.c,
271         main/mveplay.c, main/mveplay.h, main/titles.c: many improvements to
272         mve code.  Fixes (at least) bugs #41, #348, and #350.
273
274 2003-02-14  Bradley Bell <btb@icculus.org>
275
276         * main/Makefile.am: no more Makefile.mveplay. again
277         * main/mveplay.c: typo
278
279 2003-02-13  Bradley Bell <btb@icculus.org>
280
281         * utilities/mvlextract.c: uint -> unsigned int
282         * main/: mve_main.c, mvelib.c, mveplay.c: add fullscreen mode to
283         standalone mveplayer, win32 support
284         * main/movie.c: random bugfixes, win32 support
285         * arch/sdl/Makefile.am: formatting
286         * configure.ac: disable networking on mac/win for now
287         * main/newmenu.c: comments
288
289 2003-02-13  Martin Schaffner <martin.schaffner@epfl.ch>
290
291         * 3d/interp.c, include/interp.h, main/polyobj.c: get rid of some
292         redundant swap functions.
293
294 2003-02-13  Bradley Bell <btb@icculus.org>
295
296         * ChangeLog: update changelog
297
298 2003-02-13  Martin Schaffner <martin.schaffner@epfl.ch>
299
300         * 3d/interp.c, include/interp.h, main/polyobj.c: fix remaining
301         polymodel alignment issues.
302
303 2003-02-13  Bradley Bell <btb@icculus.org>
304
305         * utilities/: hogcreate.c, hogextract.c, mvlcreate.c, mvlextract.c:
306         fix various little bugs
307         * main/mveplay.c, utilities/hogextract.c, utilities/mvlextract.c,
308         utilities/tex2txb.c, utilities/txb2tex.c: eliminate warning
309         * main/: Makefile.am, Makefile.mveplay: build mveplayer from
310         regular makefiles
311         * README.utils: new file
312         * main/: mve_main.c, mveplay.c: more movie fixes
313         * README: updated README
314         * 2d/Makefile.am, main/Makefile.am: some OS X and dist fixes
315
316 2003-02-12  Bradley Bell <btb@icculus.org>
317
318         * utilities/mvlextract.c: bigendian mvl support
319         * main/mveplay.c: formatting, stuff
320         * main/: Makefile.am, Makefile.mveplay: lotsa movie cleanups, added
321         truecolor mve support, standalone mveplayer
322         * include/mve_audio.h, include/mvelib.h, main/decoder16.c,
323         main/decoder8.c, main/movie.c, main/mve_main.c, main/mvelib.c,
324         main/mveplay.c: lotsa movie cleanups, added truecolor mve support,
325         standalone mveplayer
326
327 2003-01-22  Bradley Bell <btb@icculus.org>
328
329         * include/: interp.h, interp.h: restore prototype for
330         swap_polygon_model_data
331
332 2003-01-21  Bradley Bell <btb@icculus.org>
333
334         * main/piggy.c: use memcpy to avoid alignment problem
335         * compilerdefs.txt: updated some defs, added sunos/sparc
336
337 2003-01-15  Bradley Bell <btb@icculus.org>
338
339         * main/render.c, arch/ogl/ogl.c: use __sun__ for sunos
340         * main/gamemine.c: attempting to support d1 shareware
341         * compilerdefs.txt: update defs
342
343 2003-01-15  David Costanzo <david_costanzo@yahoo.com>
344
345         * main/mveplay.c: fix several bugs, comments, formatting.
346
347 2003-01-15  Bradley Bell <btb@icculus.org>
348
349         * arch/ogl/sdlgl.c, arch/sdl/digi.c, arch/sdl/event.c,
350         arch/sdl/gr.c, arch/sdl/init.c, arch/sdl/joy.c, arch/sdl/key.c,
351         arch/sdl/mouse.c, arch/sdl/rbaudio.c, arch/sdl/timer.c,
352         include/error.h, main/gamecntl.c, main/inferno.c: changed path for
353         SDL headers
354         * arch/: ogl/glx.c, ogl/gr.c, ogl/ogl.c, ogl/wgl.c, sdl/joydefs.c:
355         formatting, comments
356
357 2003-01-11  Bradley Bell <btb@icculus.org>
358
359         * main/: mission.c, mission.h: attempt to support d1 for mac
360         mission
361         * arch/sdl/joy.c, main/mvelib.c, main/titles.c: gcc 3.2 warnings
362         * main/object.h: foo
363
364 2003-01-09  Bradley Bell <btb@icculus.org>
365
366         * main/movie.c: use ifdef around gr_toggle_fullscreen
367
368 2003-01-07  Bradley Bell <btb@icculus.org>
369
370         * Makefile.am, descent.msn, installation.txt, main/mission.c,
371         main/mission.h: don't need .msn file for descent.hog anymore
372         * README: stuff
373
374 2003-01-06  Bradley Bell <btb@icculus.org>
375
376         * main/mission.h, main/mission.c: comments
377         * README, TODO, cvshowto.txt, installation.txt, debian/copyright:
378         documentations
379
380 2003-01-03  Bradley Bell <btb@icculus.org>
381
382         * utilities/: txb2txt.c, txt2txb.c: remove old files
383         * 3d/interp.c, include/byteswap.h, main/gamemine.c: formatting
384         * main/polyobj.c: attempt to make read_model_file
385         bigendian-friendly
386         * main/menu.c: move vertigo text
387
388 2003-01-02  Bradley Bell <btb@icculus.org>
389
390         * 3d/interp.c, include/interp.h, main/morph.c, main/polyobj.c,
391         main/polyobj.h: cleanup alignment changes
392         * NEWS, 3d/interp.c, include/3d.h, include/interp.h,
393         include/pstypes.h, main/Makefile.am, main/bm.c, main/collide.c,
394         main/object.h: fix alignment issues on sparc
395         * cvshowto.txt: update cvs info
396         * NEWS: news
397         * 2d/rle.c: make rle_swap handle RLE_BIG
398
399 2003-01-01  Martin Schaffner <maschaffner@gmx.ch>
400
401         * main/render.c: workaround solaris qsort bug
402
403 2003-01-01  Steffen Pohle <stpohle@gmx.net>
404
405         * arch/linux/linuxnet.c, arch/linux/ukali.c,
406         arch/linux/include/ukali.h, main/inferno.c: enabled kali
407         * arch/linux/Makefile.am: enabled linux joystick, kali
408         * configure.ac, arch/linux/joystick.c, arch/sdl/Makefile.am,
409         arch/sdl/event.c: enabled linux joystick
410
411 2002-12-31  Bradley Bell <btb@icculus.org>
412
413         * main/gamemine.c: simplified warning msg
414         * NEWS, TODO, main/multi.c, main/netmisc.c: comments/whitespace
415         * main/render.h: fix compiler warning
416
417 2002-12-31  Martin Schaffner <maschaffner@gmx.ch>
418
419         * 2d/rle.c, main/inferno.c, main/piggy.c: fixed rle_swap leaks.
420
421 2002-12-24  Bradley Bell <btb@icculus.org>
422
423         * main/mission.c: fixes an infinite loop which was caused by d2x
424         thinking d2demo was a descent 1 mission
425
426 2002-12-24  Martin Schaffner <maschaffner@gmx.ch>
427
428         * arch/ogl/ogl.c, main/render.c: fix compiler warnings.
429
430 2002-12-24  Bradley Bell <btb@icculus.org>
431
432         * main/render.c: comments
433
434 2002-10-30  Bradley Bell <btb@icculus.org>
435
436         * main/inferno.c: add help for -hogdir option
437         * main/inferno.c: added -hogdir option
438
439 2002-10-28  Bradley Bell <btb@icculus.org>
440
441         * main/: inferno.c, menu.c: enabled Vertigo displays
442         * include/3d.h: typo
443
444 2002-10-28  Martin Schaffner <maschaffner@gmx.ch> and Bradley Bell <btb@icculus.org>
445
446         * 3d/interp.c, include/3d.h, include/byteswap.h, main/bm.c,
447         main/netmisc.c, main/network.c: simplify and eliminate redundant
448         swap macros.
449
450 2002-10-28  Martin Schaffner <maschaffner@gmx.ch>
451
452         * maths/fixc.c: fix infinite loop in quad_sqrt.
453         * 3d/points.c, include/maths.h, include/pstypes.h, maths/fixc.c,
454         maths/vecmat.c: sparc/sunos support: rename quad to quadint.
455
456 2002-10-12  Bradley Bell <btb@icculus.org>
457
458         * 2d/2dsline.c: handle BM_OGL in gr_scanline()
459
460 2002-10-11  Bradley Bell <btb@icculus.org>
461
462         * main/hud.c: make hud_message work correctly
463         * 2d/palette.c, arch/sdl/gr.c, include/palette.h, main/inferno.c:
464         enable -nofade
465         * main/network.c: formatting, small fixes
466
467 2002-10-10  Bradley Bell <btb@icculus.org>
468
469         * main/netmisc.h: no swap_object for little-endian
470         * main/: netmisc.h, network.c: use macros to simplify network
471         endian conversion
472         * main/piggy.c: disable autodetect of mac pig (use --enable-macdata
473         for now)
474         * main/inferno.c: enable loading screen for mac shareware with
475         -nohires
476         * main/netmisc.c: whitespace
477         * 2d/bitmap.c, main/inferno.c, main/mission.c, main/playsave.c:
478         comments
479         * main/hud.c: whitespace
480         * configure.ac: remove shareware build, add macdata build
481         * main/songs.c: whitespace
482         * 2d/circle.c, 2d/clip.h, 2d/disc.c, 2d/gpixel.c, 2d/line.c,
483         2d/pixel.c, 2d/poly.c, 2d/rect.c, 2d/tmerge.c, main/gamerend.c:
484         whitespace
485         * 2d/: Makefile.am, tmerge_a.asm: enable TRANSPARENCY_COLOR for
486         assembly
487
488 2002-10-04  Martin Schaffner <maschaffner@gmx.ch>
489
490         * cfile/cfile.c, include/iff.h, main/gamepal.c, main/titles.c:
491         comments, formatting, etc.
492         * iff/iff.c: fix bigendian iff loading.
493
494 2002-10-03  Bradley Bell <btb@icculus.org>
495
496         * utilities/txb2tex.c: typo
497         * 3d/clipper.c, main/bm.c, main/game.c, main/gamecntl.c,
498         main/newmenu.c, main/switch.c, main/terrain.c, main/text.c:
499         whitespace
500         * arch/sdl/mouse.c: whitespace
501
502 2002-09-19  Bradley Bell <btb@icculus.org>
503
504         * main/kconfig.c: fix a oops, add old logs
505         * main/kconfig.c: support for >3 mouse buttons
506
507 2002-09-18  Bradley Bell <btb@icculus.org>
508
509         * include/gr.h: fix palette swap define
510
511 2002-09-14  Bradley Bell <btb@icculus.org>
512
513         * main/titles.c: load hires briefing screen if lores doesn't exist
514         (i.e. vertigo) and MenuHires=0
515
516 2002-09-14  Werner Augustin <descent-source@mailinglist.gnuher.de>
517
518         * main/: multi.h, network.h: pack some structures for ipx
519         compatibility.
520
521 2002-09-14  Bradley Bell <btb@icculus.org>
522
523         * cfile/cfile.c, main/endlevel.c, main/gamesave.c: revert cfgets()
524         and load_endlevel_data() to expect newline-terminated strings, fix
525         load_game_data to read null-terminated string for
526         Current_level_name
527
528 2002-09-07  Bradley Bell <btb@icculus.org>
529
530         * main/newmenu.c: added error message
531         * main/menu.h: enable -nohires with mac shareware
532         * 2d/palette.c, include/gr.h: enable 0/255 palette swap
533         * 2d/font.c: enable 0/255 palette swap for fonts
534         * 2d/bitblt.c: add TRANSPARENCY_COLOR to assembly code, nother OGL
535         fix
536         * 2d/2dsline.c: fix ogl blooper
537
538 2002-09-05  Bradley Bell <btb@icculus.org>
539
540         * 2d/rle.c, 2d/scalec.c, include/rle.h: better just do it the old
541         way
542         * include/strutil.h: need string.h for strcasecmp
543         * include/rle.h: okay, maybe it needs to be this way
544         * include/: 3d.h, gr.h: more stuff from d2src, mostly formatting
545         * 2d/scalec.c: more stuff from d2src
546         * 2d/rle.c: more stuff from d2src, formatting
547         * 2d/font.c: useless cruft
548         * 2d/: 2dsline.c, bitmap.c, bitmap.h: more stuff from d2src
549         * 2d/bitblt.c, include/grdef.h: moved gr_linear_movsd assembly from
550         grdef.h to bitblt.c
551
552 2002-09-04  Bradley Bell <btb@icculus.org>
553
554         * include/grdef.h: fix compiler warnings
555         * 2d/bitblt.c: fix compiler warnings, #ifdef out dos-only code
556         * include/grdef.h: gr_linear_movsd isn't static for NO_ASM,
557         obviously
558         * main/game.c: we want the mac ibitblt for everything but dos and
559         windows, I think.
560         * main/texmerge.c: these routines are in tmerge.c
561         * main/credits.c: enable credits for mac and oem data
562         * main/bm.c: use either exit.ham or exit.pofs
563         * include/ibitblt.h: enable some more code from d2src
564         * include/gr.h: enable mac ubitblt_double
565         * 2d/rle.c: added gr_rle_expand_scanline_generic_masked from d2src
566         * include/grdef.h: moved some inline asm from linear.h
567         * 2d/ibitblt.c: brought in line with original d2 version
568         * 2d/bitblt.c: reverted to original d2 version of this file, then
569         added d1x enhancements
570         * 2d/2dsline.c: formatting, use __MSDOS__ instead of __DJGPP__
571         * 2d/linear.h: moved these back to their original locations
572         (bitblt.c, grdef.h)
573         * main/mveplay.c: close some memory holes, speed up palette loading
574         * main/movie.c: added fullscreen toggle while playing movies
575         * main/inferno.c: comment out -superhires help text (always on)
576         * include/timer.h: added approx_fsec_to_usec macro
577         * arch/sdl/joy.c: fix compiler warning
578
579 2002-09-01  Bradley Bell <btb@icculus.org>
580
581         * main/network.c: oops
582         * main/: movie.c, mveplay.c, mveplay.h: more movie improvements
583         * arch/sdl/timer.c, include/timer.h: added timer_delay, faster
584         timer_get_fixed_seconds
585         * TODO: todo
586
587 2002-08-31  Bradley Bell <btb@icculus.org>
588
589         * TODO, main/inferno.c, main/movie.c, main/mveplay.c: movie
590         improvements
591         * main/multi.h: network endian stuff
592         * 2d/font.c, include/gr.h: fast file i/o for font headers
593         * arch/win32/arch_ip.cpp: unused file
594         * main/: netmisc.c, netmisc.h, network.c, network.h: formatting,
595         bigendian networking fixes
596         * main/menu.c: make net menu more accurate, also make superhires
597         always on
598         * include/pstypes.h: better to have __pack__ all the time, I think.
599          needed for networking, e.g.
600         * arch/win32/: ipx_drv.h, ipx_win.c, winnet.c: win32 networking
601         backtrack
602         * arch/win32/Makefile.am: unused file
603         * TODO: todo stuff
604
605 2002-08-30  Bradley Bell <btb@icculus.org>
606
607         * arch/win32/ipx_drv.h: re-added arch/win32/ipx_drv.h
608         * main/: newmenu.h, titles.c: formatting
609         * NEWS, arch/linux/Makefile.am, arch/linux/include/ukali.h,
610         main/multi.h: networking works, finally
611         * TODO: added TODO file
612         * arch/linux/arch_ip.cpp: unused fine
613         * README: network sorta working
614         * main/: Makefile.am, multi.c, network.c, network.h: more
615         networking fixes
616         * main/menu.c: load builtin mission correctly
617         * main/inferno.c: documentation
618         * main/: hoard.c, hoard.h, gamesave.c, mission.c: move hoard stuff
619         out of network
620         * main/Makefile.mveplay: don't need no more
621
622 2002-08-29  Bradley Bell <btb@icculus.org>
623
624         * main/: ip_base.cpp, ip_base.h, ip_basec.h, ipclienc.c,
625         ipclient.cpp, ipclient.h, ipserver.cpp, ipx_drv.c, multipow.c,
626         multipow.h, netlist.c, netpkt.c, netpkt.h: deleting unused d1x
627         stuff
628         * include/ipx_drv.h: more network fixing
629         * arch/linux/include/ipx_drv.h: more network fixing
630         * include/ipx.h: formatting
631         * arch/linux/ipx_kali.c, include/ipx.h: fixed networking fuck-up?
632         * NEWS, arch/linux/Makefile.am, arch/linux/ipx_bsd.c,
633         arch/linux/ipx_udp.c, arch/linux/linuxnet.c, main/Makefile.am,
634         main/inferno.c: fixed networking fuck-up?
635         * Makefile.am: moved mingw info to README
636         * README, mingw32.txt: moved mingw info to README
637
638 2002-08-27  Bradley Bell <btb@icculus.org>
639
640         * utilities/mvlextract.c: allow specifying file to extract
641         * utilities/: tex2txb.c, txb2tex.c: use default extension to
642         convert tex<->txb
643         * utilities/hogextract.c: allow specifying file to extract
644         * main/mission.c: Have to get mission_num _after_ promoting...
645         * main/: gameseq.c, titles.c: beginning d1 briefing support
646         * descent.msn: beginning d1 briefing support
647         * main/: titles.c, titles.h: d1-style mission briefings
648         * main/piggy.h: whitespace
649         * main/movie.c: beginning robot movie support, fall back on lo/hi
650         res if hi/lo not available
651         * main/mission.c: added Builtin_mission_num for builtin mission,
652         D1Hogdir, d1-style mission briefings
653         * main/: gameseq.c, mission.h: added Builtin_mission_num for
654         builtin mission
655         * cfile/cfile.c, include/cfile.h: add capability for 3rd hogfile
656         (for d1 missions that need d1 data)
657         * 2d/ibitblt.c: whitespace
658
659 2002-08-26  Bradley Bell <btb@icculus.org>
660
661         * utilities/mvlcreate.c: oops
662         * utilities/: Makefile.am, mvlcreate.c, mvlextract.c: added mvl
663         utilities
664         * utilities/hogextract.c: added [v]iew option
665         * utilities/: tex2txb.c, txb2tex.c: changed txt to tex
666         * main/titles.c: fix writable string, disable DumbAdjust thing
667         * main/polyobj.h: whitespace
668         * main/newmenu.c: added pcx_get_dimensions(), other stuff from
669         d2src
670         * main/movie.c: read movies from AltHogDir, other fixes
671         * main/: mission.c, mission.h: fix bug w/mission filename
672         * main/gameseq.c: comments
673         * main/digi.h: whitespace n stuff
674         * include/mve_audio.h: added audio flag macros
675         * 2d/pcx.c, include/pcx.h: added pcx_get_dimensions(), other stuff
676         from d2src
677         * 2d/font.c: stuff
678
679 2002-08-23  Bradley Bell <btb@icculus.org>
680
681         * main/: gameseq.c, inferno.c, mission.c, mission.h, titles.c: fix
682         briefing stuff
683         * Makefile.am: remove d2demo.mn2
684         * cfile/cfile.c, include/cfile.h: add cfile_size function
685         * d2demo.mn2, installation.txt, main/gameseq.h, main/mission.c:
686         eliminate need for .mn2 files for oem and demo
687
688 2002-08-22  Bradley Bell <btb@icculus.org>
689
690         * main/bm.c: fix for vertigo
691         * main/menu.h: make OEM menu pcx available
692         * 2d/rle.c: merge with original d2 file
693         * Makefile.am, configure.ac: let mission files get installed by
694         make
695
696 2002-08-17  Bradley Bell <btb@icculus.org>
697
698         * configure.ac: make FAST_FILE_IO the default on little-endian
699         machines
700         * NEWS, README, compilerdefs.txt, readme.txt: documentation
701         * 2d/bitblt.c, 2d/rle.c, arch/ogl/ogl.c: implement BM_FLAG_RLE_BIG
702         (cockpit support?)
703
704 2002-08-15  Martin Schaffner <maschaffner@gmx.ch>
705
706         * main/: game.c, menu.c, mission.c: promote builtin missions.
707
708 2002-08-15  Bradley Bell <btb@icculus.org>
709
710         * 2d/font.c, 2d/rle.c, include/gr.h, include/rle.h, main/piggy.c:
711         improved mac pig loading/reverted TRANSPARENCY_COLOR changes
712         * utilities/.cvsignore: added cvsignore
713         * 2d/palette.c, include/palette.h, main/gamesave.c: mac data file
714         loading
715         * main/piggy.c: mac data file loading
716         * 2d/font.c, 2d/rle.c, include/gr.h, include/rle.h: set
717         transparency and swap 0/255 correctly for mac data files
718
719 2002-08-13  Bradley Bell <btb@icculus.org>
720
721         * Makefile.am, configure.ac, utilities/Makefile.am: moved utility
722         to utilities to avoid conflict with c++ std lib <utility>
723         * utilities/: Makefile.am, hogcreate.c, hogextract.c, txb2txt.c,
724         txt2txb.c: moved utility to utilities to avoid conflict with c++
725         std lib <utility>
726         * Makefile.am, configure.ac: add utilities
727
728 2002-08-09  Bradley Bell <btb@icculus.org>
729
730         * 2d/palette.c, 3d/interp.c, include/gr.h, main/render.c:
731         formatting
732
733 2002-08-08  Bradley Bell <btb@icculus.org>
734
735         * main/inferno.c: comments
736         * main/: newmenu.c, songs.c: mac demo datafile support
737         * installation.txt: update
738         * main/gamesave.c: use lowercase for consistency
739         * main/: bm.c, bm.h, endlevel.c, polyobj.c: enable loading of exit
740         models for other than d2demo
741
742 2002-08-07  Martin Schaffner <maschaffner@gmx.ch>
743
744         * main/gamemine.c: formatting, better d1 texture conversion
745         * Makefile.am, descent.mn2, descent.msn, main/mission.c,
746         main/mission.h: recognize .msn mission files.
747
748 2002-08-07  Bradley Bell <btb@icculus.org>
749
750         * .cvsignore, 2d/.cvsignore, 3d/.cvsignore, arch/.cvsignore,
751         arch/dos/.cvsignore, arch/ggi/.cvsignore, arch/linux/.cvsignore,
752         arch/ogl/.cvsignore, arch/sdl/.cvsignore, arch/svgalib/.cvsignore,
753         arch/win32/.cvsignore, cfile/.cvsignore, iff/.cvsignore,
754         main/.cvsignore, main/editor/.cvsignore, maths/.cvsignore,
755         mem/.cvsignore, misc/.cvsignore, texmap/.cvsignore: added
756         .cvsignore files
757
758 2002-08-06  Bradley Bell <btb@icculus.org>
759
760         * main/: automap.c, laser.c, songs.c, titles.c: shareware stuff
761         * main/Makefile.am: formatting
762         * 2d/font.c: make gr_remap_font just reload the whole thing
763         * configure.ac: formatting
764         * Makefile.am: added d2demo.mn2
765         * d2demo.mn2: mission file for shareware
766         * include/u_mem.h, main/ai.c, main/gamesave.c, main/inferno.c,
767         main/laser.h, main/text.h, main/titles.c, main/weapon.c: whitespace
768         * main/sounds.h: shareware stuff, whitespace
769         * main/: polyobj.c, polyobj.h: more fast i/o macros
770         * main/: menu.c, menu.h, mission.c, newmenu.c, piggy.c, piggy.h:
771         shareware stuff
772         * main/: endlevel.c, endlevel.h, gamemine.c, gameseq.c: merged
773         endlevel stuff to non-shareware, allow movies/endlevel for
774         alternate missions
775         * main/cntrlcen.c: typo
776         * main/bm.h: use global Piggy_hamfile_version
777         * main/bm.c: merged endlevel stuff to non-shareware, more fast i/o
778         macros, use global Piggy_hamfile_version
779         * main/Makefile.am: terrain and movie stuff always used now
780         * 2d/pcx.c, include/pcx.h: make pcx header available to other
781         files, whitespace
782         * main/: gamemine.c, gamesave.c: load DMB levels
783         * main/: bm.c, cntrlcen.c, cntrlcen.h, fuelcen.c, fuelcen.h,
784         segment.c, segment.h, switch.c, switch.h: fast i/o macros
785
786 2002-08-04  Martin Schaffner <maschaffner@gmx.ch>
787
788         * main/gamemine.c, main/gamesave.c, mem/mem.c: d1 level stuff.
789
790 2002-08-04  Bradley Bell <btb@icculus.org>
791
792         * main/inferno.c: shareware stuff, formatting
793         * arch/sdl/rbaudio.c: gracefully handle redbook non-availability
794         * arch/sdl/gr.c: don't need to set mode in gr_init
795
796 2002-08-02  Martin Schaffner <maschaffner@gmx.ch>
797
798         * main/: gamemine.c, gamemine.h, gamesave.c, gamesave.h: more d1
799         level loading stuff
800         * Makefile.am, descent.mn2: added mission file for descent 1
801
802 2002-08-02  Bradley Bell <btb@icculus.org>
803
804         * arch/sdl/digi.c, arch/sdl/gr.c, include/error.h,
805         include/oldsdl.h, main/gamecntl.c, main/inferno.c, main/laser.c,
806         main/piggy.h, misc/error.c: junk
807         * main/: endlevel.c, escort.c, gameseq.c, newmenu.c, render.c,
808         render.h, scores.c, scores.h, terrain.c: shareware stuff
809         * configure.ac, include/pstypes.h, main/bm.c, main/bm.h,
810         main/effects.c, main/effects.h, main/piggy.c, main/piggy.h,
811         main/powerup.c, main/powerup.h, main/robot.c, main/robot.h,
812         main/vclip.c, main/vclip.h, main/wall.c, main/wall.h,
813         main/weapon.c, main/weapon.h: fast i/o macros
814
815 2002-08-01  Martin Schaffner <maschaffner@gmx.ch>
816
817         * NEWS, cfile/cfile.c, main/console.c, main/gamemine.c,
818         main/gamemine.h, main/gamesave.c: load d1 levels
819
820 2002-07-30  Bradley Bell <btb@icculus.org>
821
822         * configure.ac: oops
823         * configure.ac, arch/ogl/gr.c, arch/ogl/ogl.c, include/ogl_init.h:
824         OSX OGL fixes
825         * main/menu.c, main/titles.c, NEWS, 2d/font.c, include/gr.h,
826         include/grdef.h, main/game.c, main/gamefont.c, main/gamefont.h,
827         main/gamemine.c, main/inferno.c, main/movie.c, main/newmenu.c,
828         main/piggy.c, main/titles.c: support shareware datafiles!
829         * main/: bm.c, gamemine.c, piggy.c, piggy.h, weapon.c, gamemine.c,
830         piggy.c: SHAREWARE fixes
831
832 2002-07-29  Bradley Bell <btb@icculus.org>
833
834         * NEWS, include/fileutil.h, main/bm.c, main/gameseq.c,
835         main/mveplay.c, main/piggy.c, main/piggy.h, main/playsave.c,
836         misc/fileutil.c: Portability - OS X support
837
838 2002-07-27  Bradley Bell <btb@icculus.org>
839
840         * main/: Makefile.am, fuelcen.c, fuelcen.h, game.c, game.h,
841         gamemine.c, gamesave.c, gameseq.c, piggy.c, piggy.h, segment.c,
842         segment.h: portability
843         * cfile/cfile.c, include/cfile.h, main/cntrlcen.c, main/cntrlcen.h,
844         main/gamesave.c, main/switch.c, main/switch.h, main/wall.c,
845         main/wall.h: portabilization
846         * 2d/font.c, include/gr.h: portability
847
848 2002-07-26  Bradley Bell <btb@icculus.org>
849
850         * 2d/font.c, 2d/pcx.c, include/gr.h, main/movie.c: portability
851         * arch/linux/findfile.c, include/pstypes.h: os x fixes
852         * main/player.c: foo
853         * misc/fileutil.c, include/fileutil.h, misc/fileutil.c: oops
854         * include/fileutil.h, misc/Makefile.am, misc/fileutil.c,
855         misc/fileutil.h: portable file i/o utils
856         * main/: Makefile.mveplay, inferno.c, movie.c, newmenu.c: s not a
857         writable string anymore... / formatting
858         * main/Makefile.am, main/bm.c, main/bm.h, main/cntrlcen.c,
859         main/cntrlcen.h, main/effects.c, main/effects.h, main/piggy.c,
860         main/piggy.h, main/player.c, main/player.h, main/polyobj.c,
861         main/polyobj.h, main/powerup.c, main/powerup.h, main/robot.c,
862         main/robot.h, main/vclip.c, main/vclip.h, main/wall.c, main/wall.h,
863         main/weapon.c, main/weapon.h, 3d/interp.c, include/cfile.h:
864         portable-izing file loading routines
865
866 2002-07-24  Bradley Bell <btb@icculus.org>
867
868         * main/mveplay.c: correctly play files with 16bit uncompressed
869         audio, mem checking, etc
870         * main/: Makefile.mveplay, mvelib.c, mveplay.c: enable standalone
871         mve player
872
873 2002-07-23  Bradley Bell <btb@icculus.org>
874
875         * misc/Makefile.am: unused file
876         * configure.ac, main/endlevel.c, main/endlevel.h, main/menu.c,
877         main/sounds.h: remove experimental nmovie stuff
878         * main/movie.c: add some debugging output
879
880 2002-07-22  Bradley Bell <btb@icculus.org>
881
882         * main/: console.c, state.c: simplified header
883         * main/movie.c: enable mveplay audio
884         * main/old/movie.c: moved to main/
885         * include/mve_audio.h, include/mvelib.h, main/Makefile.am,
886         main/inferno.c, main/kludge.c, main/movie.c, main/mve_audio.c,
887         main/mvelib.c, main/mveplay.c: initial movie support
888         * arch/linux/findfile.c, arch/ogl/gr.c, arch/ogl/ogl.c,
889         arch/sdl/init.c, arch/sdl/joy.c, include/byteswap.h,
890         include/ogl_init.h, include/pstypes.h, main/console.c,
891         main/state.c, mem/mem.c: OS X stuff
892         * configure.ac: OS X and movie stuff
893
894 2002-07-19  Bradley Bell <btb@icculus.org>
895
896         * compilerdefs.txt: OSX defs
897
898 2002-07-18  Bradley Bell <btb@icculus.org>
899
900         * main/inferno.c: use simpler rcs tags
901         * autogen.sh: keep Changelog in cvs (and use --accum)
902         * arch/dos/Makefile.am, arch/dos/cdrom.c, arch/dos/rbaudio.c,
903         arch/sdl/Makefile.am, arch/sdl/cdrom.c, arch/sdl/rbaudio.c,
904         include/rbaudio.h, main/Makefile.am, main/cdrom.h, main/gamecntl.c,
905         main/songs.c: changed cdrom->rbaudio
906         * include/rbaudio.h: moved to /include
907
908 2002-07-17  Bradley Bell <btb@icculus.org>
909
910         * 2d/d2sline.c, 2d/bitblt.c, 2d/bitmap.c, 2d/bitmap.h, 2d/box.c,
911         2d/canvas.c, 2d/circle.c, 2d/clip.h, 2d/disc.c, 2d/font.c,
912         2d/gpixel.c, 2d/ibitblt.c, 2d/line.c, 2d/linear.asm, 2d/linear.h,
913         2d/palette.c, 2d/pcx.c, 2d/pixel.c, 2d/poly.c, 2d/rect.c,
914         2d/rle.c, 2d/scale.c, 2d/scalea.asm, 2d/scalea.h, 2d/scalec.c,
915         2d/tmerge.c, 2d/tmerge_a.asm, 3d/clipper.c, 3d/clipper.h,
916         3d/draw.c, 3d/globvars.c, 3d/globvars.h, 3d/instance.c,
917         3d/interp.asm, 3d/interp.c, 3d/matrix.c, 3d/points.c, 3d/rod.c,
918         3d/setup.c: use simpler rcs tags
919
920
921 0.1.3:
922
923 2002-07-17  Bradley Bell <btb@icculus.org>
924
925         * tools/cvs2cl/cvs2cl.pl: upgrade cvs2cl
926         * d2x-gl.sh, d2x-ogl.sh: changed d2x-ogl to d2x-gl
927         * debian/rules: don't need readme's
928         * debian/rules: move d1x license to COPYING, license clarifications
929         * COPYING, license.txt, debian/copyright, Makefile.am: move d1x
930         license to COPYING, license clarifications
931         * debian/rules: fix debian docs
932         * debian/rules: fix debian manpages
933         * debian/d2x-sdl.menu: fix debian menu
934         * debian/rules: link to undocumented man page for debs
935         * Makefile.am, configure.ac, debian/control, debian/copyright,
936         debian/d2x-gl.files, debian/d2x-gl.menu, debian/d2x-sdl.files,
937         debian/d2x-sdl.menu, debian/d2x.files, debian/d2x.menu,
938         debian/rules, rpm/d2x.spec.in: change d2x-ogl to d2x-gl, other
939         packaging stuff
940
941 2002-07-16  Bradley Bell <btb@icculus.org>
942
943         * debian/: rules, changelog.in: deb stuff
944         * configure.ac: cleaner nasm detection
945         * debian/: changelog.in, control, rules: deb stuff
946         * README, installation.txt: typos, stuff
947         * configure.ac: better #defines
948         * configure.ac: whitespace
949         * configure.ac: better documentation
950         * configure.ac, arch/sdl/event.c, arch/sdl/init.c: SDL_AUDIO and
951         SDL_JOYSTICK not needed
952         * configure.ac, main/inferno.c: __SDL__ ugly and not needed at all
953         * configure.ac: need higher SDL for joystick
954         * debian/: control, rules: deb stuff
955         * arch/sdl/joy.c: old junk
956         * Makefile.am, configure.ac: automake updates
957         * main/: inferno.c, text.c: don't use althogdir on non-unix
958         * configure.ac: more autoconf updates
959         * misc/strutil.c: better strrev
960         * main/inferno.c: need limits.h on mingw also
961         * acconfig.h, configure.ac: Updated for autoconf 2.53 (no more
962         acconfig.h)
963
964 2002-04-19  Bradley Bell <btb@icculus.org>
965
966         * main/network.c: let hoard.ham be a cfile
967         * main/text.c: better error message when hog not found
968         * NEWS: more news
969
970 2002-03-23  Bradley Bell <btb@icculus.org>
971
972         * acconfig.h, configure.ac, arch/linux/Makefile.am,
973         arch/sdl/Makefile.am: Use SDL joystick automatically
974         * arch/sdl/joy.c, main/kconfig.c: SDL Joystick works!
975
976 2002-03-05  Bradley Bell <btb@icculus.org>
977
978         * arch/sdl/joydefs.c, arch/sdl/joy.c: SDL joystick stuff mostly
979         done
980
981 2002-02-23  Bradley Bell <btb@icculus.org>
982
983         * texmap/ntmap.c: fix bug preventing higher res sdl modes
984         * arch/dos/Makefile.am, arch/ggi/Makefile.am,
985         arch/linux/Makefile.am, arch/ogl/Makefile.am, arch/sdl/Makefile.am,
986         arch/svgalib/Makefile.am, arch/win32/Makefile.am,
987         main/editor/Makefile.am: moved includes to include
988         * arch/sdl/gr.c: use SDL_VERSION_ATLEAST
989         * Makefile.am, 2d/Makefile.am, 3d/Makefile.am, cfile/Makefile.am,
990         iff/Makefile.am, main/Makefile.am, maths/Makefile.am,
991         mem/Makefile.am, misc/Makefile.am, texmap/Makefile.am: moved
992         includes to include
993         * main/game.c: disabled cockpit for OGL, formatting
994         * 2d/ibitblt.c: formatting
995
996 2002-02-16  Bradley Bell <btb@icculus.org>
997
998         * include/oldsdl.h: check for older macros
999         * configure.ac, arch/sdl/digi.c, arch/sdl/event.c, arch/sdl/gr.c,
1000         include/error.h, include/oldsdl.h, main/gamecntl.c, main/inferno.c:
1001         allow older sdl versions
1002
1003 2002-02-15  Bradley Bell <btb@icculus.org>
1004
1005         * main/: automap.c, automap.h, inferno.c: automap resolution now
1006         selectable
1007         * include/: gr.h, grdef.h: moved protos to from grdef.h to gr.h
1008         * arch/: dos/key_arch.c, dos/include/key_arch.h, ggi/key_arch.c,
1009         sdl/key_arch.c, svgalib/key_arch.c, win32/key_arch.c,
1010         win32/include/key_arch.h: never mind - that would be pointless
1011         * arch/: dos/key_arch.c, dos/include/key_arch.h, ggi/key_arch.c,
1012         sdl/key_arch.c, svgalib/key_arch.c, win32/key_arch.c,
1013         win32/include/key_arch.h: copied files from d1x
1014         * arch/linux/arch_ip.cpp, arch/win32/arch_ip.cpp, main/ip_base.cpp,
1015         main/ip_base.h, main/ipclient.cpp: enable udp debug messages
1016         * main/multipow.c: need conf.h
1017         * arch/win32/Makefile.am: new file
1018         * include/pstypes.h: added u_int16_t (needed in base_ip)
1019         * arch/win32/arch_ip.cpp: copied from d1x
1020
1021 2002-02-14  Bradley Bell <btb@icculus.org>
1022
1023         * arch/sdl/gr.c, main/inferno.c: allow gr_init lowres
1024         * NEWS, include/gr.h, main/game.c, main/game.h, main/gamecntl.c,
1025         main/netlist.c: Added hotkeys to toggle fullscreen mode
1026         * main/: ip_base.cpp, ip_base.h, multi.h, netlist.c, netpkt.c,
1027         network.c, network.h, ipclient.cpp, netpkt.h: d1x->d2x
1028         * main/: multipow.c, multipow.h, netlist.c, netpkt.c, netpkt.h,
1029         reorder.h: Lotsa networking stuff from d1x
1030
1031 2002-02-13  Bradley Bell <btb@icculus.org>
1032
1033         * include/gr.h, main/game.c: Fullscreen toggle stuff
1034         * arch/linux/Makefile.am, include/ipx.h: Lotsa networking stuff
1035         from d1x
1036         * main/: Makefile.am, inferno.c, ip_base.cpp, ip_base.h, menu.c,
1037         multi.h, network.c, network.h, newmenu.c: Lotsa networking stuff
1038         from d1x
1039
1040 2002-02-11  Bradley Bell <btb@icculus.org>
1041
1042         * main/bm.c: use portable loader if bigendian
1043         * include/pstypes.h: don't define bool for c++
1044         * include/cfile.h: extern AltHogDir stuff
1045         * include/byteswap.h: use WORDS_BIGENDIAN
1046         * main/: newmenu.c, newmenu.h: added fixedfont menu functions
1047         * main/vers_id.h: added D2X_IVER
1048         * misc/args.c: don't use d1x.ini
1049         * Makefile.am: rpm stuff
1050         * acconfig.h, configure.ac: c++, versioning, endianness, deb, rpm
1051         stuff
1052
1053 2002-02-09  Bradley Bell <btb@icculus.org>
1054
1055         * rpm/: d2x.spec, d2x.spec.in: auto-generate rpm spec file
1056
1057 2002-02-09  Paolo Ulivi <pulivi@libero.it>
1058
1059         * d2x-ogl.sh, d2x-sdl.sh, rpm/.cvsignore, rpm/d2x.spec: rpm
1060         support
1061
1062 2002-02-06  Bradley Bell <btb@icculus.org>
1063
1064         * arch/linux/arch_ip.cpp, main/ip_base.cpp, main/ip_base.h,
1065         main/ip_basec.h, main/ipclienc.c, main/ipclient.cpp,
1066         main/ipclient.h, main/ipserver.cpp: Adding d1x network code
1067         * debian/: changelog.in, control, copyright, d2x-gl.files,
1068         d2x-gl.menu, d2x.files, d2x.menu, rules: Added debian stuff
1069
1070 0.1.2:
1071
1072 2002-02-02  Bradley Bell <btb@icculus.org>
1073
1074         * NEWS, arch/ggi/Makefile.am: reenabled ggi build
1075         * NEWS, acconfig.h, configure.ac, main/gamecntl.c, main/inferno.c:
1076         Enabled RELEASE option
1077
1078 2002-01-31  Bradley Bell <btb@icculus.org>
1079
1080         * Makefile.am, configure.ac: specify prerequisite versions of
1081         autoconf and automake
1082
1083 2002-01-29  Bradley Bell <btb@icculus.org>
1084
1085         * main/mission.c: RCS header added
1086         * main/inferno.c: update copyright date
1087         * main/mission.c: allow missions to be in AltHogDir
1088         * configure.ac: Display results of configure
1089         * include/d_io.h, main/inferno.c, main/newdemo.c: Added d_mkdir
1090         macro
1091
1092 2002-01-28  Bradley Bell <btb@icculus.org>
1093
1094         * NEWS, acconfig.h, configure.ac, cfile/cfile.c, main/newdemo.c:
1095         Data files now go in DATADIR/games/d2x, user files now go in
1096         ~/.d2x
1097
1098 2002-01-28  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
1099
1100         * main/inferno.c: Data files now go in DATADIR/games/d2x, user
1101         files now go in ~/.d2x
1102
1103 2002-01-24  Bradley Bell <btb@icculus.org>
1104
1105         * configure.ac: fix nasm not found error message
1106
1107 2002-01-18  Bradley Bell <btb@icculus.org>
1108
1109         * configure.in: getting rid of old configure.in
1110         * acconfig.h, configure.ac, main/Makefile.am, main/kludge.c,
1111         main/movie.c: Movie playing kludgey stuff
1112         * misc/args.c: formatting
1113         * main/inferno.c: allow -h for help
1114         * include/error.h: don't die on int3, unless -debug given
1115         * mingw32.txt: more stuff
1116
1117 2001-12-29  Bradley Bell <btb@icculus.org>
1118
1119         * Makefile.am: Got rid of thinking.txt
1120         * main/inferno.c: document -nomovies option
1121
1122 2001-12-28  Bradley Bell <btb@icculus.org>
1123
1124         * main/titles.c: formatting, put some code into place for rendering
1125         of robots during briefings
1126
1127 2001-12-27  Bradley Bell <btb@icculus.org>
1128
1129         * NEWS: stuff
1130
1131 2001-12-23  Craig Hadady <chadady@iglou.com>
1132
1133         * 2d/rle.c: fixed bug in dummy array.
1134
1135 2001-12-03  Bradley Bell <btb@icculus.org>
1136
1137         * arch/sdl/init.c: fix formatting
1138         * Makefile.am, acconfig.h, configure.ac, arch/linux/Makefile.am,
1139         arch/sdl/Makefile.am, arch/sdl/event.c, arch/sdl/init.c,
1140         arch/sdl/joy.c, arch/svgalib/Makefile.am: lots of makefile fixes,
1141         and sdl joystick stuff
1142
1143 2001-11-30  Bradley Bell <btb@icculus.org>
1144
1145         * thinking.txt: not needed
1146
1147 2001-11-27  Bradley Bell <btb@icculus.org>
1148
1149         * cygconf, mingw32.txt: use sdl from source on cygwin
1150         * Makefile.am, configure.ac, arch/ogl/Makefile.am,
1151         arch/sdl/Makefile.am, main/Makefile.am: move SDL_LIBS to LIBS,
1152         SDL_CFLAGS to CFLAGS
1153
1154 2001-11-27  Bradley Bell <btb@icculus.org>
1155
1156         * AUTHORS: typo
1157
1158 2001-11-14  Bradley Bell <btb@icculus.org>
1159
1160         * texmap/scanline.c: use optimization flags as texmap default
1161         * NEWS: mouse wheel, etc
1162         * arch/include/mouse.h, arch/sdl/mouse.c, main/kconfig.c: use mouse
1163         wheel to emulate 3rd axis
1164         * Makefile.am, configure.ac: change ENV_DJGPP to DJGPP
1165         * include/error.h: kludge to ungrab mouse when we hit an int3
1166         * include/d_io.h: change __ENV_WINDOWS__ to __WINDOWS__,
1167         __ENV_MSDOS__ to __MSDOS__
1168         * arch/sdl/mouse.c: remove cruft, fix formatting, use mouse wheel
1169         to emulate 3rd axis
1170         * arch/sdl/event.c: remove cruft, fix formatting, begin joystick
1171         stuff
1172         * arch/sdl/digi.c: implemented digi_set_volume
1173         * include/grdef.h, main/config.c, misc/d_io.c: change
1174         __ENV_WINDOWS__ to __WINDOWS__, __ENV_MSDOS__ to __MSDOS__
1175         * 2d/font.c, main/bm.c, main/gamesave.c, main/gameseq.c,
1176         main/piggy.c: use MAKE_SIG
1177         * installation.txt: update
1178         * configure.ac: new file
1179         * arch/sdl/joydefs.c: #include pstypes.h
1180         * arch/sdl/init.c: SDL joystick stuff
1181         * acconfig.h: adjust MINGW defines
1182         * arch/sdl/joydefs.c: copied joydefs_config from linux/joydefs.c -
1183         controls menu now works
1184
1185 2001-11-13  Bradley Bell <btb@icculus.org>
1186
1187         * main/Makefile.am: Make sure bmread.c and terrain.c get included
1188         in dist
1189         * Makefile.am: New file
1190         * arch/dos/Makefile.am: Make sure gr.c and joy2.asm get included in
1191         dist
1192         * compilerdefs.txt: New file
1193         * main/aipath.c: use D_RAND_MAX instead of RAND_MAX
1194
1195 2001-11-12  Bradley Bell <btb@icculus.org>
1196
1197         * main/playsave.c: load player files regardless of byte order of
1198         sig
1199
1200 2001-11-11  Bradley Bell <btb@icculus.org>
1201
1202         * include/makesig.h, main/playsave.c: Created header for MAKE_SIG
1203         macro
1204         * main/Makefile.am: Don't use terrain.c unless SHAREWARE
1205         * NEWS: GL savegame thumbnails
1206         * acconfig.h, configure.in: make option for NMOVIES, default to off
1207
1208 2001-11-09  Bradley Bell <btb@icculus.org>
1209
1210         * main/state.c: Enabled savegame thumbnails under OpenGL
1211         * unused/pa_null/pa_enabl.h: remove duplicate header
1212         * misc/args.c: use d2x.ini for option file
1213         * mem/mem.c: Move mem_realloc inside the ifdef
1214         * main/menu.c: fix 640x400 menu text
1215         * main/inferno.c: added documentation
1216         * main/endlevel.c: fix warnings
1217         * arch/ogl/gr.c: Get rid of gl spew
1218         * arch/linux/Makefile.am: move unused ipx_udp.c to EXTRA_DIST
1219         * acconfig.h: Define __SDL__ for mingw
1220
1221 2001-11-08  Bradley Bell <btb@icculus.org>
1222
1223         * 2d/font.c: free OGL font data when rereading
1224         * main/collide.c, main/endlevel.c, main/endlevel.h, main/gameseq.c,
1225         main/gauges.c, acconfig.h, configure.in, main/inferno.c,
1226         main/laser.c, main/menu.c, main/menu.h, main/newmenu.c,
1227         main/piggy.c, main/sounds.h, main/switch.c, main/titles.c,
1228         main/weapon.h: Enabled shareware build, endlevel flythrough
1229         sequence
1230         * main/: Makefile.am, terrain.c, old/terrain.c: moved file, will be
1231         of use for shareware build
1232         * arch/ogl/: gr.c, sdlgl.c: use new d_realloc function, so mem
1233         manager doesn't die
1234         * include/u_mem.h, mem/mem.c: added d_realloc/mem_realloc functions
1235
1236 2001-11-05  Bradley Bell <btb@icculus.org>
1237
1238         * include/args.h, main/inferno.c, misc/args.c: Change args_init
1239         back to InitArgs
1240         * include/3d.h: Add comment
1241
1242 2001-11-04  Bradley Bell <btb@icculus.org>
1243
1244         * cfile/Makefile.am, cfile/nocfile.h, include/nocfile.h: Move
1245         header to includes/
1246         * arch/ogl/sdlgl.c: Hack to keep SDL from screwing up X when it
1247         crashes
1248         * main/: gamecntl.c, inferno.c: SDL applies to more than X11...
1249         * arch/ogl/gr.c, main/Makefile.am, main/gauges.c, main/hud.c,
1250         main/hudmsg.h: Enable d1x-style hud_message
1251         * arch/ogl/: glx.c, wgl.c: Sync with d1x
1252         * 2d/font.c: re-init ogl fonts after remapping colors.
1253
1254 2001-11-02  Bradley Bell <btb@icculus.org>
1255
1256         * misc/Makefile.am: remove byteswap.h (duplicate header)
1257         * 2d/font.c: fixed gr_remap_font, minor stuff
1258         * configure.in: take out -O2 if doing debug build
1259         * main/bm.c: formatting
1260         * 2d/font.c, include/gr.h, NEWS: Enable OpenGL fonts!
1261         * include/byteswap.h, misc/Makefile.am: fix swapint, swapshort
1262         macros, get rid of functions
1263
1264 2001-11-01  Bradley Bell <btb@icculus.org>
1265
1266         * misc/byteswap.h: removed duplicate header
1267
1268 2001-10-31  Bradley Bell <btb@icculus.org>
1269
1270         * NEWS, main/automap.c: automap works in opengl
1271         * NEWS, configure.in: Added news
1272         * main/newmenu.c: Must call set_screen_mode for menus when using GL
1273         * 2d/: bitblt.c, canvas.c, linear.h, scalea.h: Sync with d1x
1274         * arch/sdl/event.c, arch/sdl/gr.c, arch/sdl/init.c, iff/iff.c,
1275         include/3d.h, include/loadgl.h, main/inferno.c, maths/fixc.c,
1276         maths/vecmat.c, maths/vecmata.asm: Sync with d1x
1277         * Makefile.am, arch/sdl/Makefile.am: Makefile fixes
1278         * arch/ogl/: glx.c, gr.c, ogl.c, sdlgl.c: Sync with d1x
1279         * 3d/: clipper.c, draw.c, globvars.c, instance.c, interp.c,
1280         matrix.c, points.c, rod.c, setup.c: Minor sync with d1x
1281
1282 2001-10-27  Bradley Bell <btb@icculus.org>
1283
1284         * main/inferno.c: added some documentation
1285
1286 2001-10-25  Bradley Bell <btb@icculus.org>
1287
1288         * main/inferno.c, texmap/ntmap.c, texmap/tmapflat.c: Completed tmap
1289         selection code.
1290         * Makefile.am, configure.in, arch/Makefile.am,
1291         arch/dos/Makefile.am, arch/dos/cdrom.c, arch/dos/digi.c,
1292         arch/dos/gr.c, arch/ggi/Makefile.am, arch/ggi/gr.c,
1293         arch/ogl/Makefile.am, arch/ogl/glx.c, arch/ogl/gr.c,
1294         arch/ogl/ogl.c, arch/ogl/sdlgl.c, arch/ogl/wgl.c,
1295         arch/sdl/Makefile.am, arch/sdl/cdrom.c, arch/sdl/digi.c,
1296         arch/sdl/gr.c, arch/svgalib/Makefile.am, arch/svgalib/gr.c,
1297         texmap/scanline.c: Finished moving stuff to arch/blah.  I know,
1298         it's ugly, but It'll be easier to sync with d1x.
1299         * Makefile.am, configure.in, main/Makefile.am, main/editor/med.c,
1300         main/editor/medwall.h, main/editor/segment.c, main/editor/seguvs.h,
1301         main/editor/Makefile.am: attempt at support for editor, makefile
1302         changes, etc
1303         * misc/d_delay.c: formatting fix
1304         * texmap/: Makefile.am, ntmap.c, scanline.c, scanline.h, texmapl.h,
1305         tmappent.S, tmapppro.S: adding support for runtime selection of
1306         tmap funcs
1307         * main/: bmread.c, game.c, gamecntl.c, gamesave.c, inferno.c,
1308         inferno.h, piggy.c, render.c, editor/editor.h: conditionalize
1309         including multi.h and network.h, fix backslashes, fix compiler
1310         errors with EDITOR
1311         * main/: ai.c, ai2.c, aipath.c, automap.c, bm.c, cntrlcen.c,
1312         collide.c, controls.c, credits.c, dumpmine.c, endlevel.c, escort.c,
1313         fireball.c, fuelcen.c, gamemine.c, gameseq.c, gauges.c, laser.c,
1314         menu.c, multi.h, netmisc.c, network.h, newdemo.c, newmenu.c,
1315         object.c, powerup.c, state.c, switch.c, wall.c: conditionalize
1316         including multi.h and network.h, fix backslashes
1317         * include/pstypes.h: added typedef for u_int64_t on mingw
1318         * include/3d.h: added prototype for g3_uninit_polygon_model
1319         * arch/sdl/Makefile.am: Don't use SDL joystick except on mingw
1320
1321 2001-10-24  Bradley Bell <btb@icculus.org>
1322
1323         * arch/: ggi/Makefile.am, svgalib/Makefile.am: Moved input stuff to
1324         arch subdirs, as in d1x.
1325         * Makefile.am, configure.in, main/kconfig.c: Revert bin_programs to
1326         earlier style until i understand automake 1.5 better.  remove input
1327         from SUBDIRS
1328         * arch/: Makefile.am, dos/Makefile.am, dos/joy2.asm, dos/joyc.c,
1329         dos/joydefs.c, dos/key.c, dos/mouse.c, ggi/event.c, ggi/init.c,
1330         ggi/key.c, ggi/mouse.c, linux/Makefile.am, linux/joydefs.c,
1331         linux/joystick.c, linux/include/joystick.h, sdl/Makefile.am,
1332         sdl/event.c, sdl/joy.c, sdl/joydefs.c, sdl/key.c, sdl/mouse.c,
1333         svgalib/event.c, svgalib/init.c, svgalib/key.c, svgalib/mouse.c:
1334         Moved input stuff to arch subdirs, as in d1x.
1335         * NEWS, configure.in: blah blah
1336
1337 2001-10-23  Bradley Bell <btb@icculus.org>
1338
1339         * include/ui.h, unused/ui/ui.h: Moved ui.h to includes/
1340         * texmap/tmapppro.S: no need for #include <conf.h> here
1341         * main/Makefile.am: Build fixes. EDITOR_SRCS added to
1342         libmain_a_SOURCES.
1343         * main/: Makefile.am, network.c: No longer #ifdef'ing out the whole
1344         file.  RCS header added
1345         * main/: bmread.c, kmatrix.c, multi.c, multibot.c: No longer
1346         #ifdef'ing out the whole file.  RCS header added
1347         * Makefile.am, acconfig.h, configure.in, arch/dos/Makefile.am,
1348         main/Makefile.am, maths/Makefile.am, texmap/Makefile.am: Build
1349         fixes. Now works with automake 1.5 and autoconf 2.52.
1350         --enable-editor option added. SDL_VIDEO and SDL_INPUT defined for
1351         mingw (-grabmouse now works on win32).
1352         * config.guess, config.sub, install-sh, missing, mkinstalldirs:
1353         These don't belong in cvs
1354
1355 0.1.1:
1356
1357 2001-10-20  Bradley Bell <btb@icculus.org>
1358
1359         * 2d/font.c: Don't free unused variables...
1360         * 2d/font.c, include/gr.h: Bringing font stuff more in line with
1361         d1x
1362         * Makefile.am, arch/Makefile.am, arch/dos/Makefile.am,
1363         arch/linux/Makefile.am, arch/win32/Makefile.am, iff/Makefile.am,
1364         main/Makefile.am: make dist more sensible
1365         * Makefile.am: Kludge for linking on mingw
1366
1367 2001-10-19  Bradley Bell <btb@icculus.org>
1368
1369         * Makefile.am, configure.in, arch/win32/Makefile.am,
1370         arch/win32/ipx_win.c, arch/win32/winnet.c: Little fixes
1371         * include/ipx_drv.h: Check for __MINGW32__
1372         * include/i86.h: Imported from d1x
1373         * arch/dos/: Makefile.am, ipx.c: Re-import of d1x files
1374         * arch/dos/modex.asm: Fixed %include
1375         * main/console.c: RCS headers added
1376         * arch/sdl/: Makefile.am, init.c, timer.c: Moved arch/sdl_* to
1377         arch/sdl
1378         * Makefile.am, main/Makefile.am: Moved final link to top-level
1379         directory instead of main/
1380         * 2d/linear.asm, maths/fix.asm, maths/vecmata.asm: Changed
1381         __ENV_LINUX__ to __linux__
1382         * configure.in, arch/Makefile.am, arch/dos_dpmi.c,
1383         arch/dos_findfile.c, arch/dos_init.c, arch/dos_ipx.c,
1384         arch/dos_modex.asm, arch/dos_timer.asm, arch/dos_tweak.inc,
1385         arch/dos_vesa.c, arch/dos_vgaregs.inc, arch/linux_init.c,
1386         arch/sdl_init.c, arch/sdl_timer.c, arch/dos/Makefile.am,
1387         arch/dos/dpmi.c, arch/dos/findfile.c, arch/dos/init.c,
1388         arch/dos/ipx.c, arch/dos/modex.asm, arch/dos/timer.asm,
1389         arch/dos/tweak.inc, arch/dos/vesa.c, arch/dos/vgaregs.inc,
1390         arch/linux/Makefile.am, arch/linux/init.c, arch/win32/Makefile.am,
1391         arch/win32/mingw_init.c, main/Makefile.am: Moved arch/sdl_* to
1392         arch/sdl
1393         * configure.in: add --enable-xploader, support arch/linux subdir,
1394         fix NASMFLAGS.
1395         * main/inferno.c: conditionalize conf.h
1396
1397 2001-10-19  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
1398
1399         * acconfig.h, 2d/bitmap.h, 3d/interp.c, cfile/cfile.c,
1400         include/cfile.h, main/bm.c, mem/mem.c, misc/fileutil.c,
1401         misc/fileutil.h: Partial application of linux/alpha patch.
1402
1403 2001-10-19  Bradley Bell <btb@icculus.org>
1404
1405         * main/Makefile.am, arch/linux/Makefile.am: Brought linux
1406         networking in line with d1x, moved some arch/linux_* stuff to
1407         arch/linux/
1408         * arch/linux/: findfile.c, ipx_bsd.c, ipx_kali.c, ipx_lin.c,
1409         linuxnet.c, ukali.c, include/ipx_bsd.h, include/ipx_hlpr.h,
1410         include/ipx_kali.h, include/ipx_ld.h, include/ipx_lin.h,
1411         include/ipx_udp.h, include/ukali.h: remove pesky * from RCS log
1412         entry
1413         * arch/: Makefile.am, linux_findfile.c, linux_ipx_bsd.c,
1414         linux_ipx_lin.c, linux_ipx_udp.c, linux_net.c, linux/findfile.c,
1415         linux/ipx_bsd.c, linux/ipx_kali.c, linux/ipx_lin.c,
1416         linux/ipx_udp.c, linux/linuxnet.c, linux/ukali.c,
1417         linux/include/ipx_bsd.h, linux/include/ipx_hlpr.h,
1418         linux/include/ipx_kali.h, linux/include/ipx_ld.h,
1419         linux/include/ipx_lin.h, linux/include/ipx_udp.h,
1420         linux/include/ukali.h: Brought linux networking in line with d1x,
1421         moved some arch/linux_* stuff to arch/linux/*
1422         * include/ipx_drv.h: Imported from d1x
1423         * main/ipx_drv.c: RCS info added, conf.h added, etc...
1424         * main/ipx_drv.c: Imported from d1x
1425         * include/args.h, include/ipx.h, main/inferno.c, main/network.c,
1426         main/network.h, main/Makefile.am: Trying to get network working on
1427         win32
1428         * configure.in, 2d/Makefile.am, arch/win32/Makefile.am,
1429         main/Makefile.am: build fixes
1430         * arch/: win32/Makefile.am, win32/findfile.c, win32/ipx_drv.h,
1431         win32/ipx_win.c, win32/winnet.c, Makefile.am, win32_findfile.c,
1432         linux/include/ipx_drv.h: Moved win32_* to win32/* (a la d1x),
1433         starting to get net working.
1434         * include/pstypes.h: Changed __ENV_LINUX__ to __linux__,
1435         conditionalized min,max macros
1436
1437 2001-10-18  Bradley Bell <btb@icculus.org>
1438
1439         * acconfig.h, 2d/linear.h, arch/include/joy.h, include/loadgl.h,
1440         include/strutil.h, include/vecmat.h, main/kconfig.c, misc/d_glob.c,
1441         texmap/tmap_inc.asm, texmap/tmap_per.asm, texmap/tmappent.S,
1442         texmap/tmapppro.S, main/console.c: Changed __ENV_LINUX__ to
1443         __linux__
1444         * 2d/2dsline.c: RCS headers added/changed
1445         * configure.in: fix NASMFLAGS bug
1446         * main/: collide.c, inferno.c, object.c, render.c: RCS headers
1447         added/changed
1448
1449 2001-10-17  Bradley Bell <btb@icculus.org>
1450
1451         * NEWS: Fixed the invulnerable robots bug!
1452         * main/collide.c: Fixed the invulnerable robots bug!
1453
1454 2001-10-14  Bradley Bell <btb@icculus.org>
1455
1456         * Makefile.am, arch/Makefile.am, iff/Makefile.am, main/Makefile.am:
1457         Minor dist fix
1458
1459 2001-10-13  Bradley Bell <btb@icculus.org>
1460
1461         * Makefile.am, autogen.sh, configure.in, 2d/Makefile.am,
1462         arch/Makefile.am, arch/dos/Makefile.am,
1463         arch/dos/allg_snd/Makefile.am, arch/dos/allg_snd/sound/Makefile.am,
1464         arch/dos/allg_snd/sound/drv/Makefile.am, arch/dos/bak/Makefile.am,
1465         arch/dos/comm/Makefile.am, arch/dos/comm/include/Makefile.am,
1466         arch/dos/include/Makefile.am, arch/dos/mm_snd/Makefile.am,
1467         arch/dos/mm_snd/include/Makefile.am, arch/include/Makefile.am,
1468         arch/linux/Makefile.am, arch/linux/include/Makefile.am,
1469         arch/win32/Makefile.am, arch/win32/d3dframe/Makefile.am,
1470         arch/win32/include/Makefile.am, iff/Makefile.am,
1471         iff/archive/Makefile.am, include/Makefile.am, main/Makefile.am,
1472         main/editor/Makefile.am, main/old/Makefile.am, tools/Makefile.am,
1473         tools/cvs2cl/Makefile.am, unused/Makefile.am,
1474         unused/bios/Makefile.am, unused/lib/Makefile.am,
1475         unused/novga/Makefile.am, unused/pa_null/Makefile.am,
1476         unused/ui/Makefile.am, unused/vga/Makefile.am,
1477         unused/vga/new/Makefile.am, unused/win95/Makefile.am: Removed
1478         automake stuff from "inert" subdirs.  And there was much rejoicing.
1479         * Makefile.am, NEWS, configure.in: Stuff
1480         * ChangeLog: removing auto-generated file
1481         * cygconf: Added instructions for mingw32 build
1482         * Makefile.am: renamed INSTALL to installation.txt
1483         * installation.txt, INSTALL: renamed INSTALL to installation.txt
1484         * mingw32.txt: Added instructions for mingw32 build
1485         * configure.in: Enable assembly under mingw32
1486
1487 2001-10-12  Bradley Bell <btb@icculus.org>
1488
1489         * acconfig.h, aclocal.m4, conf.h.in: remove superfluous files
1490         * acconfig.h, aclocal.m4, conf.h.in, configure.in, 2d/2dsline.c,
1491         2d/bitblt.c, 2d/box.c, 2d/canvas.c, 2d/gpixel.c, 2d/line.c,
1492         2d/pixel.c, include/pstypes.h, include/strutil.h, include/timer.h,
1493         main/digi.h, main/kludge.c, main/object.c, main/render.c,
1494         misc/d_glob.c, misc/d_io.c, misc/strutil.c: Changed __ENV_DJGPP__
1495         to __DJGPP__, since it's built-in.
1496
1497 2001-10-12  Paolo Ulivi <paoloulivi@tin.it>
1498
1499         * aclocal.m4, conf.h.in, include/vecmat.h, main/collide.c,
1500         main/kludge.c, main/piggy.h: fix some gcc 3.0 warnings.
1501
1502 0.1.0:
1503
1504 2001-10-12  Bradley Bell <btb@icculus.org>
1505
1506         * Makefile.am, unused/win95/Makefile.am: Fix some dist stuff
1507         * Makefile.am: make sure cygconf gets archived
1508         * configure.in: Increment version number in preparation for release
1509         * configure.in: Fix detection of opengl
1510         * Makefile.am, aclocal.m4, autogen.sh, conf.h.in, configure.in,
1511         cygconf, arch/Makefile.am, arch/include/joy.h,
1512         arch/include/mouse.h, include/loadgl.h, include/pstypes.h,
1513         include/strutil.h, main/Makefile.am, main/config.c, main/console.c,
1514         main/gamepal.h, main/gamerend.c, main/inferno.c, main/kconfig.c,
1515         main/multi.c, main/newdemo.c, misc/d_delay.c, misc/d_glob.c,
1516         misc/strutil.c: Switched from Cygwin to mingw32 on MS boxes.
1517         Vastly improved compilability.
1518
1519 2001-10-11  Bradley Bell <btb@icculus.org>
1520
1521         * Makefile.am: Added macros/sdl.m4
1522         * autogen.sh: Added macros/sdl.m4
1523
1524 2001-10-09  Bradley Bell <btb@icculus.org>
1525
1526         * main/vers_id.h: Added DESCENT_VERSION constant
1527         * main/inferno.c: Added command-line help.
1528         * include/ogl_init.h: opengl improvments (following d1x changes)
1529
1530 2001-10-07  Bradley Bell <btb@icculus.org>
1531
1532         * aclocal.m4, conf.h.in, configure.in, arch/Makefile.am,
1533         arch/ogl/Makefile.am: Remove duplicate headers.
1534
1535 2001-08-02  Thimo Neubauer <thimo@debian.org>
1536
1537         * mem/mem.c: totally crippled the memory manager because it does
1538         not make sense for non-DOS-systems and it would have been too
1539         complicated to get it 64bit clean
1540
1541 2001-06-19  Bradley Bell <btb@icculus.org>
1542
1543         * cvshowto.txt: updated anonymous password
1544
1545 2001-02-08  Bradley Bell <btb@icculus.org>
1546
1547         * COPYING, license.txt: Added d1x license
1548
1549 2001-02-01  Bradley Bell <btb@icculus.org>
1550
1551         * aclocal.m4, configure.in: Better detecting of SDL and GL/GLU
1552
1553 2001-01-31  Bradley Bell <btb@icculus.org>
1554
1555         * configure.in, arch/include/mouse.h, include/pstypes.h,
1556         main/game.c, main/gamepal.h: OpenGL support under Cygwin/SDL
1557         * main/polyobj.c: fix typo
1558         * 2d/Makefile.am, 2d/bitblt.c, 2d/bitmap.c, 2d/box.c, 2d/canvas.c,
1559         2d/circle.c, 2d/disc.c, 2d/font.c, 2d/gpixel.c, 2d/ibitblt.c,
1560         2d/line.c, 2d/palette.c, 2d/pcx.c, 2d/pixel.c, 2d/poly.c,
1561         2d/rect.c, 2d/rle.c, 2d/scale.c, 2d/scalec.c, 2d/tmerge.c,
1562         3d/clipper.c, 3d/draw.c, 3d/globvars.c, 3d/instance.c, 3d/interp.c,
1563         3d/matrix.c, 3d/points.c, 3d/rod.c, 3d/setup.c, arch/Makefile.am,
1564         cfile/cfile.c, iff/iff.c, main/ai.c, main/ai2.c, main/aipath.c,
1565         main/automap.c, main/bm.c, main/bmread.c, main/cmd.c,
1566         main/cntrlcen.c, main/collide.c, main/config.c, main/console.c,
1567         main/controls.c, main/credits.c, main/crypt.c, main/dumpmine.c,
1568         main/effects.c, main/endlevel.c, main/escort.c, main/fireball.c,
1569         main/fuelcen.c, main/fvi.c, main/game.c, main/gamecntl.c,
1570         main/gamefont.c, main/gamemine.c, main/gamepal.c, main/gamerend.c,
1571         main/gamesave.c, main/gameseg.c, main/gameseq.c, main/hostage.c,
1572         main/kconfig.c, main/kmatrix.c, main/laser.c, main/lighting.c,
1573         main/mglobal.c, main/mission.c, main/morph.c, main/netmisc.c,
1574         main/network.c, main/newdemo.c, main/newmenu.c, main/object.c,
1575         main/paging.c, main/physics.c, main/piggy.c, main/polyobj.c,
1576         main/powerup.c, main/render.c, main/robot.c, main/slew.c,
1577         main/songs.c, main/switch.c, main/texmerge.c, main/text.c,
1578         main/titles.c, main/vclip.c, main/wall.c, main/weapon.c,
1579         maths/Makefile.am, maths/fixc.c, maths/rand.c, maths/tables.c,
1580         maths/vecmat.c, mem/mem.c, misc/args.c, misc/byteswap.c,
1581         misc/d_delay.c, misc/d_glob.c, misc/d_io.c, misc/error.c,
1582         misc/hash.c, misc/strio.c, misc/strutil.c, texmap/Makefile.am,
1583         texmap/ntmap.c, texmap/scanline.c, texmap/tmapflat.c: Makefile and
1584         conf.h fixes
1585         * arch/dos_findfile.c, arch/dos_modex.asm, include/console.h,
1586         include/modex.h, main/collide.c, main/gamesave.c, main/gameseq.c,
1587         main/gauges.c, main/object.c, main/playsave.c, main/render.c,
1588         main/state.c, mem/mem.c, texmap/ntmap.c, texmap/tmapflat.c: Fix
1589         compiler warnings
1590         * include/gr.h, main/menu.c: Fullscreen toggle added to screen res
1591         menu
1592         * configure.in, include/pstypes.h, main/kconfig.c: Support for
1593         cross-compiling, and cygwin fixes
1594
1595 2001-01-30  Bradley Bell <btb@icculus.org>
1596
1597         * configure.in, arch/Makefile.am, arch/win32_findfile.c,
1598         include/pstypes.h, include/strutil.h, main/Makefile.am,
1599         misc/strutil.c, unused/win95/findfile.c: Cygwin support, using SDL.
1600            needs --without-assembler and --without-network to compile
1601
1602 2001-01-29  Bradley Bell <btb@icculus.org>
1603
1604         * configure.in, main/Makefile.am: Fixes to build system
1605         * main/kconfig.c: fix for non-linux joysticks
1606         * arch/: dos/Makefile.am, dos/cdrom.c, dos/digi.c, dos/dosgr.c,
1607         dos/dpmi.c, dos/findfile.c, dos/init.c, dos/ipx.c, dos/joy2.asm,
1608         dos/joyc.c, dos/joydefs.c, dos/key.c, dos/modex.asm, dos/mouse.c,
1609         dos/timer.asm, dos/tweak.inc, dos/vesa.c, dos/vgaregs.inc,
1610         include/joy.h, linux/Makefile.am, linux/findfile.c, linux/init.c,
1611         linux/ipx_bsd.c, linux/ipx_lin.c, linux/ipx_udp.c,
1612         linux/linuxnet.c, sdl/Makefile.am, sdl/init.c, sdl/timer.c: Removed
1613         duplicate files
1614         * arch/: Makefile.am, dos_dpmi.c, dos_findfile.c, dos_init.c,
1615         dos_ipx.c, dos_modex.asm, dos_timer.asm, dos_tweak.inc, dos_vesa.c,
1616         dos_vgaregs.inc, linux_findfile.c, linux_init.c, linux_ipx_bsd.c,
1617         linux_ipx_lin.c, linux_ipx_udp.c, linux_net.c, sdl_init.c,
1618         sdl_timer.c: Fixed build system, minor fixes
1619         * arch/dos/include/: joy.h, key.h, mouse.h: Unified input headers.
1620         * arch/linux/Makefile.am, configure.in: Duplicate file removal.
1621
1622 2001-01-28  Bradley Bell <btb@icculus.org>
1623
1624         * conf.h.in, configure.in, arch/Makefile.am,
1625         arch/dos/include/Makefile.am, arch/include/Makefile.am,
1626         arch/include/key.h, main/Makefile.am: More header unification...
1627         * main/newdemo.c: Added <ctype.h>
1628         * arch/include/: event.h, joy.h: unified input headers.
1629         * acconfig.h, include/d_delay.h, main/Makefile.am, main/game.c:
1630         OpenGL now uses SDL-GL instead of gii
1631         * arch/include/: key.h, mouse.h: Unified arch headers
1632
1633 2001-01-25  Bradley Bell <btb@icculus.org>
1634
1635         * autogen.sh: use "set -e" so execution stops if something goes
1636         wrong.
1637
1638 2001-01-24  Bradley Bell <btb@icculus.org>
1639
1640         * Makefile.am: typo
1641         * Makefile.am: Add ChangeLog to dist
1642         * ChangeLog: Putting this here so automake doesn't complain
1643
1644 0.0.9:
1645
1646 2001-01-24  Bradley Bell <btb@icculus.org>
1647
1648         * INSTALL, NEWS, README, cvshowto.txt: updated documentation
1649         * tools/: Makefile.am, cvs2cl/Makefile.am, cvs2cl/cvs2cl.pl: cvs2cl
1650         for building ChangeLog from RCS entries
1651         * Makefile.am, acconfig.h, autogen.sh, conf.h.in, configure.in,
1652         arch/dos/allg_snd/Makefile.am, arch/dos/allg_snd/sound/Makefile.am,
1653         arch/dos/allg_snd/sound/drv/Makefile.am, arch/dos/bak/Makefile.am,
1654         arch/dos/comm/Makefile.am, arch/dos/comm/include/Makefile.am,
1655         arch/dos/include/Makefile.am, 2d/Makefile.am, 3d/Makefile.am,
1656         arch/Makefile.am, arch/dos/Makefile.am,
1657         arch/dos/mm_snd/Makefile.am, arch/dos/mm_snd/include/Makefile.am,
1658         arch/linux/Makefile.am, arch/linux/include/Makefile.am,
1659         arch/ogl/Makefile.am, arch/sdl/Makefile.am, arch/win32/Makefile.am,
1660         arch/win32/d3dframe/Makefile.am, arch/win32/include/Makefile.am,
1661         cfile/Makefile.am, iff/Makefile.am, iff/archive/Makefile.am,
1662         include/Makefile.am, main/editor/Makefile.am, main/old/Makefile.am,
1663         unused/Makefile.am, unused/bios/Makefile.am,
1664         unused/lib/Makefile.am, unused/novga/Makefile.am,
1665         unused/pa_null/Makefile.am, unused/ui/Makefile.am,
1666         unused/vga/Makefile.am, unused/vga/new/Makefile.am,
1667         unused/win95/Makefile.am, main/Makefile.am, maths/Makefile.am,
1668         misc/Makefile.am, texmap/Makefile.am: improved automake config. 
1669         make dist, VPATH builds, ...
1670         * configure, Makefile.in, libtool, ltconfig, ltmain.sh,
1671         stamp-h.in, 2d/Makefile.in, 3d/Makefile.in, arch/Makefile.in,
1672         arch/dos/Makefile.in, arch/linux/Makefile.in,
1673         arch/sdl/Makefile.in, cfile/Makefile.in, iff/Makefile.in,
1674         main/Makefile.in, maths/Makefile.in, mem/Makefile.in,
1675         misc/Makefile.in, texmap/Makefile.in: cruft removal
1676         * 2d/diff, arch/dos/sgrep.out, arch/linux/stHqFIq1, main/test.txt:
1677         junk removal
1678         * ChangeLog, NEWS: moved old ChangeLog to NEWS
1679         * configure.in, conf.h.in: moved NDEBUG to conf.h.in
1680         * main/: game.c, kconfig.c, text.c: changed args_find to FindArg
1681         * main/: gamecntl.c, inferno.c: changed args_find to FindArg, added
1682         -grabmouse option
1683         * arch/dos_init.c, arch/linux_init.c, arch/linux_ipx_udp.c,
1684         arch/linux_net.c, arch/sdl_init.c, arch/dos/init.c,
1685         arch/dos/joyc.c, arch/linux/init.c, arch/linux/ipx_udp.c,
1686         arch/linux/linuxnet.c, arch/sdl/init.c, include/args.h,
1687         main/config.c, main/hud.c, main/menu.c, main/multi.c,
1688         main/network.c, main/piggy.c, main/polyobj.c, main/slew.c,
1689         main/songs.c, misc/args.c: changed args_find to FindArg
1690
1691 2001-01-22  Bradley Bell <btb@icculus.org>
1692
1693         * configure, main/Makefile.am, main/Makefile.in: configuration
1694         fixes
1695         * include/error.h, include/mono.h, main/game.c, main/gamerend.c:
1696         fix compiler warnings w/opengl
1697         * include/console.h: ggi support
1698         * arch/linux_init.c: svgalib support
1699         * Makefile.in, conf.h.in, configure, configure.in, 2d/Makefile.am,
1700         2d/Makefile.in, 3d/Makefile.in, arch/Makefile.am, arch/Makefile.in,
1701         arch/svgalib_init.c, cfile/Makefile.in, iff/Makefile.in,
1702         main/Makefile.am, main/Makefile.in, maths/Makefile.am,
1703         maths/Makefile.in, mem/Makefile.in, misc/Makefile.in,
1704         texmap/Makefile.am, texmap/Makefile.in: configuration fixes
1705         * iff/iff.c, include/u_mem.h: NDEBUG fixes
1706         * main/: ai.h, inferno.c, lighting.c, object.c, render.c: fix
1707         warnings and enable NDEBUG
1708         * arch/svgalib_init.c: svgalib support
1709
1710 2001-01-22  Michael Wagener <Michael.Wagener@materna.de>
1711
1712         * main/kconfig.c: joystick support
1713
1714 2001-01-21  Bradley Bell <btb@icculus.org>
1715
1716         * cvshowto.txt: new file, taken from d1x webpage
1717         * AUTHORS, README: Taking over as maintainer of d2x
1718         * ChangeLog: Grab mouse with SDL/X11
1719         * main/: gamecntl.c, inferno.c: Grab mouse with SDL/X11
1720
1721 2001-01-20  Bradley Bell <btb@icculus.org>
1722
1723         * configure, configure.in: Turned -Werror back off by default
1724         * README, configure, configure.in, 2d/font.c, arch/sdl_init.c,
1725         iff/iff.c, include/3d.h, include/d_io.h, main/Makefile.am,
1726         main/Makefile.in, main/bm.c, main/collide.c, main/credits.c,
1727         main/fuelcen.h, main/game.c, main/gamecntl.c, main/gamepal.c,
1728         main/gamerend.c, main/gamesave.c, main/gameseg.c, main/gameseq.c,
1729         main/gauges.c, main/kconfig.c, main/kludge.c, main/kmatrix.c,
1730         main/laser.c, main/multi.c, main/network.c, main/network.h,
1731         main/newdemo.c, main/newmenu.c, main/object.c, main/object.h,
1732         main/physics.c, main/piggy.c, main/polyobj.c, main/state.c,
1733         main/switch.c, main/titles.c, main/wall.c: Got rid of all compiler
1734         warnings, for non-OpenGL on linux, anyway...
1735
1736 2001-01-19  Bradley Bell <btb@icculus.org>
1737
1738         * copying: remove duplicate file
1739         *  Import of d2x-0.0.9-pre1
1740         *  Import of d2x-0.0.8