2582 Commits

Author SHA1 Message Date
gewlitys f22e83105b Fix crash in PlayStream when whole file is prebuffered and its not
speech (bug #259)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@966 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-20 00:43:24 +00:00
gewlitys 2c35fa93d9 Fix endian problem in xform_PLUT_step (bug #137)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@965 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-19 23:13:30 +00:00
gewlitys 48988b741a Fix minor glitch in planet coarse scan (bug #238), from chmmravatar
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@964 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-19 22:16:53 +00:00
gewlitys b5fa1a6ee6 Wav loader is now endian safe (bug #165); forgot to add this file
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@963 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-13 22:19:02 +00:00
gewlitys ce7692a68f Wav loader is now endian safe (bug #165)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@962 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-13 22:16:18 +00:00
gewlitys 52a1f58334 removed unnecessary cast
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@961 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-12 00:48:35 +00:00
gewlitys ee0339e0b8 Made mipmap assigning safer, should fix bug #349
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@960 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-12 00:44:49 +00:00
gewlitys 4c0d125091 Mini-map in hspace/qspace now has borders too (bug #307 part 4)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@959 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 23:19:04 +00:00
mcmartin 88d91a9479 Bug fix for #333, from Stas Sergeev
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@957 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 17:32:30 +00:00
mcmartin 04b9e2a433 EventHandler checks CurStarDescPtr before dereference - fixes #347
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@955 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 15:10:16 +00:00
gewlitys 1b4cf3a986 fixed invariants to conform oscilloscope border
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@954 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 02:25:26 +00:00
gewlitys 2f208af9d7 Oscilloscope now has borders (bug #307 part 4) -Mika
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@951 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 00:13:41 +00:00
gewlitys 059c8b56c0 Fixed minor glitches in load/save screen
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@950 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-10 22:24:47 +00:00
gewlitys 4eeaa8e1b0 Flashing rects are no longer constrained to even-numbered pixels on the
y axis; fixes bug #255, from Nic


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@949 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-10 19:53:10 +00:00
gewlitys 2112a37f58 Fixed minor glitches in main window borders (bug #307 parts 1,2,3) -Mika
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@948 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-10 18:21:06 +00:00
gewlitys d4b948497c There's now space before and after : in star coordinates (bug #307 part
6), from Paxtez; also the coordinates no longer shimmy (bug #331), from
chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@947 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-06 20:49:05 +00:00
mcmartin f3f04c073e Patch for #377; fixes a dangling-pointer bug in _ReleaseCelData
This is triggered by having one thread lock a graphics resource
(usually through a StarShipPtr) and then have another thread release
it.  The Frame data is gone, but pointers to that data (as well
as the Drawable itself, of course) remain.  If the 'locking' thread
then tries to use its Frame data, it will have end up accessing
garbage.  (The nulling of the DrawablePtr->Frame pointer doesn't help
because the Frame itself has been cached.)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@946 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-05 02:11:09 +00:00
mcmartin eabc641b5a BuildFontEffect fix for #338
(FRAMEs from fonts don't have parent Drawables)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@945 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-05 00:24:00 +00:00
mcmartin 09e58b6cf4 Fixes the memory leak problem with UninitShips's aliases
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@944 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-03 17:10:39 +00:00
mcmartin 41618ae5de Fixed a handful of bugs last commit introduced (Freed the Frame array at
the wrong time, treated SCREEN_DRAWABLE as a flag instead of an enum)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@943 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-03 08:18:49 +00:00
mcmartin 3e17cbdb17 Recoded the DRAWABLE_DESC datatype so that it no longer relies on
"intentional buffer overflows".


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@942 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-03 07:10:12 +00:00
gewlitys 28653646c2 Date on the green bar now has floating period between day and the year
like in PC version (bug #307 part 5) -Mika


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@941 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-30 17:43:23 +00:00
gewlitys 3879a9c12b -MORE- color/appearance now matches PC version too
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@939 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-30 15:39:54 +00:00
gewlitys 043a0d240c Proper fix for conversation summary causing palette errors (bug
#324), also darkens its background to match PC version, from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@938 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-30 14:12:10 +00:00
gewlitys 57ab697617 Fix glitch when rewinding after alien has stopped talking, part II (bug
#325), from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@937 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-26 20:29:08 +00:00
gewlitys 374ed2a0f2 moved declaration(s) of do_subtitle to comm.h
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@936 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-25 19:26:49 +00:00
gewlitys 6db458b06f Last subtitle no longer reappears when pausing/resuming game in dialog
response choices (bug #326), from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@935 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-25 19:14:53 +00:00
gewlitys 60ed17d0f3 subtitle_cache width&height now matches comm window instead of whole
screen


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@933 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-25 18:03:41 +00:00
mcmartin ca007f2d9a The AWARE_OF_SAMATRA flag is now written as well as checked, closes #113;
from Nic


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@931 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-25 00:54:13 +00:00
gewlitys 705dea4f88 fixes #321, from Nic
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@930 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-23 17:58:38 +00:00
gewlitys abeca95f33 Made --nosubtitles a bit more efficient
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@929 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-23 17:55:32 +00:00
gewlitys fa94d1b905 Fix problem with subtitle caching (bug #322)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@928 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-23 17:46:30 +00:00
gewlitys c6d664900a Subtitle drawing is now cached (bug #313) -Mika
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@926 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-23 03:38:00 +00:00
gewlitys a0b5d58073 Fix glitch conversation summary caused to animations (bug #320), from
chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@925 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-22 22:59:06 +00:00
gewlitys 32c5f2e155 Fix glitch and lockup in dialogs when rewinding (bugs #311 and #272),
from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@923 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-22 15:18:05 +00:00
gewlitys 1cebbd9ed2 Reverted chmmravatar's fixes for #272 and #311 because of lockup issues
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@922 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-21 13:57:25 +00:00
gewlitys 91c88caf59 Fastforwarding when in last subtitle now works as expected (bug #318),
from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@921 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-21 02:24:52 +00:00
gewlitys 8619a4916a Better fix for #311, also possibly fixes #272; from chmmravatar
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@920 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-21 01:25:36 +00:00
gewlitys 1d68ed2cd5 Fixed buffer underrun handling in MixSDL (bug #211)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@919 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-21 01:18:12 +00:00
gewlitys c5ca80a329 Fix obvious typo in stereo resampling, from MarkVera
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@918 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-20 23:13:16 +00:00
gewlitys a11868102b Fix issue with num lock and caps lock preventing planet scan and
lander message skipping, from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@916 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-20 20:28:17 +00:00
gewlitys 3caf601086 Subtitles are now hidden after alien has finished talking (bug #312),
from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@915 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-20 14:13:30 +00:00
gewlitys cddc53adf0 bumped version to 0.22
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@913 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-19 12:45:33 +00:00
gewlitys 242561aa91 Fix glitch when rewinding after alien has stopped talking (bug #311),
from chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@911 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-19 12:28:27 +00:00
gewlitys 0148d54df9 Music levels no longer drop with -T 0 in conversations, from chmmravatar
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@910 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-19 12:19:11 +00:00
gewlitys f0d96da642 Added PC-style conversation summaries (bug #310), from chmmravatar
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@909 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-19 03:17:28 +00:00
gewlitys 93bfaf965f removed some redundant comments
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@907 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-07 00:17:31 +00:00
gewlitys bfd8c21110 Pressing pause key now stops dialog correctly (bug #167), from
chmmravatar


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@906 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-07 00:11:28 +00:00
gewlitys 4893b809b0 Fix for load/save screen glitches (bug #163), from chmmravatar
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@903 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-06 22:30:54 +00:00
gewlitys 8c8f4e2506 Utwig shield now pulsates properly (bug #269), from Nic
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@901 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-03-28 17:21:41 +00:00