-
-
Notifications
You must be signed in to change notification settings - Fork 470
Allow load custom IMG containers #1677
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
85 commits
Select commit
Hold shift + click to select a range
fdbf965
Added MTA interface
TheNormalnij 227f281
Allow to load custom IMG
TheNormalnij dadaec6
Added resource IMG root
TheNormalnij 88b758e
Added engineSetModelIMG function
TheNormalnij dff4812
Added engineGetModelTXDID and EngineSetModelTXDID
TheNormalnij d7f42c6
Fix typos
TheNormalnij bfa404d
Allow allocating new objects
TheNormalnij 24ec997
Revert "Allow allocating new objects"
TheNormalnij 7491889
Improved CClientIMG
TheNormalnij 947e614
Improved load function
TheNormalnij 2b3eac9
Changed value for fail case in CStreamingSA
TheNormalnij aab8152
Improved Lua API for engineSetModelIMG
TheNormalnij b52d9de
Added some unlink interface
TheNormalnij 719b273
Improved unlink interface
TheNormalnij acff78f
Added IMG manager, fix build
TheNormalnij ebf4cf1
Add new IMG's to list
TheNormalnij ae8185c
Added CClientIMG::IsStreamed()
TheNormalnij 6464081
Fix typo
TheNormalnij 94a8ecd
Added EngineAddImage and EngineRemoveImage
TheNormalnij 4de39c8
Added EngineImageGetFilesCount and EngineImageGetFileList
TheNormalnij f5a773a
Added img:getFile
TheNormalnij d41e491
Fix CClientIMG::GetFileID()
TheNormalnij d7f69eb
Disable engineSetModelTXDID function
TheNormalnij 7d26e07
Small API changes
TheNormalnij 4d63000
Added img:linkModel()
TheNormalnij fe0908c
Fix missing API
TheNormalnij aff0a1a
Refactor some code
TheNormalnij d65d28f
Fix build
TheNormalnij 5f99829
Refactor CStreamingSA
TheNormalnij 42097a7
Fix comment
TheNormalnij e43b294
Fix wrong uiStreamHandlerID
TheNormalnij a8fe35d
Refactror std::vector<tLinkedModelRestoreInfo*> to std::list<tLinkedM…
TheNormalnij 6bda318
Merge branch 'master' into img_open
TheNormalnij 36960a0
Merge remote-tracking branch 'mta-home/master' into img_open
TheNormalnij 38ad586
Fix build
TheNormalnij 9644902
Used new parser for engineImage*
TheNormalnij 4f958d7
Fix API
TheNormalnij 3ff97d8
Fix removed engineRestreamWorld
TheNormalnij 4c3aceb
Removed unused TXD stuff
TheNormalnij ef0a3ea
engineImageLinkModel replaced to engineImageLinkDFF and engineImageLi…
TheNormalnij f45931e
Fix OOP API
TheNormalnij ba66c29
Fix API
TheNormalnij c4fd582
Fixed restore functions
TheNormalnij 771160f
Fix missing stuff
TheNormalnij 50aad93
Removed unused stuff
TheNormalnij 170e256
Merge branch 'master' into img_open
TheNormalnij 79b6941
Refactor CClientIMG
Pirulax aafd0c8
Refactor Lua API for Images
Pirulax 2555c4d
Fix warning in CClientIMG
Pirulax 4ae02ca
Change lua::Push std::string to std::string_view, thus adding support…
Pirulax e638503
Merge branch 'master' of https://github.com/multitheftauto/mtasa-blue…
Pirulax 8180adc
Fix ms_aInfoForModel - address was invalid, and caused a crash after …
Pirulax beef9ff
Cleanup CStreamingSA::ReinitStreaming
Pirulax eca68ea
Cleanup CStreamingSA::SetStreamingInfoForModelId and add a note
Pirulax 046b21e
Add GetUnusedArchieve()
Pirulax eb11e40
Add GetUnusedStreamHandle()
Pirulax 2b6e1d7
Refactor CStreamingSA::AddArchive
Pirulax 987980b
Rename GetStreamingInfoFromModelID to GetStreamingInfo
Pirulax 8be4de2
Rename SetStreamingInfoForModelId to SetStreamingInfo
Pirulax 3f927bb
Addendum to SetStreamingInfo rename
Pirulax a2ff05e
Addendum to SetStreamingInfo rename..
Pirulax 3d819ed
Replace CStreamingInfo::Reset() with CStreamingInfo{} + default inita…
Pirulax e76ed7a
fix narrowing extension error in CStreaming.h
Pirulax af6cbe5
Fix issues caused by argument parser - number on stack was converted …
Pirulax 1aba45d
Fix compiler warnings
Pirulax e6b9834
Merge branch 'master' into img_open
0a2d946
Fix conflicts
c580386
fix typo
05c7c74
Added CStreamingSA::SetStreamingBufferSize
d7b0a4b
Increase buffer size for new streamed img archive
a003e33
Replace variable name
93bb916
Remove unnecessary check
55d69e2
Used std
5160cc7
engineImageGetFileList to engineImageGetFiles
feb67b4
Removed unnecessary headers content
26785d6
Used void* for buffers
ff1f03c
Allow decrease buffer size
0abd8ab
Don't close thread
ea11b4c
Added additional check
d6af906
Update Client/mods/deathmatch/logic/CClientIMGManager.cpp
TheNormalnij 5407b7e
Added security checks
e3efe9d
exception > invalid_argument
TheNormalnij d390073
ms_streamingBufferSize > ms_streamingHalfOfBufferSize
TheNormalnij fcbb4da
Merge branch 'master' into img_open
TheNormalnij 8b51776
Merge branch 'master' into img_open
patrikjuvonen 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
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.