David Cernat
9029533ec1
Merge pull request #480 from testman42/patch-1
...
Update link to TES3MP section on OpenMW forums
6 years ago
Testman
7fadc533c7
Update link to TES3MP section on OpenMW forums
...
URL changed as TES3MP is no longer it's own section but instead falls under new umbrella section.
I think this is the smallest change I have ever made a pull request for.
6 years ago
David Cernat
cf33695447
[General] Change rewrite's version to TBD-rewrite
7 years ago
David Cernat
dbd6ccaf97
Merge pull request #455 from testman42/patch-1
...
Rename "loglevel" to "logLevel"
7 years ago
Testman
702d5b44c9
Rename "loglevel" to "logLevel"
...
Which should make server browser and not crash the client.
7 years ago
David Cernat
8b482e19ec
Merge pull request #453 from TES3MP/0.6.3 while resolving conflicts
...
Conflicts:
apps/openmw-mp/Script/Functions/Objects.cpp
apps/openmw-mp/Script/Functions/Objects.hpp
apps/openmw-mp/Script/Functions/Worldstate.cpp
apps/openmw-mp/Script/Functions/Worldstate.hpp
7 years ago
David Cernat
15bfa30070
[Server] Make it possible to resend received worldstates
7 years ago
David Cernat
7060ff59c5
[Client] Enforce the default global map cell size in multiplayer
7 years ago
David Cernat
fec500c4b0
[Client] Reduce container debug spam by requiring VERBOSE logging for it
7 years ago
David Cernat
914b79fcc9
[General] Make it possible to check which placed objects have containers
7 years ago
David Cernat
f20f94a886
[Documentation] Update credits
7 years ago
David Cernat
d5b3d08ec9
Merge pull request #452 from TES3MP/0.6.3 while resolving conflicts
...
Conflicts:
apps/openmw-mp/Script/Functions/Worldstate.cpp
apps/openmw/mwmp/Worldstate.cpp
components/openmw-mp/Base/BaseWorldstate.hpp
7 years ago
David Cernat
deda6ec071
[Client] Don't send WorldMap packets for already explored map tiles
7 years ago
David Cernat
d53bd05424
[General] Use slightly larger maximum imageData size in WorldMap packets
7 years ago
David Cernat
5bb2ba1e9e
[General] Limit maximum imageData size in WorldMap packets
7 years ago
David Cernat
9888316d8e
[Documentation] Update credits
7 years ago
David Cernat
524363702c
Merge pull request #451 from TES3MP/0.6.3 while resolving conflicts
...
# Conflicts:
# apps/openmw-mp/Networking.cpp
# apps/openmw-mp/main.cpp
# apps/openmw-mp/processors/object/ProcessorObjectDelete.hpp
7 years ago
David Cernat
7e90d1f2a4
[Client] Fix interior-to-exterior and v.v. cell transitions for actors
...
Make sure only players who are cell authorities can get actors to teleport across cells for them, and display a message box for players who are not cell authorities.
7 years ago
David Cernat
fd05beef94
[Client] Don't delete disposed of corpses on client
...
Clients should instead await a server reply approving the deletion.
7 years ago
David Cernat
c3c7f2c8f9
[Server] Don't automatically synchronize ObjectDelete packets
7 years ago
David Cernat
aa3639f2da
Merge pull request #450 from TES3MP/0.6.2
...
Add 0.6.2 commits up to 19 Jun 2018
7 years ago
David Cernat
5b461b09ca
[Client] Display error when receiving ID_INCOMPATIBLE_PROTOCOL_VERSION
7 years ago
David Cernat
29be79e852
[General] Switch RakNet enums to CrabNet enums
...
CrabNet is TES3MP's fork of RakNet that has deviated too far from RakNet to still be compatible with it.
7 years ago
David Cernat
b3c398605f
Merge pull request #448 from TES3MP/0.6.3
...
Add 0.6.3 commits up to 8 Jun 2018
7 years ago
David Cernat
2a3c74bfcc
Merge pull request #447 from OpenMW/master while resolving conflicts
...
# Conflicts:
# README.md
7 years ago
David Cernat
176aa62b15
Merge pull request #446 from TES3MP/0.6.3 while resolving conflicts
...
Conflicts:
apps/openmw-mp/Script/Functions/Cells.cpp
apps/openmw-mp/Script/Functions/Cells.hpp
apps/openmw-mp/Script/Functions/Worldstate.cpp
apps/openmw-mp/Script/Functions/Worldstate.hpp
apps/openmw-mp/Script/ScriptFunctions.hpp
apps/openmw-mp/processors/player/ProcessorPlayerMap.hpp
apps/openmw/mwmp/processors/player/ProcessorPlayerMap.hpp
components/openmw-mp/Base/BasePlayer.hpp
components/openmw-mp/Packets/Player/PacketPlayerMap.hpp
components/openmw-mp/Packets/Worldstate/PacketWorldMap.cpp
7 years ago
Bret Curtis
f8c2caf309
Merge pull request #1735 from akortunov/readmefix
...
Update AppVeyor build status link
7 years ago
Bret Curtis
c1b7fe4643
Merge pull request #1731 from AnyOldName3/windows-pre-build-error-messages
...
Add easily understood error messages to the prebuild script instead o…
7 years ago
Bret Curtis
30fd8a4914
Merge pull request #1732 from akortunov/docfix
...
Use link to OpenMW Wiki page instead of direct NifSkope page
7 years ago
Andrei Kortunov
57b2948ee1
Update AppVeyor build status link
7 years ago
Bret Curtis
937cbfa0a1
small commit to rigger AV
7 years ago
Andrei Kortunov
02f1f71221
Use link to OpenMW Wiki page instead of direct NifSkope page
7 years ago
AnyOldName3
a1ab1dc7fe
Add easily understood error messages to the prebuild script instead of vague/silent failures.
7 years ago
Marc Zinnschlag
fb3facde54
updated changelog
7 years ago
Marc Zinnschlag
7b4a69ff2f
Merged pull request #1728
7 years ago
Marc Zinnschlag
362aa23546
Merged pull request #1724
7 years ago
Marc Zinnschlag
2ab31b0c18
Merged pull request #1723
7 years ago
David Cernat
2942bf6455
Merge pull request #445 from OpenMW/master
...
Add OpenMW commits up to 6 Jun 2018
7 years ago
David Cernat
72862dc255
[General] Turn PlayerMap into WorldMap, now a Worldstate packet
7 years ago
Marc Zinnschlag
98063c5afc
updated changelog with last-minute crash-bug fix
7 years ago
David Cernat
6bb2a7e24a
Merge pull request #444 from TES3MP/0.6.3 while resolving conflicts
7 years ago
David Cernat
a28b27f5d9
Merge pull request #443 from OpenMW/master while resolving conflicts
...
# Conflicts:
# README.md
7 years ago
David Cernat
0d0c4ac235
[Client] Use REPLY_TO_REQUEST container sub-action for partial requests
7 years ago
David Cernat
04a2025340
Fix crash when adding items to certain disabled creatures (bug #4441 )
7 years ago
David Cernat
83014d6381
[Client] Set actors as the owners of their items when editing containers
7 years ago
David Cernat
bacecc93e3
[Server] Make it possible to resend a received ObjectList of any kind
...
Additionally, make existing related functions less confusing.
7 years ago
David Cernat
494edbe5cb
[General] Add REPLY_TO_REQUEST container sub-action
7 years ago
David Cernat
c24157f6f9
[General] Fix CMakeLists in components for BaseObject
7 years ago
Marc Zinnschlag
7605d928db
added section for 0.45 to changelog
7 years ago
David Cernat
8ea9485e6b
[Client] Make container debug information more useful
7 years ago