(New message)
Subject review (reverse sequence)
Posted by
Nick Cash
USA (626 posts) bio
Date
Mon 13 Sep 2004 01:24 AM (UTC) [ quote
]
Message
A description for doing what Greven said is this:
int hash;
ROOM_INDEX_DATA *room;
for ( hash = 0; hash < MAX_KEY_HASH; hash++ )
for ( room = room_index_hash[hash] ; room ; room = room->next)
{
/* your code here */
}
What I would do is make a seperate update function for it, that way in bug tracking you can tell that its calling it.
~Nick Cash
http://www.nick-cash.com top
Posted by
Zeno
USA (2,868 posts) bio
Moderator
Date
Sun 12 Sep 2004 10:14 PM (UTC) [ quote
]
Message
Wouldn't that only update on each area reset though? This variable is a deadly mist, and needs to dissipate a little every few seconds.
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org top
Posted by
Greven
Canada (835 posts) bio
Date
Sun 12 Sep 2004 09:59 PM (UTC) [ quote
]
Message
You can't use a singular loop, you need to loop through the hashtables, then through all the rooms in that hash. If you need to update rooms, you might try putting it in the reset code, since all the looping and room finding is done already.
Nobody ever expects the spanish inquisition!
darkwarriors.net:4848
http://darkwarriors.net top
Posted by
Zeno
USA (2,868 posts) bio
Moderator
Date
Sun 12 Sep 2004 09:25 PM (UTC) [ quote
]
Message
Whats the best way to loop through existing rooms? I need to add an update to all rooms if a certain room variable is greater than 0. But I'm not sure how to use 'for' to loop through all the rooms.
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org top
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,132 views.
Reply to this subject
Start a new subject
  Refresh page
Go to topic:
(Choose topic)
Area Editor: Bug reports
Area Editor: General
Area Editor: News and updates
Area Editor: Suggestions
Area Editor: Tips and tricks
Dawn of Time: Administration
Dawn of Time: Configuration
Dawn of Time: Installing/compiling the server
Dawn of Time: New Dawn Muds Announcements
Dawn of Time: Playing
Dawn of Time: What is Dawn of Time (Dawn)?
Electronics: Microprocessors
Electronics: Operational Amplifiers
Forum: About
Forum: Announcements
Forum: Mailing other users
Forum: Problems
Forum: Registering
Forum: Searching
Forum: Subscribing
Forum: Suggestions
Forum: Test
Forum: Time zones / time display
Forum software: Administration
Forum software: Installation
MUDs: Announcements
MUDs: General
MUDs: MUD Design Concepts
MUSHclient: Announcements
MUSHclient: Beta testing
MUSHclient: Bug reports
MUSHclient: Development
MUSHclient: General
MUSHclient: Getting Started
MUSHclient: International
MUSHclient: Jscript
MUSHclient: Lua
MUSHclient: Miniwindows
MUSHclient: MXP and Pueblo
MUSHclient: Perlscript
MUSHclient: Plugins
MUSHclient: Python
MUSHclient: Suggestions
MUSHclient: Tips and tricks
MUSHclient: VBscript
MUSHclient: Wine
PennMUSH: Compiling the server
PennMUSH: Running the server
Programming: General
Programming: STL
Quilting: General
ROM: Compiling the server
ROM: Running the server
SMAUG: Commands
SMAUG: Compiling the server
SMAUG: Lua
SMAUG: Running the server
SMAUG: SMAUG coding
Search the forum
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )