View Issue Details

IDProjectCategoryView StatusLast Update
0004979Dwarf FortressItemspublic2013-09-22 17:57
ReporterQuietust Assigned ToToady One  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformi386OSWindowsOS VersionXP
Product Version0.31.25 
Fixed in Version0.34.06 
Summary0004979: Tool weight ignores [SIZE]
DescriptionAll tools made of a specific material weight the same amount - 100Γ times the material's SOLID_DENSITY divided by 100,000.

For example, all tools made of slade weigh exactly 200Γ.
TagsNo tags attached.

Relationships

related to 0004213 new Stone pots weigh less than wooden barrels. 
related to 0000130 resolvedToady One Forge jobs always use only a single bar 
related to 0004897 new Large pots not very large 

Activities

user1294

2011-12-10 06:06

  ~0019102

I guess that's the source of 0004213, then.

Quietust

2011-12-10 15:27

reporter   ~0019114

Effectively, all tools are being treated as though they have [SIZE:1000].

Logical2u

2011-12-12 06:47

manager   ~0019154

Possibly related to 0000130?

Quietust

2011-12-12 09:32

reporter   ~0019155

Last edited: 2011-12-12 11:37

Not at all related to 0000130 - the entirety of the bug is that the function item_toolst::getSize() (or whatever it's called) consists of "return 100;" instead of "return subtype->size;" (where subtype->size is the value in the [SIZE] token divided by 10) as is done with weapons, ammo, and trap components.

user6

2012-01-23 12:42

  ~0019416

There may not be any direct relationship in the code, but the conceptual relationship is close enough.

Quietust

2012-01-23 18:04

reporter   ~0019419

Technically, 0005029 is the one that's related to 0000130, not this one.

Issue History

Date Modified Username Field Change
2011-12-09 19:23 Quietust New Issue
2011-12-10 06:05 user1294 Relationship added parent of 0004213
2011-12-10 06:06 user1294 Note Added: 0019102
2011-12-10 15:27 Quietust Note Added: 0019114
2011-12-12 06:47 Logical2u Note Added: 0019154
2011-12-12 09:32 Quietust Note Added: 0019155
2011-12-12 09:33 Quietust Note Edited: 0019155
2011-12-12 09:37 Quietust Note Edited: 0019155
2011-12-12 11:37 Quietust Note Edited: 0019155
2012-01-23 12:41 user6 Relationship added related to 0000130
2012-01-23 12:42 user6 Note Added: 0019416
2012-01-23 18:04 Quietust Note Added: 0019419
2012-02-15 09:37 user6 Relationship replaced related to 0004213
2012-03-15 01:16 Toady One Status new => resolved
2012-03-15 01:16 Toady One Fixed in Version => Next Version
2012-03-15 01:16 Toady One Resolution open => fixed
2012-03-15 01:16 Toady One Assigned To => Toady One
2013-09-22 17:57 user6 Relationship added related to 0004897