bret curtis
81d90d7fb7
break for all errors that would raise when checking for version, make them UNRELEASED
7 years ago
bret curtis
3393ad623f
fix rtd
7 years ago
Capostrophic
929fc68160
Consider items with dead owner not stolen (fixes bug #4328 )
7 years ago
Koncord
7deff7a42a
[Server] Use "else if" instead "if" + "return"
7 years ago
Koncord
23da0b16ea
[Server] Fix build
7 years ago
Koncord
6f7771d97e
[General] Move similar functions to BasePacketController
...
Simplify ContainsPacket and fix GetPacket
7 years ago
David Cernat
9e10eb9c84
Merge pull request #389 from OpenMW/master
...
Add OpenMW commits up to 24 Feb 2018
7 years ago
David Cernat
03266d7648
[Client] Prevent guards from arresting players who are currently jailed
7 years ago
scrawl
31d7e6af32
Merge pull request #1608
7 years ago
scrawl
56613d817e
Merge pull request #1612
7 years ago
scrawl
dd3d3f5a8b
Merge pull request #1610
7 years ago
Capostrophic
089666dd68
Round up displayed encumbrance
7 years ago
Capostrophic
46377fa348
Update [Windows] documentation
7 years ago
Capostrophic
534f3ef094
Bring UI dimensions and positions more in line with Morrowind UI
7 years ago
scrawl
ea028a2076
Improve settings documentation
7 years ago
scrawl
95a07bdc77
Merge pull request #1609
7 years ago
Thunderforge
a67373d116
Fixing "Show Enchant Chance" checkbox setting melee info instead
7 years ago
Capostrophic
99360e132f
Only display "new journal entry" message in dialogue if there *is* a new entry
7 years ago
Koncord
24ba4ae404
[Server] Delete ON_GUI_ACTION
7 years ago
Koncord
73d030b779
[Server] Remove return value from ON_PLAYER_CONNECT event
7 years ago
Koncord
4e869a2974
[General] Use correct versions of C++ per target
...
C++11 for client, components and launcher
C++14 for server, browser and masterserver
7 years ago
Koncord
e85d0db771
[Server] Code style
7 years ago
Koncord
44c549211e
[Server] use std::unique_ptr for packet controllers and MasterClient
7 years ago
Koncord
2bfd4627ed
[Server] Use queue for MessageBox packets
7 years ago
Koncord
9dae748a76
[General] Change type of GUIMessageBox::id to uint64_t
7 years ago
Koncord
bb7c5ee34c
[Server] Allow nil as callback
7 years ago
Koncord
54945b537d
[Server] Get rid handwritten ids in GUI API
7 years ago
Koncord
4bde7d80f5
[Server] Use regular Ptrs where possible to avoid seizure Ptrs by lua
7 years ago
Koncord
f2a88e6a37
[Server] Use multiple parameters instead functions for Mark functions
7 years ago
Koncord
410eb353e8
[Server] Call GC after deleting player
7 years ago
Koncord
a9614ad28e
[Server] Fix invalid read
7 years ago
Koncord
69436714f9
[Server] Fix uninitialized variable
7 years ago
David Cernat
60f686ee43
[General] Implement setting of physics framerate as part of GameSettings
7 years ago
Daniel Vukelich
104495a9a4
Set default number of quicksaves to 1
7 years ago
Daniel Vukelich
3bdd989a50
Remove numeric quicksave slot IDs
...
When multiple quicksaves occurred in quick succession, the numeric order
of the saves could not be guaranteed. To prevent players from getting
confused as to why their saves appear out of order, don't number them.
7 years ago
David Cernat
65c3472772
Merge pull request #386 from OpenMW/master
...
Add OpenMW commits up to 13 Feb 2018, part 2
7 years ago
David Cernat
886b3431bc
[Client] When resurrecting players, set pcknownwerewolf to 0
...
This makes it so players are no longer known werewolves and are no longer attacked infinitely by guards.
7 years ago
scrawl
9b8c56761b
Fix timing error
7 years ago
scrawl
79e9876a24
Merge pull request #1606
7 years ago
Alexander "Ananace" Olofsson
145b47a550
Fix Windows builds
...
`std::min`/`std::max` are part of algorithm, which is not implicitly included in Windows builds
7 years ago
David Cernat
53d758ba16
Merge pull request #385 from OpenMW/master
...
Add OpenMW commits up to 13 Feb 2018
7 years ago
scrawl
ac1609c433
Merge pull request #1604
7 years ago
scrawl
123f7b83d5
Make the CompositeMapRenderer use available time and add related setting
7 years ago
scrawl
a708ac488e
Don't call Store::setUp() unnecessarily
...
Fixes a threading issue with ESM::Land store caused by calling setUp() while it's being used.
7 years ago
David Cernat
3b865244d0
[Server] Fix typo related to player deletion
7 years ago
David Cernat
4e9cac96c7
[Server] Add scale and selected spell functions to Player in Sol
7 years ago
David Cernat
ac374a8ef9
Merge pull request #384 from TES3MP/0.6.3 while resolving conflicts
...
Conflicts:
apps/openmw-mp/Player.cpp
apps/openmw-mp/Script/Functions/Mechanics.cpp
apps/openmw-mp/Script/Functions/Mechanics.hpp
apps/openmw-mp/Script/Functions/Quests.cpp
apps/openmw-mp/Script/Functions/Quests.hpp
apps/openmw-mp/Script/ScriptFunctions.hpp
apps/openmw-mp/processors/player/ProcessorRecordDynamic.hpp
apps/openmw/mwmp/LocalPlayer.hpp
apps/openmw/mwmp/WorldEvent.cpp
apps/openmw/mwworld/worldimp.cpp
components/openmw-mp/Base/BasePlayer.hpp
7 years ago
David Cernat
a7e3261b0b
Merge pull request #383 from OpenMW/master
...
Add OpenMW commits up to 11 Feb 2018
7 years ago
scrawl
5bb7d76913
Merge pull request #1605
7 years ago
scrawl
899d464b0d
Cap the rain emitter's frame time ( Fixes #4314 )
7 years ago