View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0004020 | Spring engine | Lua | public | 2013-10-03 00:09 | 2013-10-03 02:27 | ||||
Reporter | silentwings | ||||||||
Assigned To | jK | ||||||||
Priority | high | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 94.1.1+git | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0004020: GetPlayerRoster returns the wrong stuff | ||||||||
Description | Tested with -1216. Used: local roster = Spring.GetPlayerRoster() for i,el in pairs(roster) do Spring.Echo(i,el) end And result in infolog is: [f=0000000] 1, <table> [f=0000000] 2, 0 [f=0000000] 3, 0 [f=0000000] 4, 0 [f=0000000] 5, false [f=0000000] 6, 0 [f=0000000] 7, -0.033333335071802 This was a game started directly from spring.exe with only myself in it. The "table" that is roster[1] has #(roster[1])=0. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Kloot (developer) 2013-10-03 02:27 |
https://github.com/spring/spring/commit/bf63e00b4b1060884d541147d3570938a8a7a55d |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-03 00:09 | silentwings | New Issue | |
2013-10-03 02:27 | Kloot | Note Added: 0011663 | |
2013-10-03 02:27 | Kloot | Status | new => resolved |
2013-10-03 02:27 | Kloot | Resolution | open => fixed |
2013-10-03 02:27 | Kloot | Assigned To | => jK |