stoneage8.5/石器时代8.5客户端最新源代码/石器源码/system/Turntable.cpp

221 lines
6.5 KiB
C++
Raw Permalink Normal View History

2020-06-23 15:53:23 +08:00
#include "../systeminc/version.h"
2020-06-22 17:49:02 +08:00
#include "../systeminc/system.h"
#include "../systeminc/Turntable.h"
#include "../newproto/autil.h"
#include "../systeminc/menu.h"
#include "../systeminc/shop.h"
#include "../systeminc/t_music.h"
#include "../newproto/protocol.h"
#include "../other/caryIme.h"
#include "../systeminc/field.h"
#include "../systeminc/netmain.h"
2020-06-23 15:53:23 +08:00
char [1024];
2020-06-22 17:49:02 +08:00
#ifdef _ICONBUTTONS_
extern unsigned int sockfd;
extern int nowGx, nowGy;
extern int indexWN;
extern int idWN;
2020-06-23 15:53:23 +08:00
ACTION* =0;
2020-06-22 17:49:02 +08:00
typedef struct {
2020-06-23 15:53:23 +08:00
int ;
char [64];
char [512];
};
2020-06-22 17:49:02 +08:00
typedef struct {
int x;
int y;
2020-06-23 15:53:23 +08:00
};
2020-06-22 17:49:02 +08:00
2020-06-23 15:53:23 +08:00
int [10][2]={
2020-06-22 17:49:02 +08:00
{0x0,-0x74},
{0x53,-0x5B},
{0x86,-0x13},
{0x86,0x43},
{0x57,0x8A},
{0x2,0xA6},
{-0x51,0x8A},
{-0x84,0x46},
{-0x85,-0x10},
{-0x52,-0x58},
};
2020-06-23 15:53:23 +08:00
[10];
2020-06-22 17:49:02 +08:00
typedef struct {
int x;
int y;
2020-06-23 15:53:23 +08:00
int ;
BOOL ;
int ;//(0未转动 1转动中 2转动完了)
int ;
int ;
int ;
[10];
};
;
void (char * )
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
[0].x=0;
[0].y=-0x30;
[1].x=0x2C;
[1].y=-0x21;
[2].x=0x49;
[2].y=0x7;
[3].x=0x48;
[3].y=0x2F;
[4].x=0x2D;
[4].y=0x57;
[5].x=0x4;
[5].y=0x66;
[6].x=-0x27;
[6].y=0x5A;
[7].x=-0x48;
[7].y=0x32;
[8].x=-0x47;
[8].y=0x8;
[9].x=-0x2A;
[9].y=-0x20;
memset(&,0,sizeof());
memset(,0,1024);
if() DeathAction();
=0;
char *=new char [513];
char *1=new char [513];
2020-06-22 17:49:02 +08:00
int i;
for(i=0;i<10;i++){
2020-06-23 15:53:23 +08:00
memset(,0,512);
memset(1,0,20);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",i+1,,512);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",1,1,512);
.[i]. = atoi(1);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",2,.[i].,64);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",3,.[i].,512);
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
delete ;
delete 1;
int =424;
int =424;
.x=(800-)/2+/2;
.y=(600-)/2-40+/2;
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
ACTION* ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
if() DeathAction();
=0;
= MakeWindowDisp(.x,.y,0,0,40166,0,FALSE);
2020-06-22 17:49:02 +08:00
play_se(202,320,240);
2020-06-23 15:53:23 +08:00
return ;
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
void ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
if(.==1){
.=2;
2020-06-22 17:49:02 +08:00
lssproto_WN_send(sockfd,nowGx,nowGy,indexWN,idWN,0,"2");
}
}
extern short wnCloseFlag;
extern int windowTypeWN;
2020-06-23 15:53:23 +08:00
void ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
if() DeathAction();
();
=0;
2020-06-22 17:49:02 +08:00
wnCloseFlag=0;
windowTypeWN = -1;
wnCloseFlag = 1;
}
extern int cloasewindows;
2020-06-23 15:53:23 +08:00
ACTION* ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
//底图
StockDispBuffer(.x,.y+28,104,40166,1);
2020-06-22 17:49:02 +08:00
2020-06-23 15:53:23 +08:00
//关闭
if(MakeHitBox(.x+0x61,.y-0x99,.x+0x80,.y-0x7D,1)==1){
StockDispBuffer(.x+0x71-2,.y-0x8B,105,40165,1);
if( (mouse.onceState & MOUSE_LEFT_CRICK) && !.){
2020-06-22 17:49:02 +08:00
windowTypeWN = -1;
wnCloseFlag = 1;
}
}
2020-06-23 15:53:23 +08:00
//开始按钮
if(.)
StockDispBuffer(.x,.y+0x1B+1,105,40164,1);
2020-06-22 17:49:02 +08:00
else{
2020-06-23 15:53:23 +08:00
if(MakeHitBox(.x-0x30,.y-0x14,.x+0x30,.y+0x4A,1)==1){
StockDispBuffer(.x,.y+0x1B+1,105,40164,1);
if( (mouse.onceState & MOUSE_LEFT_CRICK) && !.){
2020-06-22 17:49:02 +08:00
lssproto_WN_send(sockfd,nowGx,nowGy,indexWN,idWN,0,"1");
}
}
}
2020-06-23 15:53:23 +08:00
if(.==1){
if(.>2){
. = 0;
if(.==9) {
.++;
.=0;
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
else .++;
}else .++;
if(. == 8 && .==(.-1)) {
.=2;
.=TRUE;
2020-06-22 17:49:02 +08:00
lssproto_WN_send(sockfd,nowGx,nowGy,indexWN,idWN,0,"2");
}
}
2020-06-23 15:53:23 +08:00
StockDispBuffer(.x+[.].x,.y+[.].y,106,40153+.,1);
//道具显示
2020-06-22 17:49:02 +08:00
int i;
for(i=0;i<10;i++){
2020-06-23 15:53:23 +08:00
StockDispBuffer(.x+[i][0],.y+[i][1],106,.[i].,1);
if(!.)
if(MakeHitBox(.x+[i][0]-30,.y+[i][1]-30,.x+[i][0]+30,.y+[i][1]+30,1)==1){
//extern void 显示道具数据(short x,short y,UCHAR 层次,char* 内容,int 形像 ,char*名字);
(.x+[i][0],.y+[i][1],107,.[i].,0,.[i].);
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 15:53:23 +08:00
//窗口提示
if(.){
StockDispBuffer(.x-0xC1,.y-0x32,107,40088,1);
2020-06-22 17:49:02 +08:00
extern int getTextLength(char * str);
2020-06-23 15:53:23 +08:00
StockFontBuffer(.x-getTextLength()/2,.y+5,2,0,,1);
int ID = StockDispBuffer(.x,.y+50,109,26042,2);
2020-06-22 17:49:02 +08:00
if( mouse.onceState & MOUSE_LEFT_CRICK ){
2020-06-23 15:53:23 +08:00
if( HitDispNo == ID ){
.=0;
2020-06-22 17:49:02 +08:00
windowTypeWN = -1;
wnCloseFlag = 1;
2020-06-23 15:53:23 +08:00
memset(,0,1024);
2020-06-22 17:49:02 +08:00
}
}
}
if(CheckMenuFlag()
|| ((joy_trg[ 0 ] & JOY_ESC) && GetImeString() == NULL)
|| actBtn == 1
|| menuBtn == 1
|| disconnectServerFlag == TRUE
|| wnCloseFlag == 1
2020-06-23 15:53:23 +08:00
|| cloasewindows == 1) ();
return ;
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
void (int )
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
.=1;
.=;
2020-06-22 17:49:02 +08:00
}
#endif