Stanislav Zhukov
|
ad62968397
|
Merge pull request #200 from TES3MP/tes3mp-introduce-Client-processors
[Client] Use protected member instead local variable
|
2017-04-18 13:16:57 +08:00 |
|
Koncord
|
8128a5c39c
|
[Client] Use protected member instead local variable
|
2017-04-18 13:15:31 +08:00 |
|
David Cernat
|
818fc459aa
|
Merge pull request #199 from TES3MP/tes3mp-introduce-Client-processors
Add tes3mp-introduce-Client-processors commits up to 18 Apr 2017
|
2017-04-18 08:06:49 +03:00 |
|
Koncord
|
25fef1a7b8
|
[Client] FIx conflicts
|
2017-04-18 12:17:58 +08:00 |
|
Koncord
|
578d305d86
|
[Client] Enable world processors
|
2017-04-18 11:51:05 +08:00 |
|
Koncord
|
7dcaef5a5a
|
[Client] Init world processors
|
2017-04-18 11:50:22 +08:00 |
|
Koncord
|
fd3a7d2ad0
|
[Client] Add world processors
|
2017-04-18 11:50:22 +08:00 |
|
Koncord
|
f0805ca6f7
|
[Client] Fix typo
|
2017-04-18 11:50:22 +08:00 |
|
Koncord
|
740bfea0b2
|
[Client] Use processors for player packets
|
2017-04-18 11:49:00 +08:00 |
|
Koncord
|
e98fa6ad07
|
[Client] Add ProcessorInitializer
|
2017-04-18 11:45:54 +08:00 |
|
Koncord
|
f09dc2b65b
|
[Client] Add player processors
|
2017-04-18 11:38:40 +08:00 |
|
Koncord
|
a6111b6599
|
[Client] Add PlayerProcessor & WorldProcessor
|
2017-04-18 11:38:40 +08:00 |
|
David Cernat
|
07c2d4251e
|
[Client] Add and use mwmp::PlayerList::isDedicatedPlayer()
|
2017-04-17 20:36:20 +03:00 |
|
David Cernat
|
b1a394cd02
|
[General] Change chars into bools in mwmp::Attack for clarity
|
2017-04-17 19:54:31 +03:00 |
|
David Cernat
|
7c45888f05
|
[Client] Reorder methods in DedicatedPlayer
|
2017-04-17 19:34:32 +03:00 |
|
David Cernat
|
0aaf68c994
|
[Client] Rename mwmp::Players into mwmp::PlayerList for clarity
|
2017-04-17 19:10:33 +03:00 |
|
David Cernat
|
c05c456b11
|
[Client] Clean up parts of LocalPlayer and DedicatedPlayer
|
2017-04-17 18:50:20 +03:00 |
|
David Cernat
|
a650683bae
|
[General] Add and use Target struct in mwmp::Attack
|
2017-04-17 18:31:39 +03:00 |
|
David Cernat
|
9882ceedf3
|
[General] Remove attackerGuid from mwmp::Attack because it is redundant
|
2017-04-17 18:03:33 +03:00 |
|
David Cernat
|
340ad09c97
|
[Server] Rename variables in ProcessorPlayerAttack
|
2017-04-17 17:43:03 +03:00 |
|
David Cernat
|
caf5428532
|
[General] Rename mwmp::Attack vars in preparation for Actor support
|
2017-04-17 17:24:11 +03:00 |
|
David Cernat
|
2050d06b31
|
[Client] Process PlayerAttack in MechanicsHelper::processAttack()
|
2017-04-17 16:09:07 +03:00 |
|
David Cernat
|
2397afc6ce
|
[General] Move mwmp::Attack to BaseStructs
|
2017-04-17 15:12:11 +03:00 |
|
David Cernat
|
cf155c9279
|
[Client] Add MechanicsHelper and move linear interpolation code to it
|
2017-04-17 14:37:19 +03:00 |
|
David Cernat
|
2565816b22
|
[Client] Delimit and clarify combat changes made by tes3mp
Additionally, revert unneeded small changes to the formatting of OpenMW code
|
2017-04-17 11:55:22 +03:00 |
|
David Cernat
|
9f226253d4
|
[General] Rename mwmp::Attack's refid into refId for consistency
|
2017-04-17 09:35:18 +03:00 |
|
David Cernat
|
b09e6644a9
|
[Client] Prevent infinite guard arrest loops
|
2017-04-16 20:26:06 +03:00 |
|
Andrei Kortunov
|
aac78d29a4
|
Service menus layout fixes
|
2017-04-16 20:30:20 +04:00 |
|
David Cernat
|
f0f0b2dcc9
|
[General] Send and read ActorSpeech packets
|
2017-04-16 18:43:13 +03:00 |
|
David Cernat
|
d2178e5414
|
[Client] Assign LocalActor movement settings before rotations get reset
|
2017-04-16 17:09:47 +03:00 |
|
David Cernat
|
1fb11dafef
|
[General] Send and read ActorStatsDynamic packets
|
2017-04-16 16:42:07 +03:00 |
|
David Cernat
|
678edffb5a
|
[Client] Rename updateDynamicStats() into updateStatsDynamic()
|
2017-04-16 14:11:55 +03:00 |
|
David Cernat
|
00aa8839d4
|
[General] Update CMakeLists in components folder
|
2017-04-16 09:03:51 +03:00 |
|
David Cernat
|
870886192b
|
[General] Rename DYNAMICSTATS into STATS_DYNAMIC
|
2017-04-16 09:00:18 +03:00 |
|
David Cernat
|
f64580bc10
|
[Client] Enable head rotation AI for DedicatedActors
|
2017-04-16 08:42:49 +03:00 |
|
David Cernat
|
8ebe7ed683
|
[Client] Remove isLocalActor (no longer needed) from LiveCellRefBase
|
2017-04-16 07:54:44 +03:00 |
|
David Cernat
|
ca8fd1aa72
|
[General] Remove ActorHeadRotation packet because it would be too spammy
|
2017-04-15 15:49:40 +03:00 |
|
David Cernat
|
2872675f5e
|
[General] Send and read ActorAnimPlay packets
|
2017-04-15 13:42:30 +03:00 |
|
David Cernat
|
56aeb85965
|
[Client] Update method names in ActorList
|
2017-04-15 11:45:20 +03:00 |
|
David Cernat
|
5c1d7f614a
|
[Client] Rename readDrawStates() into readAnimFlags()
|
2017-04-15 10:47:53 +03:00 |
|
David Cernat
|
bf17464074
|
Merge pull request #198 from OpenMW/master
Add OpenMW commits up to 14 Apr 2017
|
2017-04-15 05:36:50 +03:00 |
|
Andrei Kortunov
|
c93cf822c7
|
Reviewmenu: read name, race, class and birthsign from player stats (fixes bug #2628)
|
2017-04-14 23:21:20 +04:00 |
|
Andrei Kortunov
|
fb0c4700a4
|
Save a proto gender in racemenu
|
2017-04-14 23:19:48 +04:00 |
|
Andrei Kortunov
|
8581d68b8e
|
Updated documentation for windows settings
|
2017-04-14 22:46:24 +04:00 |
|
scrawl
|
f63b1e81cd
|
Merge pull request #1228 from akortunov/master
Options to show hidden weapon parameters
|
2017-04-14 20:01:08 +02:00 |
|
Andrei Kortunov
|
00e06095c1
|
Updated documentation for new weapon tooltips options
|
2017-04-14 21:49:15 +04:00 |
|
scrawl
|
8f71b65d38
|
sceneutil/attach: inherit the UserDataContainer to avoid the resource cache from being cleared incorrectly
|
2017-04-14 15:04:53 +02:00 |
|
David Cernat
|
e7960eee76
|
[General] Rename DrawState packets into AnimFlags ones for clarity
|
2017-04-14 16:00:34 +03:00 |
|
David Cernat
|
11a9e3bdb1
|
Merge pull request #197 from OpenMW/master
Add OpenMW commits up to 14 Apr 2017
|
2017-04-14 05:57:28 +03:00 |
|
scrawl
|
17125e6c4d
|
Merge pull request #1256 from Allofich/equip
Adjustments to RemoveItem behavior
|
2017-04-14 01:08:29 +02:00 |
|