Commit Graph

23316 Commits (d469e5ef1ac28ab382420bb64a0bab62f0ed7e99)
 

Author SHA1 Message Date
Atahualpa d469e5ef1a Update PR changelog file for 0.47.0 5 years ago
Andrei Kortunov 93397e4f8f
Merge pull request #2835 from Capostrophic/logging
Address akortunov's save loading message complaints
5 years ago
Capostrophic 77bdd124ee Address akortunov's save loading message complaints
Add quotes to the character's name
Don't print the full path to save file
Use better terminology
5 years ago
Andrei Kortunov f1786f14c4
Merge pull request #2834 from akortunov/master
Fix merge conflicts
5 years ago
Andrei Kortunov d5806fd0ed Fix merge conflicts 5 years ago
Bret Curtis 42cba092b7
Merge pull request #2716 from akortunov/png
Store fog of war as a PNG image instead of TGA
5 years ago
Bret Curtis 2c743b6153
Merge pull request #2828 from Capostrophic/colormode
Improve color mode handling in shaders
5 years ago
Bret Curtis b7c33dbe0a
Merge pull request #2831 from Capostrophic/pursue
Allow guards to pursue an invisible player (bug #4774)
5 years ago
Bret Curtis 4b30bf5699
Merge pull request #2829 from Capostrophic/logging
Log some more things
5 years ago
Bret Curtis 62290182eb
Merge pull request #2648 from Assumeru/start-scripts
Allow targeting non-unique actors with StartScript. Fixes #2311
5 years ago
Bret Curtis 507adac8cd
Merge pull request #2783 from akortunov/input
Refactor InputManager
5 years ago
Bret Curtis e146f760d4
Merge pull request #2830 from elsid/fix_windows_install
Fix windows install target
5 years ago
Andrei Kortunov c0dc5eb4df
Merge pull request #2833 from Capostrophic/animscale
Cap movement animation playback speed
5 years ago
Capostrophic ece0db4f82 Cap movement animation playback speed 5 years ago
elsid 4e0c07de0f
Build install target in CI 5 years ago
unknown 3b4782959e Allow targeting non-unique actors with StartScript (bug #2311) 5 years ago
Andrei Kortunov 7a6ba8bf7a
Merge pull request #2832 from Capostrophic/warning
Fix warning
5 years ago
Capostrophic b91d0d889f Fix warning
/home/travis/build/OpenMW/openmw/components/nifosg/nifloader.cpp:615:42: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                    if (hasVisController |= (ctrl->recType == Nif::RC_NiVisController))
                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/OpenMW/openmw/components/nifosg/nifloader.cpp:615:42: note: place parentheses around the assignment to silence this warning
                    if (hasVisController |= (ctrl->recType == Nif::RC_NiVisController))
                                         ^
                        (                                                             )
5 years ago
Andrei Kortunov 41beca8125 Refactor actions order setup 5 years ago
Capostrophic a5d0d13e14 Allow guards to pursue an invisible player (bug #4774) 5 years ago
elsid e095f6b306
Remove install for not existing file 5 years ago
elsid 99cd99bc3b
Remove unused BUILD_MYGUI_PLUGIN option 5 years ago
Capostrophic aa5161f99e Log some more things 5 years ago
Capostrophic c0b322b264 Improve color mode handling in shaders 5 years ago
Andrei Kortunov 4a1e27ac21
Merge pull request #2824 from Capostrophic/cleanup
Cleanup
5 years ago
Andrei Kortunov 8e1f7b00d1
Merge pull request #2826 from Capostrophic/verifier
Verifier: Don't check race of non-skin body parts (bug #5400)
5 years ago
Andrei Kortunov 300b5b2620
Merge pull request #2827 from Capostrophic/dialogue
Only reset dialogue history of dialogue GUI mode is gone
5 years ago
Andrei Kortunov a6514e7740 Add missing include 5 years ago
Andrei Kortunov 73552f1d3c Move control switch reading/writing to relevant class 5 years ago
Andrei Kortunov b4e52a6bc8 Add missing include 5 years ago
Andrei Kortunov 0455f48d02 More formatting changes 5 years ago
Andrei Kortunov b575712cb1 Formatting changes 5 years ago
Andrei Kortunov 85f91a7de8 Remove some redundant code 5 years ago
Andrei Kortunov 3328775eff Unify cursor enabling 5 years ago
Andrei Kortunov b33c4c920c Move all OICS handling to the separate file 5 years ago
Andrei Kortunov 0eb24da2e7 Fix controls disabling 5 years ago
Andrei Kortunov 2f2b3173e3 Fix copy-paste error 5 years ago
Andrei Kortunov 8512133bb1 Move control switches to the separate file 5 years ago
Andrei Kortunov f990150c49 Move video wrapper to the WindowsManager 5 years ago
Andrei Kortunov 13b7c5b519 Rework actions update 5 years ago
Andrei Kortunov d3a9f893c8 Move keyboard-specific code to the separate file 5 years ago
Andrei Kortunov c368250e6a Rename misleading mInputManager variable 5 years ago
Andrei Kortunov e353647d15 Move gamepads handling to the separate file 5 years ago
Andrei Kortunov f9d6137a29 Do not store player reference in the InputManager 5 years ago
Andrei Kortunov ce40294124 Move input actions handling to the separate file 5 years ago
Andrei Kortunov fcac7d3ab7 Split mouse handling to the separate file 5 years ago
Andrei Kortunov 1560e71f4e Move SDL mappigs to the separate file 5 years ago
Andrei Kortunov 3c09d05615 Split actions enum to the separate file 5 years ago
Andrei Kortunov 15dc4d241d Split sensors handling so the separate file 5 years ago
Capostrophic 45e6a03937 Only reset dialogue history of dialogue GUI mode is gone 5 years ago