Commit Graph

  • b462ad8ad1 Support for SC1 format. Meep-Eep 2007-04-08 04:08:48 +00:00
  • bdd3d90d66 Correction. Would only be noticed in practice if there are more than 255 types in a package. Which is unlikely. Meep-Eep 2007-04-07 22:26:44 +00:00
  • 4d376e5104 Decent GPL header. Meep-Eep 2007-04-07 20:29:59 +00:00
  • 271fce9dde now compiles with vc gewlitys 2007-04-07 10:23:09 +00:00
  • 6c1d9b9d62 Some cleanups, comments. Meep-Eep 2007-04-07 00:56:51 +00:00
  • 6c991d8b36 Removed unneeded functions left over from ship-spin patch avolkov 2007-04-05 18:30:16 +00:00
  • cdb51cf448 Cleanup of 3DO ship spin support avolkov 2007-04-05 06:28:58 +00:00
  • c1b7ca97f8 type Meep-Eep 2007-04-04 21:21:39 +00:00
  • c6073b35ab MD5 library functions; will be used later for signed network packets. Meep-Eep 2007-04-04 21:20:48 +00:00
  • a56af7a7fd Disabling the use of temporary directories for now. Meep-Eep 2007-04-04 21:00:27 +00:00
  • e8549ff7cc Added random functions which work on a supplied RNG state. Meep-Eep 2007-04-01 21:33:29 +00:00
  • 962352b128 Englishification. Meep-Eep 2007-04-01 21:16:10 +00:00
  • 1b9ab08c81 updated Meep-Eep 2007-04-01 21:14:55 +00:00
  • c6394ab882 Added random functions which work on a supplied RNG state. Meep-Eep 2007-04-01 21:13:41 +00:00
  • f69b7bddec Fixed a crash bug if starting with no uqm.cfg mcmartin 2007-03-29 03:53:15 +00:00
  • 4b3aa77450 Full-game access to 3do ship spins. mcmartin 2007-03-08 03:59:28 +00:00
  • c8badc08c2 Preliminary ship spin support. mcmartin 2007-03-08 00:46:46 +00:00
  • be17bcb617 Get rid of warning avolkov 2007-02-16 01:06:29 +00:00
  • 4b52d5bf1b Small compilation fixes - pointer cleanup avolkov 2007-02-16 00:16:58 +00:00
  • b85cff3ae2 Code refactoring: removed PFOO/FOOPTR types; removed NULL_PTR; removed some redundant casts avolkov 2007-02-15 23:45:39 +00:00
  • 4c1de2ed14 Wave decoder cleanup avolkov 2007-02-15 20:44:00 +00:00
  • 76c277f01b Fixed race condition during ship selection. This is not the sync loss bug that keeps eluding me. Meep-Eep 2007-02-12 02:07:14 +00:00
  • e7a86e4a8a Major reworking of key configuration internals. mcmartin 2007-02-09 07:36:07 +00:00
  • ccc6ddac22 Allow removing key/value pairs from the master resource map mcmartin 2007-02-09 05:33:18 +00:00
  • e9089a4498 Added AList_RemoveString mcmartin 2007-02-09 02:23:56 +00:00
  • d2b3b711c1 Removed irrelevant warning message avolkov 2007-02-06 18:25:27 +00:00
  • 9b1ae300e3 #define vsnprintf to _vsnprintf on MSVC. Meep-Eep 2007-02-06 18:06:42 +00:00
  • eb1ca66ef5 Correction. Meep-Eep 2007-02-06 15:19:32 +00:00
  • 9e93802f41 No checksum logging when using MSVC 6.0, as it doesn't have __VA_ARGS__. Meep-Eep 2007-02-06 14:35:49 +00:00
  • cd673e3275 Major cleanup of the FRAME, CONTEXT, and FONT abstraction layers. mcmartin 2007-02-06 04:22:38 +00:00
  • 1a8201fed7 More internal changes to VControl; the core API should now be stable mcmartin 2007-02-04 08:20:31 +00:00
  • 3a4fa3ae20 Added input frames to PauseGame(), stopping infinite loops mcmartin 2007-02-03 00:44:30 +00:00
  • ff0be5a390 Debug to file on by default (if the ~/.uqm/debug/ dir exists). Meep-Eep 2007-02-02 23:07:49 +00:00
  • fe3e52b80a More netplay debugging code Meep-Eep 2007-02-01 22:00:22 +00:00
  • 81af460cfe More netplay debug code. Meep-Eep 2007-02-01 21:57:09 +00:00
  • 5c5c172f79 updated Meep-Eep 2007-02-01 21:52:53 +00:00
  • 064e2742d5 Removed unnecessary enum value assignment. Meep-Eep 2007-02-01 21:52:22 +00:00
  • 860b023230 Added uio_fprintf() and uio_vfprintf(). Meep-Eep 2007-02-01 21:45:12 +00:00
  • 433aadf8a9 Added aiff decoder to .dsp (forgotten); Also allowing VC6 to alphabetically reorder other source files in the .dsp avolkov 2007-01-31 22:26:55 +00:00
  • 4a99d4b2fb Any input gesture is now guaranteed to persist for at least one frame. mcmartin 2007-01-30 07:43:40 +00:00
  • 94fd412f2e Simplified the VControl interface some. mcmartin 2007-01-30 07:12:37 +00:00
  • 6fa3426157 Added a "None" gesture for cleaner reporting of blank/erroneous controls mcmartin 2007-01-30 05:54:30 +00:00
  • 882e9354d6 Removed the unnecessary VControl abstraction layer. mcmartin 2007-01-30 02:36:36 +00:00
  • 68aa444425 Fix compilation without Netplay support. (Was fixed in CVS, but after we moved to SVN). Meep-Eep 2007-01-28 13:15:39 +00:00
  • f7ae44c379 Credit where credit is due avolkov 2007-01-28 03:29:56 +00:00
  • 6198fc0f90 Removed a piece of leftover test code avolkov 2007-01-28 03:24:09 +00:00
  • ebd6792112 AIFF decoder avolkov 2007-01-28 03:21:35 +00:00
  • f2bcedbca1 Added AIFF decoder avolkov 2007-01-28 03:19:55 +00:00
  • 93fec4a77f Typo fix in Starbase Commander dialog (Bug #959) mcmartin 2007-01-23 04:20:10 +00:00
  • 50ef1a22b4 (MacOS) Don't package up .svn dirs with 'build.sh uqm install'. Meep-Eep 2007-01-19 18:46:06 +00:00
  • dcb277a505 Log messages cleanup; one extra message. Meep-Eep 2007-01-19 18:44:51 +00:00
  • 5e055e5003 Bugfix for #734 + small cleanup avolkov 2007-01-19 06:48:06 +00:00
  • d54345bf94 Menu-Cancel will now quit out of the Manifest Menu (Bug #838) mcmartin 2007-01-19 05:48:14 +00:00
  • e4a4e0393e Fix a missed line of credit. mcmartin 2007-01-19 03:47:04 +00:00
  • 7da89e82ab Added commandline and installer options for "Safe Mode" startup (See Bug #946 for more details.) mcmartin 2007-01-19 03:44:39 +00:00
  • 16122a71da Rely on surface pitch instead of screenwidth in OpenGL mode (Bug #956) mcmartin 2007-01-18 08:45:17 +00:00
  • 1e68d8f721 Updated copyright ending year in win32 version infoUrQuanMasters.rc avolkov 2007-01-15 19:27:38 +00:00
  • a112e0b2a9 Some updates Meep-Eep 2007-01-15 16:37:28 +00:00
  • a7e9b5094d Micro version bump mcmartin 2007-01-14 23:04:49 +00:00
  • d478a0b56d Missed an #include required by gcc. mcmartin 2007-01-14 22:38:11 +00:00
  • d1f2d6c118 A bit more debug info for failed connects. Meep-Eep 2007-01-14 14:11:14 +00:00
  • a8bc37827b Cleanup of wildly obsolete files in the NSIS code. mcmartin 2007-01-14 05:10:10 +00:00
  • 0f6bb27a24 Update Windows installer for 0.6.2. mcmartin 2007-01-14 04:57:40 +00:00
  • 6a880da5e2 ChangeLog update for revision 2663 mcmartin 2007-01-14 04:53:07 +00:00
  • 312cb8bcea Froperly exit with failure if the content directory is found but the kernel data is not. mcmartin 2007-01-14 03:38:27 +00:00
  • 0b8f5a36d2 F1 and F10 finally immune to crossfades (Bug #455) - Michael mcmartin 2007-01-13 07:57:17 +00:00
  • a82bcf1338 Removed executable flags from a ridiculous number of non-executable files. mcmartin 2007-01-13 07:03:15 +00:00
  • 0b4813534e D'oh; missed a check in previous patch mcmartin 2007-01-13 01:37:15 +00:00
  • 1cee0aa1e8 No longer depend on SDLK_LAST statically. mcmartin 2007-01-13 01:35:05 +00:00
  • 13d361f218 Workaround around the Turkish language. Meep-Eep 2007-01-12 23:48:36 +00:00
  • 3f02f45757 better description Meep-Eep 2007-01-11 22:24:49 +00:00
  • d661d544a1 Correction Meep-Eep 2007-01-11 22:21:56 +00:00
  • 8105e86155 Flush the stream when doing a uio_close() after a uio_fwrite(). Meep-Eep 2007-01-11 22:04:14 +00:00
  • 30351edb89 Remove "Changes towards" for all but the release we're currently working on, leaving just the version number. Meep-Eep 2007-01-11 10:20:52 +00:00
  • 43eb06dd28 Major rewrite of SwapBuffers routines. mcmartin 2007-01-11 00:45:48 +00:00
  • 7a3037e48c Updated versions file with revision number of 0.6.1. mcmartin 2007-01-09 10:32:53 +00:00
  • f8670f22ed VC6 does not allow ptr arithmetic on void*; casting pixels to Uint32* for cleaner ptr arith avolkov 2007-01-09 07:58:22 +00:00
  • a48264e504 New install script for UQM 0.6.1. mcmartin 2007-01-09 04:37:19 +00:00
  • b13ef94ab4 Micro version bump to 0.6.1. mcmartin 2007-01-09 02:35:37 +00:00
  • c3473a12ac Exclude Private Area from isWideGraphChar. mcmartin 2007-01-09 01:22:26 +00:00
  • 85b0e97626 Do not rely on GL_UNPACK_SKIP_* attributes, as not all OpenGL drivers support them right (Bug #914) - Michael mcmartin 2007-01-09 00:58:29 +00:00
  • 83915976bd Do not overwrite GLOBAL_SIS (CrewEnlisted) when leaving HyperSpace. mcmartin 2007-01-08 02:26:13 +00:00
  • 7903e083b0 Completed updates to MSVC build instructions. mcmartin 2007-01-07 08:58:43 +00:00
  • d338b3c444 Fixed and updated URLs for Express MSVC and TortoiseSVN. mcmartin 2007-01-07 05:46:55 +00:00
  • 6e208cc4db Fixed a text entry width problem that was nuking control template names (Fixes Bug #947) mcmartin 2007-01-06 00:33:13 +00:00
  • a97570fc8c / placement Meep-Eep 2007-01-04 07:56:09 +00:00
  • cba93f7fce uio cleanups, documentation path fixes, improvements Fixes bugs 738, 907 Meep-Eep 2007-01-03 16:58:59 +00:00
  • a7b19f9f0d Sanity check for loaded teams. Meep-Eep 2007-01-01 16:01:36 +00:00
  • bf50240944 Cleanups, documentation. Meep-Eep 2006-12-31 13:22:16 +00:00
  • 28cdc3c777 Added NetDescriptor_detach() Meep-Eep 2006-12-30 13:03:55 +00:00
  • 6dcf79e1df NETPLAY_LISTEN_BACKLOG definition Meep-Eep 2006-12-30 13:03:03 +00:00
  • a70913b70b Whitespace fix. Meep-Eep 2006-12-28 16:39:44 +00:00
  • a3f7a022bb Fix uninitialised structure fields. Meep-Eep 2006-12-28 16:11:34 +00:00
  • 0a1e758445 Removed duplicate declaration. Meep-Eep 2006-12-28 15:54:44 +00:00
  • c16b7fd635 Correct installer sizes. Meep-Eep 2006-12-22 01:38:44 +00:00
  • 09c845fd74 Some more. Meep-Eep 2006-12-21 21:30:17 +00:00
  • 97626d2ab5 Simplification of uio Stream functions. No more internal seeks. Taking advantage of the POSIX/SUSv2/C requirement that input and output operations may not immediately follow eachother. Meep-Eep 2006-12-20 20:15:43 +00:00
  • 9cb412b41f Updated the content packaging script, which had fallen out of sync in the repository. mcmartin 2006-12-19 02:21:00 +00:00
  • cf26454d14 New heading for 0.7, and a typo fix. mcmartin 2006-12-19 02:06:32 +00:00
  • 1c2447dd7c Created a new documentation file, "versions", which lists an SVN repository revision number for each major, minor, and micro release. mcmartin 2006-12-19 01:27:01 +00:00