Commit graph

198 commits

Author SHA1 Message Date
Bradley Bell 6f9c8a6216 needs to include args.h now (d1x r1.9) 2004-05-19 19:20:16 +00:00
Bradley Bell a8dfe48d9f implement -nomusic for linux hmiplay (d1x r1.8) 2004-05-19 19:15:05 +00:00
Bradley Bell 7d3ab4a139 correct linux hmiplay handling of midi 0 volume song stop/starting (d1x r1.7) 2004-05-19 19:04:41 +00:00
Bradley Bell 70f9cbf8c6 remove needless sleep on linux hmiplay startup (d1x r1.6) 2004-05-19 07:00:57 +00:00
Bradley Bell c3744616ae fix off by .5 errors in ogl_upixelc and ogl_ulinec (d1x r1.29) 2004-05-19 03:47:03 +00:00
Bradley Bell 693717b603 fix ogl gr_ucircle (d1x r1.29) 2004-05-19 03:41:58 +00:00
Bradley Bell 217f1a7e91 fix off-by-one error in ogl_urect, right and bottom are inclusive not exclusive (d1x r1.28) 2004-05-19 03:35:48 +00:00
Bradley Bell 369a375f5f fix briefing spinning robot display in OGL (d1x r1.28, r1.20, r1.2) 2004-05-19 03:29:04 +00:00
Bradley Bell 237094095c fix typo 2004-05-19 03:13:44 +00:00
Bradley Bell c352a2a1f4 move win32 window creation code from arch_init_start to arch_init to fix weirdness with --help (d1x r1.5, r1.6) 2004-05-19 02:39:21 +00:00
Bradley Bell 314853ff03 apply patch from bluecow to fix hmiplay sync issues and lack of midi reset (d1x r1.5) 2004-05-19 02:30:05 +00:00
Bradley Bell 3eccfad0f2 fix crash on exit if sounds are still playing (d1x r1.8) 2004-05-19 02:23:56 +00:00
Bradley Bell 775969a0c2 Fix mismatched arg types in the win32 code (d1x r1.7) 2004-05-19 02:18:19 +00:00
Bradley Bell 12ad7d63cd Fix mismatched arg types in the win32 code (d1x r1.12) 2004-05-19 02:14:17 +00:00
Bradley Bell 60ffd8b3c9 fix problems with msgbuf struct not being defined (d1x r1.4) 2004-05-19 02:02:42 +00:00
Bradley Bell 4d42c78ea3 updated SDL include path (d1x r1.3) 2004-05-19 01:59:14 +00:00
Martin Schaffner 06a9dab20e move ogl-internal stuff from ogl interface header to new file internal.h 2004-05-16 00:45:25 +00:00
Martin Schaffner 3404f75996 fix joystick_read_raw_axis(), define and use gr_remap_mono_font(),
limit homing missile turn rate
2004-05-15 16:25:35 +00:00
Martin Schaffner c6add78581 formatting
----------------------------------------------------------------------
2004-05-13 12:31:34 +00:00
Bradley Bell 5e0825b9e3 fix alpha calculation in g3_draw_poly, again 2004-05-11 23:15:55 +00:00
Bradley Bell 9b7d0fd035 hmm, g3_draw_transp_poly had the fade level backwards, decided to just fix g3_draw_poly so it behaves correctly, transparency or not, reverted changes to render_face 2004-05-11 03:35:20 +00:00
Bradley Bell 8a2ae9e813 properly render cloaked walls in OpenGL (fixes #1608) 2004-05-11 01:53:34 +00:00
Martin Schaffner 5338acbdcc fix bug on Mac OS X where all sound, including that from other apps, had
"static" distortions.
2004-05-08 18:56:04 +00:00
Bradley Bell 6a48643b0a fix redbook tracking problems (fixes #1028) 2004-04-14 08:32:49 +00:00
Martin Schaffner 07b5f119c9 get rid of warnings (now compiles with -Werror on SunOS) 2004-01-08 16:48:35 +00:00
Bradley Bell 6acede0ccd whitespace/comments 2003-12-18 09:56:13 +00:00
Bradley Bell 008c8d9b56 fix FreeBSD compile errors 2003-12-08 22:55:27 +00:00
Bradley Bell 7ec5fb9f25 PocketPC fixes 2003-11-27 09:24:43 +00:00
Bradley Bell 040dedae91 PocketPC fixes 2003-11-27 09:10:52 +00:00
Bradley Bell 24bd6b768f landscape fixes, implemented gr_check_mode 2003-11-27 04:59:49 +00:00
Bradley Bell b3d4130727 landscape fixes, implemented gr_check_mode 2003-11-27 04:50:22 +00:00
Bradley Bell c1f1d06622 added Visual C project for opengl, buncha macro fixes and stuff 2003-11-27 00:21:04 +00:00
Bradley Bell 8f610fbca4 fix gr_update 2003-11-26 21:08:59 +00:00
Bradley Bell b398c44758 Visual C, PocketPC fixes 2003-11-26 12:39:00 +00:00
Bradley Bell 7d07635dcc Visual C, PocketPC fixes 2003-11-26 12:26:36 +00:00
Bradley Bell ffc98df57e unused functions... 2003-11-25 04:20:00 +00:00
Bradley Bell 4bd070046b enabled mouse control of menus 2003-11-25 04:13:05 +00:00
Bradley Bell fdc70f5584 added option to disable kalinix under unix 2003-11-18 01:08:07 +00:00
Bradley Bell 9a77414377 disable texture format verification for OS X - Textures work fine 2003-11-07 18:09:48 +00:00
Bradley Bell d67ee4f3b3 smash textures, for non-linux, for real 2003-11-06 23:28:47 +00:00
Bradley Bell a36444494c smash textures on every resolution change, use kludge to avoid repetitive res changes 2003-11-06 08:58:53 +00:00
Bradley Bell c21ee28679 include newmenu header (for FAIL macro) 2003-10-14 20:48:15 +00:00
Bradley Bell 922c3542fe add IPv4 multicasting support 2003-10-12 09:17:47 +00:00
Bradley Bell bad19ec553 fixed stupid win32 network bug 2003-10-11 02:36:21 +00:00
Bradley Bell 04bcc92970 comments/formatting 2003-10-10 09:36:35 +00:00
Bradley Bell b690f7a9d7 use closesocket() instead of close() 2003-10-08 19:24:17 +00:00
Bradley Bell 0749389d97 disabled 'd2x keys' weapon selection 2003-10-08 19:18:46 +00:00
Bradley Bell d3b646ad17 added UDP support for win32 2003-10-05 22:27:01 +00:00
Bradley Bell 919b6c2d2a win32 networking fixes 2003-10-04 03:18:02 +00:00
Bradley Bell 26a5fb6d7c Make network architecture choosable from game menu, add support for UDP/IP on Mac OS X and Solaris 2003-10-03 07:58:15 +00:00