MudBytes
» MUDBytes Community » Codebase Specific » DikuMUD » Rom » ROM commentation
Pages: << prev 1 next >>
ROM commentation
Mudder
Sorcerer






Group: Members
Posts: 272
Joined: Oct 17, 2009

Go to the bottom of the page Go to the top of the page
#1 id:37939 Posted Nov 21, 2009, 1:01 am

I've seen RT used a couple times and was just wondering what it stood for. A recent example:

/* RT added back for the hell of it */
void do_read( CHAR_DATA *ch, const char *argument )
{
    do_function( ch, &do_look, argument );
}

I've been drinking but I can't think of anything that makes sense.
.........................
A wise man once said:
Never underestimate a newbie coder and the sheer amount of spare time they may accumulate.

RaM Fire Development Team. ROM from C to C++

Hades_Kane
Wizard






Group: Moderators
Posts: 817
Joined: May 31, 2006

Go to the bottom of the page Go to the top of the page
#2 id:37940 Posted Nov 21, 2009, 1:12 am

I've assumed RT was Russ Taylor's initials.
.........................
-Diablos of End of Time, eotmud.com:4000, Final Fantasy themed -- Seeking Builders!    For more info visit: http://www.eotmud.com/

Mudder
Sorcerer






Group: Members
Posts: 272
Joined: Oct 17, 2009

Go to the bottom of the page Go to the top of the page
#3 id:37942 Posted Nov 21, 2009, 2:24 am

Hmm, that might be it. Any better ideas?
.........................
A wise man once said:
Never underestimate a newbie coder and the sheer amount of spare time they may accumulate.

RaM Fire Development Team. ROM from C to C++

JohnnyStarr
Wizard






Group: Members
Posts: 822
Joined: Feb 14, 2009

Go to the bottom of the page Go to the top of the page
#4 id:37945 Posted Nov 21, 2009, 4:12 am

Mudder said:
Hmm, that might be it. Any better ideas?

Code (text):
1
2
3
4
5
6
7
8
9
10
11
12
 
prompt> grep RT *.c
 
magic.c:1617:/* RT added to cure plague */
magic.c:1783:/* RT replacement demonfire ability */
magic.c:2887:/* RT clerical berserking ability */
magic.c:2942:/* RT ROM-style gate */
magic.c:3039:/* RT haste ability */
magic.c:3257:/* RT really nasty high-level attack ability */
 


Using 'grep' is a great way to find out more about a specific pattern.
It's obvious to me that 'RT' stands for Russ Taylor.

EDIT: Hades Kane has been running his FF Rom for a long time, I would take his advice when he gives it  :wink:
.........................

"It's not the daily increase but daily decrease. Hack away at the unessential." - Bruce Lee

Last edited Nov 21, 2009, 4:29 am by JohnnyStarr
Skol
Sorcerer






Group: Members
Posts: 493
Joined: May 17, 2006

Go to the bottom of the page Go to the top of the page
#5 id:37946 Posted Nov 21, 2009, 4:50 am

Lol yeah, RT Is Russ Taylor's footprint ;).
.........................
-=-=-=-=-=-=-=-
Skol/Dave/Zivilyn

http://www.ansalonmud.com/images/ansalon_banner_2008.jpg
www.AnsalonMUD.com

Ansalon & Rom Builders Guide
Rom Area Sanctuary

Mudder
Sorcerer






Group: Members
Posts: 272
Joined: Oct 17, 2009

Go to the bottom of the page Go to the top of the page
#6 id:37961 Posted Nov 21, 2009, 3:34 pm

JohnnyStarr said:
EDIT: Hades Kane has been running his FF Rom for a long time, I would take his advice when he gives it  :wink:


I wasn't doubting Hades_Kane. I replied saying that it was probably it, but I didn't want to take the first idea that sounded appropriate. Where would we be as a civilization if we all accepted the first idea that sounded good?
.........................
A wise man once said:
Never underestimate a newbie coder and the sheer amount of spare time they may accumulate.

RaM Fire Development Team. ROM from C to C++

Last edited Nov 21, 2009, 3:34 pm by Mudder
David Haley
Wizard






Group: Members
Posts: 6,874
Joined: Jun 30, 2007

Go to the bottom of the page Go to the top of the page
#7 id:37964 Posted Nov 21, 2009, 4:22 pm

I think that it was the choice of the word "better" (rather than, say, "other") that made it sound like you were doubting him.
.........................
-- d.c.h --
BabbleMUD Project (custom codebase)
Legends of the Darkstone (head coder)
http://david.the-haleys.org
.........................

Mudder
Sorcerer






Group: Members
Posts: 272
Joined: Oct 17, 2009

Go to the bottom of the page Go to the top of the page
#8 id:37965 Posted Nov 21, 2009, 4:41 pm

You're right. I re-read it and it is easily read with that meaning. I chose the word better thinking that there could be better ideas. I would normally say it's safe to assume I am never going to simply 'nay say' people here but it'd be more effective to try and avoid ambiguous wording.

I am here to learn and hopefully contribute to the community.
.........................
A wise man once said:
Never underestimate a newbie coder and the sheer amount of spare time they may accumulate.

RaM Fire Development Team. ROM from C to C++

JohnnyStarr
Wizard






Group: Members
Posts: 822
Joined: Feb 14, 2009

Go to the bottom of the page Go to the top of the page
#9 id:37972 Posted Nov 21, 2009, 5:40 pm

All i meant was that you are new here and you are into
ROM. And Hades is trustworthy.
.........................

"It's not the daily increase but daily decrease. Hack away at the unessential." - Bruce Lee

Pages:<< prev 1 next >>
Tags
[+]

Valid XHTML 1.1! Valid CSS!