polserver/pol-core/pol/item
Kevin Eady c4f6e32e88
Add held_weight_multiplier for containers; Fix missing tooltip updates (for weight) (#646)
* Implementation

* wip testing

* allow setting held weight mod to long value

* more tests

* address github actions warnings
- unary minus operator applied to unsigned type, result still unsigned

* Add docs, core-changes

* fix GetItemDescriptor() for HeldWeightMultiplierMod; update tests

* update docs a bit more

* Remove mod suffix
2024-05-14 08:24:19 +02:00
..
armor.cpp replaced all uppercase hex formatting with lowercase variant (#645) 2024-05-05 09:13:12 +02:00
armor.h first round for scripted object class methods 2018-10-13 00:03:40 +02:00
armrtmpl.h Changed classes to be final if possible, removed override macro 2018-10-09 09:47:27 +02:00
equipmnt.cpp Items can now be created with an assigned quality from an itemdescriptor (#161) 2020-07-31 23:27:07 +02:00
equipmnt.h Items can now be created with an assigned quality from an itemdescriptor (#161) 2020-07-31 23:27:07 +02:00
item.cpp Add held_weight_multiplier for containers; Fix missing tooltip updates (for weight) (#646) 2024-05-14 08:24:19 +02:00
item.h Add held_weight_multiplier for containers; Fix missing tooltip updates (for weight) (#646) 2024-05-14 08:24:19 +02:00
item00.cpp Fix saving item via item descriptor with SaveOnExit set to 0 (#503) 2023-02-05 02:24:58 +01:00
itemcr.cpp replaced all uppercase hex formatting with lowercase variant (#645) 2024-05-05 09:13:12 +02:00
itemdesc.cpp Add held_weight_multiplier for containers; Fix missing tooltip updates (for weight) (#646) 2024-05-14 08:24:19 +02:00
itemdesc.h Add held_weight_multiplier for containers; Fix missing tooltip updates (for weight) (#646) 2024-05-14 08:24:19 +02:00
weapon.cpp Savefile rewrite (#601) 2024-01-24 18:49:06 +01:00
weapon.h moved min/max damage calculation where it belongs, removed unused 2019-10-03 15:16:54 +02:00
wepntmpl.h moved min/max damage calculation where it belongs, removed unused 2019-10-03 15:16:54 +02:00