Commit Graph

  • e37ad8c589 Make Sa-Matra sizes exactly 2x of each other to let it scale better avolkov 2005-12-03 09:12:12 +00:00
  • 18ded35990 Fixes the offset hit-testing problem with the generators avolkov 2005-12-03 05:54:13 +00:00
  • 0d3015f48f Fixing yet another Shield alignment error avolkov 2005-12-03 05:41:56 +00:00
  • c3dfe59458 Correcting small alignment error introduced by DOS images import avolkov 2005-12-03 05:41:04 +00:00
  • 4d65c00d59 Fix for Shield position discrepancy avolkov 2005-12-02 08:49:10 +00:00
  • f5fd81058f Separate fields for package, instance and type number in .lst files. meep-eep 2005-11-30 02:43:10 +00:00
  • f288968eb2 Unified PC/3DO credits avolkov 2005-11-29 04:33:29 +00:00
  • 6974efece7 Alpha channel friendly collider avolkov 2005-11-28 05:37:17 +00:00
  • aa279b8e55 bug #687 avolkov 2005-11-27 23:35:33 +00:00
  • 4a91ac511d Consider 'eventually fixed'; bug #687 is fixed now avolkov 2005-11-27 23:33:34 +00:00
  • 464ce95bf7 Fix a crash bug in SSE nearest when scaling rects of width=1 avolkov 2005-11-23 00:05:25 +00:00
  • 264a4ffe81 Removed some dead code. meep-eep 2005-11-21 22:49:30 +00:00
  • 84c8f0ed6d MSVC6 does not do C99 stuff avolkov 2005-11-21 21:52:23 +00:00
  • dcde51b065 Fixed an initializer warning mcmartin 2005-11-21 05:06:36 +00:00
  • d6603a7aad Remove obsolete file. meep-eep 2005-11-20 20:52:27 +00:00
  • f9becb0e52 Some cleanup. meep-eep 2005-11-20 19:47:51 +00:00
  • 8378d06abc Some comments. meep-eep 2005-11-20 19:47:32 +00:00
  • eda4bfef69 Replaced the binary resource indices by textual ones. meep-eep 2005-11-20 19:33:17 +00:00
  • 5cc6bf8fc2 Reverting. meep-eep 2005-11-20 18:21:45 +00:00
  • 28513bf18a Missing file. meep-eep 2005-11-20 18:21:18 +00:00
  • a28124110a build fix meep-eep 2005-11-20 18:03:55 +00:00
  • c915e958f1 Replaced the binary resource indices by textual ones. meep-eep 2005-11-20 07:18:10 +00:00
  • 816b362f12 Replaced binary resource index files by textual ones. meep-eep 2005-11-20 05:56:46 +00:00
  • a1796afa51 Comment about C (non-)compatibility of HRealloc(). meep-eep 2005-11-19 22:28:49 +00:00
  • 14eb6b839e Some documentation, debugging function. meep-eep 2005-11-18 04:55:26 +00:00
  • 5eda533a48 bugs 771, 780 avolkov 2005-11-14 14:40:25 +00:00
  • cae2d43407 subtitles timing fix; bug #780 avolkov 2005-11-14 03:13:58 +00:00
  • b632dd77ea subtitle timing fix avolkov 2005-11-14 02:39:26 +00:00
  • 1e344427b8 Warning for would be editors avolkov 2005-11-14 01:46:27 +00:00
  • ca9bbf4a38 orbit wait avolkov 2005-11-14 01:32:58 +00:00
  • 889fc26fca Do not simulate planet approach (zoom) when already in orbit avolkov 2005-11-14 01:06:19 +00:00
  • 1e2c356182 Bringing back 'Entering Planetary Orbit' wait screen; some code cleanups avolkov 2005-11-14 00:59:10 +00:00
  • 8353fe6903 uqm-sized Enter Orbit splash avolkov 2005-11-14 00:50:52 +00:00
  • 2f2e0dfd78 Entering Planetary Orbit display gfx avolkov 2005-11-13 23:47:18 +00:00
  • a553909961 Entering Planetary Orbit gfx; DOS original avolkov 2005-11-13 23:46:42 +00:00
  • 1b7b238be2 DrawSISFrame() does not need to obtain its own GraphicsLock as everyone who calls should have it already; also obtaining GraphicsLock a bit earlier in some cases (more correct) avolkov 2005-11-12 22:20:12 +00:00
  • 1a4ca6892e We do not need a separate planet mask for collision detection anymore, as Melee planet images have proper transparency avolkov 2005-11-12 20:34:11 +00:00
  • c6538f98b6 Better handling of Alpha vs. Colorkey; add proper locking to 32bpp StampFill avolkov 2005-11-11 05:46:44 +00:00
  • df93f6399b Experimental RGB_FONTS; better handling of Alpha vs. Colorkey; other misc not-so-relevant fixes avolkov 2005-11-11 05:44:33 +00:00
  • 119581c81b Do not use RLE coding on dynamic work surfaces (too slow) avolkov 2005-11-11 05:00:46 +00:00
  • dfa6107f2c Fix warnings. meep-eep 2005-11-11 01:32:53 +00:00
  • e07b42268f Fix warning meep-eep 2005-11-11 01:31:01 +00:00
  • 3b7cea1db8 Add missing 'extern'. meep-eep 2005-11-11 01:11:32 +00:00
  • b07f1a18ec Fix warnings. meep-eep 2005-11-11 00:55:29 +00:00
  • 53e38dc102 Fix warning. meep-eep 2005-11-11 00:50:30 +00:00
  • ff9efd2182 Fix for non-alpha 32bpp image StampFill avolkov 2005-11-10 03:52:47 +00:00
  • 20c2271837 Better description for type of build. meep-eep 2005-11-10 01:18:05 +00:00
  • 7c4366522c font effects cleanup avolkov 2005-11-10 00:35:20 +00:00
  • 9b7f3c46c7 supporting StampFill for 32bpp images; optional support for alpha fonts (via 32bpp) avolkov 2005-11-10 00:33:29 +00:00
  • 3a3cdf61fd new 'hq' scaler; new '--accel' option avolkov 2005-11-09 04:41:49 +00:00
  • 2e23be69e3 32bpp gfx engine avolkov 2005-11-09 04:31:23 +00:00
  • 9b65379250 Fix MacOSX builds (not SDL_cpuinfo.h in OSX SDL framework) avolkov 2005-11-09 04:25:32 +00:00
  • 279cdf5672 SDL 1.2.8 is enough for now. meep-eep 2005-11-09 03:19:53 +00:00
  • 4749b77948 Depend on SDL 1.2.9 meep-eep 2005-11-09 03:05:11 +00:00
  • e2341cacbf unused variable removed avolkov 2005-11-08 19:58:34 +00:00
  • 78f11b65fa Removing personal definitions that were commited by mistake avolkov 2005-11-08 18:44:56 +00:00
  • 2fee49f15c code formatting (line length) changes avolkov 2005-11-08 17:28:59 +00:00
  • 11c9983fc9 erroneous leftover hack removed avolkov 2005-11-08 16:49:45 +00:00
  • b67158a5a1 Warnings fixed. meep-eep 2005-11-08 03:31:10 +00:00
  • 29a803d76f Fix printf insufficient arguments. meep-eep 2005-11-08 03:22:11 +00:00
  • fb515d9544 SDL_cpuinfo include fix (letter case error) avolkov 2005-11-07 22:31:51 +00:00
  • 412e962074 Gfx engine changes: always 32bpp internally (facilitates alpha channel usage), optimized and asm scaler code, only using alpha channel where needed (speed gain) avolkov 2005-11-07 21:22:53 +00:00
  • 39618a5ad9 Enabling platform acceleration in builds avolkov 2005-11-07 21:18:32 +00:00
  • 62b68de3fb Typo fix. meep-eep 2005-11-07 21:06:48 +00:00
  • e0d1a04bec need USE_DEBUG_KEY here too avolkov 2005-11-07 18:08:23 +00:00
  • f8610f7e2b Removed erroneous (C) notice and obsolete comment avolkov 2005-11-07 06:00:16 +00:00
  • bdb8817459 bug #787 avolkov 2005-11-07 05:16:57 +00:00
  • fb3a7fa5ca MikMod hacks removal, stage 2: getting rid of unnecessary SDL_RWops and uio avolkov 2005-11-07 04:55:03 +00:00
  • 20d68b22a3 MikMod i/o hacks removal, stage 1 avolkov 2005-11-07 03:52:58 +00:00
  • f61933b155 filename typo fix avolkov 2005-11-07 00:48:22 +00:00
  • a2a308d504 script to format uqm code to uqm guidelines. it's not perfect, but extremely close avolkov 2005-11-06 21:47:26 +00:00
  • ee8400df19 Fast escape fix (bug #619). meep-eep 2005-11-06 20:38:22 +00:00
  • 5960b615d3 extra debug info avolkov 2005-11-06 20:06:57 +00:00
  • 569b031a23 removing const warnings and batching writes avolkov 2005-11-06 20:02:29 +00:00
  • 8b2d0f0068 Data being written out should really be const avolkov 2005-11-06 20:00:44 +00:00
  • 0b97e23219 small content dir fix for MinGW/Cygwin avolkov 2005-11-06 19:53:38 +00:00
  • fd0d747561 erroneously checked-in file. nothing there avolkov 2005-11-06 19:40:34 +00:00
  • 85f0aab8f8 updated avolkov 2005-11-05 18:12:48 +00:00
  • 84905b2b0b New topographical 4x planet surface scaler avolkov 2005-11-05 16:54:45 +00:00
  • b4cd24552d Useless (and erroneous) flag removed avolkov 2005-11-04 00:07:55 +00:00
  • e7d64ddf9c Accelerated 32bpp scalers, Preview 1 avolkov 2005-11-03 06:59:19 +00:00
  • 2eadc028e0 Acceleration platform defs avolkov 2005-11-03 01:41:19 +00:00
  • 75f9492a91 Accelerated 32bpp scalers, Preview 1 avolkov 2005-11-03 01:40:38 +00:00
  • ab348cc7f2 added newline at end of file to get rid of warning avolkov 2005-11-02 23:59:46 +00:00
  • 49a3707dd3 Fix comm slider when using Tremor (bug #785). meep-eep 2005-11-01 13:00:09 +00:00
  • 5d10765ab6 Support for Tremor for Ogg Vorbis decoding. meep-eep 2005-11-01 03:20:07 +00:00
  • 5ad8fd07ca Error handling for when MENU_<menu>_ITEM_<item>_TYPE is not defined. meep-eep 2005-11-01 02:25:53 +00:00
  • 8773de0572 Allow setting --scale=none option from cmdline to override the saved config avolkov 2005-10-31 19:26:15 +00:00
  • 3bbf980303 Unnecessary #include removed avolkov 2005-10-31 19:15:37 +00:00
  • 5ec556acea bug #772 avolkov 2005-10-31 16:57:00 +00:00
  • 3336e61318 Partial fix for bug #772; dropping strobe rate from unrealistic 60fps to a human 15fps; code cleanup and strobe length independent from rate. avolkov 2005-10-31 16:29:42 +00:00
  • eb0e2e6839 Handle immediate color xforms correctly for ambient_anim_task (fix for bug #772) avolkov 2005-10-31 16:17:52 +00:00
  • 9ffaf70f36 bug #752 avolkov 2005-10-31 15:37:34 +00:00
  • 2884b11542 Game-state file I/O is now entirely in memory instead of temp files avolkov 2005-10-31 14:06:48 +00:00
  • 85237d4b05 Version hump due to significant changes avolkov 2005-10-27 23:28:43 +00:00
  • 3aedeadc93 Scaler flags housekeeping avolkov 2005-10-26 07:30:38 +00:00
  • 95f9ce0df7 Scaler flags housekeeping avolkov 2005-10-26 07:22:36 +00:00
  • fa14ca7f75 Ensure that scaler cmdline options override the saved config avolkov 2005-10-26 07:20:33 +00:00
  • 065bd536ca uqmdebug.c is already included in all builds anyway avolkov 2005-10-26 04:04:54 +00:00
  • 3930f1c1aa Allow forcing the support for Debug key is any build; plus removed obsolete comment avolkov 2005-10-26 04:03:12 +00:00