-
-
Notifications
You must be signed in to change notification settings - Fork 487
Allow allocating new object models using engineRequestModel #1684
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d30527a
Object models allocating
TheNormalnij 8a6e551
Changed models validating.
TheNormalnij 541177b
Allow spawn weapons
TheNormalnij 93af5cb
Fix data type
TheNormalnij fd01672
Changed enum to enum class
TheNormalnij 01dee3a
Used "auto" for loops
TheNormalnij 3bc996f
Used a safe way to copy model data.
TheNormalnij e6f038a
Used enum class fro eClientModelType
TheNormalnij e340846
Changed syntax in GetStreamingInfoFromModelId
TheNormalnij 1f3ae20
Used const_iterator for pObjectManager
TheNormalnij c6f9af7
Call event "onClientElementModelChange" when we deallocate model
TheNormalnij 033ab31
fix CModelInfoSA::IsValid() formating
TheNormalnij 4e48b48
Fix typo
TheNormalnij 3d29ddd
Added "Reset" method for CStreamingInfo.
TheNormalnij 8834f65
Used early return in CClientObjectManager::IsValidModel again
TheNormalnij 55313e7
Used ReadEnumString in CLuaEngineDefs::EngineRequestModel
TheNormalnij 74f649f
Fix debug message in CMultiplayerSA_CrashFixHacks.cpp
TheNormalnij 06718e7
Used early return in CClientObjectManager::IsValidModel
TheNormalnij ac6678b
Used clean way to reset streaming info in CModelInfoSA::DeallocateModel
TheNormalnij b214b4b
Init CStreamingInfo array in CStreamingSA.h
TheNormalnij bbfa21e
Fix syntax in CModelInfoSA::IsValid
TheNormalnij 9c94810
Init CStreamingSA::ms_aInfoForModel in .cpp
TheNormalnij ed1057e
Fix crash when resource stopped.
TheNormalnij 4763304
Merge branch 'master' into new_objects_allocating
TheNormalnij 9637767
Fix build
TheNormalnij 477be31
Fix missing model type in IsValidObject
TheNormalnij 13dca7f
Add CModelInfoSA::CopyStreamingInfoFromModel function
TheNormalnij 2d43105
Used proper types for CStreamingInfo struct
TheNormalnij 97c892f
Fix formating
TheNormalnij 81f2bbf
Used clang formatting
TheNormalnij 0297ae7
Merge remote-tracking branch 'origin/new_objects_allocating' into new…
TheNormalnij e1089c2
Used another types for CStreamingInfo
TheNormalnij d026fbe
Update Client/mods/deathmatch/logic/CClientObjectManager.h
TheNormalnij 881da14
Fix "Streamig" typo
TheNormalnij 2ddf187
Merge remote-tracking branch 'origin/new_objects_allocating' into new…
TheNormalnij File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.