Mailing List
Home
Forum Home
Mac Game - Mac game development
Rivers of MUD - a Diku and Merc based multiuser dungeon
SMAUG
Subjects
Getting UDP through NAT/firewalls/whatever for a game
Getting UDP through NAT/firewalls/whatever for a game
QuickTime errors
Python script as stand alone MUD server
Subject: Various sound problems
Fragment Shaders & GL TEXTURE RECTANGLE EXT
Subject: Timers and global variables
Re: Language and platform for Text MUD server
Apparent acquisition of Yantis (mysupersales) by IDE
HID keyboard
Getting UDP through NAT/firewalls/whatever for a game
Microsoft Sparkle
Subject: Director MX
Congratulations Horizons
Yet more problems fullscreen mode
Apple Dev Kitchen Them 's tasty vittles, Maw!
NSOpenGLContext, Pbuffers, and drawables
More DCR "theft " naughtiness
dynamic sprite creation and imaging lingo
Re: Find stuff in Flash array?
Effects of skill imbalances?
QuickTime errors
Rom 2 4/Quickmud Enhancement/Bug fix
Subject: Working with XML files/CFURL
smooth scrolling/subpixel tweening
RE: (Ron help me?) Flash text
Subject: Flash Racing
Subject: MudDev FAQ 2
Browser based games
Installing GLUT
Special character in Flash XML
 
Rivers of MUD
Page 1 of 121   2   3   4   5   6   7   8   9   10   Next 10  

system calls failing

Hello again. I 'm having another interesting error since we moved our game to an in-house server. Any system calls we make (pfile backup etc) are all failing with a error of -1. Does anyone have any i

Subject: Crash after server move

We 're getting ready to port our mud to a new server and we 're having a bit of an issue. Everything compiles clean but when we login we get past our account login and when we select what character to

Subject: gsn definitions

So... I was wondering why the gsns are defined in merc.h AND db.c Is it really necessary to have them in both places? Sandi -- ROM mailing list ROM@(protected) Unsubscribe here - > > > http //www.rom.o

Time away

Hey I 'm back to the list after a year or so away. Are the archives still online? I couldn 't seem to find them with the link I have. Is there much traffic here these days? --Drex -- ROM mailing

Compile Warnings.

Hey guys. Everyone was complaining about not having any traffic on this list so here 's something to get you thinking over the long weekend. I am running my mud on WolfPaw and everything compiles p

Random functions

Okay I have a newbie question (ie something I should have asked long ago). How do the functions number_percent() number_range() and number_bits() differ in randomness if at all? And what IS the

Talk about spam...

Has anybody else recently (within the last month or so) ended up getting spam about random and varied stock quotes/prices? I have this addy only for this list and it doesn 't go out anywhere. Someon

Sating "good old code discussion "

Perhaps that 's not such a horrible idea. I 've always been interested in what new projects people are undertaking and what direction they 're attempting to steer their game. I for one have built to

Problems integrating OLC with ROM 2.4b6

I had to manually patch OLC in (talk about a nightmare) and there were a few typos and such I made here and there... but I 've rectified these issues as the make failed. Now I 'm at the point where I 'm

Subject: Questions about FORK.

Ok.. I 'm working on an account system and want to make sure that no two accounts have the same email address. Don 't want users having duplicate accounts. The issue I 'm having is that during account

Quest - Vassagos

lol. tryout turbo pascal or borland delphi. but they are getting extinct in my opionin. c c# etc is the way to go. pick up a good book or start playing with the code as i did for a few years back i

File Question.

Ok this one 's got me a little nuts. Especially since I 'm sure it 's something easy. How do you find the "last modified " date of a file? I 'm trying to do a build revision using the modified date so

Subject: gcc precompiled headers

Is anyone using pre-compiled headers with GCC? It seems like this would be nice to apply to merc.h. I tried doing this in my Makefile rom merc.h.gch $(O_FILES) $(CC) $(L_FLAGS) -o rom $(O

Help

I have some kind of pre-delayed commands. Example > bash hassan <pre_delay > (if delay expires) You slam into Hassan and send him flying! Now problem is if you are PRE_DELAYED you can 't use an

echo

this is a test.. anyone out there or am I all alone on this list! TechnoHunter -- ROM mailing list ROM@(protected) Unsubscribe here - > > > http //www.rom.org/cgi-bin/mailman/listinfo/rom

Proxy

List Does anyone know of a way to stop people that abuse proxies to log into a mud? Its horribly difficult to ban when they use proxy after proxy to keep coming back. Thanks in advance Jeremy Wa

New Code Repository

Hey List! Haven 't heard much from you guys in awhile but I thought I 'd let you guys know that a few of us have opened up a new Code Repository named MudBytes! We are forcusing on a free site to dist

Subject: tracking down memory leaks?

Switching Unarmed Damage Types

Hello Ok. I 've searched through the archives and I may have very well overlooked the solution to my problem but I 'm going to post this anyhow. Thanks to anyone in advance for their comments/sugges

web-based mud client

This blog post about Google 's web-based instant messaging is making the rounds http //alex.dojotoolkit.org/?pS8 So here 's my thinking... If I can open up a second port on my mud and run a simple HTT

Rogue Buffers.

Hey guys I 've got a little issue. I d/l and installed a snippet from Mud Magic that will track the number of open buffers and tell me from what function they where called. It 's working great and h

MUD-Con V

Hey list! I know I 've neglected you guys my last two posts but now you 'll be the first! I 'm Just making a month-away announcement! That 's right! MUD-Con V is now only a month away! Fine tuning the c

Extracting a certain number of objects from a char

Greetings list How would you (in code) extract a certain number of the same object (vnum) from a character. Here is what I tried and it didnt seem to work. Any help would be appreciated. OBJ_D

custom damage nouns

Hello List! Just two quick questions. 1. Even though the ROM is technically written in C and C (as specified AFAIK) does not support default values for function arguments if I am using a recent ve

Subject: find and replace syntax

I know I 've asked this once before quite a while ago and got a good response however I wasnt able to find it in the archives and the syntax help on the internet didnt get me too far p so heres wha

Const vs Non-Const.

I have a question should be a quick answer for you guys. What if any would be the disadvantage of changing my cmd_table from const struct cmd_type cmd_table [] to be just struct cmd_type cm

FC4 Isn 't Complaining About Incomplete Array Elements Anymore

Thanks for your help Mike. After I emailed you (and the list) the 2nd time I took another look at the code and moved the structs above the declarations. I compiled and voila! Everything worked fi

Fedora Core 4 still complains about incomplete elements

Hi Mike (and others) > Welcome to GCC 4! Thanks!? GCC 4 is picky. ( > It 's not the array size that 's the problem it 's the fact that it 's > trying to use clan_type flag_type etc. before they '

Fedora Core 4 Complains about incomplete element types for arrays

Hello folks I 'm attempting to compile Rom2.4b6 on Fedora Core 4. At compile time the following error appears a number of times Error array type has incomplete element type Every line it compl

Memory Questions.

Ok here 's a question for you that will probably just make some of you laugh at me but I don 't care. I need someone to PLEASE explain to me what the difference is between alloc_perm and alloc_mem in
Page 1 of 121   2   3   4   5   6   7   8   9   10   Next 10