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
9fca0e15c7
Patched Melnorme dialogue, fixing #335
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@958 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 17:37:25 +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
meep-eep
3f24510b3a
Added comment about adding save games and stack traces to bug reports.
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@956 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 15:37:02 +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
7b44a8ddc1
tuned the shadow a bit more still
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@953 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 01:41:27 +00:00
gewlitys
aaf1fcd2fe
Modified oscilloscope's bottom-right border to be somewhat lighter gray
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@952 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-05-11 01:35:31 +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
bb0627b06b
fixed kerning
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@940 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-30 17:38:50 +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
3e51f288ab
Fixes occurrence of #324
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@934 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-25 18:22:31 +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
gewlitys
28075a3923
Fixes #324 by making transparent_color -1 for main image
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@932 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-25 16:16:35 +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
26f15db429
updated
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@927 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-23 03:38:40 +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
5ffa187e2d
updated
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@924 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-22 15:18:32 +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
bd5ca5660d
updated
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@917 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-20 21:09:48 +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
5b8027b568
Fix mycon portrait (bug #183 ), from Nic
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@914 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-19 15:47:10 +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
07c728dd8a
updated
...
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@912 8092fc87-c524-0410-9efc-e669fe64eaf9
2003-04-19 12:28:43 +00:00