David Cernat
|
28f47c4f81
|
[General] Update version to 0.6.2-hotfixed
|
7 years ago |
David Cernat
|
9935f56d46
|
[General] Use doubles instead of ints for enchantmentCharge
Additionally, include enchantmentCharges for items in PlayerEquipment packets.
|
7 years ago |
David Cernat
|
a818140c14
|
Merge pull request #365 from OpenMW/master
Add OpenMW commits up to 2 Jan 2017
|
7 years ago |
David Cernat
|
65d978a3cb
|
Merge pull request #364 from OpenMW/master
Add OpenMW commits up to 1 Jan 2017
|
7 years ago |
Bret Curtis
|
93f14c219c
|
camelCase
|
7 years ago |
Bret Curtis
|
7a7b040216
|
fix building on mips machines
|
7 years ago |
scrawl
|
c920f95d1e
|
Don't incorrectly discard root node transformation (Fixes #4272)
|
7 years ago |
David Cernat
|
cac2c6c1e8
|
Merge pull request #360 from TES3MP/0.6.1-openmw-updates while resolving conflicts
|
7 years ago |
David Cernat
|
993081ba1e
|
[General] Add enchantmentCharge to worldObjects and items
|
7 years ago |
David Cernat
|
c9c363ebef
|
[General] Allow GameSettings to set bed & wilderness resting separately
|
7 years ago |
David Cernat
|
e7f20e7daf
|
Merge pull request #351 from OpenMW/master while resolving conflicts
# Conflicts:
# CMakeLists.txt
# README.md
|
7 years ago |
scrawl
|
a4d8aef40d
|
Merge branch openmw-43 into master
Conflicts:
CMakeLists.txt
README.md
files/mygui/openmw_trade_window.layout
|
7 years ago |
David Cernat
|
3508a16836
|
[General] Use GameSettings packet to set ability to rest and wait
|
7 years ago |
David Cernat
|
d06817a356
|
Merge pull request #347 from OpenMW/master
Add OpenMW commits up to 25 Nov 2017
|
7 years ago |
Andrei Kortunov
|
94c0e3ed10
|
Move toUpper() from StringUtils to the JournalViewModel
|
7 years ago |
David Cernat
|
656453725b
|
Merge pull request #343 from OpenMW/master
Add OpenMW commits up to 23 Nov 2017
|
7 years ago |
David Cernat
|
6668b9ab42
|
[General] Implement ConsoleCommand packet
|
7 years ago |
Andrei Kortunov
|
67acb83b62
|
Add missing include
|
7 years ago |
Andrei Kortunov
|
5f41f7c48d
|
Clean code up a bit
|
7 years ago |
Andrei Kortunov
|
ba91cd658b
|
Convert topic name to Unicode
|
7 years ago |
Andrei Kortunov
|
f0ca3eabd3
|
Merge from upstream master
|
7 years ago |
scrawl
|
9fda3b6db4
|
Fix NumericEditBox behavior broken by switch to std::stoi
For some reason stoi doesn't throw an error for '1foo' while 'foo1' does.
Now the edit box flat out rejects any non-digit key events.
|
7 years ago |
Andrei Kortunov
|
a391990f2a
|
Provide multibyte toLower() and single chars comparator
|
7 years ago |
Alexander Stillich
|
93e9df15c9
|
Fixed parameter naming
|
7 years ago |
Alexander Stillich
|
52b3507a2b
|
Removed escape_hash_filter::mPrevious, removed usage of boost::replace_all
|
7 years ago |
Alexander Stillich
|
09aac22782
|
Added StringUtil::replaceAll()
|
7 years ago |
Alexander Stillich
|
92aaff3b78
|
Fixed escaping @ in boost program options filter
|
7 years ago |
David Cernat
|
01db219de4
|
Merge pull request #333 from OpenMW/master
Add OpenMW commits up to 11 Nov 2017
|
7 years ago |
scrawl
|
a5ba1caed1
|
Merge pull request #1541 from astillich/4189
Fixed escaping @ in boost program options filter
|
7 years ago |
scrawl
|
a5adc5b018
|
Add NPC base skeleton files to the optimizer blacklist (Fixes #4159)
|
7 years ago |
David Cernat
|
f2a6957e16
|
Merge pull request #331 from OpenMW/master while resolving conflicts
|
7 years ago |
scrawl
|
244cc5b861
|
Reduce error spam
|
7 years ago |
scrawl
|
7b4add2ae4
|
Fall back to non-shader material if creating the shader fails
Also fixes an uncaught exception that will break the whole game.
|
7 years ago |
Alexander Stillich
|
43b5c2e36b
|
Fixed parameter naming
|
7 years ago |
Alexander Stillich
|
70d578d050
|
Removed escape_hash_filter::mPrevious, removed usage of boost::replace_all
|
7 years ago |
Alexander Stillich
|
af3e1f92ec
|
Added StringUtil::replaceAll()
|
7 years ago |
Alexander Stillich
|
7d39c5450c
|
Fixed escaping @ in boost program options filter
|
7 years ago |
David Cernat
|
2ca4017371
|
[Client] Force position updates for players in animations
|
7 years ago |
David Cernat
|
be25decee2
|
[General] Implement PlayerSpeech packet
|
7 years ago |
David Cernat
|
605b06c303
|
[General] Find actor speech captions instead of sending them in packets
|
7 years ago |
David Walley
|
41dc82abad
|
Update Links to Documentation in settings.cfg files (#1523)
* Update settings-default.cfg
* Update settings.cpp
|
7 years ago |
David Cernat
|
413893aa51
|
[General] Implement PlayerAnimPlay packet
|
7 years ago |
David Cernat
|
37304655da
|
Merge pull request #326 from OpenMW/master
Add OpenMW commits up to 25 Oct 2017
|
7 years ago |
David Cernat
|
50d5fffb7f
|
[General] Add and implement PlayerQuickKeys packet
|
7 years ago |
AnyOldName3
|
c1a871ff1f
|
Make indentation consistent.
|
7 years ago |
AnyOldName3
|
daf7d8451c
|
Switch to a more reliable method of passing the git-version targt the data it needs
|
7 years ago |
AnyOldName3
|
e3142b9643
|
Add missing variables to those forwarded to the git-version target
|
7 years ago |
David Cernat
|
dd25c7db4e
|
Merge pull request #324 from OpenMW/master
Add OpenMW commits up to 24 Oct 2017
|
7 years ago |
scrawl
|
0c6ef17fb5
|
Add explicit variant of 'OnActivate'
|
7 years ago |
David Cernat
|
8c47d63b08
|
[General] Update version to 0.6.2
|
7 years ago |