Modules/Objects/private/core
IlushaShurupov 0cefb47b66 Refactor save size calculation with SaveSizeCounter
SaveSizeCounter is introduced and used for calculating the save size of objects. The previous method of calculating save size directly in each class was replaced with a call to the SaveSizeCounter's calc method. This results in a cleaner, more maintainable code as the size calculation logic is now centralized in one class. It is more efficient and scalable as any changes to the calculation can be made in one place and will be reflected everywhere.
2023-08-01 07:41:09 +03:00
..
module.cpp Adding Simple Objest test. Fixes some bugs 2023-07-31 20:16:05 +03:00
object.cpp Objects Compiled 2023-07-31 08:04:14 +03:00
objectsave.cpp Refactor save size calculation with SaveSizeCounter 2023-08-01 07:41:09 +03:00
scriptsection.cpp Refactor save size calculation with SaveSizeCounter 2023-08-01 07:41:09 +03:00
typegroups.cpp Objects Compiled 2023-07-31 08:04:14 +03:00
typemethods.cpp Objects Compiled 2023-07-31 08:04:14 +03:00