Koncord
|
0cf09adb44
|
[General] Move AddProcessor to BasePacketProcessor
|
8 years ago |
Koncord
|
d9e98ec771
|
[Server] Add expected ‘;’
|
8 years ago |
Koncord
|
d14ad55a49
|
[Server] Fix compilation on arm
|
8 years ago |
Koncord
|
f92117e73d
|
[Server] change "__arm__" to "__ARM_ARCH" in ARM detection
|
8 years ago |
Koncord
|
15a197cb9a
|
[Server] Temporarily disable CallFF for ARM
|
8 years ago |
Koncord
|
f015c3b2f6
|
[Server] Remove commented code
|
8 years ago |
Koncord
|
653db9e266
|
[Server] Simplify native CallPublic & CreateTimerEx
|
8 years ago |
Koncord
|
5292914325
|
[Server] Simplify native CallPublic & CreateTimerEx
|
8 years ago |
Koncord
|
1c09e0c255
|
[Server] Add CallFF dependency
|
8 years ago |
Koncord
|
9506f9ca35
|
[General] Allow luajit-2.1
|
8 years ago |
David Cernat
|
0b68e59060
|
[Client] Send ObjectLock packets when using lock spells
|
8 years ago |
Koncord
|
9519c467eb
|
[Client] Simplify updateEquipment for LocalPlayer & LocalActor
|
8 years ago |
Koncord
|
596f42e408
|
[Client] Fix "invalid iterator" error
|
8 years ago |
David Cernat
|
685bf15d52
|
Merge pull request #231 from OpenMW/master
Add OpenMW commits up to 27 Jun 2017
|
8 years ago |
scrawl
|
ea5fe4b686
|
Merge pull request #1328 from akortunov/journalfix
Do not show empty journal entries (fixes #3891)
|
8 years ago |
Koncord
|
ed3e089126
|
[General] Use C++11 way to delete Ctor
|
8 years ago |
Koncord
|
5b2cab4c6b
|
[General] Change NULL to nullptr
|
8 years ago |
Koncord
|
2b1b4ce2f1
|
[General] Update PacketControllers to C++11
|
8 years ago |
Koncord
|
0ed0d2417b
|
[Client] Make foreach style consistent with other
|
8 years ago |
Koncord
|
2427a4f877
|
[Client] Update DedicatedActor to C++11
|
8 years ago |
Koncord
|
8f7da49152
|
[Client] Update DedicatedPlayer to C++11
|
8 years ago |
Koncord
|
08666cabdb
|
[Client] Update PlayerList to C++11
|
8 years ago |
Koncord
|
a110ec1767
|
[Client] Update GUIController to C++11
|
8 years ago |
Koncord
|
aa1f5c3cd3
|
[Client] Change pointer type to reference
|
8 years ago |
Koncord
|
7499777b3a
|
[Client] Update CellController to C++11
|
8 years ago |
Koncord
|
7d4dd2ad1c
|
[Client] Update Cell to C++11
|
8 years ago |
Koncord
|
7918e887dd
|
[Client] Update ActorList to C++11
|
8 years ago |
Koncord
|
aa12b35d03
|
[Client] Update LocalActor to C++11
|
8 years ago |
Koncord
|
689050e1d0
|
[Client] Long expression to lambda
|
8 years ago |
Koncord
|
58a6a8c3bc
|
[Client] Update LocalPlayer to C++11
|
8 years ago |
Andrei Kortunov
|
7fcb22b867
|
Do not show empty journal entries (fixes #3891)
|
8 years ago |
Koncord
|
6222c20e82
|
[Client] Convert MechanicsHelper to namespace
|
8 years ago |
Koncord
|
7d3e08f031
|
[Client] Simplify loops
|
8 years ago |
Koncord
|
f7341c021f
|
[Client] Modernize loops in WorldEvent to C++11
|
8 years ago |
Koncord
|
61cc3ced5d
|
[Client] Remove boost from processors
|
8 years ago |
Koncord
|
e68eee651a
|
[Server] Fix Resurrect
|
8 years ago |
Koncord
|
fcccd7b665
|
[General] Remove creatureStats.mDead from packets
|
8 years ago |
Koncord
|
c58c26f6c0
|
[Server] Implement native CreateTimer & CreateTimerEx
|
8 years ago |
Koncord
|
9ab58b6708
|
[Server] Remove redundant SetResurrectType
Rename SendResurrect to Resurrect
|
8 years ago |
David Cernat
|
813a3c89c4
|
[General] Implement PlayerBook packet to track skill books read
|
8 years ago |
David Cernat
|
b3b73c5cd2
|
[General] Implement resurrection at nearest shrine or temple
|
8 years ago |
David Cernat
|
a358dc6af8
|
[Client] Revert 0020132 now that 534c819 provides a better fix
|
8 years ago |
David Cernat
|
7d81b84dd8
|
[Client] Write list of loaded plugins to log
|
8 years ago |
David Cernat
|
77758596a1
|
Merge pull request #230 from OpenMW/master
Add OpenMW commits up to 25 Jun 2017
|
8 years ago |
scrawl
|
8d17565efd
|
Fix joystick binding for an action being discarded when default for another action is loaded (Bug #3900)
|
8 years ago |
scrawl
|
ca5b351eef
|
Fix saved joystick bindings being discarded when running without joystick connected
|
8 years ago |
scrawl
|
903e59f495
|
Don't reset idle time when there is no camera movement (Fixes #3902)
|
8 years ago |
scrawl
|
44e2089098
|
Don't play 'menu click' sound for right clicks (Fixes #3919)
|
8 years ago |
scrawl
|
534c81976c
|
Add missing cell update for physics system (Fixes #3917)
|
8 years ago |
David Cernat
|
9a519b5cc2
|
[Client] Avoid incrementing actor death count if we aren't its authority
|
8 years ago |