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

404 lines
12 KiB
C++
Raw 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/font.h"
#include "../systeminc/action.h"
#include "systeminc\sprdisp.h"
#include "systeminc\menu.h"
#include "systeminc\mouse.h"
#include "newproto\autil.h"
#include "newproto\protocol.h"
#ifdef _CHARTITLE_STR_
extern unsigned int sockfd;
typedef struct{
2020-06-23 15:53:23 +08:00
BOOL ;
BOOL ;
int ;
int ;
char [100][32];
int [100];
TITLE_STR title;//当前称号
TITLE_STR titledata[100];//称号数据
BOOL ;
};
2020-06-22 17:49:02 +08:00
extern int play_se(int tone, 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
void ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
if(.){
.=FALSE;
.=FALSE;
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 15:53:23 +08:00
.=0;
.=TRUE;
.=FALSE;
2020-06-22 17:49:02 +08:00
}
}
extern void PutTitleText(int x,int y,char fontPrio,TITLE_STR str,BOOL hitFlag);
2020-06-23 15:53:23 +08:00
BOOL ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
return .;
2020-06-23 02:36:45 +08:00
}
2020-06-23 15:27:59 +08:00
2020-06-23 15:53:23 +08:00
void ()
2020-06-23 15:27:59 +08:00
{
2020-06-23 15:53:23 +08:00
if(.) .=FALSE;
else .=TRUE;
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
BOOL ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
return .title.flg;
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
void ()
2020-06-23 15:27:59 +08:00
{
2020-06-23 15:53:23 +08:00
if(.title.flg){
PutTitleText(78-.title.len/2,49,FONT_PRIO_FRONT,.title,0);
2020-06-22 17:49:02 +08:00
}
int bnt;
bnt = StockFontBuffer(18,49,1,FONT_PAL_GREEN," ",2);
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
if(HitFontNo == bnt){
2020-06-23 15:53:23 +08:00
if(.) .=FALSE;
else .=TRUE;
2020-06-22 17:49:02 +08:00
play_se(203, 320, 240);
}
}
}
2020-06-23 15:27:59 +08:00
2020-06-23 15:53:23 +08:00
BOOL (ACTION * pct)
2020-06-22 17:49:02 +08:00
{
int x,y;
x = pct->x;
y = pct->y + 133;
2020-06-23 15:53:23 +08:00
int =-1;
int =-1;
int =-1;
int ID;
= StockDispBuffer( x -55, y + 7, DISP_PRIO_IME3, 55250, 2 );
= StockDispBuffer( x -20, y + 7, DISP_PRIO_IME3, 55251, 2 );
= StockDispBuffer( x+40, y + 7, DISP_PRIO_IME3, 55252, 2 );
2020-06-22 17:49:02 +08:00
if( mouse.onceState & MOUSE_LEFT_CRICK ){
2020-06-23 15:53:23 +08:00
if(!.){
if( == HitDispNo){
if(.){
.--;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 15:53:23 +08:00
if( == HitDispNo){
if(.!=19 && .titledata[(.+1)*5].flg)
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
.++;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 15:53:23 +08:00
if( == HitDispNo){
2020-06-22 17:49:02 +08:00
DeathAction(pct);
2020-06-23 15:53:23 +08:00
.=FALSE;
.=FALSE;
2020-06-22 17:49:02 +08:00
return TRUE;
}
}
}
int i=0;
2020-06-23 15:53:23 +08:00
int ;
2020-06-22 17:49:02 +08:00
for(;i<5;i++){
2020-06-23 15:53:23 +08:00
= .*5+i;
if(.titledata[].flg)
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
PutTitleText(380-.titledata[].len/2,43+i*0x20,FONT_PRIO_FRONT,.titledata[],0);
char [128];
sprintf_s(,"%03d",+1);
StockFontBufferExt(0x130,0x2D+i*0x20,1,FONT_PAL_GREEN,,0,19);
if(!.){
2020-06-22 17:49:02 +08:00
if(MakeHitBox(0x124,0x26+i*0x20,0x1B8,0x44+i*0x20,0x6D)==1){
2020-06-23 15:53:23 +08:00
StockFontBuffer(0x123,0xD1,2,0,.[],0);
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 15:53:23 +08:00
.=.[ ];
.=TRUE;
2020-06-22 17:49:02 +08:00
}
}
}
}else break;
}
2020-06-23 15:53:23 +08:00
if(.){
StockFontBuffer(0x123,0xD1,2,0,.[.],0);
StockFontBuffer(0x130,0x118,2,0,"确定使用该称号吗?",0);
StockDispBuffer(0x16D,0x130,0x6C,55253,1);//确定窗口底图
ID = StockDispBuffer(0x194,0x148,109,55252,2);//关闭
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 15:53:23 +08:00
if(ID == HitDispNo){
.=FALSE;
.=0;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 15:53:23 +08:00
ID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 15:53:23 +08:00
if(ID == HitDispNo){
2020-06-22 17:49:02 +08:00
int checksum=0;
char buf[1024*4];
memset(buf,0,1024*4);
2020-06-23 15:53:23 +08:00
checksum += util_mkint(buf, .);
2020-06-22 17:49:02 +08:00
util_mkint(buf, checksum);
util_SendMesg(sockfd, LSSPROTO_CHARTITLE_SEND, buf);
2020-06-23 15:53:23 +08:00
.=FALSE;
.=0;
2020-06-22 17:49:02 +08:00
}
}
}
return FALSE;
}
extern void getCharTitleSplit( char *str,TITLE_STR* title);
2020-06-23 15:53:23 +08:00
void (char *)
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
char [126],[1024],[1024],[4000],[126];
memset(,0,126);
memset(,0,1024);
memset(,0,1024);
memset(,0,4000);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",1,,126);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",1,,126);
int titleindex = atoi();
2020-06-22 17:49:02 +08:00
extern char* FreeGetTitleStr(int id);
2020-06-23 15:53:23 +08:00
if(titleindex>0) getCharTitleSplit(FreeGetTitleStr(titleindex),&.title);
else memset(&.title,0,sizeof(TITLE_STR));
getStringFromIndexWithDelim_body((char *) ,(char *)"|",2,,126);
int = atoi();
if(!=0){
memset(&.titledata,0,sizeof(.titledata[0])*100);
memset(&.,0,sizeof(int)*100);
memset(&.,0,32*100);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",2,,1024);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",3,,4000);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",4,,1024);
2020-06-22 17:49:02 +08:00
int i=0;
extern char* FreeGetTitleStr(int id);
2020-06-23 15:53:23 +08:00
for(i;i<;i++){
getStringFromIndexWithDelim_body((char *),(char *)"|",i+1,,126);
titleindex = atoi();
getCharTitleSplit(FreeGetTitleStr(titleindex),&.titledata[i]);
getStringFromIndexWithDelim_body((char *),(char *)"|",i+1,,126);
.[i]=atoi();
getStringFromIndexWithDelim_body((char *),(char *)"|",i+1,,126);
sprintf_s(.[i],32,"%s",);
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
memset(&,0,sizeof());
2020-06-22 17:49:02 +08:00
}
#endif
#ifdef _CHARTITLE_
extern unsigned int sockfd;
typedef struct{
2020-06-23 15:53:23 +08:00
int ;
ACTION *[5];
ACTION * ;
int ;
BOOL ;
int [100];
int [100];
char [100][32];
int ;
BOOL ;
int ;
};
2020-06-22 17:49:02 +08:00
2020-06-23 15:53:23 +08:00
;
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
{
int i=0;
for(i;i<5;i++){
2020-06-23 15:53:23 +08:00
if(.[i]){
if(.[i]) DeathAction(.[i]);
.[i]=0;
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(.){
();
.=FALSE;
.=FALSE;
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 15:53:23 +08:00
.=0;
.=TRUE;
.=FALSE;
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(.)
if(!.){
if(. < 100000){
. = 0;
StockDispBuffer(0x7F,0x40,109,.,0);
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 15:53:23 +08:00
. = MakeAnimDisp(0x7F,0x59,.,0);
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
}else if(*(int *)(.+0x140)!= .){
DeathAction(.);
if(. < 100000){
. = 0;
StockDispBuffer(0x7F,0x40,109,.,0);
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 15:53:23 +08:00
. = MakeAnimDisp(0x7F,0x59,.,0);
2020-06-22 17:49:02 +08:00
}
}
}
2020-06-23 15:53:23 +08:00
BOOL (ACTION * pct)
2020-06-22 17:49:02 +08:00
{
int x,y;
x = pct->x;
y = pct->y + 133;
2020-06-23 15:53:23 +08:00
int =-1;
int =-1;
int =-1;
int ID;
= StockDispBuffer( x -55, y + 7, DISP_PRIO_IME3, 55250, 2 );
= StockDispBuffer( x -20, y + 7, DISP_PRIO_IME3, 55251, 2 );
= StockDispBuffer( x+40, y + 7, DISP_PRIO_IME3, 55252, 2 );
2020-06-22 17:49:02 +08:00
if( mouse.onceState & MOUSE_LEFT_CRICK ){
2020-06-23 15:53:23 +08:00
if(!.){
if( == HitDispNo){
if(.){
.--;
();
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 15:53:23 +08:00
if( == HitDispNo){
if(.!=19 && .[(.+1)*5]){
.++;
();
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 15:53:23 +08:00
if( == HitDispNo){
2020-06-22 17:49:02 +08:00
DeathAction(pct);
2020-06-23 15:53:23 +08:00
();
.=FALSE;
.=FALSE;
2020-06-22 17:49:02 +08:00
return TRUE;
}
}
}
int i=0;
2020-06-23 15:53:23 +08:00
int ;
2020-06-22 17:49:02 +08:00
for(;i<5;i++){
2020-06-23 15:53:23 +08:00
= .*5+i;
if(.[]){
if(!.[i]){
if(.[] < 100000){
.[i] = 0;
StockDispBuffer(0x16D+20,0x35+i*0x20,109,.[],0);
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 15:53:23 +08:00
.[i] = MakeAnimDisp(0x16D+20,0x35+i*0x20,.[],0);
2020-06-22 17:49:02 +08:00
}
2020-06-23 15:53:23 +08:00
}else if(.==0) StockDispBuffer(0x16D,0x35+i*0x20,109,.[],0);
char [128];
sprintf_s(,"%03d",+1);
2020-06-22 17:49:02 +08:00
2020-06-23 15:53:23 +08:00
StockFontBufferExt(0x130,0x2D+i*0x20,1,FONT_PAL_GREEN,,0,16);
if(!.){
2020-06-22 17:49:02 +08:00
if(MakeHitBox(0x124,0x26+i*0x20,0x1B8,0x44+i*0x20,0x6D)==1){
2020-06-23 15:53:23 +08:00
StockFontBuffer(0x123,0xD1,2,0,.[],0);
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 15:53:23 +08:00
.=.[ ];
.=TRUE;
2020-06-22 17:49:02 +08:00
}
}
}
}else break;
}
2020-06-23 15:53:23 +08:00
if(.){
StockFontBuffer(0x123,0xD1,2,0,.[.],0);
StockFontBuffer(0x130,0x118,2,0,"确定使用该称号吗?",0);
StockDispBuffer(0x16D,0x130,0x6C,55253,1);//确定窗口底图
ID = StockDispBuffer(0x194,0x148,109,55252,2);//关闭
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 15:53:23 +08:00
if(ID == HitDispNo){
.=FALSE;
.=0;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 15:53:23 +08:00
ID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 15:53:23 +08:00
if(ID == HitDispNo){
2020-06-22 17:49:02 +08:00
int checksum=0;
char buf[1024*4];
memset(buf,0,1024*4);
2020-06-23 15:53:23 +08:00
checksum += util_mkint(buf, .);
2020-06-22 17:49:02 +08:00
util_mkint(buf, checksum);
util_SendMesg(sockfd, LSSPROTO_CHARTITLE_SEND, buf);
2020-06-23 15:53:23 +08:00
.=FALSE;
.=0;
2020-06-22 17:49:02 +08:00
}
}
}
return FALSE;
}
2020-06-23 15:53:23 +08:00
void (ACTION* ID)//结束显示动画
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
.=FALSE;
();
if(.) DeathAction(.);
.=0;
2020-06-22 17:49:02 +08:00
DeathAction(ID);
}
2020-06-23 15:53:23 +08:00
void (char *)
2020-06-22 17:49:02 +08:00
{
2020-06-23 15:53:23 +08:00
char [126],[1024],[1024],[4000],[126];
memset(,0,126);
memset(,0,1024);
memset(,0,1024);
memset(,0,4000);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",1,,126);
getStringFromIndexWithDelim_body((char *) ,(char *)"|",1,,126);
int = atoi();
if() .=;
getStringFromIndexWithDelim_body((char *) ,(char *)"|",2,,126);
int = atoi();
if(!=0){
memset(&.,0,sizeof(int)*100);
memset(&.,0,sizeof(int)*100);
memset(&.,0,32*100);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",2,,1024);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",3,,4000);
getStringFromIndexWithDelim_body((char *) ,(char *)"#@",4,,1024);
2020-06-22 17:49:02 +08:00
int i=0;
2020-06-23 15:53:23 +08:00
for(i;i<;i++){
getStringFromIndexWithDelim_body((char *),(char *)"|",i+1,,126);
.[i]=atoi();
getStringFromIndexWithDelim_body((char *),(char *)"|",i+1,,126);
.[i]=atoi();
getStringFromIndexWithDelim_body((char *),(char *)"|",i+1,,126);
sprintf_s(.[i],32,"%s",);
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
memset(&,0,sizeof());
2020-06-22 17:49:02 +08:00
}
#endif