2025-08-22 23:57 CEST

spring: develop 3352bd72 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
jcnossen jcnossen develop 2006-03-13 00:16:14 develop 46a9c6fe
Changeset * added custom serializers and loading callbacks to handle the cases were creg doesn't work
* added doxygen style comments to creg
* CREG_BIND_MEMBERS is changed to CREG_REG_METADATA because it now does more than binding members.
* fixed a bug with embedded objects
* added checksum verification of the packages, so it is impossible to load data saved with different class definitions.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1026 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Misc/Feature.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/Sim/Objects/WorldObject.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/System/Matrix44f.cpp Diff ] File ]
mod - rts/System/Object.cpp Diff ] File ]
mod - rts/System/creg/ClassBinding.cpp Diff ] File ]
mod - rts/System/creg/ISerializer.h Diff ] File ]
mod - rts/System/creg/Serializer.cpp Diff ] File ]
mod - rts/System/creg/Serializer.h Diff ] File ]
mod - rts/System/creg/TypeDeduction.h Diff ] File ]
mod - rts/System/creg/creg.h Diff ] File ]
mod - rts/System/float3.cpp Diff ] File ]
mod - rts/System/myMath.cpp Diff ] File ]