Timestamps are in GMT/BST.
[0:10] * love_puppet (n=gizmo_th@adsl-67-29-81.owb.bellsouth.net) has joined #arianne
[0:27] * love_puppet (n=gizmo_th@adsl-67-29-81.owb.bellsouth.net) Quit ("blarg")
[0:41] * Mein_Dino (n=fkdjgs@91-66-89-160-dynip.superkabel.de) Quit ()
[2:30] <CIA-50> arianne_rpg: tigertoes * stendhal/src/games/stendhal/server/maps/quests/houses/HouseTax.java: fix bug 2785358 - added space
[3:11] * Darren (n=Blood@82.103.71.20) has joined #arianne
[3:45] * Darren (n=Blood@82.103.71.20) Quit (Read error: 104 (Connection reset by peer))
[6:19] * Ci-Dev_ (n=ci-dev@84.189.228.248) has joined #arianne
[6:23] * Ci-Dev (n=ci-dev@p54BDCC6E.dip.t-dialin.net) Quit (Read error: 60 (Operation timed out))
[7:44] * puppet_master (n=scott372@adsl-67-29-81.owb.bellsouth.net) has joined #arianne
[7:44] * puppet_master is now known as puppet-away
[8:06] * puppet-away (n=scott372@adsl-67-29-81.owb.bellsouth.net) Quit (Read error: 60 (Operation timed out))
[8:29] <postman-bot> finix rented a sign saying "I will buy xeno sword"
[9:29] * erdnuggel (n=blub@p5DD42DB2.dip.t-dialin.net) has joined #arianne
[9:38] <postman-bot> erdnuggel rented a sign saying "who sell“s me an aventail? msg me ;o)"
[9:42] <CIA-50> arianne_rpg: kymara * stendhal/tiled/tileset/item/pot/ (7 files):
[9:42] <CIA-50> arianne_rpg: replace black outline with one closer to colour of each image, as else these don't look like map images but items. make interior hole at top of pots more circular, was a little angular
[9:42] <CIA-50> arianne_rpg: before. added gradients inside the shadow and corrected detailing to make the pots look more round (less angular)
[9:42] <CIA-50> arianne_rpg: kymara * stendhal/tiled/tileset/item/pot/pots_elegant.png: reduced contrast
[9:43] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/nalwor/pottery.tmx: add top half of pot to some missing it, put black floor under door
[9:46] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/nalwor/pottery.tmx: noticed another thing: a table with only one leg. add the brick base instead which looks better and put this under furnace too
[10:14] <CIA-50> arianne_rpg: kymara * stendhal/src/games/stendhal/ (2 files in 2 dirs): correct spelling mistakes and incomplete sentences in error messages (loggers and those sent to player)
[10:15] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/ados/house_75.tmx: a new ados house interior
[10:19] <kymara> does compile_stendhaltools work correctly for anyone?
[10:19] <kymara> i mean ant compile_stendhaltools
[10:19] <kymara> i get an error from src/games/stendhal/tools/playerUpdate/UpdatePlayerEntities.java and an error from src/games/stendhal/server/trade/Offer.java
[10:19] <kymara> i want to run ant updatemaps but it requires the tools to be compiled
[10:21] <erdnuggel> comile_stendhaltools?
[10:21] <erdnuggel> *compile
[10:23] <kymara> yes, i didnt know you had ant on your system?
[10:23] <kymara> i meant "ant compile_stendhaltools"
[10:23] <erdnuggel> hmm
[10:23] <erdnuggel> I dont know it too ;)
[10:24] <kymara> ok. well it was a question to those who have stendhal code checked out, so don't worry if you dont :)
[10:24] <erdnuggel> hehe ok :)
[10:28] * erdnuggel (n=blub@p5DD42DB2.dip.t-dialin.net) Quit ()
[10:59] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/ados/ (74 files): ran ant update maps to remove unused tilesets
[11:11] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/ados/house_73.tmx: fix collision, add an iron bench and a fairypool for interest
[11:14] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/ados/buraucrazy_1.tmx: use correct tile for protection layer (unimportant, but confusing otherwise)
[11:16] <kymara> (the stendhal tools issue with ant isnt fixed, i'm using the eclipse pre built class now, and a script as running through eclipse means i have to input the map names manually, so i dont want to do that) i'll make a bug report
[11:17] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/kalavan/ (32 files): ran ant update maps to remove any unused tilesets
[11:38] <postman-bot> nikomicho rented a sign saying "I buy xeno cloak"
[12:23] * madmetzger (n=markus@p5B03FBF0.dip.t-dialin.net) has joined #arianne
[12:44] * kymara (n=katie@afrodite.yok.utu.fi) Quit (Remote closed the connection)
[12:50] <CIA-50> arianne_rpg: kymara * stendhal/src/games/stendhal/server/maps/quests/houses/HouseTax.java:
[12:50] <CIA-50> arianne_rpg: fix bug 2785345 tax man is greedy, problem was an int * int * int (which later
[12:50] <CIA-50> arianne_rpg: became long anyway) overflowed before it got added to the long. with the smaller
[12:50] <CIA-50> arianne_rpg: values for testing there was no overflow, that's why it worked ok in test but
[12:50] <CIA-50> arianne_rpg: not with the real values. left in some debugging as logger.debug and also
[12:50] <CIA-50> arianne_rpg: changed the way message is sent to postman, MrTaxman not Mr Taxman (just incase
[12:50] <CIA-50> arianne_rpg: the space matters to postman)
[12:51] * kymara (n=katie@afrodite.yok.utu.fi) has joined #arianne
[12:58] <CIA-50> arianne_rpg: kymara VERSION_00_RELEASE_73 * stendhal/src/games/stendhal/server/maps/quests/houses/HouseTax.java: backport fix
[13:03] <postman-bot> Administrator SHOUTS: Hi, the server needs a restart for a bugfix please be ready to logout in 3 minutes, thanks for your patience
[13:07] <postman-bot> Administrator SHOUTS: Hi, the server needs a restart for a bugfix so it is shutting down now, please logout. Thanks for playing Stendhal.
[13:08] * postman-bot (n=postman@h1400878.stratoserver.net) Quit (Remote closed the connection)
[13:08] * postman-bot (n=postman@h1400878.stratoserver.net) has joined #arianne
[13:09] * postman-bot (n=postman@h1400878.stratoserver.net) Quit (Remote closed the connection)
[13:09] * postman-bot (n=postman@h1400878.stratoserver.net) has joined #arianne
[13:10] * Mein_Dino (n=fkdjgs@91-66-89-160-dynip.superkabel.de) has joined #arianne
[13:10] <kymara> tigertoes and love puppet i manually fixed your house portal's expire time now.
[13:11] <kymara> (in fact every time you paid the overflow problem got worse, and i saw in testing that your house would have been repossessed the next day or next server reset, had it not been manually fixed :P )
[13:11] <kymara> well maybe not tig's but almost certainly love puppets
[13:19] <kymara> [14:18] <Mr Taxman> Hello. What do you want?
[13:19] <kymara> [14:18] <kymara> pay
[13:19] <kymara> [14:18] <Mr Taxman> Do you want to pay your taxes now?
[13:19] <kymara> [14:18] <kymara> yes
[13:19] <kymara> [14:18] <Mr Taxman> Thank you! You have paid your taxes of 1000 money for the last 1 month.
[13:19] <kymara> [14:18] <kymara> pay
[13:19] <kymara> [14:18] <Mr Taxman> According to my records you don't currently owe any tax. House owners will get notified by myself through the postman as soon as they owe money.
[13:29] <kymara> incase anyone interested in marauroa reads logs, we have an interesting bug report https://sourceforge.net/tracker/index.php?func=detail&aid=2784127&group_id=1111&atid=101111 about a zombie creature, where the associated error in logs was server.log.2009-04-30:2009-04-30 05:02:21 ERROR [Timer-0 ]
[13:29] <kymara> MarauroaUncaughtExceptionHandler( 68) - Exception in thread Timer-0
[14:33] * erdnuggel (n=blub@p5DD42DB2.dip.t-dialin.net) has joined #arianne
[15:47] * love_puppet (n=scott372@adsl-67-194-147.owb.bellsouth.net) has joined #arianne
[15:49] <kymara> madmetzger: did you read logs today? there was an error in compilin g stendhaltools to do with Offer and UpdatePlayer, are both those ''yours''?
[15:49] <kymara> i made a bug report
[15:50] <kymara> https://sourceforge.net/tracker/?func=detail&aid=2785511&group_id=1111&atid=101111
[15:50] <kymara> also there are some warning messages about shop in semos tavern i noticed, will these be able to be removed when we are getting ready for any release?
[16:12] <CIA-50> arianne_rpg: kymara * stendhal/doc/CHANGES.txt: add changes made since release of 0.73
[16:16] <madmetzger> kymara: i read the e-mail from the bug report
[16:16] <madmetzger> but this weekend is full of activity for me
[16:16] <madmetzger> and yes, both are "mine". i will have a look.
[16:16] <madmetzger> should only be a class path issue
[16:19] <kymara> ok. its just i wanted to use a different tool (not related to any of the ones failing) and i had difficulties as using elcipse one had to input every file you wanted it to scan manually
[16:20] <kymara> it doesnt matter now but it'd be good if it was fixed sometime later
[16:20] <madmetzger> yes, it should be fixed. but atm i have not that much time...
[16:21] <madmetzger> i think i can have a look on monday or tuesday evening
[16:28] <kymara> ok
[16:44] * erdnuggel (n=blub@p5DD42DB2.dip.t-dialin.net) Quit ()
[17:43] * Disconnected.
[17:43] -NickServ- This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify <password>.
[17:43] * _eye_fill_in (n=PircBot@80.171.13.1) has joined #arianne
[17:43] * Topic is 'Stendhal 0.73 and Marauroa 2.6.1 released: http://arianne.sourceforge.net/?arianne_url=games/game_stendhal#downloadsection][ public server: http://stendhal.game-host.org ][ want to chat?: /join #arianne-chat ] [ ANY QUESTIONS?: Just ask them and stick around in the channel, maybe an answer will pop up later ]'
[17:43] * Set by kymara on Tue Mar 31 18:35:38 CEST 2009
[17:43] [freenode-connect VERSION]
[17:46] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/ados/house_76.tmx: adding a new house for ados
[19:13] * Ci-Dev_ is now known as Ci-Dev
[20:40] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/kirdneh/ (36 files): maps tidyup with the MapUpdater, removing unusued tilesets etc
[21:41] <CIA-50> arianne_rpg: kymara * stendhal/src/games/stendhal/common/NotificationType.java: new notification type called support, the colour is a strong orange, it is (in my testing) readable against the chat log
[21:42] <CIA-50> arianne_rpg: kymara * stendhal/src/games/stendhal/server/ (2 files in 2 dirs):
[21:42] <CIA-50> arianne_rpg: colour supportanswers to the player in the colour of SUPPORT (orange). colour
[21:42] <CIA-50> arianne_rpg: messages sent to supporters orange also, so supporters see supportanswers,
[21:42] <CIA-50> arianne_rpg: support qus, jail, gag and ban messages more obviously against the rest of
[21:42] <CIA-50> arianne_rpg: client text
[21:43] <kymara> forgot to say, that for colouring supportanswer sent to the player who asked for help, that was feature request 2753004
[21:43] <kymara> there you go dino
[21:44] <kymara> please note that for testing this an uptodate client from cvs would be needed as it is a new notification colour, this orange (the existing one used for information is too yellow and hard to read). if you use existing client 0.73 you see grey only and a warning message will appear in client logs
[21:46] <kymara> new client would be available approx 7 hours from now at http://xplanner.homelinux.net/files/ grab the stendhal 0.73 zip dated 02 may 2009 about 5am
[22:58] * love_puppet (n=scott372@adsl-67-194-147.owb.bellsouth.net) Quit (Read error: 104 (Connection reset by peer))
[22:58] * love_puppet (n=scott372@adsl-67-194-147.owb.bellsouth.net) has joined #arianne
[23:08] * Ci-Dev_ (n=ci-dev@p54BDE4F8.dip.t-dialin.net) has joined #arianne
[23:11] <CIA-50> arianne_rpg: kymara * stendhal/tiled/interiors/ados/house_77.tmx: new house for ados
[23:15] <postman-bot> finix rented a sign saying "I want to buy xeno sword or better weapon. Good money"
[23:21] * Ci-Dev (n=ci-dev@84.189.228.248) Quit (Read error: 110 (Connection timed out))
[23:27] * Ci-Dev_ is now known as Ci-Dev
[23:27] * love_puppet (n=scott372@adsl-67-194-147.owb.bellsouth.net) Quit (Read error: 104 (Connection reset by peer))
[23:40] * erdnuggel (n=blub@p5DD42DB2.dip.t-dialin.net) has joined #arianne
[23:49] * erdnuggel (n=blub@p5DD42DB2.dip.t-dialin.net) Quit ()
These logs were automatically created by _eye_fill_in on irc.freenode.net using the Java IRC LogBot.