Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎪 #31

Merged
Merged

Conversation

cpz
Copy link
Contributor

@cpz cpz commented Jan 31, 2024

  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 Fix output metadata string for MResourceTypeForInfoType #25 by clean_string gh3tt0 c0d3nz

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 cpz assigned cpz and es3n1n Jan 31, 2024
@cpz cpz linked an issue Jan 31, 2024 that may be closed by this pull request
@cpz
Copy link
Contributor Author

cpz commented Jan 31, 2024

This pull request was made only because of this snippet

@es3n1n es3n1n merged commit 19b5331 into main Jan 31, 2024
@es3n1n es3n1n deleted the 25-fix-output-metadata-string-for-mresourcetypeforinfotype branch January 31, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix output metadata string for MResourceTypeForInfoType
2 participants