Commit Graph

20726 Commits (b17702bf1f08b9d49168d93eea250864eb690c04)
 

Author SHA1 Message Date
Andrei Kortunov b17702bf1f Do not restore birthsign abilities upon game load (bug #4329) 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
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
Capostrophic ee2560edc3 Fix constant raining 6 years ago
Bret Curtis 363274ccdf
Merge pull request #2110 from Capostrophic/docs
Update Fonts documentation
6 years ago
Capostrophic a9619dbe03 Update Fonts documentation 6 years ago
Bret Curtis 5e541c1ae1
Merge pull request #2106 from Capostrophic/fallback
Revert to lexical cast for string-to-float conversion
6 years ago
Capostrophic e412e1b41c Revert to lexical_cast<float>, catch out-of-range exceptions 6 years ago
Bret Curtis 932691d199
Merge pull request #2091 from Capostrophic/fallheight
Avoid falling height reset if on-ground state wasn't actually updated (bug #4411)
6 years ago
Bret Curtis 02c8e328bd
Merge pull request #2104 from Capostrophic/fallback
Improve fallback numerical value handling (bug #4768)
6 years ago
Capostrophic 467724d5e8 Improve fallback numerical value handling (bug #4768) 6 years ago
Bret Curtis d80d056140
Merge pull request #2098 from xyzz/fix-loading-screen-uaf
loadingscreen: Fix UaF in loading screen.
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
Bret Curtis 0fb056d317
Merge pull request #2103 from Capostrophic/markers
Clean up fallback record creation
6 years ago
Capostrophic 7155e787b4 Clean up fallback record creation 6 years ago
Bret Curtis 807e0311b9
Merge pull request #2102 from nikolaykasyanov/macos-cmake-check
[macOS] Fail CMake when trying to use CMake 3.13 for macOS packaging
6 years ago
Nikolay Kasyanov 2306d904c7 [macOS] Fail CMake when trying to use CMake 3.13 for macOS packaging 6 years ago
Bret Curtis f18f2d39e5
Merge pull request #2096 from xyzz/android-relative-mouse
android: Add a method so that we can send relative mouse movements from java.
6 years ago
Nikolay Kasyanov 956934911a [macOS, CI] Use CMake 3.12.4
See https://gitlab.com/OpenMW/openmw/issues/4767 for details.
6 years ago
Ilya Zhuravlev 1bdec2399f Make sure CopyFramebufferToTextureCallback is only called once and not every frame 6 years ago
Ilya Zhuravlev 07e9ce84b3 Replace volatile bools with std::atomic<bool> 6 years ago
Ilya Zhuravlev 8e7c01b561 loadingscreen: Fix UaF in loading screen.
When the CopyFramebufferToTextureCallback callback is called, in its operator() it resets setInitialDrawCallback by providing a NULL pointer.
However, this causes the callback to get deleted. In turn, the "this" pointer is invalidated.
When execution returns to DrawCallback::run, it accesses a _nestedCallback member of deleted "this" which is UB.
6 years ago
Ilya Zhuravlev 98b2c04404 android: Add a method so that we can send relative mouse movements from java. 6 years ago
Bret Curtis a037e4c954
Merge pull request #2090 from xyzz/nulls-in-c
android_main.c: Replace nullptr back to NULL since there are no nullptr in C
6 years ago
Capostrophic 0bbcc0e787 Avoid falling height reset if onGround state didn't change (bug #4411) 6 years ago
Ilya Zhuravlev 09585b7208 android_main.c: Replace nullptr back to NULL since there are no nullptr in C 6 years ago
Bret Curtis 8e113a32b2
Merge pull request #2081 from nikolaykasyanov/unneed-macos-files
Remove unnecessary Recastnavigation headers & static libs from macOS package
6 years ago
Bret Curtis d4e56b73ae
Merge pull request #2086 from Capostrophic/aidata
Editor: avoid overflows in certain fields (bug #2987)
6 years ago
Bret Curtis d3ed3c2b0d
Merge pull request #2087 from nikolaykasyanov/update-macos-deps
Update macOS dependencies, use Xcode 10.1
6 years ago
Nikolay Kasyanov e0161bb2bf Update macOS dependencies, use Xcode 10.1 6 years ago
Nikolay Kasyanov c3a2a2d73f Do not package Recastnavigation headers and static libs 6 years ago
Nikolay Kasyanov f98a454ec1 Add a script to verify macOS package contents 6 years ago
Capostrophic 2681435857 Editor: handle AI settings, regional sound and levelled list "none" chances as shorts (bug #2987) 6 years ago
Chris Djali 0f9f7f0b59
Merge pull request #2083 from AnyOldName3/fix-vao-rig-bug
Fix animation bug with VAOs
6 years ago
AnyOldName3 53188f61fc Fix animation bug with VAOs 6 years ago
Chris Djali 066b74eb43
Merge pull request #2078 from AnyOldName3/cmake-13.1-osg-lib-fix
Adapt to CMake 3.13's new meaning of OSGDB_LIBRARY
6 years ago