Blockland Forums > General Discussion
One million bricks.
Mold:
--- Quote from: Port on June 06, 2012, 12:35:01 PM ---just remember not to join it
--- End quote ---
What's the sense then
John Freeman:
--- Quote from: Bisjac on June 06, 2012, 10:59:29 AM ---friend, i believe we live in the same house!
--- End quote ---
mp7964:
--- Quote from: Port on June 06, 2012, 11:41:42 AM ---[*] start dedicated server
[*] for loop with range 999999
[*] inner contained for loop with range 999999
[*] create brick inside previously mentioned loop
[*] suddenly 999998000001 bricks
--- End quote ---
That would probably crash the dedicated because Torque likes to execute code as fast as possible, and this is a for loop. Historically, for loops don't play nice with huge numbers.
Gambsy:
--- Quote from: mp7964 on June 06, 2012, 01:42:09 PM ---That would probably crash the dedicated because Torque likes to execute code as fast as possible, and this is a for loop. Historically, for loops don't play nice with huge numbers.
--- End quote ---
Ticks
Port:
--- Quote from: mp7964 on June 06, 2012, 01:42:09 PM ---Torque likes to execute code as fast as possible
--- End quote ---
no stuff
--- Quote from: mp7964 on June 06, 2012, 01:42:09 PM ---this is a for loop
--- End quote ---
no stuff
--- Quote from: mp7964 on June 06, 2012, 01:42:09 PM ---Historically, for loops don't play nice with huge numbers.
--- End quote ---
that's why the loops are integrated