View Issue Details

IDProjectCategoryView StatusLast Update
0003043The Dark ModGraphicspublic02.03.2012 18:35
Reportertels Assigned Totels  
PrioritynormalSeveritynormalReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionTDM 1.07 
Target VersionTDM 1.08Fixed in VersionTDM 1.08 
Summary0003043: Renderer has a limit of 10000 handles
DescriptionThe renderer has a hard-coded limit of 10000 render slots.

It is a bit unclear on wether this limit can be hit without having actually that many entities (currently TDM allows at most 8192 entities), but it might be possible to hit this by having one entity being presented multiple times to the renderer.

Raising the limit should not hurt, as no memory is allocated until something is presented to the renderer.

Not raising the limit prevents us from raising the entity limit, tho.
Additional InformationThe limit is set as LUDICROUS_INDEX inside renderer/RenderWorld_local.h
TagsNo tags attached.

Activities

tels

tels

02.03.2012 18:33

reporter   ~0004365

The render limit is now 2 ** 16 for the entity number. We currently only use up to 2 ** 13, but if we ever raise the limit, this will come in handy.

Issue History

Date Modified Username Field Change
02.03.2012 18:30 tels New Issue
02.03.2012 18:30 tels Status new => assigned
02.03.2012 18:30 tels Assigned To => tels
02.03.2012 18:33 tels Note Added: 0004365
02.03.2012 18:33 tels Status assigned => resolved
02.03.2012 18:33 tels Fixed in Version => TDM 1.08
02.03.2012 18:33 tels Resolution open => fixed
02.03.2012 18:35 tels Description Updated
02.03.2012 18:35 tels Additional Information Updated