Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 10-25-2002, 12:36 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by CheeToS2


because it is easier for some people to let their computer style their code, instead of doing it themselves.
That's pretty stupid. But I guess people are stupid.
__________________
Reply With Quote
  #17  
Old 10-25-2002, 12:39 AM
DoragonKoden_RC6 DoragonKoden_RC6 is offline
Registered User
Join Date: Oct 2001
Posts: 221
DoragonKoden_RC6 is on a distinguished road
Quote:
Originally posted by CheeToS2
crc?
I second that.
Reply With Quote
  #18  
Old 10-25-2002, 01:41 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by Kaimetsu


That's pretty stupid. But I guess people are stupid.
Why? it saves time, instead of having to press the space bar 500 times.
__________________

Reply With Quote
  #19  
Old 10-25-2002, 01:44 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
A promt to to make sure you want to overwrite files you try to upload.
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #20  
Old 10-25-2002, 01:53 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 will become famous soon enough
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
if you ever coded using sendtorc or sendtocrc you would know what they do.
Crc is like, the history of when someone updates a level, opens attributes of a player, bans someone, etc... It appears in the RC Chat.
__________________
Reply With Quote
  #21  
Old 10-25-2002, 02:46 AM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
The FileBrowser should be less laggy/use less memory when used on huge directories.

You should be able to upload files huger than 64k. (Like maps).

The comments currently always disapear when you edited the attributes of the account.
__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote
  #22  
Old 10-25-2002, 10:07 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by CheeToS2


Why? it saves time, instead of having to press the space bar 500 times.
I guess if you were more of an experienced scripter you'd understand. Indenting isn't just something you do to make it pretty ¬_¬
__________________
Reply With Quote
  #23  
Old 10-25-2002, 05:22 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by Kaimetsu


I guess if you were more of an experienced scripter you'd understand. Indenting isn't just something you do to make it pretty ¬_¬
it makes it more readable :P
__________________

Reply With Quote
  #24  
Old 10-25-2002, 05:48 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
Quote:
Originally posted by CheeToS2


Why? it saves time, instead of having to press the space bar 500 times.
Style as you script. Then you wont have to do all the spacebar presses at the end.
Reply With Quote
  #25  
Old 10-25-2002, 05:50 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
Quote:
Originally posted by zell12
if you ever coded using sendtorc or sendtocrc you would know what they do.
Crc is like, the history of when someone updates a level, opens attributes of a player, bans someone, etc... It appears in the RC Chat.
CRC is like this, if you zip something, the archive saves the CRC to a mini database and assigns it to the file you zipped, when you unzip the file, the unzipping appliction checks the CRC against the file, if they do not match, the file has been corrupted.
Reply With Quote
  #26  
Old 10-25-2002, 05:54 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by CheeToS2


it makes it more readable :P
That's part of it, but it's a little vague. It's good for helping other people read your script, sure, but the main point is that it allows you to see the structure of your code as you type it. Typing everything without indenting may be fine when you're writing simple stuff but when you get onto complicated projects you'll see that the organisation is essential.
__________________
Reply With Quote
  #27  
Old 10-25-2002, 06:30 PM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu has a spectacular aura aboutTorankusu has a spectacular aura about
Quote:
Originally posted by Kaimetsu


Test, okay, but why Style? How often do you use it? The only time I've ever clicked it is when I've missed Test, and then I have to reload the level to get my indentation back.
Mainly because I get sick of reading code completely on the left side (on npcserver). It's hard to read and I don't have the time to go through and indent it myself.
__________________
Quote:
Originally posted by Spark910
Think befreo you type.
Reply With Quote
  #28  
Old 10-25-2002, 06:33 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by Torankusu
Mainly because I get sick of reading code completely on the left side (on npcserver). It's hard to read and I don't have the time to go through and indent it myself.
Oh, for reading other people's code? Well, fair enough.
__________________
Reply With Quote
  #29  
Old 10-25-2002, 07:51 PM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura about
Send a message via AIM to adam
Quote:
Originally posted by Kaimetsu


Oh, for reading other people's code? Well, fair enough.

Yeah, I hate having to go through and format other people's code...
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote
  #30  
Old 10-25-2002, 08:03 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by R0bin


Style as you script. Then you wont have to do all the spacebar presses at the end.
I do.

Quote:
Originally posted by Kaimetsu


That's part of it, but it's a little vague. It's good for helping other people read your script, sure, but the main point is that it allows you to see the structure of your code as you type it. Typing everything without indenting may be fine when you're writing simple stuff but when you get onto complicated projects you'll see that the organisation is essential.
I do style by hand for large scripts, but for somethimg small i'm in a rush to finish, it is handy to just click the button.
__________________

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:45 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.