Commit graph

3128 commits

Author SHA1 Message Date
Kp 1ce34913f3 Fix bug that last object is skipped when caching OGL textures 2012-12-08 21:57:29 +00:00
Kp cf613c84ca Fix bug that last object is skipped when caching OGL textures 2012-12-08 21:57:29 +00:00
Kp 33c95b5134 Fix light save bug in large levels 2012-11-25 02:39:45 +00:00
Kp ea359a4773 Fix automap save bug in large levels 2012-11-25 02:38:50 +00:00
Kp 8d19afb673 Fix ancient bug that read Segments[-2].verts during endlevel sequence 2012-12-09 04:02:34 +00:00
Kp 2ef100dafd Fix automap save bug in large levels 2012-11-25 02:38:50 +00:00
Kp eac771f01e Fix ancient bug that read Segments[-2].verts during endlevel sequence 2012-12-09 04:02:34 +00:00
Kp 5d2312f338 Fix wrong length passed to PHYSFSX_fgets 2012-07-15 18:42:41 +00:00
Kp 0e5ad8ed10 Move declaration of render_mine to render.h 2013-03-10 23:05:03 +00:00
Kp 59dcad1af4 Change type of visited[] from char to unsigned char to match D2X 2013-03-09 04:01:16 +00:00
Kp b3a1776b25 Remove editor UI references to hostage faces code
This fixes a build break from 63c77101d3.
2013-03-09 22:18:18 +00:00
Kp 2e01c75e98 Fix wrong length passed to PHYSFSX_fgets 2012-07-15 18:42:41 +00:00
Kp a45411b31f Switch from C99 to Gnu99 to make editor build work 2013-03-09 22:11:54 +00:00
Kp f3562a1a38 Rename include/error.h to include/dxxerror.h
Avoid conflict with generic system header.
2012-07-07 18:35:06 +00:00
Kp 6ee5bbc03e Remove obsolete include/archinc.h 2013-03-03 17:50:54 +00:00
Kp d920420cf6 Remove unnecessary program-specific references in pstypes.h 2013-03-03 01:01:28 +00:00
Kp a4068234b4 Normalize whitespace in copyright header to match D2X-Rebirth 2013-02-24 02:39:48 +00:00
Kp 9b8af60c2c Prepare for files to be in a subdirectory 2013-03-03 02:20:54 +00:00
Kp b92a7d14be Move register_program into subclass 2013-03-02 23:58:29 +00:00
Kp 13bb74f9ca Move net_udp.c reference to subclass 2013-03-02 23:17:38 +00:00
Kp e2c8e95cfc Move names of platform-specific sources into subclasses 2013-03-02 23:00:10 +00:00
Kp 2851dac581 Combine platform-specific settings construction 2013-03-03 01:54:44 +00:00
Kp e5b4664555 Use pkg-config to get libSDL settings 2013-03-03 01:52:59 +00:00
Kp b1b9775052 Copy source lists into individual program objects
This is required once unification begins.
2013-03-02 22:41:05 +00:00
Kp ef996d2772 Generate resource file at build time 2013-03-02 21:25:47 +00:00
Kp 6acace06f4 Move SCons rules into wrapper classes 2013-02-25 02:01:28 +00:00
Kp cbbc9740ae Remove ineffective LINKFLAGS assignment 2013-02-25 02:01:28 +00:00
Kp 8d07bf2b38 Move platform-specific settings into specialized settings classes 2013-02-25 02:01:28 +00:00
Kp 6ef163d02c Collapse ogldefines handling
ogldefines is always set to ['OGL'], so remove the definitions of it and
just set that value explicitly when OpenGL is used
2013-02-25 02:01:28 +00:00
Kp 35141d190c Simplify copying in compiler environment variables 2013-02-25 02:01:28 +00:00
Kp e2e89ec8f5 Move command line settable values into class Settings 2013-02-25 02:01:28 +00:00
Kp 38ce033428 Overload argument lookup to allow version-specific names 2013-02-25 02:01:28 +00:00
Kp d14a6860a4 Rename D1XMAJORi/D1XMINORi/D1XMICROi to DXX_VERSION_MAJORi/DXX_VERSION_MINORi/DXX_VERSION_MICROi 2013-02-25 02:01:28 +00:00
Kp f75513e03d Rename D1XMAJOR/D1XMINOR/D1XMICRO to VERSION_MAJOR/VERSION_MINOR/VERSION_MICRO 2013-02-25 02:01:28 +00:00
Kp 38c7b828b5 Remove DPMI support and BITMAP_SELECTOR 2013-02-25 02:01:24 +00:00
Kp 3a8d40ae2d Remove PSX_BUILD_TOOLS code
This is never activated.
2013-02-25 02:00:08 +00:00
Kp 63c77101d3 Remove last bits of HOSTAGE_FACES code
As far as I can tell, this never shipped, so remove it.
2013-02-25 02:00:08 +00:00
Kp 6df4c2d372 config.c: mark global strings as const 2013-02-25 02:00:08 +00:00
Kp 3edbfa2c90 Normalize comments and whitespace to match D2X 2013-02-25 02:00:02 +00:00
Kp 4f85c21f13 Fix incorrect usage of no_asm in SConstruct
zico switched the variable to 'asm' in dac257e, so referring to no_asm
has no effect now.
2013-02-24 05:14:11 +00:00
Kp fa5bde8ad0 Remove RCS embedded string to synchronize code with D2X 2013-02-22 04:31:25 +00:00
Kp c6155f63ce Remove RCS comment to synchronize code with D2X 2013-02-22 04:30:51 +00:00
Kp 7b2cbd5dc3 Normalize comments and whitespace to match D2X 2013-02-22 04:30:38 +00:00
Kp fd22ea5726 Normalize comments and whitespace to match D2X 2013-02-21 00:20:52 +00:00
Kp 7f137ac493 Move arch_sdlmixer to the same relative position as in D2X SConstruct 2013-02-21 00:14:04 +00:00
Kp 4167cf9685 Move main/hash.c -> misc/hash.c to match D2X 2013-02-21 00:13:56 +00:00
Chris Taylor e0b97f5b56 Fix click-selection in the editor for OpenGL implementations that insist on point blending 2013-01-17 12:45:42 +08:00
Chris Taylor 1eb70135fe If there's a messagebox to show on exit, and we *were* in fullscreen, don't try to toggle fullscreen and crash 2013-01-12 19:07:57 +08:00
Chris Taylor fc1108e7b6 Increased the maximum number of levels and secret levels per mission to 127 each, using MALLOC'd arrays; defined 'd_fname' type (mainly for my pointers to arrays of 13 character filenames, but could be convenient elsewhere) 2013-01-12 13:23:28 +08:00
Chris Taylor 245bc93dbf Use new D1XMAJORi / D1XMINORi / D1XMICROi version constants for Mac 2013-01-12 12:31:31 +08:00