*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** jsmiller has joined #tp | 00:06 | |
jsmiller | Hi all. All right, with you people looking over my shoulder, maybe I'll make a little progress. | 00:06 |
---|---|---|
mithro | yay progress! | 00:21 |
mithro | JLafont: ping? | 00:23 |
mithro | JLafont: poke poke | 00:40 |
JLafont | mithro: pong | 00:41 |
mithro | JLafont: I need your postal address | 00:41 |
JLafont | I'll send you an e-mail | 00:41 |
mithro | okay thanks | 00:43 |
mithro | ezod: ping? | 00:45 |
mithro | ezod: don't worry - found it | 00:53 |
jsmiller | :) thanks Mithro | 00:57 |
mithro | jsmiller: have you been successful at pushing any changes to our repository? | 00:57 |
jsmiller | fooling around in Python for ease of trying stuff out | 00:57 |
jsmiller | have not tried to push | 00:57 |
mithro | it would be good if you could do a test push sometime just to make sure it all works | 00:58 |
jsmiller | might as well while you're there to supervise | 00:58 |
jsmiller | going back through your letter | 01:01 |
jsmiller | mumble mumble 'git clone' ? hmmm... reading the manual | 01:02 |
jsmiller | failed to get a ssh acknowledgment, probably I didn't do the right magic to invoke the key file. (I don't know how to do keyed ssh) | 01:05 |
jsmiller | (trying your suggestion to ssh in first) | 01:05 |
mithro | ssh -v will give you more details | 01:05 |
jsmiller | ah, got it | 01:06 |
jsmiller | ssh -l jmeowmeow -i private_key_file | 01:06 |
jsmiller | works, now to figure out the git part of the story | 01:07 |
mithro | you will probably need to add it to your ~/.ssh/config file | 01:07 |
* llnz_work wanders off | 01:07 | |
llnz_work | back on sometime over the weekend, hopefully | 01:08 |
llnz_work | later all' | 01:08 |
*** llnz_work has quit IRC | 01:08 | |
jsmiller | huh... I guess I'll just cut and paste your command line and see if it works | 01:10 |
jsmiller | git clone git+ssh://.... | 01:11 |
jsmiller | hm. Seemed to work, pretty much word for word following your letter. | 01:12 |
jsmiller | I may not have had any changes since. | 01:13 |
jsmiller | I have a strange copy of sandbox in my repository now. | 01:15 |
mithro | strange? | 01:15 |
jsmiller | it's in the wrong place | 01:15 |
mithro | oh? you want to run the clone from a empty directory | 01:16 |
mithro | to create yourself a fresh copy of the repository | 01:16 |
jsmiller | oh | 01:16 |
jsmiller | sorry, I thought you wanted me to push | 01:16 |
jsmiller | so I now have some kind of crazy overlay | 01:16 |
mithro | it should all be in a directory called "sandbox" | 01:16 |
jsmiller | right, inside the repository directory that I originally pushed to github | 01:17 |
jsmiller | I thought I was pushing, but in fact I was pulling | 01:17 |
mithro | yes, clone is the equivalent to a "checkout" | 01:18 |
jsmiller | right, or a copy-to-right-here operation | 01:18 |
mithro | as I mentioned in my email - I smashed your github repository into our normal sandbox repository | 01:18 |
jsmiller | "clone" doesn't carry that meaning to me by itself, it makes me think of object.clone() which makes a copy of "this" elsewhere | 01:18 |
jsmiller | aha | 01:18 |
jsmiller | I see that | 01:18 |
jsmiller | looking at the tp repository | 01:19 |
jsmiller | maybe if I delete sandbox I'll be OK to clone into another directory | 01:19 |
mithro | jsmiller: that sounds about right | 01:19 |
jsmiller | git claims sandbox is untracked, so I suspect I'm OK | 01:20 |
mithro | yeah | 01:20 |
jsmiller | OK, I have it now. Cloned into another directory, and the git repository starts in ./sandbox | 01:22 |
jsmiller | (./sandbox/.git is the tracking directory) | 01:22 |
jsmiller | All looks good. Thank you. | 01:23 |
*** JLafont has quit IRC | 01:23 | |
jsmiller | back to projections | 01:23 |
*** JLafont has joined #tp | 01:23 | |
* jsmiller is reprojecting checkerboards. | 01:23 | |
mithro | jsmiller: how is it going? | 01:30 |
mithro | JLafont: ping? | 01:30 |
jsmiller | slow | 01:30 |
mithro | JLafont: we should organise a time to have a DroneSec game | 01:30 |
mithro | jsmiller: you see jphr's screencasts? | 01:30 |
jsmiller | no | 01:31 |
mithro | http://www.hammerofcode.com/2008/08/a-wrap/ | 01:31 |
tpb | Title: Hammer of Code ยป a wrap? (at www.hammerofcode.com) | 01:31 |
jsmiller | GSoC wrapping up I see. | 01:31 |
jsmiller | The Risk map making is interesting. | 01:33 |
*** JLafont has quit IRC | 01:34 | |
*** JLafont has joined #tp | 01:45 | |
*** nash has quit IRC | 02:26 | |
*** mib_86rt9m has joined #tp | 02:27 | |
*** mib_86rt9m has left #tp | 02:29 | |
jsmiller | IndexError: image index out of range ... very useful I suppose. | 02:38 |
jsmiller | hmm, first result is very strange looking, but at least it's kind of round | 02:48 |
jsmiller | got the projection, finally | 02:59 |
jsmiller | at least to within a mirror rotation or so | 03:14 |
mithro | jsmiller: cool | 03:17 |
jsmiller | know any textures I could try as a base map to project onto a disk? | 03:18 |
mithro | check our repository? | 03:38 |
jsmiller | OK, I'll give it a look. From what you had said earlier about textures re NASA images (not so great) and the 3D client (needs/uses textures), I thought you might have specific ones in mind. | 03:40 |
jsmiller | should head for bed pretty soon | 03:41 |
jsmiller | fighting with integer vs. floating point arithmetic now | 03:41 |
jsmiller | where is my IMPLICIT REAL*8 ? | 03:44 |
jsmiller | got it, FINALLY! | 03:49 |
jsmiller | (looking at a blue and grey checkerboard disk) | 03:49 |
jsmiller | now try from over the pole... | 03:49 |
jsmiller | oh, right, have to do 360', not just 180' for a polar view | 03:53 |
jsmiller | zap, it's working | 03:54 |
jsmiller | time to test up/down and left/right | 03:55 |
*** JLafont-laptop has quit IRC | 04:03 | |
*** JLafont has quit IRC | 04:03 | |
jsmiller | for once, up-down and left-right are correct on the first try | 04:09 |
jsmiller | good night, all, I'll see if I can dig up some more interesting globe textures | 04:09 |
jsmiller | well, I guess it's good afternoon there | 04:10 |
*** mithro has quit IRC | 04:10 | |
*** jsmiller has left #tp | 04:10 | |
*** Ohm has quit IRC | 05:24 | |
CIA-32 | pluskid schemepy * r8e2c04e6eae3 / (4 files in 3 dirs): Added a release script to help do releasing. | 05:48 |
CIA-32 | pluskid schemepy * r9777ba8549d3 /schemepy/skime/skime/compiler/builder.py: Fixed the bug of considering 42 and 42.0 the same literal in skime. | 05:48 |
CIA-32 | pluskid schemepy * r626fcf93e698 /schemepy/skime/skime/prim.py: Make skime pass more test cases. | 05:48 |
CIA-32 | pluskid schemepy * rdd41a96f1599 / (6 files in 6 dirs): Make skime the default fallback. | 05:48 |
*** Iwanowitch has joined #tp | 07:39 | |
*** bddebian has joined #tp | 09:31 | |
bddebian | Heya | 09:32 |
*** jmtan has joined #tp | 09:35 | |
* ezod finally got a wizard window to pop up :) | 10:40 | |
*** jmtan has left #tp | 11:18 | |
*** ezod has quit IRC | 12:40 | |
*** Ohm has joined #tp | 13:17 | |
*** bddebian has quit IRC | 13:53 | |
*** JLafont-laptop has joined #tp | 14:21 | |
*** Erroneous has joined #tp | 14:47 | |
DevPlayer | what is a scheme? | 15:14 |
CIA-32 | victor.ivri gencon-rfts-ai * ra60d54090afb /gencon/ (8 files in 5 dirs): Added classes to represent the Risk game-world, plus minor changes elsewhere. | 15:32 |
CIA-32 | victor.ivri gencon-rfts-ai * rad948c175f0a /gencon/ (4 files in 3 dirs): Made the "get all players" routine ruleset-agnostic. Corrected problems that popped up by the change. | 16:33 |
CIA-32 | juanmy777 tpserver-py-dronesec * rffa4cd64259f /tp/server/bases/SQL.py: All SQL objects will now update their timestamp when saved. | 17:37 |
CIA-32 | juanmy777 tpserver-py-dronesec * r40e39a5df026 /tp/server/rules/dronesec/orders/Move.py: Overlord Moving will now use the Dronesec specific reparenting | 17:37 |
CIA-32 | juanmy777 tpserver-py-dronesec * r1cf3a81b3fd7 /tp/server/bases/Order.py: Removed an old debugging pring statement | 17:37 |
CIA-32 | juanmy777 tpserver-py-dronesec * r8e42aaae6f2c /tp/server/rules/dronesec/ (8 files in 6 dirs): Documentation for a bunch of different parts of dronesec added | 17:37 |
*** zzorn has quit IRC | 17:56 | |
*** bddebian has joined #tp | 18:05 | |
*** Erroneous has quit IRC | 18:44 | |
*** tuna has quit IRC | 18:46 | |
*** tuna has joined #tp | 18:48 | |
*** CIA-32 has quit IRC | 19:18 | |
*** CIA-33 has joined #tp | 19:36 | |
CIA-33 | verhoevenv daneel-ai * r8156330c5fc2 /basic.py: Add wormhole type | 21:08 |
CIA-33 | verhoevenv daneel-ai * rbdad37420333 /rulesystem.py: Unified check for int and long. | 21:08 |
CIA-33 | verhoevenv daneel-ai * r38859a5cdd5a / (mod-risk.py rules-risk): Use wormholes for adjacencies | 21:08 |
CIA-33 | verhoevenv daneel-ai * r9a3a1eff718f /mod-risk.py: Removed not needed constraint | 21:08 |
CIA-33 | verhoevenv daneel-ai * r6c9efbd98076 /rulesystem.py: | 21:08 |
CIA-33 | Fixed bug where a constraint with a user-defined function would not work | 21:08 |
CIA-33 | correctly | 21:08 |
CIA-33 | verhoevenv daneel-ai * r0bf33e528a6e /rulesystem.py: Small bug that somehow slipped through until now | 21:08 |
CIA-33 | verhoevenv daneel-ai * rb7938b0b7690 /daneel-ai: | 21:08 |
CIA-33 | Check remaining time more often in case another player ends the turn | 21:08 |
CIA-33 | after us | 21:08 |
CIA-33 | verhoevenv daneel-ai * r650cf08f79db /mod-risk.py: Named a rule for clearness | 21:08 |
*** Iwanowitch has quit IRC | 21:21 | |
*** zzorn has joined #tp | 21:26 | |
*** jsmiller has joined #tp | 21:33 | |
*** jmtan has joined #tp | 23:00 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!