Search the web
Sign In
New User? Sign Up
nakedmud · NakedMud Developer's Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 873 - 902 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
873
Hi. I ran a commercial game for seven years. It was developed from a highly modified version of LambdaMOO. I neither designed the game nor coded it, but I came...
Shan Hollen
shanhollen
Offline Send Email
Feb 1, 2007
9:48 pm
874
Hi Shan, It's good to hear you're interested in NakedMud. To answer your ... Currently, descriptions are written in C. However, Python does have the...
Geoff Hollis
silas_brogahn
Offline Send Email
Feb 1, 2007
10:11 pm
875
Thanks for the quick reply, Geoff. I think I'm going to install NakedMUD and play around with it. I'm not completely opposed to altering the C code but I'd...
Shan Hollen
shanhollen
Offline Send Email
Feb 1, 2007
10:57 pm
876
Pretty close. That is the aim, a couple more things just need to be sorted out from older versions before Python was so fully integrated. Body prototypes are...
Geoff Hollis
silas_brogahn
Offline Send Email
Feb 1, 2007
11:10 pm
877
Shan, I agree, nice to hear that you are interested. I actually came to using NakedMUD from an LPMud background, though I've also used almost every other MUD...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
12:15 am
878
I was just reading another topic where Geoff mentioned body protos as one of the remaining bigger things to be made accessible to python. Interestingly enough,...
Mat Allen
vaz_aranni
Offline Send Email
Feb 2, 2007
1:12 am
879
Hi guys, I'm trying to get NM to compile on my iBook running OS X 10.3.9 and I'm running into difficulties. I get these errors when running make: ld: Undefined...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 2, 2007
1:32 am
880
... Chan, Did you compile that version of Python yourself? I read on the Python mailing list about someone getting an exact duplicate error and it had to do ...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
2:15 am
881
Kevin, No I didn't. I used the installer available on python.org. I came across the mention about the 10.4u SDK as well... but couldn't make head or tail of...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 2, 2007
3:26 am
882
... YW, I'm not sure if anyone has, it appears to actually be a problem with the dependencies concerning that version of the SDK. The version of libSystem in ...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
3:37 am
883
... Clarifying, it seems to have something to do with the dynamic libraries that version of Python is referencing. I will dig around some more, I would still ...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
3:46 am
884
I recompiled python 2.5 on my own and tried compiling NM again... but got the same errors. Made sure that module.mk explicitly referenced the...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 2, 2007
1:17 pm
885
... YW, I'm looking into this some more, i'll get back to you on this. Just wanted to let you know that I hadn't just decided to ignore it upon no answering. ...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
2:02 pm
886
Speaking of Mac OS... Is anyone successfully running N'MUD on a Mac server? I'm planning to use a Mac Mini running 10.4+ as my dev platform. Should I change my...
Shan Hollen
shanhollen
Offline Send Email
Feb 2, 2007
2:14 pm
887
... YW, I have some good news, and some bad news! Good news: I'm 100% sure of the error! Bad News: It's exactly what I suspected. The bug is due to the system...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
2:34 pm
888
... I cannot speak for anyone else, but I have seen NakedMUD run successfully on a 10.4 OSX platform. The problems that YW is having are specifically related ...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
2:46 pm
889
Kevin, No joy :(. Bypassed the #ifdefs like you said by commenting them out, but I got this make error: gcc -fno-strict-aliasing -Wno-long-double...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 2, 2007
6:13 pm
890
YW, Ok, before doing any of this make sure you keep a decent copy of this posixmodule.c around, i'm going to hackishly have you fiddle around with things,...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 2, 2007
6:26 pm
891
I develop on OS X 10.4 so, yes, it's possible....
Geoff Hollis
silas_brogahn
Offline Send Email
Feb 2, 2007
6:31 pm
892
Kevin, Some progress! Python now compiles... but fails during make install, with: Compiling /usr/local/lib/python2.5/zipfile.py ... make: *** [libinstall]...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 2, 2007
8:05 pm
893
Heh I knew that much, and simply did that, plus added a few line that I needed to handle the 5 races I needed. Not the cleanest method since I added it tot he...
kerrida_smaug
Online Now Send Email
Feb 2, 2007
9:17 pm
894
Wow, I had been quite concerned that lpc might be in many ways far better than nakedmud where interpreted code is concerned. There does seem to be a lot of...
Canyon Sullivan
canyonsullivan@...
Send Email
Feb 2, 2007
11:48 pm
895
Haha, got it to work!! For future reference: module.mk in src/scripts needs to have this: LIB += -framework Python The idea is that Apple uses frameworks as a...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 3, 2007
2:38 am
896
And, as a very important addendum: I only got this to work on python 2.4.4. With python 2.5 I run into exactly the same problems as before. Regards, YW...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 3, 2007
2:49 am
897
Excellent :) Great going, and i'll make sure to mark this down for future reference. I'm of the mind that you will probably have the same problem with future ...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 3, 2007
3:39 am
898
Hey, Is it possible to save things other than strings and numbers as auxiliary data? I've been trying to save lists and dictionaries with little success. ...
Joe Clancy
clancy.joe@...
Send Email
Feb 3, 2007
4:18 am
899
Joe, Auxiliary data: Take a look at storeList, which should cover the list parts about what you want. I haven't stored any dicts yet, which is funny, because...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 3, 2007
4:59 am
900
... I don't envy you on those goals! I'm utter rubbish when it comes to programming in C, and knowing such has led me to feel much better about myself. I've...
Kevin Morgan
lucky_tim01
Offline Send Email
Feb 3, 2007
5:05 am
901
Hey, thanks (again!) that worked great....
Joe Clancy
clancy.joe@...
Send Email
Feb 3, 2007
7:19 am
902
It works straight out of the box with 2.4.4 and -framework, AFAIK. No worries :) I get more of a kick figuring it out on my own as well :p YW...
Chan Yong Wei
cerenyx
Offline Send Email
Feb 3, 2007
11:39 am
Messages 873 - 902 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help