Bret Curtis
|
f4313c02e1
|
Merge pull request #2153 from akortunov/glowing_windows
Native glowing windows support
|
6 years ago |
Andrei Kortunov
|
60c9806d62
|
Share RigGeometry node data
|
6 years ago |
Andrei Kortunov
|
9e4a339ad3
|
Daytime node switch support (feature #4836)
|
6 years ago |
Bret Curtis
|
e748abde7d
|
Merge pull request #2147 from akortunov/uvcontroller
Apply UVControllers only for given UV Set
|
6 years ago |
Andrei Kortunov
|
03b71d3c30
|
Improve switchable nodes handling by optimizer
|
6 years ago |
Andrei Kortunov
|
87598f9419
|
Fill Switch and LOD nodes names
|
6 years ago |
Andrei Kortunov
|
b2126c2b6b
|
Apply UVControllers only for given UV Set (bug #4827)
|
6 years ago |
Bret Curtis
|
8ddb45eb22
|
Merge pull request #2141 from akortunov/switchnode
Support NiSwitchNode
|
6 years ago |
Andrei Kortunov
|
2c38e337ae
|
Support NiSwitchNode (feature #4812)
|
6 years ago |
Capostrophic
|
c9df63ffd1
|
Replace BSAOpt hash calculation with a custom function
|
6 years ago |
Capostrophic
|
be5faadff8
|
Fix compressed BSA loading on non-Windows systems
|
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
|
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 |
Azdul
|
7880e6f761
|
CompressedBSAFile::FileRecord::isCompressed implementation simplified.
Double space in CompressedBSAFile::FileRecord::getSizeWithoutCompressionFlag removed.
|
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 |
Frederic Chardon
|
a78d98df27
|
Fix crashcatcher
|
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 |
Azdul
|
96d19e07ca
|
Fix Linux build
|
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 |
Capostrophic
|
166d757a19
|
Allow stray special characters before a begin statement
|
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 |
Bret Curtis
|
590b393c8e
|
Merge pull request #2123 from akortunov/skinning
Optimize skinning, part 2
|
6 years ago |
Bret Curtis
|
4617dea154
|
Merge pull request #2119 from akortunov/stringstream
Get rid of unnecessary string streams
|
6 years ago |
Andrei Kortunov
|
8e6fd348d1
|
RigGeometry optimization: optimize geometry optimization
|
6 years ago |
Capostrophic
|
a71cfca580
|
Get rid of some remaining instances of C limit macros
|
6 years ago |
Andrei Kortunov
|
254f01b89d
|
RigGeometry optimization: vector iteration is more cheap than map iteration
|
6 years ago |
Andrei Kortunov
|
71227ffc04
|
Handle possible invalid iterator issue during settings parsing
|
6 years ago |
Andrei Kortunov
|
0937f02598
|
Get rid of unnecessary string streams
|
6 years ago |
Bret Curtis
|
65a6b10995
|
Merge pull request #2066 from akortunov/guifixes
Do not read font size just for every single widget
|
6 years ago |
Capostrophic
|
d1e0a10136
|
Make sure AI data is initialized when loading actor records
|
6 years ago |
Capostrophic
|
ee2560edc3
|
Fix constant raining
|
6 years ago |
Capostrophic
|
e412e1b41c
|
Revert to lexical_cast<float>, catch out-of-range exceptions
|
6 years ago |
Capostrophic
|
467724d5e8
|
Improve fallback numerical value handling (bug #4768)
|
6 years ago |
Bret Curtis
|
91b962c095
|
Merge pull request #2099 from xyzz/replace-volatile-atomic
Replace volatile bools with std::atomic<bool>
|
6 years ago |
Capostrophic
|
7155e787b4
|
Clean up fallback record creation
|
6 years ago |
Ilya Zhuravlev
|
07e9ce84b3
|
Replace volatile bools with std::atomic<bool>
|
6 years ago |
Alexander Kolodeev
|
7c3ef213ce
|
Fix error when create new OpenCS addon
|
6 years ago |
AnyOldName3
|
53188f61fc
|
Fix animation bug with VAOs
|
6 years ago |
Bret Curtis
|
fc19c842cf
|
Revert "fix a rig bug visible with OSG_VERTEX_BUFFER_HINT=VAO"
|
6 years ago |