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

521 lines
16 KiB
C++
Raw Normal View History

2020-06-22 17:49:02 +08:00
#include "../systeminc/version.h"
#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 02:36:45 +08:00
BOOL windowDisplay;//窗口显示;
BOOL confirmWindowDisplay;//确定窗口显示;
int crtPage;//当前页数;
int confirmImageIdx;//确定图档索引;
char intro[100][32]; //介绍
int aliasIdx[100];//称号索引
TITLE_STR title;//当前称号
TITLE_STR titledata[100];//称号数据
BOOL closeWindow;//关闭窗口;
}AliasStruct//称号数据结构;
2020-06-22 17:49:02 +08:00
extern int play_se(int tone, int x, int y);
2020-06-23 02:36:45 +08:00
AliasStruct alias; //称号;
2020-06-22 17:49:02 +08:00
2020-06-23 02:36:45 +08:00
//打开称号窗口初始化
void openAliasWindowInit()
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
/*
if(.){
.=FALSE;
.=FALSE;
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 02:36:45 +08:00
.=0;
.=TRUE;
.=FALSE;
}*/
if (alias.windowDisplay) {
alias.windowDisplay = FALSE;
alias.confirmWindowDisplay = FALSE;
}
else {
alias.crtPage = 0;
alias.windowDisplay = TRUE;
alias.confirmWindowDisplay = 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 02:36:45 +08:00
//BOOL 获取称号取消窗口()
BOOL cancelAlais()
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
//return 称号.关闭窗口;
return alias.closeWindow;
}
//void 设置称号取消窗口()
void configAlaisCancelWindow()
{
/*
if(.) .=FALSE;
else .=TRUE;
*/
if (alias.closeWindow) alias.closeWindow = FALSE;
else alias.closeWindow = TRUE;
2020-06-22 17:49:02 +08:00
}
2020-06-23 02:36:45 +08:00
//BOOL 获取当前称号是否存在()
BOOL checkCrtAlaisExist()
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
//return 称号.title.flg;
return alias.title.flg;
2020-06-22 17:49:02 +08:00
}
2020-06-23 02:36:45 +08:00
//void 称号展示()
void alaisDisplay()
{
/*
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 02:36:45 +08:00
if(.) .=FALSE;
else .=TRUE;
play_se(203, 320, 240);
}
}*/
if (alias.title.flg) {
PutTitleText(78 - alias.title.len / 2, 49, FONT_PRIO_FRONT, alias.title, 0);
}
int bnt;
bnt = StockFontBuffer(18, 49, 1, FONT_PAL_GREEN, " ", 2);
if (mouse.onceState & MOUSE_LEFT_CRICK > 0) {
if (HitFontNo == bnt) {
if (alias.closeWindow) alias.closeWindow = FALSE;
else alias.closeWindow = TRUE;
2020-06-22 17:49:02 +08:00
play_se(203, 320, 240);
}
}
}
2020-06-23 02:36:45 +08:00
//BOOL 人物称号处理(ACTION * pct)
BOOL characterAlaisHandle(ACTION * pct)
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
/*
2020-06-22 17:49:02 +08:00
int x,y;
x = pct->x;
y = pct->y + 133;
2020-06-23 02:36:45 +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 );
if( mouse.onceState & MOUSE_LEFT_CRICK ){
if(!.){
if( == HitDispNo){
if(.){
.--;
}
}
if( == HitDispNo){
if(.!=19 && .titledata[(.+1)*5].flg)
{
.++;
}
}
if( == HitDispNo){
DeathAction(pct);
.=FALSE;
.=FALSE;
return TRUE;
}
}
}
int i=0;
int ;
for(;i<5;i++){
= .*5+i;
if(.titledata[].flg)
{
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(!.){
if(MakeHitBox(0x124,0x26+i*0x20,0x1B8,0x44+i*0x20,0x6D)==1){
StockFontBuffer(0x123,0xD1,2,0,.[],0);
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
.=.[ ];
.=TRUE;
}
}
}
}else break;
}
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);//关闭
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
if(ID == HitDispNo){
.=FALSE;
.=0;
}
}
ID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
if(ID == HitDispNo){
int checksum=0;
char buf[1024*4];
memset(buf,0,1024*4);
checksum += util_mkint(buf, .);
util_mkint(buf, checksum);
util_SendMesg(sockfd, LSSPROTO_CHARTITLE_SEND, buf);
.=FALSE;
.=0;
}
}
}
return FALSE;
*/
int x,y;
x = pct->x;
y = pct->y + 133;
int buttonLeft=-1;
int buttonRight=-1;
int buttonClose=-1;
int buttonID;
buttonLeft = StockDispBuffer( x -55, y + 7, DISP_PRIO_IME3, 55250, 2 );
buttonRight = StockDispBuffer( x -20, y + 7, DISP_PRIO_IME3, 55251, 2 );
buttonClose = 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 02:36:45 +08:00
if(!alias.confirmWindowDisplay){
if(buttonLeft == HitDispNo){
if(alias.crtPage){
alias.crtPage--;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 02:36:45 +08:00
if(buttonRight == HitDispNo){
if(alias.crtPage!=19 && alias.titledata[(alias.crtPage+1)*5].flg)
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
alias.crtPage++;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 02:36:45 +08:00
if(buttonClose == HitDispNo){
2020-06-22 17:49:02 +08:00
DeathAction(pct);
2020-06-23 02:36:45 +08:00
alias.windowDisplay=FALSE;
alias.confirmWindowDisplay=FALSE;
2020-06-22 17:49:02 +08:00
return TRUE;
}
}
}
int i=0;
2020-06-23 02:36:45 +08:00
int aliasImageIdx;
2020-06-22 17:49:02 +08:00
for(;i<5;i++){
2020-06-23 02:36:45 +08:00
aliasImageIdx = alias.crtPage*5+i;
if(alias.titledata[aliasImageIdx].flg)
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
PutTitleText(380- alias.titledata[aliasImageIdx].len/2,43+i*0x20,FONT_PRIO_FRONT, alias.titledata[aliasImageIdx],0);
char aliasSerial[128];
sprintf_s(aliasSerial,"%03d", aliasImageIdx +1);
StockFontBufferExt(0x130,0x2D+i*0x20,1,FONT_PAL_GREEN, aliasSerial,0,19);
if(!alias.confirmWindowDisplay){
2020-06-22 17:49:02 +08:00
if(MakeHitBox(0x124,0x26+i*0x20,0x1B8,0x44+i*0x20,0x6D)==1){
2020-06-23 02:36:45 +08:00
StockFontBuffer(0x123,0xD1,2,0, alias.intro[aliasImageIdx],0);
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 02:36:45 +08:00
alias.confirmImageIdx=alias.aliasIdx[aliasImageIdx];
alias.confirmWindowDisplay=TRUE;
2020-06-22 17:49:02 +08:00
}
}
}
}else break;
}
2020-06-23 02:36:45 +08:00
if(alias.confirmWindowDisplay){
StockFontBuffer(0x123,0xD1,2,0, alias.intro[alias.confirmImageIdx],0);
StockFontBuffer(0x130,0x118,2,0,"确定使用该称号吗?",0);
StockDispBuffer(0x16D,0x130,0x6C,55253,1);//确定窗口底图
buttonID = StockDispBuffer(0x194,0x148,109,55252,2);//关闭
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 02:36:45 +08:00
if(buttonID == HitDispNo){
alias.confirmWindowDisplay=FALSE;
alias.confirmImageIdx=0;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 02:36:45 +08:00
buttonID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
2020-06-22 17:49:02 +08:00
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
2020-06-23 02:36:45 +08:00
if(buttonID == HitDispNo){
2020-06-22 17:49:02 +08:00
int checksum=0;
char buf[1024*4];
memset(buf,0,1024*4);
2020-06-23 02:36:45 +08:00
checksum += util_mkint(buf, alias.confirmImageIdx);
2020-06-22 17:49:02 +08:00
util_mkint(buf, checksum);
util_SendMesg(sockfd, LSSPROTO_CHARTITLE_SEND, buf);
2020-06-23 02:36:45 +08:00
alias.confirmWindowDisplay=FALSE;
alias.confirmImageIdx=0;
2020-06-22 17:49:02 +08:00
}
}
}
return FALSE;
2020-06-23 02:36:45 +08:00
2020-06-22 17:49:02 +08:00
}
extern void getCharTitleSplit( char *str,TITLE_STR* title);
2020-06-23 02:36:45 +08:00
void (char *)
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +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 02:36:45 +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 02:36:45 +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 02:36:45 +08:00
void ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +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 02:36:45 +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 02:36:45 +08:00
;
2020-06-22 17:49:02 +08:00
2020-06-23 02:36:45 +08:00
void ()
2020-06-22 17:49:02 +08:00
{
int i=0;
for(i;i<5;i++){
2020-06-23 02:36:45 +08:00
if(.[i]){
if(.[i]) DeathAction(.[i]);
.[i]=0;
2020-06-22 17:49:02 +08:00
}
}
}
2020-06-23 02:36:45 +08:00
void ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
if(.){
();
.=FALSE;
.=FALSE;
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 02:36:45 +08:00
.=0;
.=TRUE;
.=FALSE;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 02:36:45 +08:00
void ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
if(.)
if(!.){
if(. < 100000){
. = 0;
StockDispBuffer(0x7F,0x40,109,.,0);
2020-06-22 17:49:02 +08:00
}else{
2020-06-23 02:36:45 +08:00
. = MakeAnimDisp(0x7F,0x59,.,0);
2020-06-22 17:49:02 +08:00
}
2020-06-23 02:36:45 +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 02:36:45 +08:00
. = MakeAnimDisp(0x7F,0x59,.,0);
2020-06-22 17:49:02 +08:00
}
}
}
2020-06-23 02:36:45 +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 02:36:45 +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 02:36:45 +08:00
if(!.){
if( == HitDispNo){
if(.){
.--;
();
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 02:36:45 +08:00
if( == HitDispNo){
if(.!=19 && .[(.+1)*5]){
.++;
();
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 02:36:45 +08:00
if( == HitDispNo){
2020-06-22 17:49:02 +08:00
DeathAction(pct);
2020-06-23 02:36:45 +08:00
();
.=FALSE;
.=FALSE;
2020-06-22 17:49:02 +08:00
return TRUE;
}
}
}
int i=0;
2020-06-23 02:36:45 +08:00
int ;
2020-06-22 17:49:02 +08:00
for(;i<5;i++){
2020-06-23 02:36:45 +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 02:36:45 +08:00
.[i] = MakeAnimDisp(0x16D+20,0x35+i*0x20,.[],0);
2020-06-22 17:49:02 +08:00
}
2020-06-23 02:36:45 +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 02:36:45 +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 02:36:45 +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 02:36:45 +08:00
.=.[ ];
.=TRUE;
2020-06-22 17:49:02 +08:00
}
}
}
}else break;
}
2020-06-23 02:36:45 +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 02:36:45 +08:00
if(ID == HitDispNo){
.=FALSE;
.=0;
2020-06-22 17:49:02 +08:00
}
}
2020-06-23 02:36:45 +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 02:36:45 +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 02:36:45 +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 02:36:45 +08:00
.=FALSE;
.=0;
2020-06-22 17:49:02 +08:00
}
}
}
return FALSE;
}
2020-06-23 02:36:45 +08:00
void (ACTION* ID)//结束显示动画
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
.=FALSE;
();
if(.) DeathAction(.);
.=0;
2020-06-22 17:49:02 +08:00
DeathAction(ID);
}
2020-06-23 02:36:45 +08:00
void (char *)
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +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 02:36:45 +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 02:36:45 +08:00
void ()
2020-06-22 17:49:02 +08:00
{
2020-06-23 02:36:45 +08:00
memset(&,0,sizeof());
2020-06-22 17:49:02 +08:00
}
#endif