31
Drivers / Re: FluffOS-2.17
« on: October 09, 2009, 12:53:54 pm »
/lib, /usr/lib, /usr/pkg/lib, /usr/local/lib, /usr/lib/mysql, /usr/lib/mysql-x.xx... *explodes*
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
It is. I asked him to install the alpha, in another directory, it worked in there.let me run through the procedure i followed... downloaded 2.10 from website unzipped into c:/ds so bin is c:/ds/bin etc etc etc.. started up exe driver for windows. logged in fine. setup admin user and password. logged back in . typed mudconfig mudname land of chaos or some such... end result was name actually changed but every time i use the command mudconfig mudname blah.. i receive....
Yep I was able to reproduce this as well.
Since the mud's name does get changed, I'll chalk it up to some
ungraceful code somewhere, nothing to worry about. If it isn't
already fixed in the alpha, I'll make sure it gets fixed.
That was my fault. Before, both tc() and debug() did implicit identify(),2009.09.21-05.37,31
*Bad argument 1 to terminal_colour()
Expected: string Got: 1.
Object: /secure/sefun/sefun at /secure/sefun/interface.c:17
This looks like you used tc() in some broken way. Try something likeCode: [Select]tc("foo");
orCode: [Select]tc("bar", "red");
tc() is a function by me for me. More generally useful
for dev teams is debug().
-Crat
make distclean; ./configure
Next, edit GNUmakefile in this directory. Change CC=gcc to CC=gcc-4.3 (or whatever major version you installed) then, as usual, make && make install.% cat >> ~/.emacs
(setq auto-mode-alist (cons '("^/opt/ds/[^/]*/lib/" . pike-mode) auto-mode-alist))
^D
%
No changes to the LPC files required.Hmmm. I see it, but the entries in ~/.subvsersion/config are all commented out.commented out == no setting.
But other than that, I feel more comfortable leaving thingsI see, I understand, I partially agree.
as they are, and letting the statistical outliers handle their issues with,
say, a new FAQ entry
The hash seems to be used in the virtual filenames for cloned objects -- It does not seem to collide with the object ID itself?Er... virtual filename == object ID.
#define iskeep(x) (uisalnum(x) || x == '*' || x == '?' || x == '!'|| x == '.'|| x == ':')
Currently, as you see, it's semi-equivalent of a [a-zA-Z0-9*?!.:] regex. Please keep in mind that both the hash and hyphen are quite magic, the formar in cloneIDs, the latter in parser. DS provides a function, GetUniqueID, which collapses an objpath to a parser-compatible format already... you might want to fork off that...It's like when you have your bedroom untidy, yet you still know where things areThat's the only case when I know where things are. Never can find anything after cleanup.
Actually, been playing to FR itself and other spanish muds based on it for ages.Weird. All those packages are supposed to work out of the box. Or you're trying to tell me that you tried to use FluffOS from the zip with your own, different, copy of the lib?
I tried the fluffied version of FR but had some weird errors that made me go back to a MudOS that worked. Don't know if any other MudOS driver would work, I'm aweful at compiling. If you have any other recent compiled driver, tell me and I'll try it
Here is the code. Tell me if you can see any error and use them at willBleh, type-hungarian notation... but whatever fits you. About the content... ever heard about for() loop? Anyway, there're no obvious errors, but atm I'm so ill I barely cold write a hello world.
Which linux distrobutions aren't aimed at home use?(If I should guess... those which explicitly state they're meant to be used on servers?)
Is there a full list of features and dependencies for Dead Souls somewhere? I definitely am looking to take advantage of the many wonderful features such as MCCP.