Koncord
|
4cfb04aa7f
|
[Server] Fix setBedRestAllowed
|
7 years ago |
Koncord
|
7e5b929ea2
|
[General] Rework PacketPlayerFaction
|
7 years ago |
Koncord
|
29ba07fe8c
|
[General] Rework PacketPlayerInventory
Save the Action for each item. Now you can add or remove multiple items
|
7 years ago |
Koncord
|
de0bb3cdab
|
[General] Change type of Item::enchantmentCharge to float
|
7 years ago |
Koncord
|
cb86557aca
|
[Server] Init Player::inUpdateQueue
|
7 years ago |
Koncord
|
0780329a59
|
[General] Fix typo
|
7 years ago |
Koncord
|
1f1cbf53f9
|
[Client] Mark trivial destructor as default, remove "virtual" keyword
Mark constructor as explicit
|
7 years ago |
Koncord
|
b63bf258ff
|
[Client] Remove "virtual" keyword for getLocalActor & getDedicatedActor
|
7 years ago |
Koncord
|
c2578918f2
|
[Client] Do not copy strings in getLocalActor and getDedicatedActor
|
7 years ago |
Koncord
|
e2e197d84a
|
[Client] Fix getting element of shared_ptr by reference
|
7 years ago |
Koncord
|
f1e2bc01f6
|
[General] Use floats instead of doubles for enchantmentCharge
|
7 years ago |
Koncord
|
1e25a122c9
|
[General] Use RELIABLE_ORDERED only when jumping
|
7 years ago |
David Cernat
|
a037193e79
|
Merge pull request #372 from TES3MP/0.6.2 while resolving conflicts
Conflicts:
apps/openmw-mp/Script/Functions/Actors.cpp
apps/openmw-mp/Script/Functions/Actors.hpp
apps/openmw-mp/Script/Functions/Items.cpp
apps/openmw-mp/Script/Functions/Items.hpp
apps/openmw-mp/Script/Functions/World.cpp
apps/openmw-mp/Script/Functions/World.hpp
apps/openmw/mwmp/WorldEvent.cpp
components/openmw-mp/Packets/Player/PacketPlayerEquipment.cpp
components/openmw-mp/Version.hpp
|
7 years ago |
David Cernat
|
5894ffae7d
|
[Client] Ignore dynamic object placements or spawns in packets
|
7 years ago |
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
|
f746958afa
|
[Client] Send enchantmentCharge for items added or removed in containers
|
7 years ago |
David Cernat
|
bce3d0eb4c
|
[Client] Use more descriptive message for version mismatch
|
7 years ago |
Koncord
|
05fac2f67d
|
[Browser] Disable connect button by default
|
7 years ago |
Koncord
|
043eb224e2
|
[Browser] Cast QStrings to UTF-8 instead Latin1
|
7 years ago |
Koncord
|
35b771b19e
|
[Browser] Rework Connect window
|
7 years ago |
David Cernat
|
92060bd6b6
|
Merge pull request #370 from TES3MP/0.6.2
Add 0.6.2 commits up to 10 Jan 2018
|
7 years ago |
David Cernat
|
14ef2fa791
|
Merge pull request #369 from OpenMW/master
Add OpenMW commits up to 9 Jan 2018
|
7 years ago |
scrawl
|
c7f60a6dc8
|
Merge pull request #1595
|
7 years ago |
scrawl
|
f6ca7295a6
|
Revert "Merge pull request #1595"
This reverts commit 7ef7b1a7b1 , reversing
changes made to 9e7e4de0ab .
|
7 years ago |
scrawl
|
7ef7b1a7b1
|
Merge pull request #1595
|
7 years ago |
scrawl
|
9e7e4de0ab
|
Merge pull request #1594
|
7 years ago |
Andrei Kortunov
|
dba071f881
|
Remove the 'Screenshot saved' message (bug #4191)
|
7 years ago |
Koncord
|
1de9f30449
|
[Server] Fix iterating killed timers when kill() called in the callback
Instance new timers before new tick
|
7 years ago |
David Cernat
|
8316ec0fa7
|
[Client] Update tes3mp change comment for object rescaling
|
7 years ago |
David Cernat
|
09548d05f7
|
[Client] Ignore cell changes that move actors to where they already are
|
7 years ago |
David Cernat
|
4a9a628a0f
|
[Client] When getting an actor, make sure their cell is initialized
|
7 years ago |
David Cernat
|
45d3b24c17
|
Merge pull request #367 from Aesylwinn/LibIssues
Refine CMake scripts and fix g++ 5 build
|
7 years ago |
David Cernat
|
4caf7ca30a
|
[Client] Add temporary fix for crashes caused by custom GUI elements
|
7 years ago |
David Cernat
|
0cc86c04d1
|
[Client] Print plugin discrepancies, not just plugin lists side by side
|
7 years ago |
Kyle Cooley
|
7248a5d037
|
Remove some duplication, standardize sol2 header inclusion
|
7 years ago |
Kyle Cooley
|
ba4d2bd5fe
|
Merge remote-tracking branch 'origin/master' into LibIssues
|
7 years ago |
David Cernat
|
b6a7377692
|
Merge pull request #366 from TES3MP/0.6.2 while resolving conflicts, 2nd try
Conflicts:
apps/openmw-mp/Networking.cpp
apps/openmw-mp/Script/Functions/Miscellaneous.cpp
apps/openmw-mp/Script/Functions/Miscellaneous.hpp
apps/openmw/mwmp/GUI/GUIChat.cpp
|
7 years ago |
Kyle Cooley
|
fcd4d8b842
|
Fix build for gcc-5.4.0
|
7 years ago |
Kyle Cooley
|
e2103d0bea
|
Clean up find file for LuaJit, add one for Sol2
|
7 years ago |
Koncord
|
35922e4898
|
[General] Change "enum ACTOR_ACTION" to "enum class Action"
|
7 years ago |
Koncord
|
ef0384b296
|
[General] Simplify ProxyMasterPacket
|
7 years ago |
Koncord
|
5b8f4f3e92
|
[Browser] Stop PingHelper on refresh
|
7 years ago |
Koncord
|
647661daf9
|
[General] Minor fixes in Master packets
|
7 years ago |
David Cernat
|
a639d3494a
|
[Client] Fix use of DedicatedPlayers as targets for ConsoleCommand
|
7 years ago |
David Cernat
|
502df7d9c1
|
[Client] Clean up GUIChat slightly
|
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
|
2f6e3b4cda
|
[Documentation] Clarify status of version 0.7
|
7 years ago |
Thunderforge
|
bd072b131b
|
Moving controller file out of the controllers subdirectory
|
7 years ago |
David Cernat
|
1cf2f35a28
|
[Server] Add script functions to set & get plugin enforcement state
|
7 years ago |