neverlosecc / source2gen

Source2 games SDK generator
http://s2gen.com
Apache License 2.0
193 stars 31 forks source link

:circus_tent: #31

Closed cpz closed 5 months ago

cpz commented 5 months ago
  1. Remove unused includes in schema
  2. Schema.h was refactored to be in Valve C++ Guidelines (E.g member names)
  3. CSchemaType was reversed a little bit more
  4. CSchemaClassBinding got IsA function which can use internatl schema function to deterime if current class is has inheritance from other SchemaType
  5. Added SchemaBuiltinType_t
  6. CShemaSystemTypeScope was a little bit reversed \ refactored
  7. CSchemaSystem was a little bit reversed \ refactored
  8. Minor changes in sdk gen a. Use of std::ranges::find instead std::find b. Fix #25 by clean_string gh3tt0 c0d3nz
cpz commented 5 months ago

This pull request was made only because of this snippet