Commit Graph

20762 Commits (6fd4d016eb8aebef0b48bd5b22c3f32c7db39a4f)
 

Author SHA1 Message Date
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
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
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
Nikolay Kasyanov 9cce6ecfe3 [macOS] Update deploy script to use ssh/scp 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
Bret Curtis 590b393c8e
Merge pull request #2123 from akortunov/skinning
Optimize skinning, part 2
6 years ago
Bret Curtis db74eb4466
Merge pull request #2094 from Capostrophic/editor
Cherry-pick cc9cii's minor editor improvements
6 years ago
Bret Curtis 9c795195d0
Merge pull request #2109 from Capostrophic/loops
Simplify some world loops
6 years ago
Bret Curtis 4617dea154
Merge pull request #2119 from akortunov/stringstream
Get rid of unnecessary string streams
6 years ago
Bret Curtis 519a6b3682
Merge pull request #2039 from akortunov/coverity
Handle last Coverity Scan issues left
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 3e20f36953 Handle invalid string length for hinting 6 years ago
Capostrophic 776c6c2fe6 Fix MSVC warning 6 years ago
Andrei Kortunov 0937f02598 Get rid of unnecessary string streams 6 years ago
Bret Curtis 88edc1a120
Merge pull request #2100 from akortunov/birthfix
Do not restore birthsign abilities upon game load
6 years ago
Andrei Kortunov b17702bf1f Do not restore birthsign abilities upon game load (bug #4329) 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
Bret Curtis a228efa6ed
Merge pull request #2116 from tackeart/patch-1
Guide on quickly removing texture effect blocks from nif
6 years ago
Bret Curtis de24682e2f
Merge pull request #2115 from Capostrophic/slowfall
Don't reset player jumping flag unnecessarily (bug #4775)
6 years ago
Capostrophic a1af1ff487 Fix extra semicolon, redundant getStore calls and random creature spawn loop 6 years ago
Bret Curtis 9d1c0d2b22
Merge pull request #2114 from Capostrophic/cleanup
Remove some redundant code
6 years ago
Capostrophic 403db9afe3 Don't reset player jumping flag unnecessarily (bug #4775) 6 years ago
Bret Curtis 573af17cf9
Merge pull request #2097 from akortunov/camerafix
Do not scale player's model in the 1st-person view depending on race
6 years ago
Bret Curtis 93e566a08e
Merge pull request #2117 from Capostrophic/aidata
Make Interiors of Illusion puzzle of Sotha Sil Expanded work (bug #4778)
6 years ago
Bret Curtis 3e6af9a38b
Merge pull request #2118 from akortunov/profiler
Split physics update from world update in the profiler
6 years ago
Andrei Kortunov ab0841cc3d Split physics update from world update in the profiler 6 years ago
Andrei Kortunov 02a43d0b32 Do not scale player's model in the 1st-person view depending on race (bug #4383) 6 years ago
Capostrophic 92d7f21926 Don't interrupt compilation when spell/effect functions are used for non-actors 6 years ago
tackeart 7b22d4a25d Instructions on removing tex effect blocks quickly
also includes grammar improvement (as suggested by Capostrophic)
6 years ago
Capostrophic d1e0a10136 Make sure AI data is initialized when loading actor records 6 years ago
Capostrophic 624db99bf2 Remove some redundant code 6 years ago
Bret Curtis 91ec1d1c2c
Merge pull request #2113 from Capostrophic/fallback
Clean up fallback record creation again
6 years ago
Capostrophic 27eb64c7f0 Clean up fallback record creation again 6 years ago
David Cernat 150ac71d97
Merge pull request #2111 from Capostrophic/fallback
[Regression] Fix constant raining
6 years ago