编辑“︁
Stendhal code design
”︁
跳转到导航
跳转到搜索
警告:
您没有登录。如果您进行任何编辑,您的IP地址会公开展示。如果您
登录
或
创建账号
,您的编辑会以您的用户名署名,此外还有其他益处。
反垃圾检查。
不要
加入这个!
{{Stendhal code design}}{{Navigation for Stendhal Top|Developing}}__NOTOC__ This page gives a little overview about the Stendhal code. == Development Environment == Stendhal is completely open source. So you can [http://arianne.sourceforge.net/download/stendhal-src.tar.gz download the source code] and have a look. If you plan to modify it and contribute to the project, we suggest that you use the Eclipse IDE and checkout the latest development state from our version control system. There are good [[Configure a development environment (IDE)|tutorials]] to get you started with Eclipse. == Finding your way around the Code == The next step is to find your way around the code. The Stendhal code base is roughly divided into the server, client and a little code that is used by both: * [[Finding your way around the Stendhal Server Code]] * [[Finding your way around the Stendhal Client Code]] * [[Finding your way around the Stendhal Web Client Code]] (early development) == Coding Standards == We try to follow [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html SUN Java code convention], in order to create code that feels familiar to many developers. Despite this: * We use tab for all indentation. (One tab is equivalent to 4 spaces for display purpose.) * We do not stick too closely to line length. * We always use blocks in if-statements and loops, even if the block only consists of one single statement: <code> if (condition) { method(); } </code> Avoid evaluation and assignment in the same line like: * ternary operators, for example in: <code>String y = x==null ? "NULL": x.toString();</code> * post-increment/decrement operators as in: if (idx++ == 10) { ... }
摘要:
请注意,所有对gamedev的贡献均可能会被其他贡献者编辑、修改或删除。如果您不希望您的文字作品被随意编辑,请不要在此提交。
您同时也向我们承诺,您提交的内容为您自己所创作,或是复制自公共领域或类似自由来源(详情请见
Gamedev:著作权
)。
未经许可,请勿提交受著作权保护的作品!
取消
编辑帮助
(在新窗口中打开)
该页面使用的模板:
Template:Br
(
编辑
)
Template:Navigation for Stendhal Top
(
编辑
)
Template:Stendhal code design
(
编辑
)
Template:Stendhal menu for Builders and Hosters
(
编辑
)
Template:Stendhal menu for Contributors
(
编辑
)
Template:Stendhal menu for Developers
(
编辑
)
Template:Stendhal menu for Extenders
(
编辑
)
Template:Stendhal menu for GMs
(
编辑
)
Template:Stendhal menu for Players
(
编辑
)
Template:Stendhal menu for World
(
编辑
)
导航菜单
个人工具
未登录
讨论
贡献
创建账号
登录
命名空间
页面
讨论
不转换
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
臺灣正體
查看
阅读
编辑
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息