Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28852/include
Modified Files:
proto.h sound.h
Log Message:
Fixed beeplite TTS with detcircle and doublebuffering, at the same time rewriting the text messaging code to display and clear text in a more intelligent fashion
Fixed beeplite sounds with newSound
Index: sound.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/sound.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sound.h 1 May 2006 00:55:10 -0000 1.7
+++ sound.h 3 Jun 2006 07:03:42 -0000 1.8
@@ -77,6 +77,8 @@
OTHER_FIRE_TORP_WAV,
INTRO_WAV,
MESSAGE_WAV,
+ MESSAGE1_WAV,
+ MESSAGE2_WAV,
PHASER_WAV,
PHASER_OTHER_WAV,
PLASMA_HIT_WAV,
Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- proto.h 29 May 2006 00:18:09 -0000 1.23
+++ proto.h 3 Jun 2006 07:03:42 -0000 1.24
@@ -739,10 +739,6 @@
W_Icon icon,
W_Color color,
W_Window window);
-void W_EraseTTSText (W_Window window,
- int last_tts_xpos,
- int tts_ypos,
- int last_tts_width);
void W_WriteTTSText (W_Window window,
int max_width,
int tts_ypos,