Screenshot
Movie
A screenshot of Stendhal in Semos Bank with a bank chest window open showing lots if items. In the middle of the screenshow a semitransparent play-icon is painted, indicating this image links to a video.
My Account
Best Player
Ogeretal
Level: 597
bleu's hubby
Chat to other users and developers
You can get an IRC client and connect to:

irc.freenode.net (see http://freenode.net for more information) then

Alternatively, you can simply use freenode's webchat service, below. Feel free to change the nick to for example, your player name.

  • #arianne (for ideas, contributions and support)
  • #arianne-chat (for off topic chat not related to Arianne/Stendhal)
If you are new to IRC it is well worth reading this short guide before you join. In particular the section on talking, and entering commands, and the section 'Some advice' may be helpful.
#arianne IRC log

Index of logs

#arianne IRC Log for 2010-08-26

Timestamps are in server time.

00:11-!-edwardthefma [~chatzilla<(a)>shellium/radio-dj/edwardthefma] has joined #arianne
00:11edwardthefmahello all
00:26postman-botxawk rented a sign saying "buy 1 meat 10 money 1 ham 20 money"
00:26edwardthefma?
00:27kiheruhi edwardthefma
00:28kiherupostman-bot forwards some messages from the game here
00:28edwardthefmai think im going to install it
00:29edwardthefmabut it might takes meh a while to figer it all out
00:52Thuruthe engine on stendhal, is that more combat related, or can you do also more things,, like example fishing, cooking, woodcut, whatever?
00:53Thuruanyway non combat things
00:54Thurui go in 5 minits to bed, if there is no answer the i will ask it tomorrow, its now very late in the nite
00:56kymarain stendhal you can fish
00:56kymaraand pick up word, and pan for gold
00:57kymarayou can try the game at http://stendhalgame.org (needs java)
00:57kymarait uses the engine. it's up to you want rules you put on the engine
00:57-!-gummipferd [~yenal<(a)>92.117.1.77] has joined #arianne
00:58Thuruok, thanks
00:59Thurunot only combat, better
00:59Thurui will give it a shot when i have time
00:59kymaraokay
00:59Thuruanyway now time to sleep, have a fine nite everybody
00:59kymaranight
01:00-!-Thuru [~Thuru<(a)>bshellz/supporter/Thuru] has quit []
01:25-!-Bluelads4 [~Bluelads4<(a)>p5B34985A.dip.t-dialin.net] has quit []
01:30-!-gummipferd [~yenal<(a)>92.117.1.77] has quit [Quit: Leaving.]
03:01-!-edwardthefma [~chatzilla<(a)>shellium/radio-dj/edwardthefma] has quit [Read error: Connection reset by peer]
07:23-!-yoriy [~yoriy<(a)>62.182.51.174] has quit [Remote host closed the connection]
08:12-!-shakazulu [~zlaja<(a)>dynamic-203-137-241-92.broadband.blic.net] has joined #arianne
08:13-!-shakazulu [~zlaja<(a)>dynamic-203-137-241-92.broadband.blic.net] has quit [Remote host closed the connection]
08:47CIA-30arianne_rpg: kymara * stendhal/tests/games/stendhal/server/maps/quests/CleanStorageSpaceTest.java: fix broken test : new help message for eonna
08:47kymarathe pied piper test is failing
08:47kymarahttp://stendhalgame.org/hudson/job/stendhal_HEAD/lastCompletedBuild/testReport/games.stendhal.server.maps.quests/ThePiedPiperTest/testAwaitingPhase/
08:47kymarabut that i snot the message i get when i run it
08:47kymarai get an npe in get slot name.
08:48kymarai'll try running it as the whole suite
08:48kymaraok, good, then i get the same message as hudon.
08:50kymaraits an issue in
08:50kymarapublic GameEvent(final String source, final String event, final List<String> params)
08:50kymarathis.params = (String[]) params.toArray(); is the line making teh class cast exception.
08:53kymaraokay i think i worked out how to fix it
08:54CIA-30arianne_rpg: kymara * stendhal/src/games/stendhal/server/ (2 files in 2 dirs): remove List<String> constructor for game event and use comment.toString() instead
08:54kymaracomments was a List<String> before, and i wanted to use the normal constructor
08:54kymarai hope this is right
08:54kymaranow both failing tests on hudson should be fixed (it'd been a feew days I think :/ )
09:00kymara(sorry that link about the failing text prob won't work after hudson is re-run)
09:37hendrikwill that add [ ] around it?
09:38kymarait might, i did a system,out.println to see hwo it looked and that did have the [ ]
09:38kymaralike um [element,element,element]
09:38kymarabut i needed to go to work and i was satisifed at least that the issue was on the way to being fixed?
09:38hendrikokay
09:39kymarai thought the important thing was to demonstrate that a new constructor isn't needed, which you'd already asked about here.
09:39kymarawhat was your idea?
09:40kymarait can take String.... not just String which I think means element,element,element like that
09:41kymarabut i wasn't sure how much was in comments and a 'for' loop seemed ugly
09:41hendriki can have a look tonight.
09:44kymarasorry if i should have left it failing to demonstrate there was still work to do
09:56-!-Bluelads4 [~Bluelads4<(a)>p5B34AD1C.dip.t-dialin.net] has joined #arianne
10:13-!-madmetzger [~madmetzge<(a)>85.214.157.120] has quit [Ping timeout: 264 seconds]
10:26-!-gummipferd [~yenal<(a)>df01ppp232.eplus-online.de] has joined #arianne
10:56-!-Bluelads4 is now known as Blue_away
11:26-!-yoriy [~yoriy<(a)>62.182.51.174] has joined #arianne
11:37-!-madmetzger [~madmetzge<(a)>85.214.157.120] has joined #arianne
11:42kymaraI just noticed this: http://blog.freenode.net/2010/06/group-registration-form-verifications/
11:45-!-Blue_away is now known as Bluelads4
11:50kymaraemailed.
11:52yoriykym, how looks LinkedList.toString()?
11:54hendrikkymara, so there is a little bit of hope now.
11:54kymarahendrik, yes.
11:54kymarayoriy: I don't know without checking.
11:56yoriyok...
11:56kymarai just wanted to fix the failing test and make sure it was working incase noone has a chance to look again before release.
11:58hendrikyoriy, on a quick look it seems that the ClassCastException was not just a failing test but could happen on the server, too.
11:59kymaraaccording to the api LikedList toString would inherit from http://download.oracle.com/javase/1.4.2/docs/api/java/util/AbstractCollection.html
11:59kymarawhich still enclosed the output in [ ]
12:00kymaraso no i don't think that woudl be different to what i have done now, if that's what you meant.
12:01yoriysorry i still didnt read logs, so i dont know about failing test; i will read it now.
12:02hendrikyoriy, the short version: A class cast exception was fixed. But the current code is not a perfect solution.
12:03yoriystrange, i dont remember any casting
12:04yoriyprobably Arrays.asList
12:06kymarathis.params = (String[]) params.toArray();
12:06kymarain the new GameEvent constructor
12:10yoriyyes, i remembered it now, it was from example which i found at one of inet java sites
12:10yoriyi have to sorry for it, i was must to check this code
12:11hendrikparams.toArray(new String[params.length);
12:11kymarahendrik, brackets
12:11kymaraparams.toArray(new String[params.length]))
12:11kymarano still wrong :D
12:11kymaraparams.toArray(new String[params.length])
12:12yoriywell, if current edition is good for db storing, i wont to do any work for msg style :-)
12:12kymarait's not because of the [ ] around them
12:12kymarabut it at least fixed the test and avoided the exception.
12:12kymaraperhaps havign a new constructor is okay after all, but hendrik had asked: why the new one?
12:39-!-gummipferd [~yenal<(a)>df01ppp232.eplus-online.de] has quit [Quit: Leaving.]
13:18-!-raignarok [~raignarok<(a)>p5B32A6D9.dip.t-dialin.net] has joined #arianne
14:14-!-Thuru [~Thuru<(a)>bshellz/supporter/Thuru] has joined #arianne
14:20-!-Thuru [~Thuru<(a)>bshellz/supporter/Thuru] has quit []
14:24-!-Thuru [~Thuru<(a)>bshellz/supporter/Thuru] has joined #arianne
14:33-!-Bluelads4 is now known as Blue_away
14:51-!-raignarok [~raignarok<(a)>p5B32A6D9.dip.t-dialin.net] has quit [Quit: Konversation terminated!]
15:23-!-gummipferd [~yenal<(a)>92.116.48.31] has joined #arianne
17:57-!-Blue_away is now known as Bluelads4
20:14-!-edwardthefma [~chatzilla<(a)>shellium/radio-dj/edwardthefma] has joined #arianne
20:14edwardthefmasup all
20:16hendrikhello
20:17edwardthefma:)
20:19Thuruhello
20:25CIA-30arianne_rpg: nhnb * website/ (content/news.php WriteHTML.php index.php): filter by title
20:37-!-neoneurone [~neoneuron<(a)>2a01:e35:2f2d:7870:226:18ff:fe3a:af4a] has joined #arianne
20:54madmetzgerdid anyone have this exceptions while using head client recently? http://pastebin.com/UfZRRZAd
20:58*Bluelads4 raises her hand
21:02Bluelads4ehm
21:03*kiheru pokes Bluelads4 (why there was no bug report?)
21:03*Bluelads4 puts hands down
21:03Bluelads4it wasn't the same as madmetzger had :D
21:03Bluelads4sorry :D
21:03*Bluelads4 didn't read the lines up to the end
21:04kymarahe was just trying to get you in trouble blue
21:04Bluelads4:(
21:04*Bluelads4 goes into the corner
21:04edwardthefma:)
21:05kiheruthe NPE is really strange. that's a method local variable that is not changed in the the method, and is not null 3 code lines above
21:05edwardthefmawhat kind of recorces dose the engen take up
21:05edwardthefma:)
21:05edwardthefmaon the server
21:25CIA-30arianne_rpg: kymara * stendhal/src/games/stendhal/server/actions/PlantAction.java: adding javadoc and comments
21:27kymaraedwardthefma: it takes up CPU, memory and bandwidth. Many stendhal forks have run the stendhal server from normal home machines
21:27kymaraand off a normal adsl internet connection, say
21:28kymarathe bandwidth was more of a throttle then than cpu and memory, i think
21:28kymarasorry, i don't have any figures to hand about resources
21:28edwardthefmanp
21:30kymarahttp://stendhalgame.org/wiki/Stendhal_Bandwidth is what we have about bandwidth for the stendhal game. but really it would probably depend on your game
21:31kymaraIf you want more benchmarking information please take a look at https://sourceforge.net/projects/arianne/forums/forum/3192/topic/3567934
21:31edwardthefmawell bandwith isint my main consern
21:31edwardthefmamostly cpu rescorces
21:31kymaraand if you want to request some more information perhaps you could comment there?
21:31kymarayes, that's what that thread asked about too
21:32edwardthefmaok
21:32kymarathat thread links to another one with a lot of information
21:32edwardthefma.me thinks that he might limit users logged in at 1 tome
21:33edwardthefmatime XD
21:33kymarayes, there is discussion on that
21:33kymaraMAX_NUMBER_PLAYERS was some constant (see the second forum thread, the one referenced on the first i linked to)
21:35edwardthefmawell now i need to be seeing about compiling suffs in debean XD
22:20-!-martinf [~martin_<(a)>reactos/developer/MartinF] has joined #arianne
22:25-!-gummipferd [~yenal<(a)>92.116.48.31] has quit [Quit: Leaving.]
22:27CIA-30arianne_rpg: nhnb * website/footer.php: removed commented out code
22:32CIA-30arianne_rpg: nhnb * website/xml.php: removed & before new to make it compatible with new php versions
22:54CIA-30arianne_rpg: kiheru * stendhal/src/games/stendhal/client/GameScreen.java: Synchronize view list for sorting. Check that an entity exists before calling getArea. Should fix most of the exceptions of bug [3053722] "NPEs and NoSuchElementExc while killing creature"
23:07CIA-30arianne_rpg: nhnb * website/ (cssdef.css css/cssdef.css): added css for title links
23:19-!-neoneurone [~neoneuron<(a)>2a01:e35:2f2d:7870:226:18ff:fe3a:af4a] has quit [Quit: Leaving]
23:38-!-Thuru [~Thuru<(a)>bshellz/supporter/Thuru] has quit []

These logs of #arianne were automatically created on irc.freenode.net

© 1999-2011 Arianne Project  
Server time: 23:06