Commit Graph

21866 Commits (14243991181bcfdf24193a5b6815be07bf5e371f)
 

Author SHA1 Message Date
Capostrophic 1424399118 Disable any footstep sounds when flying (bug #4948) 6 years ago
Capostrophic 7202f45771 Only allow resting in air when a bed is used 6 years ago
Bret Curtis aacc275e9c
Merge pull request #2299 from Capostrophic/position
Replicate vanilla Position/SetPos behavior more closely (bug #3109)
6 years ago
Bret Curtis d4dcc08df7
Merge pull request #2301 from Capostrophic/attack
Only set hand-to-hand attack type randomly if "always use best attack" is on (bug #4942)
6 years ago
Capostrophic 80a65e81dd Only set attack type randomly if "best attack" is on (bug #4942) 6 years ago
Bret Curtis a5504f8cc1
Merge pull request #2297 from Capostrophic/esm
Make sure the record hasn't ended in getHString hack (bug #4938)
6 years ago
Nikolay Kasyanov 9fae10b318
Merge pull request #2295 from OpenMW/no-analyze-on-macos-ci
Fix macOS CI build timeouts
6 years ago
Nikolay Kasyanov d305e1933a Get ccache path from Homebrew
Also, don't use legacy syntax to get Qt path.
6 years ago
Nikolay Kasyanov 95ae9c4ac8 Don't downgrade CMake 6 years ago
Nikolay Kasyanov 46b4aa4c4f Bump Xcode version while I'm at it 6 years ago
Nikolay Kasyanov a11c391231 Enable ccache for macOS CI 6 years ago
Capostrophic 3a0e374dc6 Replicate vanilla Position/SetPos behavior more closely (bug #3109) 6 years ago
Capostrophic 4b6fc5f720 Make sure the record hasn't ended in getHString hack (bug #4938) 6 years ago
Andrei Kortunov 368d1f9d25
Merge pull request #2191 from akortunov/viewer
Do not store Viewer reference in the ViewData
6 years ago
Andrei Kortunov cae456a4aa
Merge pull request #2294 from Capostrophic/arguments
Ignore extra arguments to PlayLoopSound3D too
6 years ago
Andrei Kortunov 6de75f60bc
Merge pull request #2291 from Capostrophic/parser
Improve compiler messages
6 years ago
Capostrophic 7ef7555c19 Ignore extra arguments to PlayLoopSound3D too 6 years ago
Bret Curtis d5051bd43e
Merge pull request #2164 from akortunov/dialoguefix
Allow localization to use implicit keywords
6 years ago
Bret Curtis 2c57abc245
Merge branch 'master' into dialoguefix 6 years ago
Bret Curtis 8c6c3561ff
Merge pull request #2290 from nikolaykasyanov/macos-cmake-version
Relax CMake version requirements on macOS
6 years ago
Capostrophic 17dce28705 Improve compiler messages 6 years ago
Nikolay Kasyanov 6363cc8839 Relax CMake version requirements on macOS 6 years ago
bzzt c8d2107b80 Do not store Viewer reference in the ViewData 6 years ago
Bret Curtis 886c77bced
Merge pull request #2145 from akortunov/rest
Update jail state once instead of for every single hour
6 years ago
Bret Curtis f8c3db0b89
Merge pull request #2287 from alexkokkinos/docs-paths-update
Update paths.rst - Windows paths, shell friendly paths
6 years ago
Chris Djali 1860d720bc
Merge pull request #2263 from akortunov/actor_culling
Do not recreate shaders to update transparency
6 years ago
Alex Kokkinos 6c0837259c Update paths.rst - Windows paths, shell friendly paths
- Adds path expansion based paths for Windows for easier copying and pasting
- Escapes Application Support in Mac to make the paths terminal and Finder Go menu friendly
- Places paths in tables
6 years ago
Bret Curtis d727a2f25c
Merge pull request #2285 from Capostrophic/mainmenu
Avoid menu button textures vertical cutoff
6 years ago
Bret Curtis 1e9eac568f
Merge pull request #2249 from akortunov/cache
Implement generic caching system
6 years ago
Capostrophic 93f78aad60 Avoid menu button texture vertical cutoff 6 years ago
Bret Curtis 0a1af526d4
Merge pull request #2280 from akortunov/optimize
Reduce default composite map distance to decrease GPU loading
6 years ago
Bret Curtis 354f904a24
Merge pull request #2279 from akortunov/map
Optimize map window update
6 years ago
Bret Curtis 6cbf1288ff
Merge pull request #1929 from Capostrophic/elseif
Ignore the rest of the line after else operator (bug #3006)
6 years ago
Capostrophic cbce1a1b7c Ignore the rest of the line after else (bug #3006) 6 years ago
Bret Curtis 8f8bba66d9
Merge pull request #2178 from Capostrophic/declaration
Ignore extra text after a local variable declaration (bug #4867)
6 years ago
Bret Curtis eefbda0ddf
Merge pull request #2283 from Capostrophic/input
Disallow binding some reserved keys (bug #3282)
6 years ago
Capostrophic 6dbd875f75 Disallow binding some reserved keys (bug #3282) 6 years ago
bzzt 1143985bc7 Do not update map texture if it did not change 6 years ago
Andrei Kortunov bbb1fdd92f Reduce default composite map distance to decrease GPU loading 6 years ago
bzzt 231e629e66 Store map widgets and textures in one vector instead of 4 different ones 6 years ago
Bret Curtis 115f12823a
Merge pull request #2278 from Capostrophic/blendmap
Remove unused and unfinished blendmap packing feature
6 years ago
Capostrophic 786f3e5fc3 Remove unused and unfinished blendmap packing feature 6 years ago
bzzt c2176945bd Do not use the delayed map cells update 6 years ago
Bret Curtis bbbdefce5f
Merge pull request #2275 from elsid/fix_map_iteration
Use auto for map value_type in range-based for loops
6 years ago
Bret Curtis 92bed66e5f
Merge pull request #2276 from elsid/aiwander
Improve AiWander pathfinding for locations without pathgrid
6 years ago
elsid 5434e92437
Take in account actor half extents for obstacle check 6 years ago
elsid 1e8bf3846e
Remove unused argument 6 years ago
elsid 287433efa8
Stop walking for water and flying creatures after single stuck 6 years ago
elsid a65f60e1f1
Build path only by navmesh for wandering near spawn 6 years ago
elsid ff67a9e233
Build straight path for wandering flying and water creatures 6 years ago