手机网游开发需要注意的事项

Posted: 23rd 六月 2010 by admin in phone

1程序

命名规范-java代码规范

提交代码流程:先格式化代码,更新,提交

2美术

png图片名称全英文,要有实际意义

3策划

完整的流程示意图,包括颜色等

网络游戏编程–小道消息

Posted: 23rd 六月 2010 by admin in pc

1网游冒险岛用的mina

手机网游客户端引擎优化

Posted: 11th 六月 2010 by admin in phone

新引擎的优化结果:
1引入了mathFP类,增加对浮点数的处理。
2增加了一个A*寻路方法。
3引入了对象池。
4优化了线程的处理方法。
5修改了协议解析。
6更新了打包方法和预处理方法。
7引入RMS管理。
8资源管理的优化。
9更改按键系统。
10更多游戏的处理。
11增加音乐模块。
12增加短信计费模块。
13更新ui绘制方法和打包方法。

需要加入的功能:
1动态页面的处理
2触摸操作的处理
3脚本的处理
4相关开发工具的处理

html5资料汇总

Posted: 10th 六月 2010 by admin in css,html,js

中文版演示文档:http://directguo.com/html5/

http://revieweb20.com/Speech/Demo/html5.html

http://revieweb20.com/Speech/Demo/css3.html

http://www.w3school.com.cn/html5/index.asp

苹果的http://developer.apple.com/safaridemos/

google 的http://www.html5rocks.com/

关于游戏ui与操作的处理

Posted: 9th 六月 2010 by admin in 项目管理

未完

Eclispe 代码格式化

Posted: 8th 六月 2010 by admin in 项目管理

问题:由于要使用svn,所以组内的成员在代码提交前都需要format.但是Eclipse 默认的format会使得// # 之间产生一个空格。
这样使得目前使用的预处理方法无法正常执行。

解决方法:
参考文章:http://renxiangzyq.javaeye.com/blog/543081
具体步骤:
1 window–>preferences–>java–>formatter
2 new a profile
3 edit the profile–>comments–>unenable line comment formatting