David Cernat
|
d0027ae3e7
|
Set correct packetID for ID_WORLD_OBJECT_PLACE
|
8 years ago |
David Cernat
|
2b98e349ce
|
Fix include for WorldEvent
|
8 years ago |
David Cernat
|
6e43baf73e
|
Send Cell instead of CellId because of problems with the latter
|
8 years ago |
David Cernat
|
103b1e3f72
|
Send CellId in ID_WORLD_OBJECT_DELETE
|
8 years ago |
David Cernat
|
2e57e25675
|
Only delete object from ID_WORLD_OBJECT_DELETE if it actually exists
|
8 years ago |
David Cernat
|
3c49157ed7
|
Rename WorldPackets to ID_WORLD_OBJECT_DELETE and ID_WORLD_OBJECT_PLACE
|
8 years ago |
David Cernat
|
40f1db2d86
|
Create SearchByRefNumCustomVisitor in CellStore that returns entire Ptr
|
8 years ago |
David Cernat
|
b3d6dad0c5
|
Send ID_WORLD_OBJECT_REMOVAL from actiontake.cpp and not worldimp.cpp
|
8 years ago |
David Cernat
|
cc98a25dcf
|
Add searchByRefNum method to OpenMW's CellStore
|
8 years ago |
David Cernat
|
92463c4a03
|
Fix Windows server crash caused by printing event->CellRef()->mRefID
|
8 years ago |
David Cernat
|
8080cceac6
|
Add some placeholder code so Stanislav can test it
|
8 years ago |
David Cernat
|
565e7e4b9f
|
Create and implement placeholder for ID_WORLD_OBJECT_CREATION
|
8 years ago |
David Cernat
|
32dc8cf63f
|
Read contents of ID_WORLD_OBJECT_REMOVAL on client
|
8 years ago |
David Cernat
|
36f218876a
|
Add ProcessPlayerPacket and ProcessWorldPacket to client's Networking
|
8 years ago |
David Cernat
|
ac666edebd
|
Add a CellRef to WorldEvent
|
8 years ago |
David Cernat
|
b2845cd17c
|
Create and start using WorldEvent class
|
8 years ago |
David Cernat
|
a42d5f2429
|
Make client send placeholder ID_WORLD_OBJECT_REMOVAL to server
|
8 years ago |
David Cernat
|
f218613231
|
Rename client Networking's GetPacket method into GetPlayerPacket
|
8 years ago |
David Cernat
|
e27d1857ef
|
Fix formatting in previous changes made by tes3mp to OpenMW's core
|
8 years ago |
David Cernat
|
d0328f2553
|
Add placeholder ProcessWorldPacket method to server's Networking
|
8 years ago |
David Cernat
|
2602c1f71a
|
Add ProcessPlayerPacket method to server's Networking
|
8 years ago |
David Cernat
|
f0fa5e8771
|
Add ContainsPacket method to packet controllers
|
8 years ago |
David Cernat
|
f1ec01cc6b
|
Add WorldPacketController to server's Networking
|
8 years ago |
David Cernat
|
285f89573d
|
Create placeholders for WorldPacket classes
|
8 years ago |
David Cernat
|
790d41e278
|
Move PlayerPackets into their own subfolder
|
8 years ago |
David Cernat
|
d99463d752
|
Fix show-stopping mistake in PlayerPacket
|
8 years ago |
David Cernat
|
bda1f867fd
|
Rename server's GetController() method into GetPlayerController()
|
8 years ago |
David Cernat
|
d2212ef80b
|
Rename PacketsController into PlayerPacketController
|
8 years ago |
David Cernat
|
5e0c0dd5f1
|
Use logger in server's Networking MainLoop
|
8 years ago |
David Cernat
|
fcc793a0af
|
Create a new BasePacket that PlayerPacket inherits from
|
8 years ago |
David Cernat
|
b8f4cb94fb
|
Rename BasePacket into PlayerPacket
|
8 years ago |
David Cernat
|
3136a12051
|
Resolve conflicts in pull request #75
# Conflicts:
# CMakeLists.txt
# apps/openmw/CMakeLists.txt
|
8 years ago |
scrawl
|
2ed0277839
|
Merge pull request #1102 from Allofich/spells
Change several spell effects from instant to non-instant
|
8 years ago |
scrawl
|
9d2e0124dc
|
Revert "Fix the cell changed flag no longer being reset after the player dies"
This reverts commit d7acec74fd .
|
8 years ago |
Allofich
|
610f36f47b
|
Set magic effects that don't support variable durations to use duration of 1
|
8 years ago |
Allofich
|
1c2e04747d
|
Remove stray line
|
8 years ago |
Allofich
|
675bd09462
|
Change several instant effects to be non-instant (Fixes #2054)
|
8 years ago |
scrawl
|
db09858f59
|
Don't allow the player to activate objects when dead
|
8 years ago |
scrawl
|
454d1ffaef
|
Make the cell change check during actor update more robust
|
8 years ago |
scrawl
|
d7acec74fd
|
Fix the cell changed flag no longer being reset after the player dies
|
8 years ago |
scrawl
|
e7154c3f7c
|
Add the ItemShadow to various other skins
|
8 years ago |
scrawl
|
612c3e995f
|
Add drop shadow to ItemWidget (Fixes #3545)
|
8 years ago |
scrawl
|
15046c961b
|
Merge pull request #1101 from MiroslavR/ignored-light-sources-fix
Ignored light sources fix
|
8 years ago |
scrawl
|
c5eb854157
|
Merge pull request #1100 from MiroslavR/info-faction-check
Recognize special faction ID "FFFF" during topic info verification
|
8 years ago |
MiroslavR
|
611d02ad43
|
Remove unused code
|
8 years ago |
MiroslavR
|
1906d96064
|
Non-player actors emitting light from a non-portable light item should be illuminated (Fixes #3588)
|
8 years ago |
MiroslavR
|
53b006eccb
|
OpenMW-CS: Recognize special faction ID "FFFF" (no faction) during topic info verification (Fixes #3564)
|
8 years ago |
scrawl
|
3dce155d96
|
Fix uninitialized variable
|
8 years ago |
scrawl
|
55566f8ec2
|
Merge pull request #1099 from MiroslavR/notlocal
Fix the "Not Local" dialog test
|
8 years ago |
MiroslavR
|
8be8c7ca66
|
OpenMW-CS: Fix verification of "Not Local" info conditions (Bug #3564)
|
8 years ago |