Bret Curtis
|
9cfc97a37a
|
Merge branch 'tes4_bsa' into 'master'
Read BSA files in TES4 / TES5 formats
See merge request OpenMW/openmw!56
|
2019-01-20 19:03:57 +00:00 |
|
Bret Curtis
|
6fd4d016eb
|
Merge pull request #2132 from akortunov/particlefix
Fix an exception when try to load a particle node with empty sizes array
|
2019-01-20 19:52:29 +01:00 |
|
Azdul
|
7880e6f761
|
CompressedBSAFile::FileRecord::isCompressed implementation simplified.
Double space in CompressedBSAFile::FileRecord::getSizeWithoutCompressionFlag removed.
|
2019-01-19 14:41:17 +01:00 |
|
Azdul
|
6aa6b2dc89
|
Removed TES4 from file names. Correct Git file history / attribution.
|
2019-01-18 21:14:44 +01:00 |
|
Azdul
|
a3bcd95546
|
Merge branch 'cc9cii' of https://github.com/cc9cii/openmw into tes4_bsa
|
2019-01-18 09:11:41 +01:00 |
|
Azdul
|
42ea609d1d
|
Remove files with incorrect Git history / attribution
|
2019-01-18 09:03:34 +01:00 |
|
Frederic Chardon
|
a78d98df27
|
Fix crashcatcher
|
2019-01-17 10:38:34 +00:00 |
|
Adam.Fandrejewski
|
777a50cb64
|
Replaced C++ 14 make_unique with C++ 11 compliant code
|
2019-01-17 09:56:11 +01:00 |
|
Azdul
|
0c3a3ea241
|
Strange issue with Linux compilation (<memory> header)
|
2019-01-17 09:11:19 +01:00 |
|
Azdul
|
4c499983ca
|
Fixed warnings reported by GCC
|
2019-01-17 08:58:25 +01:00 |
|
Azdul
|
d55cc4d3ea
|
Linux requires <memory> header
|
2019-01-17 08:52:30 +01:00 |
|
Azdul
|
caa0487c6a
|
Replace raw pointer in BsaArchive with unique_ptr
|
2019-01-17 08:42:43 +01:00 |
|
Azdul
|
e502819246
|
Proper conversion from shared_ptr<bsa::MemoryinputStream> to shared_ptr<std::istream>
|
2019-01-17 08:08:03 +01:00 |
|
Azdul
|
b9a7514278
|
Memory leak fixed. Proper file names in headers.
|
2019-01-17 07:08:25 +01:00 |
|
Azdul
|
c6fd979c42
|
Spaces instead of tabs in CMakeLists.txt
|
2019-01-17 05:42:26 +01:00 |
|
Azdul
|
96d19e07ca
|
Fix Linux build
|
2019-01-16 20:59:07 +01:00 |
|
Azdul
|
25650e65bf
|
Read any BSA file - detection based on version in BSA header
|
2019-01-16 20:19:15 +01:00 |
|
Andrei Kortunov
|
39c4a7833c
|
Fix out of range exception when try to load a particle node with empty sizes array (bug #4804)
|
2019-01-16 22:00:50 +04:00 |
|
Capostrophic
|
166d757a19
|
Allow stray special characters before a begin statement
|
2019-01-16 01:12:16 +03:00 |
|
Bret Curtis
|
8834ee95be
|
Merge pull request #2120 from Capostrophic/macros
Get rid of some remaining instances of C numeric limits
|
2019-01-10 18:59:34 +01:00 |
|
Bret Curtis
|
590b393c8e
|
Merge pull request #2123 from akortunov/skinning
Optimize skinning, part 2
|
2019-01-10 18:56:52 +01:00 |
|
Bret Curtis
|
4617dea154
|
Merge pull request #2119 from akortunov/stringstream
Get rid of unnecessary string streams
|
2019-01-10 11:42:27 +01:00 |
|
Andrei Kortunov
|
8e6fd348d1
|
RigGeometry optimization: optimize geometry optimization
|
2019-01-09 21:01:33 +04:00 |
|
Capostrophic
|
a71cfca580
|
Get rid of some remaining instances of C limit macros
|
2019-01-09 16:06:18 +03:00 |
|
Andrei Kortunov
|
254f01b89d
|
RigGeometry optimization: vector iteration is more cheap than map iteration
|
2019-01-09 11:52:11 +04:00 |
|
Andrei Kortunov
|
71227ffc04
|
Handle possible invalid iterator issue during settings parsing
|
2019-01-08 12:37:46 +04:00 |
|
Andrei Kortunov
|
0937f02598
|
Get rid of unnecessary string streams
|
2019-01-07 21:08:16 +04:00 |
|
Bret Curtis
|
65a6b10995
|
Merge pull request #2066 from akortunov/guifixes
Do not read font size just for every single widget
|
2019-01-07 17:17:57 +01:00 |
|
Capostrophic
|
d1e0a10136
|
Make sure AI data is initialized when loading actor records
|
2019-01-06 21:03:19 +03:00 |
|
Capostrophic
|
ee2560edc3
|
Fix constant raining
|
2018-12-31 14:47:00 +03:00 |
|
Capostrophic
|
e412e1b41c
|
Revert to lexical_cast<float>, catch out-of-range exceptions
|
2018-12-29 20:20:27 +03:00 |
|
Capostrophic
|
467724d5e8
|
Improve fallback numerical value handling (bug #4768)
|
2018-12-28 23:49:06 +03:00 |
|
Bret Curtis
|
91b962c095
|
Merge pull request #2099 from xyzz/replace-volatile-atomic
Replace volatile bools with std::atomic<bool>
|
2018-12-28 16:41:07 +01:00 |
|
Capostrophic
|
7155e787b4
|
Clean up fallback record creation
|
2018-12-28 01:22:24 +03:00 |
|
Ilya Zhuravlev
|
07e9ce84b3
|
Replace volatile bools with std::atomic<bool>
|
2018-12-24 14:19:35 -05:00 |
|
AnyOldName3
|
53188f61fc
|
Fix animation bug with VAOs
|
2018-12-18 19:44:30 +00:00 |
|
Bret Curtis
|
fc19c842cf
|
Revert "fix a rig bug visible with OSG_VERTEX_BUFFER_HINT=VAO"
|
2018-12-13 20:09:46 +01:00 |
|
Bret Curtis
|
97aa6f58e3
|
Merge pull request #2064 from sthalik/pr/win32-debug-parent-console
enable win32 debug console when launching from console
|
2018-12-12 21:15:07 +01:00 |
|
Stanislaw Halik
|
c5c160870d
|
fix accidental header namespace inclusion
|
2018-12-12 00:48:27 +01:00 |
|
Stanislaw Halik
|
f6c8842457
|
move to debugging.[ch]pp
|
2018-12-12 00:41:53 +01:00 |
|
Stanislaw Halik
|
74955555b9
|
remove verbose comments and example
|
2018-12-12 00:02:09 +01:00 |
|
elsid
|
da431135fa
|
Use pointer to check is NavMeshTilesCache::Value initialized
|
2018-12-10 23:51:15 +03:00 |
|
elsid
|
aab7f2e8b9
|
Don't check for equality in move assignment
Assume it is undefined behavior to move-assing value to itself.
|
2018-12-10 23:45:31 +03:00 |
|
Stanislaw Halik
|
56d79bd4e0
|
fix typo
|
2018-12-08 20:58:10 +01:00 |
|
Andrei Kortunov
|
e073e0d8c9
|
Do not read font size just for every single widget
|
2018-12-08 21:18:42 +04:00 |
|
Stanislaw Halik
|
44e60b708b
|
fix missing _WIN32 guard
|
2018-12-08 03:13:18 +01:00 |
|
Stanislaw Halik
|
64e960aa22
|
enable win32 debug console when launching from console
|
2018-12-08 01:29:14 +01:00 |
|
mp3butcher
|
7a85e10d2f
|
fix a rig bug visible with OSG_VERTEX_BUFFER_HINT=VAO
|
2018-12-02 23:36:27 +01:00 |
|
Bret Curtis
|
419e7ea5a2
|
Merge pull request #2035 from akortunov/coverity
Fix many Coverity Scan warnings
|
2018-11-14 09:44:30 +01:00 |
|
Andrei Kortunov
|
4ee15ddcb9
|
Fix many Coverity Scan warnings
|
2018-11-14 11:21:49 +04:00 |
|