搜索结果

跳转到导航 跳转到搜索
查看(上20条 | )(20 | 50 | 100 | 250 | 500

页面标题匹配

  • The Arianne project currently uses CVS and Git to manage source code. : Server: arianne.cvs.sf.net …
    3 KB(375个字) - 2020年4月21日 (二) 17:20
  • == Writing your own game based on Arianne / Marauroa == …[[HowToWriteAdventureGamesUsingArianne|How to write adventure games using Arianne]] (concept) …
    654字节(88个字) - 2020年4月21日 (二) 17:20
  • …ver, is dormant. You may want to have a look at [[How to write games using Arianne]] for more recent documentation. =How to write a game using Arianne= …
    75 KB(11,838个字) - 2020年4月21日 (二) 17:20

页面内容匹配

  • == Writing your own game based on Arianne / Marauroa == …[[HowToWriteAdventureGamesUsingArianne|How to write adventure games using Arianne]] (concept) …
    654字节(88个字) - 2020年4月21日 (二) 17:20
  • There are several things that make Arianne different from commercial engines and other open source engines. * Arianne is '''all''' open source: No hidden parts …
    641字节(92个字) - 2020年4月21日 (二) 17:20
  • …works? Do you want to develop with us? Do you want to create a game using Arianne? Read these documents and if you have any questions or comments on them ple …
    496字节(68个字) - 2020年4月21日 (二) 17:20
  • The Arianne project currently uses CVS and Git to manage source code. : Server: arianne.cvs.sf.net …
    3 KB(375个字) - 2020年4月21日 (二) 17:20
  • == Arianne Project == ; What is Arianne? …
    3 KB(509个字) - 2020年4月21日 (二) 17:20
  • …ersion, {{version}} at the downloads page, http://arianne.sourceforge.net/?arianne_url=games/game_stendhal#downloads You can also use Git, but that code is ac …ve to do is goto the main stendhal page at http://arianne.sourceforge.net/?arianne_url=games/game_stendhal and click on the "Play" image. …
    2 KB(331个字) - 2020年4月20日 (一) 21:24
  • Hi and thanks for your interest in joining Arianne. …uld only read this if you are interested in joining as a core developer of Arianne. …
    6 KB(1,051个字) - 2020年4月21日 (二) 17:20
  • == What is Arianne? == …lients are coded using Java and C in order to achieve maximum portability. Arianne's server is totally client agnostic making it very modifiable. …
    8 KB(1,374个字) - 2020年4月21日 (二) 17:20
  • URI: ssh://USERNAME@arianne.git.sourceforge.net/gitroot/arianne/marauroa.git [[Arianne Source Code Repositories]] …
    2 KB(373个字) - 2020年4月21日 (二) 17:20
  • ; Arianne : [[Main Page|Arianne]] is the umbrella project currently developing [[Marauroa]], [[Stendhal]]… :* [[FAQ|Arianne FAQ]] …
    4 KB(588个字) - 2020年4月21日 (二) 17:20
  • *Finally if you wish to submit a patch for any arianne project, please see the relevant entry in the [[Stendhal FAQ]]. …
    1 KB(224个字) - 2023年6月22日 (四) 09:23
  • = History of Arianne = Arianne is a project with a huge story behind it. …
    17 KB(3,010个字) - 2020年4月21日 (二) 17:20
  • This is our humble contribution to anyone that has ever worked on Arianne.<br> …st at [http://sourceforge.net/project/memberlist.php?group_id=1111 project arianne on sourceforge] and for the [[Marauroa]] and [[Stendhal]] subprojects, deta …
    8 KB(1,113个字) - 2020年4月21日 (二) 17:20
  • * Stay true to the [[Marauroa Features|Arianne principles]] …
    2 KB(269个字) - 2020年4月21日 (二) 17:20
  • 这个指南可能会过时或出错,所以如果你有什么困难,请在IRC server <tt>irc.freenode.net</tt>,频道<tt>#arianne</tt>上联系我们。请让我们知道哪些步骤是失败的,并提供链接到特定的页面。 …
    2 KB(81个字) - 2020年4月20日 (一) 21:58
  • …ots like postman have to get approval on [irc://irc.freenode.net/#arianne #arianne]) …
    7 KB(1,126个字) - 2023年6月22日 (四) 09:15
  • …anneAPIExample]]. 您可以在我们的游戏教程中阅读有关使用Python进行开发的更多信息。 [[HowToWriteGamesUsingArianne]]. Please note that Python support is dormant. 属性是存储在列表中的数据对. 每个属性由 ''name'' 和 ''value'' 元素组成. 属性是在Arianne中存储数据的标准方式. 一个属性的例子是您的年龄, 即 name="age" 和 value=21 …
    12 KB(1,074个字) - 2020年4月28日 (二) 08:56
  • 本文档是一个教程,它将帮助您使用Arianne系统和Java2D开发多人在线游戏。 Arianne是一个多人在线游戏框架和引擎,用于开发基于回合的实时游戏。它提供了一种在可移植和健壮的服务器架构上创建游戏的简单方法。服务器Marauroa是用Java …
    28 KB(1,325个字) - 2022年6月3日 (五) 23:36
  • …ver, is dormant. You may want to have a look at [[How to write games using Arianne]] for more recent documentation. =How to write a game using Arianne= …
    75 KB(11,838个字) - 2020年4月21日 (二) 17:20
  • …a移植到另一种编程语言,则需要知道如何精确地序列化消息. 最简单的学习方法是查看 [http://arianne.cvs.sf.net/viewvc/arianne/marauroa/src/marauroa/common/net/message source code] 中的 readObject() 和 wri …inRequestKey]. 服务器检查每个消息中隐式包含的协议版本. 如果兼容,它会回复一个 [https://sourceforge.net/p/arianne/marauroa/ci/master/tree/src/marauroa/common/net/message/MessageS2CLoginSend …
    13 KB(1,745个字) - 2020年4月29日 (三) 17:47
查看(上20条 | )(20 | 50 | 100 | 250 | 500