Commit Graph

21199 Commits (6d8215ecb69f8efd57eefd06c02bc59fe957b4d9)
 

Author SHA1 Message Date
Azdul 6d8215ecb6 Google Test / Google Mock / OpenMW unit tests on Windows 6 years ago
Bret Curtis a8e65bf5eb
Merge pull request #2139 from Capostrophic/bsaoptpurge
Replace BSAOpt compressed BSA hash calculation with a custom function
6 years ago
Capostrophic c9df63ffd1 Replace BSAOpt hash calculation with a custom function 6 years ago
Bret Curtis c2fd4c1f46
Merge pull request #2138 from Capostrophic/bsa
Fix compressed BSA loading on non-Windows systems
6 years ago
Bret Curtis 309855107b Merge branch 'ensure-unique-refnum' into 'master'
Ensure Unique Instance Refnum after clone, add, or move

Closes #4748

See merge request OpenMW/openmw!49
6 years ago
Stomy 71be4cdd20 Ensure Unique Instance Refnum after clone, add, or move 6 years ago
Capostrophic be5faadff8 Fix compressed BSA loading on non-Windows systems 6 years ago
Bret Curtis b4a78a7e68
add libboost-iostreams-dev 6 years ago
Bret Curtis e1d7a8415d Merge branch 'bugfix/file-list-emptying-error' into 'master'
Fix error when create new OpenCS addon

Closes #4757

See merge request OpenMW/openmw!50
6 years ago
Bret Curtis c5a67c2079
Merge pull request #2137 from elsid/navmesh_render
Avoid useless read of navmeshes from navigator
6 years ago
Bret Curtis 9cfc97a37a Merge branch 'tes4_bsa' into 'master'
Read BSA files in TES4 / TES5 formats

See merge request OpenMW/openmw!56
6 years ago
Bret Curtis 6fd4d016eb
Merge pull request #2132 from akortunov/particlefix
Fix an exception when try to load a particle node with empty sizes array
6 years ago
Bret Curtis 75c5b9de00
Merge pull request #2136 from akortunov/warnfix
Fix "-Wstring-plus-int" warnings
6 years ago
elsid 13e94ab194
Get navmesh to update osg node only if rendering is enabled 6 years ago
elsid 3572edab72
Update navmesh in a separate method 6 years ago
Nikolay Kasyanov 17cf2d5826
Merge pull request #2135 from OpenMW/update-macos-dependencies
[macOS, CI] Update dependencies

They now include boost iostreams for TES 4/5 BSA support.
See https://gitlab.com/OpenMW/openmw/merge_requests/56.
6 years ago
Andrei Kortunov 1e8b7f0f83 Fix -Wstring-plus-int warnings 6 years ago
Nikolay Kasyanov 4a266b3277
[macOS, CI] Update dependencies
They now include boost iostreams for TES 4/5 BSA support.
See https://gitlab.com/OpenMW/openmw/merge_requests/56.
6 years ago
Bret Curtis c0a036ed1f
Merge pull request #2133 from OpenMW/macos-deploy
[macOS] Update deploy script to use ssh/scp
6 years ago
Azdul 7880e6f761 CompressedBSAFile::FileRecord::isCompressed implementation simplified.
Double space in CompressedBSAFile::FileRecord::getSizeWithoutCompressionFlag removed.
6 years ago
Azdul a8c1c4315c Missing header on Linux 6 years ago
Azdul 6aa6b2dc89 Removed TES4 from file names. Correct Git file history / attribution. 6 years ago
Azdul a3bcd95546 Merge branch 'cc9cii' of https://github.com/cc9cii/openmw into tes4_bsa 6 years ago
Azdul 42ea609d1d Remove files with incorrect Git history / attribution 6 years ago
Bret Curtis fe69e5507d Merge branch 'fix_crashcatcher' into 'master'
Fix crashcatcher

Closes #4788

See merge request OpenMW/openmw!53
6 years ago
Frederic Chardon a78d98df27 Fix crashcatcher 6 years ago
Bret Curtis c94531de28 Merge branch 'master' into 'master'
Use case-insensitive compare when searching for game data by the wizard.

See merge request OpenMW/openmw!55
6 years ago
Adam.Fandrejewski 777a50cb64 Replaced C++ 14 make_unique with C++ 11 compliant code 6 years ago
Azdul 0c3a3ea241 Strange issue with Linux compilation (<memory> header) 6 years ago
Azdul 4c499983ca Fixed warnings reported by GCC 6 years ago
Azdul d55cc4d3ea Linux requires <memory> header 6 years ago
Azdul caa0487c6a Replace raw pointer in BsaArchive with unique_ptr 6 years ago
Azdul e502819246 Proper conversion from shared_ptr<bsa::MemoryinputStream> to shared_ptr<std::istream> 6 years ago
Azdul b9a7514278 Memory leak fixed. Proper file names in headers. 6 years ago
Azdul c6fd979c42 Spaces instead of tabs in CMakeLists.txt 6 years ago
Nikolay Kasyanov 9cce6ecfe3 [macOS] Update deploy script to use ssh/scp 6 years ago
Azdul 96d19e07ca Fix Linux build 6 years ago
Azdul 33470cb5a2 Win32 specific library 6 years ago
Azdul b30d2bab57 Zlib only for Win32 6 years ago
Azdul d73165a80c Missing boost library 6 years ago
Azdul 4e27fdefdb Missing boost Linux library 6 years ago
Azdul 25650e65bf Read any BSA file - detection based on version in BSA header 6 years ago
Andrei Kortunov 39c4a7833c Fix out of range exception when try to load a particle node with empty sizes array (bug #4804) 6 years ago
Bret Curtis ed5df29b42
Merge pull request #2131 from Capostrophic/begin
Allow stray special characters before Begin statement (bug #4803)
6 years ago
Capostrophic 166d757a19 Allow stray special characters before a begin statement 6 years ago
Artur Rojek f6e1aaae1a Use case-insensitive compare when searching for game data by the wizard.
Until now, the wizard was only comparing against an exact file name
match while searching for game data, eg. "data*.cab".
This patch makes it possible to locate game data regardless of case
sensitivity, eg. "Data*.cab".
6 years ago
Bret Curtis c01672a364
Merge pull request #2129 from Capostrophic/pipefall
Update moved object collisions even if the new cell is the same (bug #4800)
6 years ago
Capostrophic 8bb270c2bb Update moved object collisions even if the cell is the same (bug #4800) 6 years ago
Bret Curtis b78cc4c7d8 Update .gitlab-ci.yml 6 years ago
Bret Curtis 8834ee95be
Merge pull request #2120 from Capostrophic/macros
Get rid of some remaining instances of C numeric limits
6 years ago