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.
Timestamps are in server time.
| 00:11 | -!- | Bluelads4 [~Bluelads4<(a)>p5B34A5E5.dip.t-dialin.net] has quit [] |
| 00:13 | CIA-30 | arianne_rpg: kymara * stendhal/src/games/stendhal/server/maps/quests/ImperialPrincess.java: add a quest history for the kalavan princess herbs quest |
| 00:48 | -!- | gummipferd [~yenal<(a)>46.115.43.221] has quit [Quit: Leaving.] |
| 00:58 | CIA-30 | arianne_rpg: nhnb * stendhal_website/content/scripts/events.php: included username in cache key |
| 01:14 | postman-bot | tiagot rented a sign saying "i sell #chaos #hammer msg to #tiagot and #tiagomt" |
| 03:04 | -!- | yoriy [~yoriy<(a)>62.182.51.174] has quit [Remote host closed the connection] |
| 06:12 | -!- | yoriy [~yoriy<(a)>62.182.51.174] has joined #arianne |
| 08:09 | -!- | shakazulu [~zlaja<(a)>dynamic-171-74-246-188.broadband.blic.net] has joined #arianne |
| 08:31 | CIA-30 | arianne_rpg: nhnb * marauroa/src/marauroa/server/db/UpdateScript.java: rewrote sql statement to initialize characters.timedate to work on more database systems (fixes #3051827) |
| 08:57 | CIA-30 | arianne_rpg: nhnb * stendhal/src/games/stendhal/bot/textclient/TextClientFramework.java: exit on disconnect (fixes #3031339) |
| 09:37 | -!- | Blue_away [~Bluelads4<(a)>p5B34B165.dip.t-dialin.net] has joined #arianne |
| 09:38 | -!- | Blue_away is now known as Bluelads4 |
| 09:53 | hendrik | Bluelads4, https://www.ohloh.net/p/stendhal/contributors?query=&sort=latest_commit |
| 10:11 | Bluelads4 | oops :D |
| 10:23 | -!- | Bluelads4 is now known as blue_cleaning |
| 10:25 | kymara | and that must be a bit out of date as it's just showing 11 |
| 10:30 | hendrik | it's about a day old. |
| 10:40 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/semos/storage/HousewifeNPC.java: Added new help-answer for Semos NPC Eonna (advises Leander the baker and his sandwiches now) |
| 10:43 | blue_cleaning | Phalk does neither have a help nor a job sentence... should that be changed too? |
| 10:52 | kymara | yes please, fleshing out the NPCs is a Good Thing |
| 10:56 | kymara | could you have a look at the snowballs quest texts for me please? |
| 11:00 | blue_cleaning | in game? |
| 11:00 | kymara | i mean the ones you see when you do /listquests |
| 11:00 | kymara | atm it was the FIRST_CHAT stuff |
| 11:00 | kymara | so better sentences shoudl be used |
| 11:01 | kymara | like in the quest histories page i made on the wiki, i added some examples there when i made new histories last night for Tomi and the imperial princess quest |
| 11:01 | kymara | if you go to the bottom of that page you can see the examples |
| 11:08 | blue_cleaning | should I write it into the wiki or directly into the files? |
| 11:09 | hendrik | blue_cleaning, you can try to change it directly in the java code. |
| 11:09 | hendrik | I think that is easy in cases in which there are already the UPPER_CASE_WORDS. It might be too difficult in cases in which there is nothing. |
| 11:10 | kymara | yes, plese look at the snowballs file |
| 11:10 | blue_cleaning | yes I'm having it open at the moment :) |
| 11:10 | kymara | i listed the others where there was already 'garbage words' in upper case like that, too. but hendrik i am not sure the actual logic is correct for them all |
| 11:11 | kymara | so in place of FIRST_CHAT need s abetter sentence about meetign him |
| 11:11 | kymara | in place of DONE, about completing the quest, etc |
| 11:11 | kymara | but still inside some " " |
| 11:12 | kymara | in LearnAboutKarma is a very simple one. |
| 11:15 | blue_cleaning | I'll test now if I did it right :D |
| 11:18 | kymara | :) |
| 11:19 | blue_cleaning | well it doesn't work :D so I made something wrong |
| 11:19 | * | blue_cleaning will check about it again |
| 11:20 | kymara | do you still see FIRST_CHAT etc? |
| 11:21 | blue_cleaning | no, I just see a blank line |
| 11:21 | kymara | okay |
| 11:21 | kymara | can you compare the file you changed to the file as it was before? |
| 11:22 | kymara | with teh synchronise or compare? |
| 11:22 | kymara | maybe a final 'return res;' at the end went missing- or do you see a server log error? |
| 11:36 | blue_cleaning | hehe I did everything right :D |
| 11:36 | blue_cleaning | thank you madmetzger :D |
| 11:36 | blue_cleaning | I just typed the wrong questname in for listquests |
| 11:36 | blue_cleaning | snowballs instead of Snowballs |
| 11:37 | kymara | okay |
| 11:37 | kymara | that needs work anyway |
| 11:38 | kymara | having to type HelpTomi not HelpTomi is counter intuitive for players |
| 11:38 | kymara | *not Help Tomi |
| 11:38 | kymara | but anyway it will eventually be all gui |
| 11:38 | blue_cleaning | :) |
| 11:38 | blue_cleaning | should I commit the changes I made now? |
| 11:39 | -!- | Netsplit *.net <-> *.split quits: shakazulu |
| 11:39 | kymara | yes please if you are happy |
| 11:40 | -!- | Netsplit over, joins: shakazulu |
| 11:43 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/quests/Snowballs.java: Added quest history for /listquests Snowballs |
| 11:43 | kymara | excellent |
| 11:44 | blue_cleaning | :) I hope that it's okay like that :) |
| 11:53 | kymara | what about rejected? can you check to see if there's ever an option for rejecting him? (do we set quest state to rejected?) |
| 11:53 | kymara | that's still in there in capitals |
| 11:53 | kymara | what you've done lokos really nice, thank you |
| 11:56 | blue_cleaning | yes you can reject it |
| 11:58 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/quests/Snowballs.java: Added quest history line "Rejected" for /listquests Snowballs |
| 11:58 | blue_cleaning | there it is :) |
| 12:03 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/semos/mines/DwarfGuardianNPC.java: Added new help- and jobanswer for Semos NPC Phalk (help answer advertises Harold) |
| 12:04 | blue_cleaning | now I'll be really away to clean up before my parents will return :D |
| 12:05 | kymara | okay thank you |
| 12:19 | -!- | shakazulu [~zlaja<(a)>dynamic-171-74-246-188.broadband.blic.net] has quit [Remote host closed the connection] |
| 14:52 | -!- | miasma_ [~Miranda<(a)>p5B2B295B.dip0.t-ipconnect.de] has joined #arianne |
| 15:56 | -!- | blue_cleaning is now known as Bluelads4 |
| 16:07 | Bluelads4 | can I add some other quest histories as well? |
| 16:07 | kymara | please do |
| 16:08 | kymara | i made that page for people who dont have eclipse to be able to add sentences there in that structure |
| 16:08 | Bluelads4 | ok :) |
| 16:08 | kymara | but if you want to do it direct in eclipse you can |
| 16:08 | Bluelads4 | I'll give it a try :) |
| 16:08 | kymara | they aern't all like snowballs which had the blank ones like FIRST_CHAT |
| 16:08 | kymara | i listed those which are like it on the page though |
| 16:24 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/quests/TakeGoldforGrafindle.java: Added quest history for /listquests TakeGoldforGrafindle |
| 16:26 | kymara | btw when i tested the listquests i tested it also at each stage of the quest |
| 16:26 | kymara | not just when i'd done the whoel thing |
| 16:26 | hendrik | http://sourceforge.net/blog/project-web-call-for-testers/ Should we apply? |
| 16:26 | Bluelads4 | I did that too with the grafindle quest as though as I wasn't sure if everything will be shown :) |
| 16:26 | kymara | okay, cool |
| 16:38 | -!- | gummipferd [~yenal<(a)>109.250.231.48] has joined #arianne |
| 16:43 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/quests/MeetHackim.java: Added quest history for /listquests MeetHackim |
| 16:44 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/quests/NewsFromHackim.java: Added quest history for /listquests NewsFromHackim |
| 16:57 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/quests/MeetHayunn.java: Added quest history for /listquests MeetHayunn |
| 17:04 | Bluelads4 | oh the HerbsForCarmen quest doesn't have an "accepted" quest state |
| 17:04 | Bluelads4 | just a rejected one |
| 17:05 | Bluelads4 | so when I'm accepting it, listquests is just showing the "first-chat" state |
| 17:05 | kymara | okay, all quests are a bit different. she might set you onto 'start' or soemthing |
| 18:26 | -!- | plassy [~quassel<(a)>ip-109-42-46-134.web.vodafone.de] has joined #arianne |
| 19:02 | -!- | yoriy [~yoriy<(a)>62.182.51.174] has quit [Remote host closed the connection] |
| 19:20 | -!- | gummipferd [~yenal<(a)>109.250.231.48] has quit [Quit: Leaving.] |
| 21:03 | CIA-30 | arianne_rpg: bluelads99 * stendhal/src/games/stendhal/server/maps/ados/ (8 files in 3 dirs): Added new descriptions for different Ados NPCs |
| 21:33 | postman-bot | fhunter rented a sign saying "Happy Year everyone!" |
| 21:34 | -!- | plassy [~quassel<(a)>ip-109-42-46-134.web.vodafone.de] has quit [Remote host closed the connection] |
| 21:57 | CIA-30 | arianne_rpg: kymara * stendhal/src/games/stendhal/server/maps/quests/MeetHayunn.java: keep the sentences to be 'in game' |
| 21:57 | CIA-30 | arianne_rpg: kymara * stendhal/src/games/stendhal/server/maps/quests/TakeGoldforGrafindle.java: minor text corrections to the getHistory part |
| 22:32 | kymara | i'm confused by elcipse |
| 22:32 | kymara | i made some changes and eclipse does think they are changes |
| 22:32 | kymara | but synchronise says there is nothing changes |
| 22:32 | kymara | and commit says no changes :( |
| 22:33 | kymara | so i cannot commit them |
| 22:33 | hendrik | please right click the file in the package explorer and select Compare with | latest from head. |
| 22:33 | kymara | it's a whole filder |
| 22:33 | kymara | i changed quite a few files |
| 22:33 | kymara | shall i do that on one file? |
| 22:33 | hendrik | yes |
| 22:34 | kymara | yes, that sees the change |
| 22:34 | kymara | i restarted eclipse already and it's the same |
| 22:34 | hendrik | please try to right click | team | commit. |
| 22:34 | kymara | i have |
| 22:35 | kymara | like i said it says the selected resources dont' contain changes |
| 22:35 | kymara | if i select every file individually i can |
| 22:35 | kymara | i guess i have to do that :/ |
| 22:36 | hendrik | in the package explorer all files and folders known to cvs have a little yellow cylinder in the icon in front of them. |
| 22:36 | kymara | yes, they do. |
| 22:36 | hendrik | can you see it? is that on there on te folder? |
| 22:36 | kymara | yes |
| 22:36 | CIA-30 | arianne_rpg: kymara * stendhal/src/games/stendhal/server/maps/semos/ (6 files in 5 dirs): minor grammar/spelling corrections |
| 22:36 | kymara | lke i said eclipse knows they are changed |
| 22:36 | kymara | it shwos the > |
| 22:36 | kymara | i just selected them all indivudally to do it |
| 22:37 | kymara | but i don't know why doing it from src/games/stendhal/server/maps/semos/ would not work |
| 22:37 | hendrik | sorry, no idea. |
These logs of #arianne were automatically created on irc.freenode.net