Commit Graph

22246 Commits (6baa5da6c96789f24ac02ff050f203dcaeaec27a)
 

Author SHA1 Message Date
unknown 6baa5da6c9 Fix scripts not executing on respawn 5 years ago
Alexei Dobrohotov cad4ba0423 Merge branch 'unity_fix' into 'master'
Fix build with `OPENMW_UNITY_BUILD` enabled

See merge request OpenMW/openmw!132
6 years ago
Grigory 28e54c25ee Add -DMYGUI_DONT_REPLACE_NULLPTR 6 years ago
AnyOldName3 d460e407ab Merge branch 'framelimit' into 'master'
Default framelimit

See merge request OpenMW/openmw!54
6 years ago
wang ryu d4ec446141 default framelimit 6 years ago
Alexei Dobrohotov facbb2e0db
[Regression] Make sure unloaded objects can be opened 6 years ago
Chris Djali 576285573b
Merge pull request #2404 from Capostrophic/framerate
Make framerate limit configurable in the launcher
6 years ago
Andrei Kortunov 69277b52d0
Merge pull request #2451 from Capostrophic/sounds
Fix combat sound inconsistencies (bugs #5092, #5093)
6 years ago
Andrei Kortunov 914b28c35a Merge branch 'master' into 'master'
Issue#4276: Character window resizing

See merge request OpenMW/openmw!128
6 years ago
Artem Nykolenko d996b565a5 Improve character window resizing (bug #4276) 6 years ago
Alexei Dobrohotov 6cad48b1ad
Update changelog 6 years ago
Alexei Dobrohotov 29ebfe709e
Play 'Hand To Hand Hit' only for fatigue damage (bug #5093) 6 years ago
Alexei Dobrohotov 65ee420ab9
Only play on-strike failure sound on the player (bug #5092) 6 years ago
Alexei Dobrohotov 366906ac51
Fix paralyzed actors' death animations 6 years ago
Andrei Kortunov 98847333c1
Merge pull request #2443 from 8-j/patch-1
Extended.rst: Fix inexistent animation key: `open` -> `start`
6 years ago
8-j 44a01303ed
Extended.rst: Fix inexistent animation key: `open` -> `start` 6 years ago
Alexei Dobrohotov fe52bee41d Merge branch 'master' into 'master'
Fixes Albemic typo in OpenMW-CS

See merge request OpenMW/openmw!133
6 years ago
Alexei Dobrohotov 010cd4987d Merge branch 'fixbuild' into 'master'
Use pathconf() to determine the maximum path length

See merge request OpenMW/openmw!134
6 years ago
fredzio ca7ac30f6d Use the POSIX pathconf(2) to determine the maximum path length.
It fixes build on BSD platforms where PATH_MAX is defined in
<sys/syslimits.h> vs <linux/limits.h> on Linux.
6 years ago
Axel Vestin c0f66ac70c Fixes Albemic typo in OpenMW-CS 6 years ago
Andrei Kortunov 240f76e822
Merge pull request #2440 from jlaumon/sound_crash_fix
Fixed crash with sound disabled (bug #4600)
6 years ago
jeremy 940625b138
Update CHANGELOG.md 6 years ago
jeremy 962462c1c5 Removed unnecessary calls to stopSound3D
playSound3D (the one taking a ptr) already stops the sound if it's playing.
6 years ago
jeremy c8c06ceee9 Fixed SoundManager::stopSound when output is not initialized (bug #4600 probably) 6 years ago
Alexei Dobrohotov e4c596adf8
Fix CI builds (attempt №2)
Gosh darn dem tabs
6 years ago
Alexei Dobrohotov e4e513c5dc
Fix CI builds
Apparently the only tab characters are in this file.
6 years ago
Alexei Dobrohotov 648dc7db26 Merge branch 'issue-4202' into 'master'
Issue #4202: Open .omwaddon files without needing to open openmw-cs first.

See merge request OpenMW/openmw!86
6 years ago
Nat Meo bcc5142b32 Issue #4202: Open .omwaddon files without needing to open openmw-cs first. 6 years ago
Alexei Dobrohotov 8a463b30d6
Update changelog 6 years ago
Alexei Dobrohotov 1b712f4359 Merge branch '5046-GamepadCursorSpeed' into 'master'
Adding option for cursor speed when using gamepad

Closes #5046

See merge request OpenMW/openmw!130
6 years ago
Justin Ivany 643f259cbf Adding option for cursor speed when using gamepad 6 years ago
Alexei Dobrohotov 31b3fcc07e Merge branch 'utopium-issue-5005' into 'master'
Issue #5005: Editor : Instance window via Scene window

See merge request OpenMW/openmw!112
6 years ago
Nat Meo af1e5e01b4 Issue #5005: Instance window via Scene window 6 years ago
Alexei Dobrohotov 4b9a5a289d Merge branch '5082-Scroll-with-controller' into 'master'
Fix scrolling with controller on gui

Closes #5082

See merge request OpenMW/openmw!131
6 years ago
Justin Ivany 49f2615d2b Fix scrolling with controller on gui 6 years ago
AnyOldName3 bb72ed9744 Merge branch '9' into 'master'
IMPORTANT!! racingcrashfix #4766

See merge request OpenMW/openmw!119
6 years ago
Alexei Dobrohotov 4d5debafdf Merge branch 'seekable-membuf' into 'master'
Make in-memory buffers seekable to fix fog of war

See merge request OpenMW/openmw!129
6 years ago
AnyOldName3 8a6a8086da Make in-memory buffers seekable to fix fog of war 6 years ago
Alexei Dobrohotov 9dfee1dfe2
Fix invisibility/chameleon alpha (thanks Hrnchamd) 6 years ago
Alexei Dobrohotov 19dc01232c
Fix CenterOnCell target rotation 6 years ago
Andrei Kortunov 0bbb3788fe
Merge pull request #2437 from Capostrophic/hello
Disallow paralyzed actors to greet the player (bug #5074)
6 years ago
Capostrophic b8afe14206 Disallow paralyzed actors to greet the player (bug #5074) 6 years ago
Andrei Kortunov 633b8e26ad
Merge pull request #2436 from Capostrophic/enchanting
Correct cast style behavior when there's no item picked (bug #5075)
6 years ago
Andrei Kortunov 6e7cc4c335
Merge pull request #2435 from Capostrophic/combat
Disallow actors to start combat with themselves (bug #3550)
6 years ago
Capostrophic cbb22f0f63 Correct cast style behavior when there's no object (bug #5075) 6 years ago
Capostrophic 453068cc7d Disallow actors to start combat with themselves (bug #3550)
Allow creatures to play initial attack dialogue
Don't add combat package to dead actors
6 years ago
Alexei Dobrohotov 1de0d1712a
Merge pull request #2422 from Capostrophic/shadow
Make sure "Tri Shadow"-named shapes aren't visible (bug #5063)
6 years ago
Alexei Dobrohotov 3cbe4ab85d
Fix idlestorm blend mask (bugs #4240, #5071) 6 years ago
Capostrophic dfb852cbb0 Improve Boost apologia 6 years ago
Capostrophic 9502e9f3f7 Disable FPS limit spinbox by default and set the maximum to 1000
Make window border and framerate limit labels consistent with other labels
6 years ago