Koncord
|
5c79e7106f
|
[Browser] Minor improvements
|
7 years ago |
David Cernat
|
4845599bda
|
Merge pull request #308 from TES3MP/master while resolving conflicts
# Conflicts:
# apps/openmw-mp/main.cpp
|
7 years ago |
David Cernat
|
182f8c1f06
|
[General] Print client version on startup
|
7 years ago |
David Cernat
|
3d38da0e85
|
[Server] Put includes in a specific order
|
7 years ago |
David Cernat
|
61b1a59814
|
[General] Move server's version printing method to Utils
|
7 years ago |
David Cernat
|
08f34e5356
|
[Client] Fix recent problems with password window
|
7 years ago |
David Cernat
|
711c4d83da
|
[Client] Fix build after recent OpenMW changes to GUI
|
7 years ago |
David Cernat
|
3e8d7c8416
|
Merge pull request #306 from OpenMW/master
Add OpenMW commits up to 7 Oct 2017
|
7 years ago |
Kyle Cooley
|
b14404e9cc
|
Fix region colors
|
7 years ago |
scrawl
|
7021d354c6
|
Merge pull request #1493 from akortunov/regressions
Regression fixes
|
7 years ago |
David Cernat
|
7a38a0b223
|
Merge pull request #305 from TES3MP/master
Add master commits up to 6 Oct 2017
|
7 years ago |
scrawl
|
2805781542
|
Fix a crash when exit() already hides the window (Fixes #4148)
|
7 years ago |
Andrei Kortunov
|
ad27e0f945
|
Fix owned tooltip in the spellwindow
|
7 years ago |
Andrei Kortunov
|
e2afd3690c
|
Remove item by id from InventoryStore
|
7 years ago |
David Cernat
|
38247ff086
|
Merge pull request #303 from OpenMW/master while resolving conflicts
# Conflicts:
# apps/openmw/mwbase/dialoguemanager.hpp
# apps/openmw/mwdialogue/dialoguemanagerimp.hpp
# apps/openmw/mwgui/container.cpp
# apps/openmw/mwgui/windowmanagerimp.cpp
# apps/openmw/mwscript/dialogueextensions.cpp
|
7 years ago |
scrawl
|
842a42ee66
|
Fix non-top level Windows accepting key focus
|
7 years ago |
scrawl
|
8c0790580a
|
Add screen fading for exterior cell transitions
|
7 years ago |
scrawl
|
cd437f094d
|
Fix exiting savegamedialog with 'esc' when no game is running
|
7 years ago |
scrawl
|
d94235e3a7
|
Update the saves list/preview image when character selection changes to make it more convenient to flip through characters with the keyboard
|
7 years ago |
scrawl
|
12510efab7
|
Fade screen out during loading screen (when travelling)
|
7 years ago |
scrawl
|
a4737d8417
|
Use MyGUI frame events for ScreenFader
|
7 years ago |
scrawl
|
e4f0f7157a
|
Fix pinned windows not being updated
|
7 years ago |
scrawl
|
49a0922f1b
|
Remove 'visibility mask' gui feature which did not end up being useful
|
7 years ago |
scrawl
|
7c68ed04b2
|
Don't require modal windows to be removed in the same order they were added
|
7 years ago |
scrawl
|
b5c9977a7b
|
Merge pull request #1489 from akortunov/guifixes
Use an "owned crosshair" feature for items in containers
|
7 years ago |
David Cernat
|
13e7504348
|
[Documentation] Update information
|
7 years ago |
Andrei Kortunov
|
1cb7ed5db1
|
Use owned tooltips for items in containers correctly
|
7 years ago |
scrawl
|
433028e8d7
|
Fix GUI regressions
|
7 years ago |
Nikolay Kasyanov
|
a795aa7685
|
Merge pull request #1490 from nikolaykasyanov/ci-dependency-update
[macOS, CI] Update dependencies
|
7 years ago |
Nikolay Kasyanov
|
c598f1313c
|
[macOS, CI] Update dependencies
The following changes are included:
- https://github.com/OpenMW/openmw-deps-mac/pull/37
- https://github.com/OpenMW/openmw-deps-mac/pull/38
|
7 years ago |
Marc Zinnschlag
|
dd17f70068
|
Merge remote-tracking branch 'aesylwinn/landrecords'
|
7 years ago |
scrawl
|
d7a5622485
|
Fix book window buttons overlap
|
7 years ago |
Kyle Cooley
|
2f5449a68c
|
Remove now unnecessary overrides.
|
7 years ago |
Kyle Cooley
|
137ea872d3
|
Hide base land textures.
|
7 years ago |
Koncord
|
cbabc91b06
|
[Server] Stop MasterClient thread and inform server owner on ban
|
7 years ago |
Koncord
|
846f83e3e4
|
[Master] Use RakNet ban system instead homebrew
|
7 years ago |
scrawl
|
b24fd77ea2
|
Merge pull request #1488 from akortunov/equipfix
AI: Autoequip armor when bound armor spell expires
|
7 years ago |
scrawl
|
302e3c8b3d
|
Merge pull request #1486 from akortunov/pickpocketfix
Fix some issues with pickpocketing (bug #4131)
|
7 years ago |
Andrei Kortunov
|
21b6bd176f
|
AI: Autoequip armor when bound armor spell expires
|
7 years ago |
Andrei Kortunov
|
c5fcb9684e
|
Improve owned crosshair feature behaviour
|
7 years ago |
Andrei Kortunov
|
b8fd530ee1
|
Do not speak with unconscious creatures
|
7 years ago |
Andrei Kortunov
|
f26206b630
|
Make unconscious actors do not speak and do not track targets
|
7 years ago |
Andrei Kortunov
|
3ebb18ce18
|
Make unconscious actors do not report about crimes
|
7 years ago |
Andrei Kortunov
|
34895157f9
|
Consider taking items from unconscious NPC as a theft
|
7 years ago |
Andrei Kortunov
|
04452b0949
|
Use a pickpocket crime instead of theft when pickpocketing was failed
|
7 years ago |
scrawl
|
3c62a8c5c2
|
Fix console selected object persisting on a new game
|
7 years ago |
scrawl
|
097b9d90bc
|
Fix travel service not showing
|
7 years ago |
Kyle Cooley
|
dfcbee3ab1
|
Ignore case when comparing textures, also add new textures to lookup map.
|
7 years ago |
scrawl
|
77ddaa869b
|
Merge pull request #1484 from drummyfish/master
fix rain ripple bug
|
7 years ago |
scrawl
|
841990fcdb
|
Merge pull request #1485 from akortunov/master
Fix a failed assert in the getCell() check during a new game start
|
7 years ago |