DayZ-CommunityFramework
DayZ-CommunityFramework copied to clipboard
Community Framework for DayZ SA.
Add helper class with static functions for: - int->hex (with optional pretty and leading 9) - hex->int
Replace/Remove the class `__Stack` from ExpressionVM after #56 has been merged into development that offers the replacement.
Remove the class `Expression` from the ExpressionVM code after giving a deprecation notice.
- Ability to read settings from cmd params, a config file in .exe directory - Set default values from mod that declares the settings - Script interface for get and...
- Add OP role, uneditable, has every root permission set to ALLOW. All child permissions will be INHERIT. - Use a constructor override to register permissions on boot
- Input xml file does not exist? - Xml content was read but is somehow invalid? Return false / null / error code for all edge cases. All validation should...
Side note: After this change, `_cf_characters` in 3_Game/CommunityFramework/CommunityFramework.c is no longer used and can probably be removed