These 36 commits are when the Protocol Buffers files have changed:
| Commit: | b16eabd | |
|---|---|---|
| Author: | chntujia | |
Merge remote-tracking branch 'origin/master' revert 平衡改动
The documentation is generated from this commit.
| Commit: | dd2ed71 | |
|---|---|---|
| Author: | chntujia | |
修改投票
| Commit: | 8948b9f | |
|---|---|---|
| Author: | 竹间月 | |
玩家个人信息中增加 “是否在线” 字段
| Commit: | d2ebc82 | |
|---|---|---|
| Author: | 竹间月 | |
补回字段is_started
| Commit: | 7382ae8 | |
|---|---|---|
| Author: | chntujia | |
polling
| Commit: | 3aeaaa0 | |
|---|---|---|
| Author: | chntujia | |
cm01修正
| Commit: | 65978ef | |
|---|---|---|
| Author: | jianm1996 | |
删除了未使用的insert ban消息及函数
| Commit: | e360e4d | |
|---|---|---|
| Author: | jianm1996 | |
CM模式 以及 红蓝蓝红红蓝 的座位模式(SEAT_MODE_RBBRRB) CM模式主体分为两大变动 一、竞选成为队长 在server端: 队长的决定方式是 自由申请成为队长→红队或蓝队有一/多 人申请,则 自动 / (随机选择一个)成为队长,若红蓝某一队无队长,随机从"未选队"但"申请队长"的人中选择。 若仍无人选,红蓝队分配好后再随机决定。 这个逻辑(被我)包括在了 安排队员的函数内,导致即使不是CM模式也会选择队长(虽然没什么用,但或许可以作为一些其他功能的预置,比如投降机制?) 在client端: 原先的”点名“按钮变为了”队长“,代表申请队长,需要新的png图片(playerLeader.png)。 已知BUG:初次登录房间时不会刷新其他角色的这张图片。 二、CM模式选角 在server端: 与BP模式相似的逻辑,加入了新的全局变量(队长ID、本轮是否已决定IB等)。 这部分逻辑比较简陋,应该可以优化,可能存在BUG。 在client端: 对比BP模式,大改了关于options的处理,以及右侧的LOG显示。在字段的处理上可能稍显繁琐。
| Commit: | 33c61b5 | |
|---|---|---|
| Author: | chntujia | |
upgrade to protobuf 3.0.0
| Commit: | 698892d | |
|---|---|---|
| Author: | Gary Chan | |
bp
| Commit: | ef56085 | |
|---|---|---|
| Author: | Gary Chan | |
| Committer: | Gary Chan | |
heartbeat
| Commit: | 410507f | |
|---|---|---|
| Author: | sheep123 | |
ban pick
| Commit: | bdd4d9c | |
|---|---|---|
| Author: | jianm1996 | |
sp魔导师
| Commit: | 0d491f2 | |
|---|---|---|
| Author: | Gary Chan | |
merge CodfiyServerWithDB svn
| Commit: | d5ce2a1 | |
|---|---|---|
| Author: | Gary Chan | |
| Committer: | Gary Chan | |
user account clean
| Commit: | 1fe6d5a | |
|---|---|---|
| Author: | chntujia | |
登录消息
| Commit: | cea4279 | |
|---|---|---|
| Author: | fengyu | |
增加了创建房间的通信协议
| Commit: | 4d6d279 | |
|---|---|---|
| Author: | chntujia | |
宣告不能行动
| Commit: | 1215839 | |
|---|---|---|
| Author: | chntujia | |
选队
| Commit: | 8ee0930 | |
|---|---|---|
| Author: | chntujia | |
废房清理,挂 任意模式
| Commit: | 5669e18 | |
|---|---|---|
| Author: | chntujia | |
lobby
| Commit: | 668348c | |
|---|---|---|
| Author: | chntujia | |
31,默认没开,要开在diceGameServer那里
| Commit: | b44cb88 | |
|---|---|---|
| Author: | chocolate | |
增加了一些消息的协议
| Commit: | 14e01bd | |
|---|---|---|
| Author: | chntujia | |
剑圣死循环修正; 盖牌相关state
| Commit: | a011acb | |
|---|---|---|
| Author: | chntujia | |
扩展UsdCard为CardMsg
| Commit: | 6065082 | |
|---|---|---|
| Author: | chntujia | |
增加StateAttackSkill,StateSpecialSkill,改动StateBeforeAttack、StateAfterAttack,p_before_attack
| Commit: | 933675c | |
|---|---|---|
| Author: | lichaoz | |
blue_energy以及yellow_energy改名为blue_token以及yellow_token
| Commit: | 620908e | |
|---|---|---|
| Author: | chntujia | |
封印,法术技能,专属
| Commit: | 5729f8e | |
|---|---|---|
| Author: | chntujia | |
剑圣写是写完了,额外行动调式的时候报错,待调
| Commit: | 9e045bb | |
|---|---|---|
| Author: | chntujia | |
剑圣代码,未调式; StateAddictionalAction; SkillMsg
| Commit: | a5398d0 | |
|---|---|---|
| Author: | chntujia | |
action协议补上action_type v_allow_action 修正魔弹超时
| Commit: | 5ea24e8 | |
|---|---|---|
| Author: | chntujia | |
虚弱,action、response协议加上card_ids
| Commit: | a2011ce | |
|---|---|---|
| Author: | lichaoz | |
增加UseCard消息
| Commit: | 870fe9b | |
|---|---|---|
| Author: | chntujia | |
超时20s重传 StateSeatArrange改动
| Commit: | cb1e392 | |
|---|---|---|
| Author: | lichaoz | |
更新协议变量名
| Commit: | c441f5d | |
|---|---|---|
| Author: | lichaoz | |
传输协议改用protobuf(漏传的新文件)