Releases: GAMMACASE/Source2SchemaDumper
Releases · GAMMACASE/Source2SchemaDumper
1.0.7
Changelog:
- Added
modules_metadatato the dump, which provides output ofExtractModuleMetadataprovided by the game binaries; - Added small support for listen server dumps (which have both client/server classes):
- Removed name collision filtering in the dump, making it dump everything there's (even content with the same name but which originated from different modules);
- Added
-por--preferred-projectargument to generator scripts to make it generate content from correct modules (client or server);
Bugfixes:
- Fixed generating static_asserts on invalid sized objects;
- Fixed hl2sdk-less generation of std::pair and other std types;
Note
Make sure to update all python related scripts to update
1.0.6
Changelog:
- Update after latest CS2 update;
Bugfixes:
- Fix pulse_bindings being null in some cases;
- Fix incorrect bitfield size for bitfields larger than 8 bits;
Note
Make sure to update all python related scripts to update
1.0.5
Changelog:
- Update after latest Deadlock update;
Bugfixes:
- Correct certain CUtlHashtable types generation;
1.0.4
Changelog:
- Update after latest CS2 update;
Bugfixes:
- Corrected
std::pairusage in generated scripts; - Added few nullptr checks to better support various environments (such as listen server usage);
Note
Make sure to update all python related scripts to update
1.0.3
Changelog:
- Added
game_infoanddumper_infofields to the output dump to provide more info on the dumping context where dump took place.
Note
Make sure to update all python related scripts to update
1.0.2
Changelog:
- Updates to metatags and pulse due to CS2 & Dota2 updates;
Bug fixes:
- Fixed incorrect multi parent offset being calculated;
Note
Make sure to update all python related scripts to update
1.0.1
Bugfixes:
generate_cpp.pyCorrected few class alignment issues;
Note
Make sure to update all python related scripts to update
Initial release
1.0.0