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

CAI_Space improvement #267

Merged
merged 4 commits into from
Nov 3, 2018
Merged

CAI_Space improvement #267

merged 4 commits into from
Nov 3, 2018

Commits on Nov 3, 2018

  1. Improve resource management in CAI_Space

    Raw pointers are changed to unique_ptr's, init() method becomes private, instance of the class becomes static, prohibited copy construction and assignment.
    FreeZoneMods committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    eec4a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb5e0eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1980ecb View commit details
    Browse the repository at this point in the history
  4. Move CEventNotifier class to xrCore and slightly refactoring it

    This class can be useful in the other places of the engine. After the refactoring the callback is allowed to unsubscribe himself frm ProcessEvent - it won't cause immediate deleting the callback's instance. Callback will be deleted only after ProcessEvent is completed.
    FreeZoneMods committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    2af9583 View commit details
    Browse the repository at this point in the history