change file encoding
This commit is contained in:
parent
fd69ba5d66
commit
cc3317ce05
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v15/.suo
Normal file
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v15/.suo
Normal file
Binary file not shown.
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v15/Browse.VC.db
Normal file
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v15/Browse.VC.db
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v16/.suo
Normal file
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v16/.suo
Normal file
Binary file not shown.
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v16/Browse.VC.db
Normal file
BIN
石器时代8.5客户端最新源代码/.vs/石器源码/v16/Browse.VC.db
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#include "../systeminc/version.h"
|
||||
#include "../systeminc/version.h"
|
||||
#include "../systeminc/system.h"
|
||||
#include "../systeminc/font.h"
|
||||
#include "../systeminc/action.h"
|
||||
@ -10,187 +10,187 @@
|
||||
#ifdef _CHARTITLE_STR_
|
||||
extern unsigned int sockfd;
|
||||
typedef struct{
|
||||
BOOL 窗口显示;
|
||||
BOOL 确定窗口显示;
|
||||
int 当前页数;
|
||||
int 确定图档索引;
|
||||
char 介绍[100][32];
|
||||
int 称号索引[100];
|
||||
TITLE_STR title;//当前称号
|
||||
TITLE_STR titledata[100];//称号数据
|
||||
BOOL 关闭窗口;
|
||||
}称号数据结构;
|
||||
BOOL 窗口显示;
|
||||
BOOL 确定窗口显示;
|
||||
int 当前页数;
|
||||
int 确定图档索引;
|
||||
char 介绍[100][32];
|
||||
int 称号索引[100];
|
||||
TITLE_STR title;//当前称号
|
||||
TITLE_STR titledata[100];//称号数据
|
||||
BOOL 关闭窗口;
|
||||
}称号数据结构;
|
||||
extern int play_se(int tone, int x, int y);
|
||||
称号数据结构 称号;
|
||||
称号数据结构 称号;
|
||||
|
||||
void 打开称号窗口初始化()
|
||||
void 打开称号窗口初始化()
|
||||
{
|
||||
if(称号.窗口显示){
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
if(称号.窗口显示){
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
}else{
|
||||
称号.当前页数=0;
|
||||
称号.窗口显示=TRUE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.当前页数=0;
|
||||
称号.窗口显示=TRUE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
extern void PutTitleText(int x,int y,char fontPrio,TITLE_STR str,BOOL hitFlag);
|
||||
|
||||
BOOL 获取称号取消窗口()
|
||||
BOOL 获取称号取消窗口()
|
||||
{
|
||||
return 称号.关闭窗口;
|
||||
return 称号.关闭窗口;
|
||||
}
|
||||
|
||||
void 设置称号取消窗口()
|
||||
void 设置称号取消窗口()
|
||||
{
|
||||
if(称号.关闭窗口) 称号.关闭窗口=FALSE;
|
||||
else 称号.关闭窗口=TRUE;
|
||||
if(称号.关闭窗口) 称号.关闭窗口=FALSE;
|
||||
else 称号.关闭窗口=TRUE;
|
||||
}
|
||||
|
||||
BOOL 获取当前称号是否存在()
|
||||
BOOL 获取当前称号是否存在()
|
||||
{
|
||||
return 称号.title.flg;
|
||||
return 称号.title.flg;
|
||||
}
|
||||
|
||||
void 称号展示()
|
||||
void 称号展示()
|
||||
{
|
||||
if(称号.title.flg){
|
||||
PutTitleText(78-称号.title.len/2,49,FONT_PRIO_FRONT,称号.title,0);
|
||||
if(称号.title.flg){
|
||||
PutTitleText(78-称号.title.len/2,49,FONT_PRIO_FRONT,称号.title,0);
|
||||
}
|
||||
int bnt;
|
||||
bnt = StockFontBuffer(18,49,1,FONT_PAL_GREEN," ",2);
|
||||
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
|
||||
if(HitFontNo == bnt){
|
||||
if(称号.关闭窗口) 称号.关闭窗口=FALSE;
|
||||
else 称号.关闭窗口=TRUE;
|
||||
if(称号.关闭窗口) 称号.关闭窗口=FALSE;
|
||||
else 称号.关闭窗口=TRUE;
|
||||
play_se(203, 320, 240);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BOOL 人物称号处理(ACTION * pct)
|
||||
BOOL 人物称号处理(ACTION * pct)
|
||||
{
|
||||
int x,y;
|
||||
x = pct->x;
|
||||
y = pct->y + 133;
|
||||
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 );
|
||||
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(!称号.确定窗口显示){
|
||||
if(按钮左 == HitDispNo){
|
||||
if(称号.当前页数){
|
||||
称号.当前页数--;
|
||||
}
|
||||
}
|
||||
if(按钮右 == HitDispNo){
|
||||
if(称号.当前页数!=19 && 称号.titledata[(称号.当前页数+1)*5].flg)
|
||||
if(按钮右 == HitDispNo){
|
||||
if(称号.当前页数!=19 && 称号.titledata[(称号.当前页数+1)*5].flg)
|
||||
{
|
||||
称号.当前页数++;
|
||||
称号.当前页数++;
|
||||
}
|
||||
}
|
||||
if(按钮关闭 == HitDispNo){
|
||||
if(按钮关闭 == HitDispNo){
|
||||
DeathAction(pct);
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int i=0;
|
||||
int 称号图档索引;
|
||||
int 称号图档索引;
|
||||
for(;i<5;i++){
|
||||
称号图档索引 = 称号.当前页数*5+i;
|
||||
if(称号.titledata[称号图档索引].flg)
|
||||
称号图档索引 = 称号.当前页数*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(!称号.确定窗口显示){
|
||||
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);
|
||||
StockFontBuffer(0x123,0xD1,2,0,称号.介绍[称号图档索引],0);
|
||||
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
|
||||
称号.确定图档索引=称号.称号索引[ 称号图档索引];
|
||||
称号.确定窗口显示=TRUE;
|
||||
称号.确定图档索引=称号.称号索引[ 称号图档索引];
|
||||
称号.确定窗口显示=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(称号.确定窗口显示){
|
||||
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;
|
||||
if(按钮ID == HitDispNo){
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.确定图档索引=0;
|
||||
}
|
||||
}
|
||||
按钮ID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
|
||||
按钮ID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
|
||||
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
|
||||
if(按钮ID == HitDispNo){
|
||||
if(按钮ID == HitDispNo){
|
||||
int checksum=0;
|
||||
char buf[1024*4];
|
||||
memset(buf,0,1024*4);
|
||||
checksum += util_mkint(buf, 称号.确定图档索引);
|
||||
checksum += util_mkint(buf, 称号.确定图档索引);
|
||||
util_mkint(buf, checksum);
|
||||
util_SendMesg(sockfd, LSSPROTO_CHARTITLE_SEND, buf);
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.确定图档索引=0;
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.确定图档索引=0;
|
||||
}
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
extern void getCharTitleSplit( char *str,TITLE_STR* title);
|
||||
void 人物称号数据更新(char *数据)
|
||||
void 人物称号数据更新(char *数据)
|
||||
{
|
||||
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(临时);
|
||||
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(临时);
|
||||
extern char* FreeGetTitleStr(int id);
|
||||
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);
|
||||
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);
|
||||
int i=0;
|
||||
extern char* FreeGetTitleStr(int id);
|
||||
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",临时);
|
||||
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",临时);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void 初始化称号结构()
|
||||
void 初始化称号结构()
|
||||
{
|
||||
memset(&称号,0,sizeof(称号数据结构));
|
||||
memset(&称号,0,sizeof(称号数据结构));
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -199,204 +199,204 @@ void
|
||||
#ifdef _CHARTITLE_
|
||||
extern unsigned int sockfd;
|
||||
typedef struct{
|
||||
int 称号窗口结构;
|
||||
ACTION *称号结构[5];
|
||||
ACTION * 当前称号结构;
|
||||
int 当前称号图档;
|
||||
BOOL 窗口显示;
|
||||
int 图档[100];
|
||||
int 称号索引[100];
|
||||
char 介绍[100][32];
|
||||
int 当前页数;
|
||||
BOOL 确定窗口显示;
|
||||
int 确定图档索引;
|
||||
}称号数据结构;
|
||||
int 称号窗口结构;
|
||||
ACTION *称号结构[5];
|
||||
ACTION * 当前称号结构;
|
||||
int 当前称号图档;
|
||||
BOOL 窗口显示;
|
||||
int 图档[100];
|
||||
int 称号索引[100];
|
||||
char 介绍[100][32];
|
||||
int 当前页数;
|
||||
BOOL 确定窗口显示;
|
||||
int 确定图档索引;
|
||||
}称号数据结构;
|
||||
|
||||
称号数据结构 称号;
|
||||
称号数据结构 称号;
|
||||
|
||||
void 结束称号展示动画()
|
||||
void 结束称号展示动画()
|
||||
{
|
||||
int i=0;
|
||||
for(i;i<5;i++){
|
||||
if(称号.称号结构[i]){
|
||||
if(称号.称号结构[i]) DeathAction(称号.称号结构[i]);
|
||||
称号.称号结构[i]=0;
|
||||
if(称号.称号结构[i]){
|
||||
if(称号.称号结构[i]) DeathAction(称号.称号结构[i]);
|
||||
称号.称号结构[i]=0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void 打开称号窗口初始化()
|
||||
void 打开称号窗口初始化()
|
||||
{
|
||||
if(称号.窗口显示){
|
||||
结束称号展示动画();
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
if(称号.窗口显示){
|
||||
结束称号展示动画();
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
}else{
|
||||
称号.当前页数=0;
|
||||
称号.窗口显示=TRUE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.当前页数=0;
|
||||
称号.窗口显示=TRUE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void 称号展示()
|
||||
void 称号展示()
|
||||
{
|
||||
|
||||
if(称号.当前称号图档)
|
||||
if(!称号.当前称号结构){
|
||||
if(称号.当前称号图档 < 100000){
|
||||
称号.当前称号结构 = 0;
|
||||
StockDispBuffer(0x7F,0x40,109,称号.当前称号图档,0);
|
||||
if(称号.当前称号图档)
|
||||
if(!称号.当前称号结构){
|
||||
if(称号.当前称号图档 < 100000){
|
||||
称号.当前称号结构 = 0;
|
||||
StockDispBuffer(0x7F,0x40,109,称号.当前称号图档,0);
|
||||
}else{
|
||||
称号.当前称号结构 = MakeAnimDisp(0x7F,0x59,称号.当前称号图档,0);
|
||||
称号.当前称号结构 = MakeAnimDisp(0x7F,0x59,称号.当前称号图档,0);
|
||||
}
|
||||
}else if(*(int *)(称号.当前称号结构+0x140)!= 称号.当前称号图档){
|
||||
DeathAction(称号.当前称号结构);
|
||||
if(称号.当前称号图档 < 100000){
|
||||
称号.当前称号结构 = 0;
|
||||
StockDispBuffer(0x7F,0x40,109,称号.当前称号图档,0);
|
||||
}else if(*(int *)(称号.当前称号结构+0x140)!= 称号.当前称号图档){
|
||||
DeathAction(称号.当前称号结构);
|
||||
if(称号.当前称号图档 < 100000){
|
||||
称号.当前称号结构 = 0;
|
||||
StockDispBuffer(0x7F,0x40,109,称号.当前称号图档,0);
|
||||
}else{
|
||||
称号.当前称号结构 = MakeAnimDisp(0x7F,0x59,称号.当前称号图档,0);
|
||||
称号.当前称号结构 = MakeAnimDisp(0x7F,0x59,称号.当前称号图档,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BOOL 人物称号处理(ACTION * pct)
|
||||
BOOL 人物称号处理(ACTION * pct)
|
||||
{
|
||||
int x,y;
|
||||
x = pct->x;
|
||||
y = pct->y + 133;
|
||||
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 );
|
||||
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(!称号.确定窗口显示){
|
||||
if(按钮左 == HitDispNo){
|
||||
if(称号.当前页数){
|
||||
称号.当前页数--;
|
||||
结束称号展示动画();
|
||||
}
|
||||
}
|
||||
if(按钮右 == HitDispNo){
|
||||
if(称号.当前页数!=19 && 称号.图档[(称号.当前页数+1)*5]){
|
||||
称号.当前页数++;
|
||||
结束称号展示动画();
|
||||
if(按钮右 == HitDispNo){
|
||||
if(称号.当前页数!=19 && 称号.图档[(称号.当前页数+1)*5]){
|
||||
称号.当前页数++;
|
||||
结束称号展示动画();
|
||||
}
|
||||
}
|
||||
if(按钮关闭 == HitDispNo){
|
||||
if(按钮关闭 == HitDispNo){
|
||||
DeathAction(pct);
|
||||
结束称号展示动画();
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
结束称号展示动画();
|
||||
称号.窗口显示=FALSE;
|
||||
称号.确定窗口显示=FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int i=0;
|
||||
int 称号图档索引;
|
||||
int 称号图档索引;
|
||||
for(;i<5;i++){
|
||||
称号图档索引 = 称号.当前页数*5+i;
|
||||
if(称号.图档[称号图档索引]){
|
||||
if(!称号.称号结构[i]){
|
||||
if(称号.图档[称号图档索引] < 100000){
|
||||
称号.称号结构[i] = 0;
|
||||
StockDispBuffer(0x16D+20,0x35+i*0x20,109,称号.图档[称号图档索引],0);
|
||||
称号图档索引 = 称号.当前页数*5+i;
|
||||
if(称号.图档[称号图档索引]){
|
||||
if(!称号.称号结构[i]){
|
||||
if(称号.图档[称号图档索引] < 100000){
|
||||
称号.称号结构[i] = 0;
|
||||
StockDispBuffer(0x16D+20,0x35+i*0x20,109,称号.图档[称号图档索引],0);
|
||||
}else{
|
||||
称号.称号结构[i] = MakeAnimDisp(0x16D+20,0x35+i*0x20,称号.图档[称号图档索引],0);
|
||||
称号.称号结构[i] = MakeAnimDisp(0x16D+20,0x35+i*0x20,称号.图档[称号图档索引],0);
|
||||
}
|
||||
}else if(称号.当前称号结构==0) StockDispBuffer(0x16D,0x35+i*0x20,109,称号.图档[称号图档索引],0);
|
||||
char 称号序号[128];
|
||||
sprintf_s(称号序号,"%03d",称号图档索引+1);
|
||||
}else if(称号.当前称号结构==0) StockDispBuffer(0x16D,0x35+i*0x20,109,称号.图档[称号图档索引],0);
|
||||
char 称号序号[128];
|
||||
sprintf_s(称号序号,"%03d",称号图档索引+1);
|
||||
|
||||
StockFontBufferExt(0x130,0x2D+i*0x20,1,FONT_PAL_GREEN,称号序号,0,16);
|
||||
if(!称号.确定窗口显示){
|
||||
StockFontBufferExt(0x130,0x2D+i*0x20,1,FONT_PAL_GREEN,称号序号,0,16);
|
||||
if(!称号.确定窗口显示){
|
||||
if(MakeHitBox(0x124,0x26+i*0x20,0x1B8,0x44+i*0x20,0x6D)==1){
|
||||
StockFontBuffer(0x123,0xD1,2,0,称号.介绍[称号图档索引],0);
|
||||
StockFontBuffer(0x123,0xD1,2,0,称号.介绍[称号图档索引],0);
|
||||
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
|
||||
称号.确定图档索引=称号.称号索引[ 称号图档索引];
|
||||
称号.确定窗口显示=TRUE;
|
||||
称号.确定图档索引=称号.称号索引[ 称号图档索引];
|
||||
称号.确定窗口显示=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(称号.确定窗口显示){
|
||||
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;
|
||||
if(按钮ID == HitDispNo){
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.确定图档索引=0;
|
||||
}
|
||||
}
|
||||
按钮ID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
|
||||
按钮ID = StockDispBuffer(0x148,0x148,109,55254,2);//确定
|
||||
if(mouse.onceState & MOUSE_LEFT_CRICK>0){
|
||||
if(按钮ID == HitDispNo){
|
||||
if(按钮ID == HitDispNo){
|
||||
int checksum=0;
|
||||
char buf[1024*4];
|
||||
memset(buf,0,1024*4);
|
||||
checksum += util_mkint(buf, 称号.确定图档索引);
|
||||
checksum += util_mkint(buf, 称号.确定图档索引);
|
||||
util_mkint(buf, checksum);
|
||||
util_SendMesg(sockfd, LSSPROTO_CHARTITLE_SEND, buf);
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.确定图档索引=0;
|
||||
称号.确定窗口显示=FALSE;
|
||||
称号.确定图档索引=0;
|
||||
}
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void 窗口结束处理(ACTION* ID)//结束显示动画
|
||||
void 窗口结束处理(ACTION* ID)//结束显示动画
|
||||
{
|
||||
称号.窗口显示=FALSE;
|
||||
结束称号展示动画();
|
||||
if(称号.当前称号结构) DeathAction(称号.当前称号结构);
|
||||
称号.当前称号结构=0;
|
||||
称号.窗口显示=FALSE;
|
||||
结束称号展示动画();
|
||||
if(称号.当前称号结构) DeathAction(称号.当前称号结构);
|
||||
称号.当前称号结构=0;
|
||||
DeathAction(ID);
|
||||
}
|
||||
|
||||
void 人物称号数据更新(char *数据)
|
||||
void 人物称号数据更新(char *数据)
|
||||
{
|
||||
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);
|
||||
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);
|
||||
int i=0;
|
||||
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",临时);
|
||||
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",临时);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void 初始化称号结构()
|
||||
void 初始化称号结构()
|
||||
{
|
||||
memset(&称号,0,sizeof(称号数据结构));
|
||||
memset(&称号,0,sizeof(称号数据结构));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
void 人物称号初始化();
|
||||
void 人物称号数据更新(char *数据);
|
||||
void 人物称号初始化();
|
||||
void 人物称号数据更新(char *数据);
|
||||
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/vc141.idb
Normal file
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/vc141.idb
Normal file
Binary file not shown.
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/vc141.pdb
Normal file
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/vc141.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,24 +1,51 @@
|
||||
生成启动时间为 2016/9/26 星期一 下午 5:38:39。
|
||||
1>项目“J:\Dev\石器时代1\轻石器\CLIENT\石器源码\石器源码.vcxproj”在节点 2 上(build 个目标)。
|
||||
项目文件包含 ToolsVersion="12.0"。此工具集可能未知或缺失(您可以通过安装相应版本的 MSBuild 来解决该问题),或者该生成因策略原因已被强制更改为特殊 ToolsVersion。将此项目视作具有 ToolsVersion="4.0"。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkId=291333。
|
||||
1>InitializeBuildStatus:
|
||||
正在创建“VER25_DEBUG\石器源码.unsuccessfulbuild”,因为已指定“AlwaysCreate”。
|
||||
ClCompile:
|
||||
所有输出均为最新。
|
||||
ResourceCompile:
|
||||
所有输出均为最新。
|
||||
ManifestResourceCompile:
|
||||
所有输出均为最新。
|
||||
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(F:\石器时代\7-sa\sa25.exe) 与 Linker 的 OutputFile 属性值(F:\7-sa\sa25.exe)不匹配。这可能导致项目生成不正确。若要更正此问题,请确保 $(OutDir)、$(TargetName) 和 $(TargetExt) 属性值与 %(Link.OutputFile) 中指定的值匹配。
|
||||
Link:
|
||||
所有输出均为最新。
|
||||
Manifest:
|
||||
所有输出均为最新。
|
||||
FinalizeBuildStatus:
|
||||
正在删除文件“VER25_DEBUG\石器源码.unsuccessfulbuild”。
|
||||
正在对“VER25_DEBUG\石器源码.lastbuildstate”执行 Touch 任务。
|
||||
1>已完成生成项目“J:\Dev\石器时代1\轻石器\CLIENT\石器源码\石器源码.vcxproj”(build 个目标)的操作。
|
||||
|
||||
生成成功。
|
||||
|
||||
已用时间 00:00:00.08
|
||||
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(377,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
|
||||
CharTitle.cpp
|
||||
winlua.cpp
|
||||
c:\users\owner\documents\github\stoneage\石器时代8.5客户端最新源代码\石器源码\mylua\winlua.cpp(193): error C3861: 'TEA解密': identifier not found
|
||||
autil.cpp
|
||||
oft.cpp
|
||||
pat_dat.cpp
|
||||
ohta.cpp
|
||||
ohta_proc.cpp
|
||||
ai_setting.cpp
|
||||
battlemap.cpp
|
||||
battlemenu.cpp
|
||||
battleproc.cpp
|
||||
character.cpp
|
||||
CharSignDay.cpp
|
||||
chat.cpp
|
||||
directdraw.cpp
|
||||
field.cpp
|
||||
font.cpp
|
||||
gamemain.cpp
|
||||
gemini.cpp
|
||||
help.cpp
|
||||
Generating Code...
|
||||
Compiling...
|
||||
ime.cpp
|
||||
login.cpp
|
||||
lssproto_cli.cpp
|
||||
magicitem.cpp
|
||||
main.cpp
|
||||
map.cpp
|
||||
math2.cpp
|
||||
menu.cpp
|
||||
menu2.cpp
|
||||
mouse.cpp
|
||||
netproc.cpp
|
||||
onlinegm.cpp
|
||||
pattern.cpp
|
||||
pc.cpp
|
||||
process.cpp
|
||||
produce.cpp
|
||||
savedata.cpp
|
||||
SDLDraw.cpp
|
||||
shop.cpp
|
||||
c:\users\owner\documents\github\stoneage\石器时代8.5客户端最新源代码\石器源码\system\shop.cpp(738): error C3861: 'TEA解密': identifier not found
|
||||
c:\users\owner\documents\github\stoneage\石器时代8.5客户端最新源代码\石器源码\system\shop.cpp(756): error C3861: 'TEA加密': identifier not found
|
||||
testview.cpp
|
||||
Generating Code...
|
||||
Compiling...
|
||||
Turntable.cpp
|
||||
t_music.cpp
|
||||
Generating Code...
|
||||
|
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/石器源码.tlog/CL.command.1.tlog
Normal file
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/石器源码.tlog/CL.command.1.tlog
Normal file
Binary file not shown.
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/石器源码.tlog/CL.read.1.tlog
Normal file
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/石器源码.tlog/CL.read.1.tlog
Normal file
Binary file not shown.
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/石器源码.tlog/CL.write.1.tlog
Normal file
BIN
石器时代8.5客户端最新源代码/石器源码/VER25_DEBUG/石器源码.tlog/CL.write.1.tlog
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user