1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00
K c1e6bbddfe Reduce size of Bonus struct from 320 bytes to 296 bytes.
- Internal enums were resized to occupy single byte.
- Duration bitmask uses 16 bit integer directly instead of std::bitset<11> which consumed 8 bytes.
- Fields shuffled to minimise padding and keep the most useful data on first 2 cache lines.
2024-07-22 14:59:31 +02:00
..
2024-03-29 07:48:52 +02:00
2024-03-02 14:08:03 +01:00
2024-03-29 12:28:14 +02:00
2024-05-24 21:22:08 +02:00
2024-04-23 17:15:59 +03:00
2024-03-29 07:48:52 +02:00