Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20937/include Modified Files: data.h sound.h Log Message: Removed unused engine.wav. Bug fix for phaser fuse, fuse = 0 was removed in a previous patch, this restores that, but (hopefully) in the proper location. Added support for server feature packet full_weapon_resolution, which allows observers to see all weapons. And lets you see your own torps beyond tactical as well. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- data.h 15 Mar 2007 16:42:28 -0000 1.61 +++ data.h 18 Mar 2007 01:46:49 -0000 1.62 @@ -570,6 +570,7 @@ extern int F_show_all_tractors; extern int F_sp_generic_32; extern int F_full_direction_resolution; +extern int F_full_weapon_resolution; #ifdef RECORDGAME extern int F_many_self; Index: sound.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/sound.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- sound.h 15 Mar 2007 01:44:32 -0000 1.18 +++ sound.h 18 Mar 2007 01:46:49 -0000 1.19 @@ -26,7 +26,6 @@ enum { CLOAKED_WAV, - ENGINE_WAV, ENGINE_MELT_WAV, ENGINE_OK_WAV, ENTER_SHIP_WAV,