]> icculus.org git repositories - btb/d2x.git/log
btb/d2x.git
21 years agosimplify and eliminate redundant swap macros. maschaffner@gmx.ch and btb
Bradley Bell [Mon, 28 Oct 2002 20:57:11 +0000 (20:57 +0000)]
simplify and eliminate redundant swap macros. maschaffner@gmx.ch and btb

21 years agofix infinite loop in quad_sqrt. courtesy of Martin Schaffner <maschaffner@gmx.ch>
Bradley Bell [Mon, 28 Oct 2002 20:12:48 +0000 (20:12 +0000)]
fix infinite loop in quad_sqrt. courtesy of Martin Schaffner <maschaffner@gmx.ch>

21 years agosparc/sunos support: rename quad to quadint. courtesy of Martin Schaffner <maschaffne...
Bradley Bell [Mon, 28 Oct 2002 19:49:15 +0000 (19:49 +0000)]
sparc/sunos support: rename quad to quadint. courtesy of Martin Schaffner <maschaffner@gmx.ch>

21 years agohandle BM_OGL in gr_scanline()
Bradley Bell [Sat, 12 Oct 2002 03:09:23 +0000 (03:09 +0000)]
handle BM_OGL in gr_scanline()

21 years agomake hud_message work correctly
Bradley Bell [Fri, 11 Oct 2002 05:14:59 +0000 (05:14 +0000)]
make hud_message work correctly

21 years agoenable -nofade
Bradley Bell [Fri, 11 Oct 2002 03:37:58 +0000 (03:37 +0000)]
enable -nofade

21 years agoformatting, small fixes
Bradley Bell [Fri, 11 Oct 2002 00:36:46 +0000 (00:36 +0000)]
formatting, small fixes

21 years agono swap_object for little-endian
Bradley Bell [Thu, 10 Oct 2002 20:08:51 +0000 (20:08 +0000)]
no swap_object for little-endian

21 years agouse macros to simplify network endian conversion
Bradley Bell [Thu, 10 Oct 2002 19:40:21 +0000 (19:40 +0000)]
use macros to simplify network endian conversion

21 years agodisable autodetect of mac pig (use --enable-macdata for now)
Bradley Bell [Thu, 10 Oct 2002 19:17:37 +0000 (19:17 +0000)]
disable autodetect of mac pig (use --enable-macdata for now)

21 years agoenable loading screen for mac shareware with -nohires
Bradley Bell [Thu, 10 Oct 2002 19:16:52 +0000 (19:16 +0000)]
enable loading screen for mac shareware with -nohires

21 years agowhitespace
Bradley Bell [Thu, 10 Oct 2002 19:12:00 +0000 (19:12 +0000)]
whitespace

21 years agocomments
Bradley Bell [Thu, 10 Oct 2002 19:11:23 +0000 (19:11 +0000)]
comments

21 years agoremove shareware build, add macdata build
Bradley Bell [Thu, 10 Oct 2002 19:07:45 +0000 (19:07 +0000)]
remove shareware build, add macdata build

21 years agowhitespace
Bradley Bell [Thu, 10 Oct 2002 18:55:32 +0000 (18:55 +0000)]
whitespace

21 years agoenable TRANSPARENCY_COLOR for assembly
Bradley Bell [Thu, 10 Oct 2002 18:39:45 +0000 (18:39 +0000)]
enable TRANSPARENCY_COLOR for assembly

21 years agocomments, formatting, etc. courtesy of Martin Schaffner <maschaffner@gmx.ch>
Bradley Bell [Fri, 4 Oct 2002 07:19:59 +0000 (07:19 +0000)]
comments, formatting, etc. courtesy of Martin Schaffner <maschaffner@gmx.ch>

21 years agofix bigendian iff loading, courtesy of Martin Schaffner <maschaffner@gmx.ch>
Bradley Bell [Fri, 4 Oct 2002 07:14:31 +0000 (07:14 +0000)]
fix bigendian iff loading, courtesy of Martin Schaffner <maschaffner@gmx.ch>

21 years agotypo
Bradley Bell [Thu, 3 Oct 2002 03:48:39 +0000 (03:48 +0000)]
typo

21 years agowhitespace
Bradley Bell [Thu, 3 Oct 2002 03:46:35 +0000 (03:46 +0000)]
whitespace

21 years agofix a oops, add old logs
Bradley Bell [Thu, 19 Sep 2002 05:43:15 +0000 (05:43 +0000)]
fix a oops, add old logs

21 years agosupport for >3 mouse buttons
Bradley Bell [Thu, 19 Sep 2002 03:45:14 +0000 (03:45 +0000)]
support for >3 mouse buttons

21 years agofix palette swap define
Bradley Bell [Wed, 18 Sep 2002 18:16:13 +0000 (18:16 +0000)]
fix palette swap define

21 years agoload hires briefing screen if lores doesn't exist (i.e. vertigo) and MenuHires=0
Bradley Bell [Sat, 14 Sep 2002 00:32:52 +0000 (00:32 +0000)]
load hires briefing screen if lores doesn't exist (i.e. vertigo) and MenuHires=0

21 years agopack some structures for ipx compatibility - courtesy of Werner Augustin <descent...
Bradley Bell [Sat, 14 Sep 2002 00:23:06 +0000 (00:23 +0000)]
pack some structures for ipx compatibility - courtesy of Werner Augustin <descent-source@mailinglist.gnuher.de>

21 years agorevert cfgets() and load_endlevel_data() to expect newline-terminated strings, fix...
Bradley Bell [Sat, 14 Sep 2002 00:20:44 +0000 (00:20 +0000)]
revert cfgets() and load_endlevel_data() to expect newline-terminated strings, fix load_game_data to read null-terminated string for Current_level_name

21 years agoadded error message
Bradley Bell [Sat, 7 Sep 2002 07:27:19 +0000 (07:27 +0000)]
added error message

21 years agoenable -nohires with mac shareware
Bradley Bell [Sat, 7 Sep 2002 07:24:29 +0000 (07:24 +0000)]
enable -nohires with mac shareware

21 years agoenable 0/255 palette swap
Bradley Bell [Sat, 7 Sep 2002 07:19:59 +0000 (07:19 +0000)]
enable 0/255 palette swap

21 years agoenable 0/255 palette swap for fonts
Bradley Bell [Sat, 7 Sep 2002 07:17:18 +0000 (07:17 +0000)]
enable 0/255 palette swap for fonts

21 years agoadd TRANSPARENCY_COLOR to assembly code, nother OGL fix
Bradley Bell [Sat, 7 Sep 2002 07:15:50 +0000 (07:15 +0000)]
add TRANSPARENCY_COLOR to assembly code, nother OGL fix

21 years agofix ogl blooper
Bradley Bell [Sat, 7 Sep 2002 07:14:22 +0000 (07:14 +0000)]
fix ogl blooper

21 years agobetter just do it the old way
Bradley Bell [Thu, 5 Sep 2002 08:20:03 +0000 (08:20 +0000)]
better just do it the old way

21 years agoneed string.h for strcasecmp
Bradley Bell [Thu, 5 Sep 2002 08:05:41 +0000 (08:05 +0000)]
need string.h for strcasecmp

21 years agookay, maybe it needs to be this way
Bradley Bell [Thu, 5 Sep 2002 08:04:13 +0000 (08:04 +0000)]
okay, maybe it needs to be this way

21 years agomore stuff from d2src, mostly formatting
Bradley Bell [Thu, 5 Sep 2002 08:03:40 +0000 (08:03 +0000)]
more stuff from d2src, mostly formatting

21 years agomore stuff from d2src
Bradley Bell [Thu, 5 Sep 2002 08:02:27 +0000 (08:02 +0000)]
more stuff from d2src

21 years agomore stuff from d2src, formatting
Bradley Bell [Thu, 5 Sep 2002 07:57:11 +0000 (07:57 +0000)]
more stuff from d2src, formatting

21 years agouseless cruft
Bradley Bell [Thu, 5 Sep 2002 07:56:08 +0000 (07:56 +0000)]
useless cruft

21 years agomore stuff from d2src
Bradley Bell [Thu, 5 Sep 2002 07:55:20 +0000 (07:55 +0000)]
more stuff from d2src

21 years agomoved gr_linear_movsd assembly from grdef.h to bitblt.c
Bradley Bell [Thu, 5 Sep 2002 01:30:00 +0000 (01:30 +0000)]
moved gr_linear_movsd assembly from grdef.h to bitblt.c

21 years agofix compiler warnings
Bradley Bell [Wed, 4 Sep 2002 23:30:56 +0000 (23:30 +0000)]
fix compiler warnings

21 years agofix compiler warnings, #ifdef out dos-only code
Bradley Bell [Wed, 4 Sep 2002 23:29:53 +0000 (23:29 +0000)]
fix compiler warnings, #ifdef out dos-only code

21 years agogr_linear_movsd isn't static for NO_ASM, obviously
Bradley Bell [Wed, 4 Sep 2002 23:13:14 +0000 (23:13 +0000)]
gr_linear_movsd isn't static for NO_ASM, obviously

21 years agowe want the mac ibitblt for everything but dos and windows, I think.
Bradley Bell [Wed, 4 Sep 2002 23:05:01 +0000 (23:05 +0000)]
we want the mac ibitblt for everything but dos and windows, I think.

21 years agothese stubs not needed (vga code ifdefd out
Bradley Bell [Wed, 4 Sep 2002 22:48:45 +0000 (22:48 +0000)]
these stubs not needed (vga code ifdefd out

21 years agothese routines are in tmerge.c
Bradley Bell [Wed, 4 Sep 2002 22:47:25 +0000 (22:47 +0000)]
these routines are in tmerge.c

21 years agoenable credits for mac and oem data
Bradley Bell [Wed, 4 Sep 2002 22:29:49 +0000 (22:29 +0000)]
enable credits for mac and oem data

21 years agouse either exit.ham or exit.pofs
Bradley Bell [Wed, 4 Sep 2002 22:28:48 +0000 (22:28 +0000)]
use either exit.ham or exit.pofs

21 years agoenable some more code from d2src
Bradley Bell [Wed, 4 Sep 2002 22:27:54 +0000 (22:27 +0000)]
enable some more code from d2src

21 years agoenable mac ubitblt_double
Bradley Bell [Wed, 4 Sep 2002 22:27:04 +0000 (22:27 +0000)]
enable mac ubitblt_double

21 years agoadded gr_rle_expand_scanline_generic_masked from d2src
Bradley Bell [Wed, 4 Sep 2002 22:25:29 +0000 (22:25 +0000)]
added gr_rle_expand_scanline_generic_masked from d2src

21 years agomoved some inline asm from linear.h
Bradley Bell [Wed, 4 Sep 2002 22:21:25 +0000 (22:21 +0000)]
moved some inline asm from linear.h

21 years agobrought in line with original d2 version
Bradley Bell [Wed, 4 Sep 2002 22:18:43 +0000 (22:18 +0000)]
brought in line with original d2 version

21 years agoreverted to original d2 version of this file, then added d1x enhancements
Bradley Bell [Wed, 4 Sep 2002 22:01:07 +0000 (22:01 +0000)]
reverted to original d2 version of this file, then added d1x enhancements

21 years agoformatting, use __MSDOS__ instead of __DJGPP__
Bradley Bell [Wed, 4 Sep 2002 21:58:11 +0000 (21:58 +0000)]
formatting, use __MSDOS__ instead of __DJGPP__

21 years agomoved these back to their original locations (bitblt.c, grdef.h)
Bradley Bell [Wed, 4 Sep 2002 21:49:13 +0000 (21:49 +0000)]
moved these back to their original locations (bitblt.c, grdef.h)

21 years agoclose some memory holes, speed up palette loading
Bradley Bell [Wed, 4 Sep 2002 08:15:20 +0000 (08:15 +0000)]
close some memory holes, speed up palette loading

21 years agoadded fullscreen toggle while playing movies
Bradley Bell [Wed, 4 Sep 2002 08:13:59 +0000 (08:13 +0000)]
added fullscreen toggle while playing movies

21 years agocomment out -superhires help text (always on)
Bradley Bell [Wed, 4 Sep 2002 08:13:26 +0000 (08:13 +0000)]
comment out -superhires help text (always on)

21 years agoadded approx_fsec_to_usec macro
Bradley Bell [Wed, 4 Sep 2002 08:12:37 +0000 (08:12 +0000)]
added approx_fsec_to_usec macro

21 years agofix compiler warning
Bradley Bell [Wed, 4 Sep 2002 08:11:58 +0000 (08:11 +0000)]
fix compiler warning

21 years agooops
Bradley Bell [Sun, 1 Sep 2002 02:49:59 +0000 (02:49 +0000)]
oops

21 years agomore movie improvements
Bradley Bell [Sun, 1 Sep 2002 02:49:06 +0000 (02:49 +0000)]
more movie improvements

21 years agoadded timer_delay, faster timer_get_fixed_seconds
Bradley Bell [Sun, 1 Sep 2002 02:46:06 +0000 (02:46 +0000)]
added timer_delay, faster timer_get_fixed_seconds

21 years agotodo
Bradley Bell [Sun, 1 Sep 2002 02:44:27 +0000 (02:44 +0000)]
todo

21 years agomovie improvements
Bradley Bell [Sat, 31 Aug 2002 12:14:01 +0000 (12:14 +0000)]
movie improvements

21 years agonetwork endian stuff
Bradley Bell [Sat, 31 Aug 2002 05:27:50 +0000 (05:27 +0000)]
network endian stuff

21 years agofast file i/o for font headers
Bradley Bell [Sat, 31 Aug 2002 05:25:11 +0000 (05:25 +0000)]
fast file i/o for font headers

21 years agounused file
Bradley Bell [Sat, 31 Aug 2002 03:22:30 +0000 (03:22 +0000)]
unused file

21 years agoformatting, bigendian networking fixes
Bradley Bell [Sat, 31 Aug 2002 03:21:41 +0000 (03:21 +0000)]
formatting, bigendian networking fixes

21 years agomake net menu more accurate, also make superhires always on
Bradley Bell [Sat, 31 Aug 2002 03:18:32 +0000 (03:18 +0000)]
make net menu more accurate, also make superhires always on

21 years agobetter to have __pack__ all the time, I think. needed for networking, e.g.
Bradley Bell [Sat, 31 Aug 2002 03:17:40 +0000 (03:17 +0000)]
better to have __pack__ all the time, I think.  needed for networking, e.g.

21 years agowin32 networking backtrack
Bradley Bell [Sat, 31 Aug 2002 03:16:35 +0000 (03:16 +0000)]
win32 networking backtrack

21 years agounused file
Bradley Bell [Sat, 31 Aug 2002 03:15:16 +0000 (03:15 +0000)]
unused file

21 years agotodo stuff
Bradley Bell [Sat, 31 Aug 2002 03:14:50 +0000 (03:14 +0000)]
todo stuff

21 years agore-added arch/win32/ipx_drv.h
Bradley Bell [Fri, 30 Aug 2002 18:31:50 +0000 (18:31 +0000)]
re-added arch/win32/ipx_drv.h

21 years agoformatting
Bradley Bell [Fri, 30 Aug 2002 08:04:44 +0000 (08:04 +0000)]
formatting

21 years agonetworking works, finally
Bradley Bell [Fri, 30 Aug 2002 08:02:25 +0000 (08:02 +0000)]
networking works, finally

21 years agoadded TODO file
Bradley Bell [Fri, 30 Aug 2002 06:16:15 +0000 (06:16 +0000)]
added TODO file

21 years agounused fine
Bradley Bell [Fri, 30 Aug 2002 06:12:55 +0000 (06:12 +0000)]
unused fine

21 years agonetwork sorta working
Bradley Bell [Fri, 30 Aug 2002 06:02:50 +0000 (06:02 +0000)]
network sorta working

21 years agomore networking fixes
Bradley Bell [Fri, 30 Aug 2002 01:01:18 +0000 (01:01 +0000)]
more networking fixes

21 years agoload builtin mission correctly
Bradley Bell [Fri, 30 Aug 2002 00:58:01 +0000 (00:58 +0000)]
load builtin mission correctly

21 years agodocumentation
Bradley Bell [Fri, 30 Aug 2002 00:57:32 +0000 (00:57 +0000)]
documentation

21 years agomove hoard stuff out of network
Bradley Bell [Fri, 30 Aug 2002 00:57:06 +0000 (00:57 +0000)]
move hoard stuff out of network

21 years agodon't need no more
Bradley Bell [Fri, 30 Aug 2002 00:54:56 +0000 (00:54 +0000)]
don't need no more

21 years agodeleting unused d1x stuff
Bradley Bell [Thu, 29 Aug 2002 22:24:51 +0000 (22:24 +0000)]
deleting unused d1x stuff

21 years agomore network fixing
Bradley Bell [Thu, 29 Aug 2002 19:14:19 +0000 (19:14 +0000)]
more network fixing

21 years agomore network fixing
Bradley Bell [Thu, 29 Aug 2002 19:02:34 +0000 (19:02 +0000)]
more network fixing

21 years agoformatting
Bradley Bell [Thu, 29 Aug 2002 09:03:36 +0000 (09:03 +0000)]
formatting

21 years agofixed networking fuck-up?
Bradley Bell [Thu, 29 Aug 2002 09:02:05 +0000 (09:02 +0000)]
fixed networking fuck-up?

21 years agofixed networking fuck-up?
Bradley Bell [Thu, 29 Aug 2002 08:54:42 +0000 (08:54 +0000)]
fixed networking fuck-up?

21 years agomoved mingw info to README
Bradley Bell [Thu, 29 Aug 2002 08:43:48 +0000 (08:43 +0000)]
moved mingw info to README

21 years agomoved mingw info to README
Bradley Bell [Thu, 29 Aug 2002 04:15:03 +0000 (04:15 +0000)]
moved mingw info to README

21 years agoallow specifying file to extract
Bradley Bell [Tue, 27 Aug 2002 08:15:59 +0000 (08:15 +0000)]
allow specifying file to extract

21 years agouse default extension to convert tex<->txb
Bradley Bell [Tue, 27 Aug 2002 08:09:49 +0000 (08:09 +0000)]
use default extension to convert tex<->txb

21 years agoallow specifying file to extract
Bradley Bell [Tue, 27 Aug 2002 08:05:14 +0000 (08:05 +0000)]
allow specifying file to extract

21 years agobeginning d1 briefing support
Bradley Bell [Tue, 27 Aug 2002 08:03:25 +0000 (08:03 +0000)]
beginning d1 briefing support

21 years agoHave to get mission_num _after_ promoting...
Bradley Bell [Tue, 27 Aug 2002 08:02:51 +0000 (08:02 +0000)]
Have to get mission_num _after_ promoting...