Anonymous | Login | 2024-11-21 11:53 CET |
Main | My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
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 | ||||||||
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. | ||||||||
Tags | No tags attached. | ||||||||
John | |||||||||
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 |
Copyright © 2000 - 2024 MantisBT Team |