]> icculus.org git repositories - btb/d2x.git/log
btb/d2x.git
9 years agouse timer for palette fade
Bradley Bell [Tue, 9 Dec 2014 23:48:38 +0000 (15:48 -0800)]
use timer for palette fade

9 years agoimplement fades for ogl
Bradley Bell [Tue, 9 Dec 2014 23:48:08 +0000 (15:48 -0800)]
implement fades for ogl

9 years agoadd impulse, echo cmds
Bradley Bell [Tue, 9 Dec 2014 11:57:09 +0000 (03:57 -0800)]
add impulse, echo cmds

9 years agomove cvar to its own module
Bradley Bell [Tue, 9 Dec 2014 10:40:22 +0000 (02:40 -0800)]
move cvar to its own module

9 years agofree cmd memory
Bradley Bell [Tue, 9 Dec 2014 10:09:27 +0000 (02:09 -0800)]
free cmd memory

9 years agoMove Error Int3 to after printing the message
Kp [Tue, 9 Dec 2014 01:10:24 +0000 (01:10 +0000)]
Move Error Int3 to after printing the message

9 years agomakefile fixes
Bradley Bell [Tue, 9 Dec 2014 03:48:06 +0000 (19:48 -0800)]
makefile fixes

9 years agosmall hack to fix briefing palette switching, remove old broken hacks
Bradley Bell [Tue, 9 Dec 2014 03:47:25 +0000 (19:47 -0800)]
small hack to fix briefing palette switching, remove old broken hacks

9 years agomake sure we don't try to print to console after shutdown.
Bradley Bell [Tue, 9 Dec 2014 02:45:54 +0000 (18:45 -0800)]
make sure we don't try to print to console after shutdown.

9 years agominor stuff
Bradley Bell [Tue, 9 Dec 2014 02:27:02 +0000 (18:27 -0800)]
minor stuff

9 years agouse __builtin_debugtrap() for clang, __debugbreak() for MSVC
Bradley Bell [Tue, 9 Dec 2014 01:52:01 +0000 (17:52 -0800)]
use __builtin_debugtrap() for clang, __debugbreak() for MSVC

9 years agoimplemented execution of console commands
Bradley Bell [Mon, 8 Dec 2014 14:16:09 +0000 (06:16 -0800)]
implemented execution of console commands

9 years agomake braces parseable by IDE
Bradley Bell [Mon, 8 Dec 2014 11:16:25 +0000 (03:16 -0800)]
make braces parseable by IDE

9 years agoadd a newline
Bradley Bell [Mon, 8 Dec 2014 07:31:20 +0000 (23:31 -0800)]
add a newline

9 years agoadd callback for console hide. disable controls when open.
Bradley Bell [Fri, 5 Dec 2014 12:48:33 +0000 (04:48 -0800)]
add callback for console hide. disable controls when open.

9 years agoadd fov cvar
Bradley Bell [Thu, 4 Dec 2014 11:34:02 +0000 (03:34 -0800)]
add fov cvar
rename r_framerate to show_fps

9 years agofix window size
Bradley Bell [Thu, 4 Dec 2014 11:32:17 +0000 (03:32 -0800)]
fix window size

9 years agoflatten Makefile
Bradley Bell [Thu, 4 Dec 2014 06:59:10 +0000 (22:59 -0800)]
flatten Makefile

9 years agoxcode stuff
Bradley Bell [Tue, 2 Dec 2014 00:04:59 +0000 (16:04 -0800)]
xcode stuff

9 years agounused file
Bradley Bell [Mon, 1 Dec 2014 23:58:40 +0000 (15:58 -0800)]
unused file

9 years agoproj changes
Bradley Bell [Wed, 3 Dec 2014 11:36:30 +0000 (03:36 -0800)]
proj changes

9 years agoenable more cmd-key combos
Bradley Bell [Wed, 3 Dec 2014 11:35:02 +0000 (03:35 -0800)]
enable more cmd-key combos

9 years agoenable most cmd-key combos
Bradley Bell [Wed, 3 Dec 2014 11:18:19 +0000 (03:18 -0800)]
enable most cmd-key combos

9 years agoadd meta keys
Bradley Bell [Wed, 3 Dec 2014 11:00:40 +0000 (03:00 -0800)]
add meta keys

9 years agoavoid collision with XEND extension
Bradley Bell [Sun, 30 Nov 2014 23:26:10 +0000 (15:26 -0800)]
avoid collision with XEND extension

9 years agoinit console buffers first, graphics later
Bradley Bell [Sat, 29 Nov 2014 01:35:50 +0000 (17:35 -0800)]
init console buffers first, graphics later

9 years agouse `,~ as console key. speed up console animation
Bradley Bell [Fri, 28 Nov 2014 21:57:45 +0000 (13:57 -0800)]
use `,~ as console key. speed up console animation

9 years agoenable console by default
Bradley Bell [Fri, 28 Nov 2014 13:04:05 +0000 (05:04 -0800)]
enable console by default

9 years agoupdate xcode project
Bradley Bell [Thu, 27 Nov 2014 01:57:56 +0000 (17:57 -0800)]
update xcode project

9 years agoclean up int3 defines
Bradley Bell [Fri, 28 Nov 2014 11:34:00 +0000 (03:34 -0800)]
clean up int3 defines

9 years agomodern defs
Bradley Bell [Fri, 28 Nov 2014 11:00:43 +0000 (03:00 -0800)]
modern defs

9 years agouse constants
Bradley Bell [Fri, 28 Nov 2014 09:32:36 +0000 (01:32 -0800)]
use constants

9 years agouse CON_VERBOSE for mono error window
Bradley Bell [Fri, 28 Nov 2014 09:31:42 +0000 (01:31 -0800)]
use CON_VERBOSE for mono error window

9 years agomacro for Segment pointer indexing
Bradley Bell [Fri, 28 Nov 2014 05:31:20 +0000 (21:31 -0800)]
macro for Segment pointer indexing

9 years agomacro for Object pointer indexing
Bradley Bell [Fri, 28 Nov 2014 03:00:03 +0000 (19:00 -0800)]
macro for Object pointer indexing

9 years agoreturn physfs types
Bradley Bell [Thu, 27 Nov 2014 23:17:33 +0000 (15:17 -0800)]
return physfs types

9 years agouse vers_id
Bradley Bell [Thu, 27 Nov 2014 23:05:56 +0000 (15:05 -0800)]
use vers_id

9 years agocode after Error is unreachable
Bradley Bell [Thu, 27 Nov 2014 23:04:26 +0000 (15:04 -0800)]
code after Error is unreachable

9 years agodelete old .cvsignore files
Bradley Bell [Thu, 27 Nov 2014 09:23:32 +0000 (01:23 -0800)]
delete old .cvsignore files

9 years agouse correct size for sigs
Bradley Bell [Thu, 27 Nov 2014 07:14:10 +0000 (23:14 -0800)]
use correct size for sigs

9 years agofix warnings
Bradley Bell [Thu, 27 Nov 2014 07:13:33 +0000 (23:13 -0800)]
fix warnings

9 years agoportable makefile syntax
Bradley Bell [Thu, 27 Nov 2014 07:06:45 +0000 (23:06 -0800)]
portable makefile syntax

9 years agoreplace illegal characters with hex escapes
Bradley Bell [Thu, 27 Nov 2014 07:03:47 +0000 (23:03 -0800)]
replace illegal characters with hex escapes

9 years agoremove overlapping strcpy
Bradley Bell [Thu, 27 Nov 2014 02:15:35 +0000 (18:15 -0800)]
remove overlapping strcpy

9 years agoupdate makefiles
Bradley Bell [Thu, 27 Nov 2014 01:07:21 +0000 (17:07 -0800)]
update makefiles

9 years agoshould be static
Bradley Bell [Thu, 27 Nov 2014 01:06:46 +0000 (17:06 -0800)]
should be static

9 years agoignore
Bradley Bell [Thu, 27 Nov 2014 01:02:34 +0000 (17:02 -0800)]
ignore

12 years agoFixed the Birthday Bug: Correctly re-compute static_light when
Bradley Bell [Sat, 11 Jun 2011 03:15:53 +0000 (20:15 -0700)]
Fixed the Birthday Bug: Correctly re-compute static_light when
restoring a game - finally

12 years agoclear the top and bottom of the screen in death sequence (bug #2572)
Bradley Bell [Fri, 10 Jun 2011 20:10:54 +0000 (13:10 -0700)]
clear the top and bottom of the screen in death sequence (bug #2572)

12 years agofix for death-sequence and sdl segfault in 320xXXX
Bradley Bell [Fri, 10 Jun 2011 11:48:50 +0000 (04:48 -0700)]
fix for death-sequence and sdl segfault in 320xXXX

17 years agoamd64 fixes
Bradley Bell [Wed, 31 Jan 2007 04:20:05 +0000 (04:20 +0000)]
amd64 fixes

17 years agoallow universal binaries to be built using Xcode 2.2 or later
Chris Taylor [Sat, 16 Dec 2006 01:28:53 +0000 (01:28 +0000)]
allow universal binaries to be built using Xcode 2.2 or later

17 years agodivide negative window x-coordinates properly, fixing random crashes
Chris Taylor [Wed, 13 Dec 2006 07:09:24 +0000 (07:09 +0000)]
divide negative window x-coordinates properly, fixing random crashes

17 years agoadd main as an include path for strutil.c, should have done this on 2006-02-26
Chris Taylor [Sun, 3 Dec 2006 06:43:22 +0000 (06:43 +0000)]
add main as an include path for strutil.c, should have done this on 2006-02-26

17 years agofix assemble error for gas (fix bug #2312)
Chris Taylor [Sun, 3 Dec 2006 03:12:25 +0000 (03:12 +0000)]
fix assemble error for gas (fix bug #2312)

17 years agodivide negative light rates of change properly (fix bug #2575)
Chris Taylor [Sat, 2 Dec 2006 12:52:59 +0000 (12:52 +0000)]
divide negative light rates of change properly (fix bug #2575)

17 years agoonly autoselect a secondary weapon if the player didn't have any of that type before...
Chris Taylor [Fri, 1 Dec 2006 12:55:20 +0000 (12:55 +0000)]
only autoselect a secondary weapon if the player didn't have any of that type before (fix bug #2671)

17 years agoavoid loading OpenGL textures before they have been paged in, bug found by loading...
Chris Taylor [Thu, 30 Nov 2006 13:42:20 +0000 (13:42 +0000)]
avoid loading OpenGL textures before they have been paged in, bug found by loading Abalyon 5

17 years agofix screenshot corruption, use PhysicsFS to check for existing screenshots
Chris Taylor [Sun, 26 Nov 2006 06:13:35 +0000 (06:13 +0000)]
fix screenshot corruption, use PhysicsFS to check for existing screenshots

17 years agosmall brace tidy up to allow a source code editor to list all the functions
Chris Taylor [Sun, 26 Nov 2006 01:05:24 +0000 (01:05 +0000)]
small brace tidy up to allow a source code editor to list all the functions

17 years agoalways show bomb count if player has them
Chris Taylor [Sat, 29 Jul 2006 04:15:55 +0000 (04:15 +0000)]
always show bomb count if player has them

17 years agomove PhysicsFS initialisation, search path setup and argument reading to physfsx.h
Chris Taylor [Sat, 29 Jul 2006 04:02:49 +0000 (04:02 +0000)]
move PhysicsFS initialisation, search path setup and argument reading to physfsx.h

17 years agomove titles, loading screen and order form showing to titles.c
Chris Taylor [Sat, 29 Jul 2006 03:49:00 +0000 (03:49 +0000)]
move titles, loading screen and order form showing to titles.c

17 years agomove hoard data saving from main to save_hoard_data
Chris Taylor [Thu, 27 Jul 2006 10:07:31 +0000 (10:07 +0000)]
move hoard data saving from main to save_hoard_data

17 years agomake the thumbnail properly when doing fast save in d2xgl
Chris Taylor [Mon, 24 Jul 2006 08:20:39 +0000 (08:20 +0000)]
make the thumbnail properly when doing fast save in d2xgl

17 years agoadd references to headers in main for SCM and batch find
Chris Taylor [Wed, 12 Jul 2006 13:51:44 +0000 (13:51 +0000)]
add references to headers in main for SCM and batch find

17 years agoonly free the gauge canvases when they exist
Chris Taylor [Sun, 9 Jul 2006 14:58:43 +0000 (14:58 +0000)]
only free the gauge canvases when they exist

17 years agodon't allow MPW build to run in OS X (it won't work and doesn't need to)
Chris Taylor [Sun, 9 Jul 2006 08:25:52 +0000 (08:25 +0000)]
don't allow MPW build to run in OS X (it won't work and doesn't need to)

17 years agofix crash when a robot's guided missile explodes
Chris Taylor [Sun, 9 Jul 2006 03:25:10 +0000 (03:25 +0000)]
fix crash when a robot's guided missile explodes

17 years agofix error when building editor with RELEASE
Chris Taylor [Mon, 5 Jun 2006 07:14:39 +0000 (07:14 +0000)]
fix error when building editor with RELEASE

17 years agothe gauges work in 320xXXX (sdl) again. It needs to create gauge canvases in the...
Chris Taylor [Sat, 3 Jun 2006 12:54:03 +0000 (12:54 +0000)]
the gauges work in 320xXXX (sdl) again. It needs to create gauge canvases in the game when they're sub-canvases, which they were made into on 2005-08-13

18 years agoallow the editor to be built with NDEBUG
Chris Taylor [Sun, 5 Mar 2006 12:20:16 +0000 (12:20 +0000)]
allow the editor to be built with NDEBUG

18 years agocreate write directory if it doesn't exist (didn't work before)
Chris Taylor [Sun, 5 Mar 2006 11:10:46 +0000 (11:10 +0000)]
create write directory if it doesn't exist (didn't work before)

18 years agowith the editor built, don't make .txm files when a level is loaded (only make them...
Chris Taylor [Sun, 26 Feb 2006 06:17:16 +0000 (06:17 +0000)]
with the editor built, don't make .txm files when a level is loaded (only make them when saving levels)

18 years agoshow the death sequence for d2x-gl (fix bug #2513)
Chris Taylor [Sun, 26 Feb 2006 05:55:22 +0000 (05:55 +0000)]
show the death sequence for d2x-gl (fix bug #2513)

18 years agomove change_filename_ext to strutil.c, rename to (and remove old) change_filename_ext...
Chris Taylor [Sun, 26 Feb 2006 02:29:42 +0000 (02:29 +0000)]
move change_filename_ext to strutil.c, rename to (and remove old) change_filename_extension, add an assert and make it use strrchr

18 years agowhen breaking a light, allow segment light to change by more than F1_0
Chris Taylor [Sat, 25 Feb 2006 06:16:07 +0000 (06:16 +0000)]
when breaking a light, allow segment light to change by more than F1_0

18 years agocomplete removal of 7th option in Options menu, hopefully fixing bug #2514
Chris Taylor [Sat, 25 Feb 2006 05:43:58 +0000 (05:43 +0000)]
complete removal of 7th option in Options menu, hopefully fixing bug #2514

18 years agorestore the old canvas after showing a menu, avoiding potential problems
Chris Taylor [Fri, 24 Feb 2006 06:19:40 +0000 (06:19 +0000)]
restore the old canvas after showing a menu, avoiding potential problems

18 years agomake sure the correct font is used (whoops)
Chris Taylor [Fri, 24 Feb 2006 06:08:51 +0000 (06:08 +0000)]
make sure the correct font is used (whoops)

18 years agofor Descent 1 briefings, look for briefings no further than NUM_D1_BRIEFING_SCREENS...
Chris Taylor [Tue, 29 Nov 2005 09:45:02 +0000 (09:45 +0000)]
for Descent 1 briefings, look for briefings no further than NUM_D1_BRIEFING_SCREENS (fix bug #2270)

18 years agomake super transparent textures have alpha
Chris Taylor [Mon, 7 Nov 2005 15:37:18 +0000 (15:37 +0000)]
make super transparent textures have alpha

18 years agodraw all gauges properly when using the cockpit in d2x-gl, including the energy bars...
Chris Taylor [Sat, 13 Aug 2005 07:04:55 +0000 (07:04 +0000)]
draw all gauges properly when using the cockpit in d2x-gl, including the energy bars when empty

18 years agoget the cockpit to show with d2x-gl (actually committed!)
Chris Taylor [Sun, 7 Aug 2005 09:58:33 +0000 (09:58 +0000)]
get the cockpit to show with d2x-gl (actually committed!)

18 years agoget the cockpit to show with d2x-gl
Chris Taylor [Sat, 6 Aug 2005 14:55:59 +0000 (14:55 +0000)]
get the cockpit to show with d2x-gl

18 years agoprint the command line help properly
Chris Taylor [Sat, 6 Aug 2005 13:50:47 +0000 (13:50 +0000)]
print the command line help properly

18 years agomust_free_canvas isn't used when AUTOMAP_DIRECT_RENDER is defined (whoops)
Chris Taylor [Sat, 6 Aug 2005 09:16:54 +0000 (09:16 +0000)]
must_free_canvas isn't used when AUTOMAP_DIRECT_RENDER is defined (whoops)

18 years agoremove DirectDraw use and Windows mouse stuff made redundant by SDL (lots of WINDOWS...
Chris Taylor [Tue, 2 Aug 2005 06:15:08 +0000 (06:15 +0000)]
remove DirectDraw use and Windows mouse stuff made redundant by SDL (lots of WINDOWS code). Makes cockpit draw properly in SDL

18 years agoremove pixel double code
Chris Taylor [Sat, 30 Jul 2005 09:17:36 +0000 (09:17 +0000)]
remove pixel double code

18 years agoremove all the redundant Polygon Acceleration stuff: fix compiling errors (whoops)
Chris Taylor [Sat, 30 Jul 2005 08:16:13 +0000 (08:16 +0000)]
remove all the redundant Polygon Acceleration stuff: fix compiling errors (whoops)

18 years agoremove old _3DFX code
Chris Taylor [Sat, 30 Jul 2005 07:48:55 +0000 (07:48 +0000)]
remove old _3DFX code

18 years agoremove all the redundant Polygon Acceleration stuff (include/pa_enabl.h)
Chris Taylor [Sat, 30 Jul 2005 01:52:17 +0000 (01:52 +0000)]
remove all the redundant Polygon Acceleration stuff (include/pa_enabl.h)

18 years agoonly shoot when fire button down (fix bug #2271)
Chris Taylor [Fri, 29 Jul 2005 07:51:47 +0000 (07:51 +0000)]
only shoot when fire button down (fix bug #2271)

18 years agoshow some missing wide 1's (bug #2269)
Chris Taylor [Fri, 29 Jul 2005 03:51:59 +0000 (03:51 +0000)]
show some missing wide 1's (bug #2269)

18 years agoshow gauges in SDL (help fix bug #2267)
Chris Taylor [Thu, 28 Jul 2005 01:41:15 +0000 (01:41 +0000)]
show gauges in SDL (help fix bug #2267)

18 years agobuild the editor by default
Chris Taylor [Wed, 27 Jul 2005 05:02:47 +0000 (05:02 +0000)]
build the editor by default

18 years agoavoid assignments between sbyte * and char *, ubyte * and char * to fix warnings...
Chris Taylor [Mon, 25 Jul 2005 04:10:24 +0000 (04:10 +0000)]
avoid assignments between sbyte * and char *, ubyte * and char * to fix warnings with gcc 4.0

18 years agono checking if obj->id > -1 (it's unsigned)
Chris Taylor [Mon, 25 Jul 2005 03:50:37 +0000 (03:50 +0000)]
no checking if obj->id > -1 (it's unsigned)

18 years agocast some fprintf arguments to int, to fix warnings
Chris Taylor [Mon, 25 Jul 2005 03:35:25 +0000 (03:35 +0000)]
cast some fprintf arguments to int, to fix warnings

18 years agomain/bmread.c: call file static var 'time' 'play_time' instead, because of conflict...
Chris Taylor [Sun, 24 Jul 2005 09:22:34 +0000 (09:22 +0000)]
main/bmread.c: call file static var 'time' 'play_time' instead, because of conflict with function 'time' in /usr/include/time.h (Mac OS X 10.4)