View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000133 | Populous: The Beginning | General | public | 2015-07-28 19:53 | 2016-03-24 20:56 |
Reporter | Brandan | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 1.1 | ||||
Summary | 0000133: Increase max objects limit | ||||
Description | Also increase max buildings, people sometimes hit it during long PP games (lots and lots of towers, including convering BD etc) pop3.h #define MAX_NUM_THINGS 2000 // - make it a multiple of 10 #define MAX_BUILDING_LIMIT (80) | ||||
Tags | No tags attached. | ||||
Build Number | |||||
|
Increased max things from 2000 to 20000 (10x), max buildings from 80 to 160 (2x), added new #define so that the game still loads only 2000 things from levels (thus retaining the same format and compatibility): #define MAX_NUM_LEVEL_THINGS 2000 |
|
This has been updated to 8000 objects from 20,000 objects due to issues with the draw system failing around 10,000 objects. |
|
This change may be causing spells to be dropped without being cast even more. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-07-28 19:53 |
|
New Issue | |
2015-07-31 06:22 |
|
Assigned To | => David |
2015-07-31 06:22 |
|
Status | new => assigned |
2015-07-31 06:28 |
|
Note Added: 0000036 | |
2015-07-31 06:28 |
|
Status | assigned => resolved |
2015-07-31 06:28 |
|
Resolution | open => fixed |
2015-08-03 17:39 | Brandan | Fixed in Version | => 1.1 |
2015-08-03 17:40 | Brandan | Note Added: 0000037 | |
2015-08-12 16:45 | Brandan | Relationship added | related to 0000152 |
2015-08-12 16:47 | Brandan | Note Added: 0000062 | |
2016-03-24 20:56 | Brandan | Reporter | David => Brandan |
2016-03-24 20:56 | Brandan | Assigned To | David => |