Config
Log for #openttdcoop.devzone on 10th June 2009:
Times are UTC Toggle Colours
01:33:23  <Brot6> Backup done! (Usage: 53M)
01:33:23  <Brot6> I'm mentally OVERDRAWN! What's that SIGNPOST up ahead? Where's ROD STERLING when you really need him?
03:23:26  *** andythenorth has joined #openttdcoop.devzone
03:28:11  *** andythenorth has quit IRC
06:58:10  *** andythenorth has joined #openttdcoop.devzone
07:12:49  *** andythenorth has quit IRC
07:21:24  *** andythenorth has joined #openttdcoop.devzone
07:44:50  *** andythenorth_ has joined #openttdcoop.devzone
07:45:50  *** andythenorth has quit IRC
07:57:57  *** andythenorth_ has quit IRC
08:02:47  *** andythenorth has joined #openttdcoop.devzone
08:26:35  *** andythenorth has quit IRC
08:39:51  *** andythenorth has joined #openttdcoop.devzone
09:02:45  *** FooBar_ has joined #openttdcoop.devzone
09:05:21  *** andythenorth has quit IRC
09:07:24  <planetmaker> http://mz.openttdcoop.org/opengfx/newgrf.php?1=0:1,679:770,774,1251:1274 <-- Ammler, what's the 2nd and 3rd column on the right?
09:07:30  *** andythenorth has joined #openttdcoop.devzone
09:08:03  <Ammler> 32bpp normal and extra-zoom
09:08:44  <Ammler> but only from the complete package
09:08:53  <Ammler> didn't add the newer ones.
09:10:57  <planetmaker> ah, ok. thanks
09:35:41  <XeryusTC> hehe
09:36:03  <XeryusTC> I now need a way to determine the winners of a coopetition game
09:37:33  <Ammler> if (one_of_the_player = "Ammler"); $WINNER="Ammler"
09:37:50  <Ammler> isn't that simple?
09:39:25  <XeryusTC> yes, i already thought of that
09:39:32  <XeryusTC> but what happens if you are not one of the players?
09:40:41  <Ammler> yeah, that might be more complicate
12:05:24  <XeryusTC> hmm
12:05:36  <XeryusTC> calculating all this stuff is fiddly :o
12:06:33  <XeryusTC> it costs me like 30 lines to calculate just the ELO expectancy for all teams in a game
12:06:57  <XeryusTC> although that includes retreiving the current rating for every team from the DB :o
13:09:25  <andythenorth> planetmaker: got a merge issue
13:09:57  <Ammler> did you pull before?
13:10:02  <andythenorth> I had some local changes and commits but didn't push them yet.  I did hg pull -u first
13:10:07  <andythenorth> then I tried hg push
13:10:20  <andythenorth> abort: push creates new remote heads!
13:10:20  <andythenorth> (did you forget to merge? use push -f to force)
13:10:43  <Ammler> run hg heads
13:10:58  <Ammler> if you got 2 heads, you know why
13:11:03  <andythenorth> yup two changesets
13:11:10  <Ammler> so you need to merge
13:11:16  <Ammler> hg merge
13:11:27  <andythenorth> pdq2s-macbook-2:heqs_build andy$ hg merge
13:11:27  <andythenorth> abort: outstanding uncommitted merges
13:11:39  <Ammler> well, then commit first :P
13:12:29  <andythenorth> worked.
13:13:36  <Brot6> ::DevZone:: Heavy Equipment Set - Revision 39: Change: adding more No. 6 bulldozer variations (in progress) @ http://dev.openttdcoop.org/projects/heqs/repository/revisions/39 (by andythenorth)
13:13:36  <Brot6> ::DevZone:: Heavy Equipment Set - Revision 40: Change: finished No.6 black cab in bulldozers.psd @ http://dev.openttdcoop.org/projects/heqs/repository/revisions/40 (by andythenorth)
13:13:36  <Brot6> ::DevZone:: Heavy Equipment Set - Revision 41: Cleanup: some merge things I am learning @ http://dev.openttdcoop.org/projects/heqs/repository/revisions/41 (by andythenorth)
13:13:56  <planetmaker> btw, I'll be offline till probably Tuesday night, maybe Wednesday night.
13:14:12  <andythenorth> okey dokey.  and errr....help! :P
13:14:17  <andythenorth> have fun?
13:14:23  <planetmaker> yep :) just so you know. Yes, I'll have.
13:14:26  <planetmaker> A wedding in Pisa
13:15:08  <Ammler> andythenorth: http://mz.openttdcoop.org/hg/heqs/graph
13:15:29  <Ammler> in Pisa?
13:15:43  <andythenorth> graph makes sense
13:15:46  <Ammler> andythenorth: you should pull before commit
13:16:07  <Ammler> then you wouldn't have needed to merge
13:16:21  <andythenorth> everytime?  Ok
13:16:35  <planetmaker> Ammler, yes, the wedding takes place in Pisa. I'll drive through Switzerland on Friday :)
13:16:54  <Ammler> yes, we will fency our childrens
13:17:06  <planetmaker> yes, better do. They're in big danger.
13:17:12  <Ammler> :-D
13:17:14  <planetmaker> hr hr :P
13:18:51  <Ammler> andythenorth: merge commit should be something like "Merge: Makefile changes of planetmaker" or so
13:19:11  <planetmaker> :) yup.
13:19:54  <planetmaker> I usually always do a "hg pull -u" immediately before I commit.
13:20:22  <planetmaker> and - if successfull - I'll do commit and push in one line:
13:20:41  <planetmaker> hg ci -m "Change: my funny, useless changes" && hg push
13:20:46  <Ammler> which makes sense if you are online
13:30:20  <andythenorth> balls, my renum.exe won't execute :(
13:34:58  <andythenorth> I've reverted to renum 3.4.6 which *appears* to work.  r2116 is tripping up in wine.
13:37:47  <planetmaker> uh?
13:38:17  <planetmaker> what does 'won't execute' mean?
13:43:37  <andythenorth> winewrapper.exe:error: cannot execute L"\"C:\Program Files\grfcodec_0.9.10-win Folder\renum.exe\""
13:43:53  <Ammler> planetmaker: keep attention, so you don't get pressed from the tower.
13:44:09  <Ammler> I guess, it is ready to fall
13:44:19  <planetmaker> haha :)
13:45:28  <planetmaker> andythenorth, seems to be a wine problem then...
13:45:47  <andythenorth> :\
13:49:44  <Ammler> andythenorth: are you familiar with linux?
13:49:53  <andythenorth> nope
13:50:47  <Ammler> hmm, I will finish today the nightly/release farm
13:52:28  <Ammler> then you will be able to order the server to build for you.
13:57:19  <planetmaker> nice :)
13:58:57  <Ammler> created version 1.0.2 for 2cc
13:59:07  <Ammler> and moved the open bugs there
13:59:13  <Ammler> already 3 :-o
14:00:14  <planetmaker> :P
14:00:32  <planetmaker> yeah. But wagons will have to wait still... till next week or maybe even 2nd next.
14:38:35  <Brot6> ::DevZone:: Heavy Equipment Set - Revision 42: Feature: additional sprites for No. 6 bulldozer (>1993) @ http://dev.openttdcoop.org/projects/heqs/repository/revisions/42 (by andythenorth)
14:46:09  <Brot6> ::DevZone:: Heavy Equipment Set - Revision 43: Cleanup: removed No. 6 bulldozer logging version sprites (look... @ http://dev.openttdcoop.org/projects/heqs/repository/revisions/43 (by andythenorth)
15:13:08  *** CIA-6 has quit IRC
15:13:18  *** CIA-6 has joined #openttdcoop.devzone
15:21:29  <Brot6> ::DevZone:: OpenGFX - Feature #162: OldGFX - GUI -> do we want that? @ http://dev.openttdcoop.org/issues/162#change-351 (by Rubidium)
16:11:45  <Brot6> ::DevZone:: Infrastructure Sharing - Revision 12338: [IS] Fix: Remove trailing whitespace in the GUI code. @ http://dev.openttdcoop.org/projects/is2/repository/revisions/12338 (by Hirundo)
16:15:18  <Brot6> ::DevZone:: Infrastructure Sharing - Revision 12339: [IS] Revert the versioning magic for beta 3. @ http://dev.openttdcoop.org/projects/is2/repository/revisions/12339 (by Hirundo)
16:15:18  <Brot6> ::DevZone:: Infrastructure Sharing - Revision 12340: [IS]Merge: backed out changes with tip. @ http://dev.openttdcoop.org/projects/is2/repository/revisions/12340 (by Hirundo)
16:18:02  <Brot6> OpenGFX: update from r65 to r69, starting nightly compile
16:18:17  <Brot6> OpenGFX: nightlies compile finished with 45 errors: http://mz.openttdcoop.org/bundles/opengfx/nightlies/log/
16:56:07  <planetmaker> Hm... I can swear that I didn't get those 'mkdir'-errors yesterday when I obviously unsuccessfully tried to fix it... :S
17:01:00  <Ammler> planetmaker: those are mine :P
17:02:44  <planetmaker> hehe
17:03:41  <Ammler> I said it yesterday. NOW, you believe me ;-)
17:04:04  <Ammler> but those are gone, when you return ;-)
17:04:09  <planetmaker> :)
17:22:56  <Brot6> ::DevZone:: OpenGFX - Feature #162: OldGFX - GUI -> do we want that? @ http://dev.openttdcoop.org/issues/162#change-352 (by Ammler)
17:52:49  *** FooBar__ has joined #openttdcoop.devzone
17:52:49  *** FooBar_ has quit IRC
17:52:54  *** FooBar__ is now known as FooBar_
18:04:04  <Brot6> is2: Backup push to ssh://hg@bitbucket.org/OpenTTD/infrastructure-sharing/ initiated.
18:25:58  *** FooBar_ has quit IRC
18:36:22  *** FooBar_ has joined #openttdcoop.devzone
19:35:06  <Brot6> ::DevZone:: OpenGFX - Bug #163: Use of bashisms @ http://dev.openttdcoop.org/issues/163 (by Rubidium)
19:38:38  <Ammler> planetmaker: ticket for you ^ :-)
19:39:00  <planetmaker> yep. Seen it
19:39:06  <planetmaker> checking it :)
19:56:31  <Brot6> ::DevZone:: OpenGFX - Revision 70: Fix: remove bashism from Makefile, so make works in other shells, namely d... @ http://dev.openttdcoop.org/projects/opengfx/repository/revisions/70 (by planetmaker)
19:56:31  <Brot6> ::DevZone:: OpenGFX - Bug #163 (Closed): Use of bashisms @ http://dev.openttdcoop.org/issues/163#change-354 (by planetmaker)
20:13:17  *** DJNekkid has joined #openttdcoop.devzone
20:13:22  <DJNekkid> hi guys...
20:13:42  <DJNekkid> i just tested robert's (beardie) key, and it dont seem to be installed properly
20:14:14  <FooBar_> let me check...
20:14:43  <DJNekkid> i get the usual "no supported auth. method"
20:16:18  <planetmaker> hm... I think it might not be the proper key which I was given :)
20:16:28  <planetmaker> looks differently than the others :)
20:16:35  <FooBar_> could be
20:16:36  <planetmaker> he shall follow the exact steps
20:16:56  <FooBar_> i.e. copy from the textarea and past in new test file; not save public key...
20:16:59  <planetmaker> as described here in the wiki. The step by step as Ammler put  up nice images
20:17:11  <planetmaker> FooBar_: it looks exactly like the latter, though
20:18:12  <DJNekkid> sec
20:18:23  <planetmaker> what about him joining here?
20:18:38  <Ammler> beardie gave you his private key :-o
20:18:46  <planetmaker> I mean... *you* shouldn't have his private key!
20:19:10  <DJNekkid> i'll delete it for sure, but to test if it were at his side the problem were, i tested it for him ...
20:19:20  <DJNekkid> not to be rude or such, but i think the dude is 17...
20:19:21  <DJNekkid> hehe
20:19:59  <planetmaker> he must create a new one.
20:20:16  <DJNekkid> i cant load the private key, and copy paste from there?
20:20:20  <DJNekkid> in puttygen ?
20:20:25  <FooBar_> yes
20:20:44  <planetmaker> I mean... giving away your private key is kinda ... against everything what it's for
20:21:14  <DJNekkid> hehe... well
20:21:17  <Brot6> ::DevZone:: World Airliner Set - beardie.pub @ http://dev.openttdcoop.org/attachments/download/154/beardie.pub (by DJNekkid)
20:21:19  <planetmaker> it's like giving away your ID card with a free-to-place photo
20:21:50  <DJNekkid> it is, after all, only for this site...
20:22:02  <DJNekkid> anyway, try to install that one?
20:23:00  <planetmaker> I installed it.
20:23:06  <planetmaker> DJNekkid: it's "only" for this site.
20:23:09  <FooBar_> this seems more like it now
20:23:19  <DJNekkid> now it seem to work :)
20:23:21  <planetmaker> Giving it away is compromising the security of the computer at the heart!
20:23:32  <DJNekkid> *deleteing key now*
20:23:36  <Ammler> well, please remove the key and let beardie create a new
20:23:55  <Ammler> you should now know, hot it works
20:23:56  <FooBar_> my idea :)
20:24:07  <Ammler> he*
20:24:09  <planetmaker> done
20:25:56  <planetmaker> DJNekkid: have him upload it himself at the devzone
20:26:04  <DJNekkid> yup :)
20:26:11  <planetmaker> that makes sure he's registered there, too :P
20:26:16  <FooBar_> the public one that is :)
20:26:18  <DJNekkid> he did that the other day
20:26:20  <planetmaker> :D
20:26:32  <DJNekkid> he god a dev-status on the WAS
20:26:33  <planetmaker> ok. Didn't check. Rubi registered today :)
20:27:47  <Brot6> ::DevZone:: World Airliner Set - beardie27.pub @ http://dev.openttdcoop.org/attachments/download/155/beardie27.pub (by Beardie27)
20:28:00  <DJNekkid> ^^
20:29:06  <FooBar_> planetmaker: you or I?
20:29:29  <planetmaker> FooBar_: you :)
20:29:33  <FooBar_> ok
20:30:38  <FooBar_> wrong format again...
20:30:44  <DJNekkid> wtf?
20:30:47  <FooBar_> yep
20:31:26  <FooBar_> have him connect to see that it doesn't work ;)
20:32:43  <DJNekkid> are you sure? it looks ok at my side
20:32:47  <DJNekkid> ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEA0sd3vs1kEm5blq0y1hJNEeyhXBlWx2EM9F4oAxd+PXR8SKSqzyZi1KzJK8EF/PTn1rA07ojCzFHA+9/3KZTAwrgvlV8ogGPyjuqwzSUdPbCVfWF1uDjJgMr4/Fumwf9dEP551iDCz13u4yc5ftNx/1SqbHEpY75BwJIirFLV4fU= robert 10 06
20:32:49  <DJNekkid> :)
20:33:32  <planetmaker> that looks ok
20:33:42  <DJNekkid> thats what i thought as well
20:33:49  <FooBar_> here it starts with ---- BEGIN SSH2 etc...
20:33:57  <FooBar_> what you post indeed looks ok
20:34:12  <FooBar_> what I have after doing wget doesn't :S
20:34:29  <planetmaker> let him try again
20:34:32  <planetmaker> I copy/pasted it.
20:34:35  <FooBar_>  try opening http://dev.openttdcoop.org/attachments/download/155/beardie27.pub
20:34:44  <FooBar_> I get this: http://dev.openttdcoop.org/attachments/download/155/beardie27.pub
20:34:47  <FooBar_> err
20:34:53  <FooBar_> ---- BEGIN SSH2 PUBLIC KEY ----
20:34:55  <FooBar_> Comment: "robert 10 06"
20:34:57  <FooBar_> AAAAB3NzaC1yc2EAAAABJQAAAIEA0sd3vs1kEm5blq0y1hJNEeyhXBlWx2EM9F4o
20:34:59  <FooBar_> Axd+PXR8SKSqzyZi1KzJK8EF/PTn1rA07ojCzFHA+9/3KZTAwrgvlV8ogGPyjuqw
20:35:00  <FooBar_> zSUdPbCVfWF1uDjJgMr4/Fumwf9dEP551iDCz13u4yc5ftNx/1SqbHEpY75BwJIi
20:35:02  <FooBar_> rFLV4fU=
20:35:03  <FooBar_> ---- END SSH2 PUBLIC KEY ----
20:35:06  <DJNekkid> yup
20:35:21  <Ammler> that is putty key
20:35:30  <DJNekkid> hmm
20:35:38  <Ammler> instead of the openssh key like my screen shows
20:35:45  <planetmaker> DJNekkid: I copy&pasted. Have him try
20:36:04  <DJNekkid> it _should_ work now?
20:36:28  <FooBar_> nope
20:36:29  <Ammler> FooBar_: maybe your howto doesn't that show you as good?
20:36:37  <FooBar_> I removed the wrong key :$
20:36:49  <FooBar_> wanted to remove the faulty one
20:36:57  <planetmaker> :P
20:36:57  <FooBar_> instead removed the correct one...
20:37:03  <DJNekkid> doh
20:37:09  <DJNekkid> i'll upload a correct one
20:37:13  <DJNekkid> to the was-files
20:37:30  <Ammler> copy&paste from irc works also ;-)
20:37:31  <planetmaker> try again
20:37:46  <planetmaker> I re-installed the key DJN posted
20:37:51  <DJNekkid> oki
20:37:53  <FooBar_> thanks :)
20:38:11  <Brot6> ::DevZone:: World Airliner Set - beardie27.pub @ http://dev.openttdcoop.org/attachments/download/156/beardie27.pub (by DJNekkid)
20:39:12  <FooBar_> should be working now then...
20:39:30  <FooBar_> that one is the same as currently in the system, so...
20:39:36  <FooBar_> have him try :)
20:39:44  <DJNekkid> did that already :)
20:39:52  <FooBar_> and?
20:39:55  <planetmaker> he should really join here...
20:40:06  <DJNekkid> "Server unexpectably closed connection"
20:40:28  <Ammler> hmm
20:40:29  <planetmaker> working through an interface is somewhat... unefficient
20:41:19  <Ammler> DJNekkid: what IP does he have :-)
20:41:30  <Brot6> ::DevZone:: Infrastructure Sharing - Revision 12338: [IS] Fix: Remove trailing whitespace in the GUI code. @ http://dev.openttdcoop.org/projects/is2/repository/revisions/12338 (by Hirundo)
20:41:30  <Ammler> www.muonmyip.com
20:41:38  <FooBar_> this here is actually one of the better in terms of human interfaces, as it works actually quite fast :)
20:41:58  <planetmaker> FooBar_: yes, indeed. Nevertheless :)
20:42:14  <planetmaker> Actually it's one of the best human relays I've seen, but...
20:42:19  <FooBar_> nevertheless he should really join here...
20:42:40  <DJNekkid> ip: 82.43.233.202
20:43:26  <Ammler> ok
20:43:41  <Ammler> hes faulty joins brouht him to the ban list
20:43:41  <DJNekkid> hes comeing
20:43:51  <planetmaker> haha :) @ Ammler
20:43:56  <DJNekkid> removed ?
20:45:10  <Ammler> I so much hate xchat
20:45:40  <FooBar_> then don't use it ;)
20:45:41  <Ammler> ok, ip is removed
20:45:57  <Ammler> tell him to try again
20:46:06  <Ammler> hmm, I need to disable denyhosts, I fear
20:46:07  <DJNekkid> already on top of you :)
20:46:59  *** Beardie has joined #openttdcoop.devzone
20:47:39  <Ammler> Hello Beardie  :-)
20:47:42  <Beardie> Hello
20:47:57  <Ammler> please try again
20:48:02  <Beardie> just did got
20:48:07  <Beardie> no support authecitication
20:48:31  <Beardie> i'll try one more time
20:48:37  <Ammler> user is ottdc
20:49:05  <Ammler> you try with ottd
20:49:27  <Beardie> no don't think so
20:49:37  <Beardie> i got "Disconnected:No Suported Authentication Methods Available" error again
20:49:47  <Ammler> Jun 10 22:48:36 mozart sshd[16168]: Invalid user ottd from 82.43.233.202
20:49:51  <DJNekkid>  hg clone ssh://ottdc@mz.openttdcoop.org/hg-repos/worldairlineset
20:49:57  <DJNekkid> copy/paste that exact line"
20:50:07  <Beardie> you you paste in cmd?
20:50:11  <DJNekkid> yes
20:50:17  <Beardie> sorry
20:50:19  <DJNekkid> right-click and "paste"
20:50:21  <Beardie> hoe can you paste in cmd
20:50:28  <DJNekkid> ^^
20:50:28  <Beardie> ty
20:51:02  <Beardie> its working
20:51:08  <DJNekkid> :):)
20:51:20  <Beardie> adding file changes
20:51:25  <Ammler> Jun 10 22:50:55 mozart sshd[22141]: Accepted publickey for ottdc from 82.43.233.202 port 2272 ssh2
20:51:30  <Ammler> :-)
20:51:33  <Beardie> what now?
20:51:37  <DJNekkid> now
20:51:43  <Brot6> ::DevZone:: World Airliner Set - Revision 3: added more planes @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/3 (by DJ Nekkid)
20:51:44  <DJNekkid> you _only_ edit the files in that folder
20:52:03  <Beardie> which folder?
20:52:14  <DJNekkid> desktop\worldairlineset
20:52:21  <Beardie> i don;t see that folder
20:52:28  <DJNekkid> it _should_ be there
20:52:45  <Beardie> o it was still transferring
20:52:47  <Beardie> in cmd
20:52:48  <DJNekkid> :)
20:52:51  <FooBar_> Ammler: is that due to me attempting a SFTP connection?
20:53:00  <DJNekkid> it probably should take a few minutes :)
20:53:10  <Beardie> no folder?
20:53:12  <Beardie> its not there
20:53:27  <Beardie> cmd is done though
20:53:41  <FooBar_> Ammler: forget that, as it's not my IP :)
20:54:07  <planetmaker> Hello Beardie :)
20:54:13  <Beardie> Hello
20:54:23  <DJNekkid> where did you do the hg clone ?
20:54:24  <Beardie> So where is this Folder DJ?
20:54:46  <DJNekkid> did you perhaps forget to "cd desktop" ?
20:54:48  <Beardie> emm?
20:55:01  <planetmaker> hg clone ottdc@ssh://mz.openttdcoop.org/hg-repos/worldairlineset
20:55:13  <Beardie> yes i typed that
20:55:19  <planetmaker> in whatever dir you want the grf directory to go
20:55:32  <planetmaker> where did you type that, e.g. in which directory were you at that time?
20:55:58  <Beardie> i have found it in c:/documents and settings/owner yet its not on my desktop
20:56:08  <DJNekkid> aha
20:56:09  <Beardie> though i have found the folder
20:56:16  <DJNekkid> you probably forgot to "cd desktop" then :9
20:56:18  <DJNekkid> a nyway
20:56:26  <Beardie> after owner needs to be /desktop
20:56:34  <Beardie> yes
20:56:34  <DJNekkid> just cut that folder and paste it into the desktop
20:56:39  <Beardie> ok will that be fine?
20:56:39  <DJNekkid> useing windows explorer or similar
20:56:46  <FooBar_> DJNekkid: was about to say that :)
20:57:09  *** Beardie has quit IRC
20:57:10  <FooBar_> by the way, hi Beardie!
20:57:21  <DJNekkid> or ... bye beardie? :)
20:57:26  <FooBar_> my luck :(
20:57:39  <FooBar_> just about to say hi to someone while he just left :)
20:57:42  <planetmaker> err... yes. that was quick
20:57:44  *** Beardie has joined #openttdcoop.devzone
20:57:48  <Beardie> back lol
20:57:50  <planetmaker> hi again :)
20:57:56  <Ammler> FooBar_: sftp is fine
20:58:02  <Beardie> just wondering has you guys heard of Dropbox?
20:58:02  <planetmaker> FooBar_: try again :)
20:58:05  <FooBar_> let me try now then... hi Beardie!
20:58:18  <Beardie> Hi
20:58:38  <Beardie> This program looks very similar to drop box
20:58:43  <Beardie> but more complicated
20:58:56  <Ammler> which program?
20:59:07  <DJNekkid> i'll give you a crash course on msn useing hg Beardie
20:59:20  <FooBar_> Ammler: it works, so I supposed it would be fine :) I wondered how planetmaker copied the key from irc to putty. Then I realised I was using the wrong tool...
20:59:25  <FooBar_> WinSCP
20:59:35  <planetmaker> :)
20:59:51  <Ammler> sftp is acutally the only working ftp to my server
20:59:58  <planetmaker> FooBar_: mark with mouse, open xterm, ssh, vi, press middle button, save :)
21:00:15  <Beardie> similar to this program a bit http://www.getdropbox.com/
21:00:16  <Webster> Title: Dropbox - Home - Secure backup, sync and sharing made easy. (at www.getdropbox.com)
21:00:21  <Ammler> planetmaker: on xchat?
21:00:32  <planetmaker> Ammler: no, on ChatZilla. I'm at home
21:00:35  <planetmaker> :)
21:00:46  <planetmaker> But would work there, too, I think
21:00:50  <planetmaker> with xchat
21:00:58  <Ammler> xchat seems not to support copy&paste with click and middle
21:01:09  <FooBar_> you lost me on xterm :)
21:01:16  <planetmaker> Ammler: it supports marking things. And only the xterm needs to support it :)
21:01:25  <planetmaker> FooBar_: vi is a command line editor.
21:01:37  <planetmaker> with nice, cryptic keyboard only interface.
21:01:39  <Ammler> and on suse vi=vim
21:01:46  <planetmaker> but, of course works over ssh connections
21:02:00  <planetmaker> Ammler: I guess it's vim nearly everywhere :)
21:02:13  <Ammler> but if you ever need a nother textedtior tool on the server, just say it
21:02:22  <planetmaker> Ammler: no, vi is just fine.
21:02:30  <planetmaker> Emacs as command line tool otoh is a pain.
21:02:36  <planetmaker> I just cannot exit it :P
21:02:47  <Ammler> well, some prefer pico or joe
21:03:08  <FooBar_> hmmmz... Internet told me to use vi to view a file, but then I couldn't get back to main view so I quit the session. Then I read that I had to use cat instead :)
21:03:20  <FooBar_> So this is what vi is for...
21:03:38  <planetmaker> not me. I'm quite happy that I managed to remember basic vi commands like q w q! / i d and r :)
21:03:40  <FooBar_> I bet I prefer the nice GUI of WinSCP though...
21:03:56  <planetmaker> FooBar_: yeah, but takes more time :P
21:04:14  <planetmaker> I have a console alias for Ammler's server and I'm loged in in no time there
21:04:21  <DJNekkid> anyway, im off to bed now
21:04:26  <DJNekkid> tty 2morrow or someting
21:04:26  <planetmaker> good night, DJNekkid
21:04:28  *** DJNekkid has quit IRC
21:04:31  <FooBar_> DJNekkid: good night
21:04:33  <FooBar_> darn...
21:04:37  <planetmaker> ^-^
21:04:49  * planetmaker hugs FooBar_
21:04:56  <planetmaker> hugging day today
21:05:03  <FooBar_> thanks
21:05:10  *** andythenorth has quit IRC
21:05:13  <FooBar_> I just seem to be not fast enough today
21:05:15  <FooBar_> by andy
21:05:19  <FooBar_> bye*
21:05:24  <planetmaker> :P
21:05:50  <FooBar_> anyways, you were saying?
21:05:52  <Ammler> http://www.moanmyip.com/ <-- I posted wrong url
21:05:53  <Webster> Title: MoanMyIP.com - Sexy Girls Moaning Your IP Address! (at www.moanmyip.com)
21:06:10  * FooBar_ clicks link
21:06:13  <Ammler> hehe
21:06:39  <planetmaker> urgs
21:06:50  <FooBar_> that's rediculous... why do people come up with something like that?
21:07:02  <planetmaker> omfg! :O
21:07:12  <Ammler> Beardie: dropbox isn't versioning system
21:07:14  <FooBar_> fun though, but rediculous :)
21:07:35  <Beardie> versioning system?
21:07:37  <Beardie> i know
21:07:39  <Ammler> I hope you had speakers on :P
21:07:44  <Beardie> just reminded me of it
21:07:48  <Beardie> its very simple
21:08:18  <planetmaker> oh, hg is it, too :)
21:08:30  <Ammler> Beardie: the ip you have is dynamically?
21:08:31  <planetmaker> once you get the hang of it - or VCS in general
21:09:43  <planetmaker> it needed some time till Ammler got me convinced of its uses, but I'm his faithfull disciple now :P
21:09:50  <FooBar_> That reminds me that I have to deinstall bazaar...
21:10:43  <Ammler> yes, before you use it :P
21:11:02  <FooBar_> Well, I have used it, but I don't have a use for it any more now...
21:11:05  <planetmaker> ha ha :)
21:11:54  <FooBar_> It also reminds me to remove the repo from my webserver...
21:12:34  <planetmaker> :P
21:14:18  <Beardie> IP?
21:14:22  <Beardie> Dynamically?
21:14:50  <planetmaker> Uhm... your internet address of your computer.
21:15:15  <planetmaker> But I guess, most people get a dynamic one from their ISP
21:15:23  <planetmaker> e.g. a new IP every 24h
21:16:20  <Beardie> mines always been the same though
21:16:35  <Beardie> i know what IP is lol
21:16:48  <Beardie> 82.43.233.202
21:16:54  <Beardie> it was like that last week
21:17:05  <Beardie> never been different as far as i know
21:17:45  <FooBar_> I think it will never change, as it's in your hostname as well. Usually they don't put IP's in hostnames if they change often...
21:19:29  <Ammler> FooBar_: they do like mine
21:19:31  <planetmaker> FooBar_: well... you can get another one.
21:19:37  <planetmaker> another host name
21:20:22  <FooBar_> well yes, but I haven't seen before that they put ips in hostnames of dynamic ips
21:20:32  <FooBar_> did that make sense actually what I said there
21:21:00  <FooBar_> anyways, I'm off to do a reboot. My uninstalled bazaar is giving me all sorts of error messages...
21:21:07  *** FooBar_ has quit IRC
21:21:14  <planetmaker> I'm off for bed...
21:21:22  <planetmaker> If I leave now, he'll be frustrated :P
21:23:12  <Ammler> hehe :P
21:24:52  *** FooBar_ has joined #openttdcoop.devzone
21:26:54  <Ammler> Beardie: I will enable the denyhosts again later
21:27:10  <Ammler> if you will again get join errors, please ping me.
21:27:51  <Brot6> ::DevZone:: World Airliner Set - Revision 4: removed sprites\*.nfo @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/4 (by DJ Nekkid)
21:28:08  <planetmaker> pah. "Off to bed" :P
21:28:22  <FooBar_> bye!
21:28:32  <FooBar_> Am I in time now? :P
21:29:12  <planetmaker> FooBar_: yes, you are.
21:29:20  <planetmaker> I waited for you :) Good night
21:29:28  <FooBar_> thanks :)
21:29:30  <planetmaker> or rather: have a nice weekend :)
21:29:36  <FooBar_> good night to you to
21:29:43  <FooBar_> weekend? it's only wednesday?
21:29:53  <FooBar_> you seem like me at the office...
21:29:55  <planetmaker> yes. But I leave tomorrow late afternoon :)
21:30:02  <FooBar_> ok, have fun!
21:30:09  <FooBar_> Pisa, right?
21:30:11  <planetmaker> yup
21:30:27  <planetmaker> ok, if you're online tomorrow during day I might say "bye" again :)
21:30:49  <FooBar_> we'll see :)
21:31:01  <planetmaker> yup. So, take care guys :)
21:31:20  <FooBar_> will do, bye!
21:32:39  <Ammler> tschüssli
21:39:12  <FooBar_> And a tschüssli to you to. I'm off to bed as well. My eyes are getting tired
21:39:15  <FooBar_> 'night!
21:39:53  *** FooBar_ has quit IRC
21:44:30  <Brot6> ::DevZone:: World Airliner Set - Revision 5: Updated Coding tables and Added Royal Mail 737-300F @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/5 (by Owner@robert.Micradigital)
21:45:06  <Beardie> yeah update
21:47:14  <Ammler> nice
21:47:18  <Ammler> Beardie: http://dev.openttdcoop.org/projects/home/wiki/Using_TortoiseHg_(Windows)#Letting-Hg-know-who-you-are
21:52:15  <Beardie> o Dj allready heled me with that
21:52:48  <Ammler> :-)
21:52:58  <Ammler> well done DJ :-)
21:58:14  <Brot6> ::DevZone:: World Airliner Set - Revision 6: added airbus folder to the bat-file @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/6 (by DJ Nekkid)
22:02:11  <Brot6> ::DevZone:: World Airliner Set - Revision 7: cleaned the strings-file abit @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/7 (by DJ Nekkid)
22:04:05  <Brot6> opengfx: Backup push to ssh://hg@bitbucket.org/OpenTTD/opengfx/ initiated.
22:06:19  <Brot6> ::DevZone:: World Airliner Set - Revision 8: added grfcodec and renum @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/8 (by Beardie27)
22:06:34  <Ammler> Beardie: autsch
22:07:14  <Ammler> do not add tools
22:08:02  <Ammler> Beardie: please run hg rollback
22:08:07  <Ammler> I do the same on the server
22:08:59  <Ammler> Revision 8 is removed on the server
22:09:03  <Beardie> ?
22:09:08  <Beardie> DJ told me to lol
22:09:19  <Ammler> he didn't mean the repo
22:09:25  <Ammler> maybe to files
22:09:33  <Beardie> ok so i can run it on mine but no upload
22:09:48  <Ammler> please run also hg rollback local
22:09:54  <Beardie> do i type local?
22:09:58  <Ammler> no
22:10:03  <Ammler> just "hg rollback"
22:10:07  <Beardie> done
22:10:10  <Ammler> the run hg tip
22:10:24  <Ammler> it should show revision 7
22:10:28  <Beardie> one sec
22:10:40  <Beardie> yes
22:10:54  <Ammler> so you are again equal to server
22:11:21  <Beardie> yes
22:11:29  <Beardie> says revision 7 DJs input
22:11:52  <Beardie> no not good
22:11:59  <Ammler> http://dev.openttdcoop.org/projects/worldairlineset/files
22:12:03  <Ammler> that is fine
22:12:10  <Beardie> there is no activity?
22:12:23  <Ammler> yep, I "cleaned" it :-)
22:12:27  <Beardie> ok
22:12:31  <Brot6> ::DevZone:: Infrastructure Sharing - Revision 12338: [IS] Fix: Remove trailing whitespace in the GUI code. @ http://dev.openttdcoop.org/projects/is2/repository/revisions/12338 (by Hirundo)
22:12:31  <Brot6> ::DevZone:: Infrastructure Sharing - Feature #91: To do for releases @ http://dev.openttdcoop.org/issues/91#change-344 (by Ammler)
22:12:31  <Brot6> ::DevZone:: OpenGFX - Feature #162: OldGFX - GUI -> do we want that? @ http://dev.openttdcoop.org/issues/162#change-345 (by athanasios)
22:12:32  <Brot6> ::DevZone:: OpenGFX - Feature #162: OldGFX - GUI -> do we want that? @ http://dev.openttdcoop.org/issues/162#change-346 (by Ammler)
22:12:33  <Ammler> it will be ok on next commit
22:12:34  <Brot6> ::DevZone:: Heavy Equipment Set - Revision 40: Change: finished No.6 black cab in bulldozers.psd @ http://dev.openttdcoop.org/projects/heqs/repository/revisions/40 (by andythenorth)
22:12:38  <Brot6> ::DevZone:: Heavy Equipment Set - Revision 41: Cleanup: some merge things I am learning @ http://dev.openttdcoop.org/projects/heqs/repository/revisions/41 (by andythenorth)
22:12:40  <Beardie> but the file are right?
22:12:44  <Ammler> yes
22:12:52  <Ammler> you could also see that on the repo url
22:13:16  <Ammler> http://mz.openttdcoop.org/hg/worldairlinerset
22:13:17  <Beardie> ok
22:13:39  <Ammler> or just wait some time
22:13:53  <Ammler> it does refersh on every commit or once per hours
22:14:16  <Ammler> usually, we don't revert
22:14:23  <Ammler> but this was a ugly commit :-)
22:14:40  <Beardie> ok sorry
22:14:44  <Ammler> and as long as it is the last one, revert is easy.
22:14:45  <Beardie> didn't know
22:14:49  <Ammler> well, np
22:14:56  <Beardie> ty
22:15:11  <Ammler> I was on the server, so no
22:15:14  <Beardie> well i am going to do some other stuff
22:15:23  <Beardie> see ya
22:15:33  <Ammler> bye :-)
22:15:36  <Beardie> bye and thanks
22:15:53  *** Beardie has quit IRC
23:11:49  <Brot6> ::DevZone:: World Airliner Set - Revision 3: added more planes @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/3 (by DJ Nekkid)
23:11:49  <Brot6> ::DevZone:: World Airliner Set - Revision 4: removed sprites\*.nfo @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/4 (by DJ Nekkid)
23:11:49  <Brot6> ::DevZone:: World Airliner Set - Revision 5: Updated Coding tables and Added Royal Mail 737-300F @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/5 (by Owner@robert.Micradigital)
23:11:49  <Brot6> ::DevZone:: World Airliner Set - Revision 6: added airbus folder to the bat-file @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/6 (by DJ Nekkid)
23:11:53  <Brot6> ::DevZone:: World Airliner Set - Revision 7: cleaned the strings-file abit @ http://dev.openttdcoop.org/projects/worldairlineset/repository/revisions/7 (by DJ Nekkid)
23:33:57  <Brot6> ::DevZone:: OpenGFX - Feature #147: Sprite 4659 @ http://dev.openttdcoop.org/issues/147#change-355 (by athanasios)

Powered by YARRSTE version: svn-trunk