Arianne Project Meeting 2010/Talks: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Madmetzger |
imported>Hendrik Brummermann No edit summary |
||
| (44 intermediate revisions by 5 users not shown) | |||
| Line 16: | Line 16: | ||
; Video : [http://stendhalgame.org/media/2010-03-14-miguel-history-arianne.avi Video] |
; Video : [http://stendhalgame.org/media/2010-03-14-miguel-history-arianne.avi Video] |
||
=== Stendhal |
=== Stendhal: the past three years === |
||
; Speaker : Katie Russell |
; Speaker : Katie Russell |
||
; Language : English |
; Language : English |
||
| Line 62: | Line 62: | ||
; Review : Markus gave a talk on JUnit testing, and managed to make it sound not only vital to the code quality and stability of the project, but even fun too. He demonstrated how continuous integration (our hudson bot) and JUnit testing can work together to notify developers early of any problems. At the end of the talk at least one developer was heard to mutter ''Hm, I should add a test for that method I wrote last week.'' |
; Review : Markus gave a talk on JUnit testing, and managed to make it sound not only vital to the code quality and stability of the project, but even fun too. He demonstrated how continuous integration (our hudson bot) and JUnit testing can work together to notify developers early of any problems. At the end of the talk at least one developer was heard to mutter ''Hm, I should add a test for that method I wrote last week.'' |
||
; Slides: [[:File:Junit.odp]] |
; Slides: [[:File:Junit.odp]] |
||
; Video: [http://stendhalgame.org/media/2010-03-15-markus-junit.avi Video] |
|||
=== How to develop quests in Stendhal === |
=== How to develop quests in Stendhal === |
||
| Line 70: | Line 71: | ||
; Abstract : This talk will explain how to develop quests in Stendhal. It uses the recently added Pied Piper quest as example. |
; Abstract : This talk will explain how to develop quests in Stendhal. It uses the recently added Pied Piper quest as example. |
||
; Review : Yuriy gave a quite wide overview on how to write quests for Stendhal. He showed where to find information on ideas for quests and their coding. Finally he gave an overview of his implemented quest about the pied piper which can be seen as Stendhal's first kind of automatic raid. |
; Review : Yuriy gave a quite wide overview on how to write quests for Stendhal. He showed where to find information on ideas for quests and their coding. Finally he gave an overview of his implemented quest about the pied piper which can be seen as Stendhal's first kind of automatic raid. |
||
; Video: [http://stendhalgame.org/media/2010-03-15-yoriy-quests.avi Video] |
|||
=== Marauroa's Future === |
=== Marauroa's Future === |
||
| Line 76: | Line 78: | ||
; Language : English |
; Language : English |
||
; Target group : Developers |
; Target group : Developers |
||
; Abstract : There |
; Abstract : There are a number of very interesting and complicated things on the feature wish list for Marauroa. As you are probably aware of, KISS (Keep it simple, stupid) is one of the main principles of Marauroa. This of course does not mean that we cannot do complicated things. But it means that complicated things have to be well thought out and should be broken into small parts. In this talk we will present ideas on how to achieve the following "features" and ask for your feedback and suggestions on the issues: |
||
:* No more lag caused by MySQL: A totally asynchronous approach to database access |
:* No more lag caused by MySQL: A totally asynchronous approach to database access |
||
:* How to tunnel the Marauroa protocol over https and why it is more difficult than it seems to be on first glance (e. g. multiplexing with normal web traffic, not wanting to have 127.0.0.1 as client address in the logs) |
:* How to tunnel the Marauroa protocol over https and why it is more difficult than it seems to be on first glance (e. g. multiplexing with normal web traffic, not wanting to have 127.0.0.1 as client address in the logs) |
||
| Line 83: | Line 85: | ||
:* Steps toward cluster-support |
:* Steps toward cluster-support |
||
; Review : Hendrik and Markus together gave a talk on Marauroa's future. This covered both plans achievable in the short term and some more ambitious ideas. It was a talk aimed at developers and there were often questions and comments from the audience, which was really nice. Some of the topics, like |
; Review : Hendrik and Markus together gave a talk on Marauroa's future. This covered both plans achievable in the short term and some more ambitious ideas. It was a talk aimed at developers and there were often questions and comments from the audience, which was really nice. Some of the topics, like asynchronous database access and https multiplexing, seemed like they are both very useful and achievable in the short term. Other plans like the meta model for storing objects and their attributes, values, and relationships, in the database, are really good plans and will need quite a lot of work to be introduced. |
||
; Slides : [[:File:Marauroa's Future.odp]], additional for understanding of the UML: [[:File:Uml.odp]] |
; Slides : [[:File:Marauroa's Future.odp]], additional for understanding of the UML: [[:File:Uml.odp]] |
||
; Video: [http://stendhalgame.org/media/2010-03-15-hendrik-markus-marauroa-future.avi Video] |
|||
== Templates == |
== Templates == |
||