MantisBT - Soldat Dedicated Server | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000381 | Soldat Dedicated Server | Scripting Core | public | 2013-08-11 02:24 | 2013-08-11 02:27 |
Reporter | DorkeyDear | ||||
Assigned To | Falcon | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 2.7.5 | ||||
Target Version | Fixed in Version | ||||
John | |||||
Summary | 0000381: Map.Objects index span is limited to 32 | ||||
Description | Indexing Map.Objects by a number greater than 32 causes an unhandled exception. | ||||
Steps To Reproduce | procedure OnClockTick(Ticks: integer); var i: byte; begin for i := 1 to 90 do try if (Map.Objects[i].Active) then WriteLn(InttoStr(i) + ' active') else WriteLn(InttoStr(i) + ' inactive'); except WriteLn(InttoStr(i) + ' exception'); end; end; begin Game.OnClockTick := @OnClockTick; end. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-08-11 02:24 | DorkeyDear | New Issue | |||
2013-08-11 02:26 | Falcon | Assigned To | => Falcon | ||
2013-08-11 02:26 | Falcon | Status | new => confirmed | ||
2013-08-11 02:27 | Falcon | Status | confirmed => resolved | ||
2013-08-11 02:27 | Falcon | Resolution | open => fixed |
There are no notes attached to this issue. |