David Cernat
|
2082f8ff4f
|
[Client] Send LocalActor cell changes at end of mwmp::Cell's update
|
2017-04-24 10:59:47 +03:00 |
|
David Cernat
|
1f6ba9d9ee
|
[Client] Remove jump check from LocalActor that is irrelevant for NPCs
|
2017-04-24 10:58:39 +03:00 |
|
David Cernat
|
e70faf1016
|
[Client] Fix crashes in PlayerProcessors from NULL players
Also rename ProcessorPlayerDrawState into ProcessorPlayerAnimFlags
|
2017-04-24 01:46:27 +03:00 |
|
David Cernat
|
dba0d47973
|
[Client] Revert position changes on invalid cell changes to fix glitches
|
2017-04-23 22:25:16 +03:00 |
|
David Cernat
|
5c5c62f33a
|
Merge pull request #206 from OpenMW/master
Add OpenMW commits up to 23 Apr 2017, part 2
|
2017-04-23 21:35:09 +03:00 |
|
David Cernat
|
284f863292
|
[Client] Add linear interpolation for DedicatedActors
|
2017-04-23 21:28:23 +03:00 |
|
scrawl
|
80d1bb571c
|
Merge pull request #1274 from MiroslavR/incr_bug
Fix wrong incrementation
|
2017-04-23 19:18:46 +02:00 |
|
MiroslavR
|
eada8c6822
|
Fix wrong incrementation in InventoryStore::visitEffectSources (Fixes #3838)
|
2017-04-23 18:05:41 +02:00 |
|
David Cernat
|
2eaa25e7d4
|
[General] Update version to 0.6-alpha
|
2017-04-23 17:31:08 +03:00 |
|
David Cernat
|
a12694c6ef
|
[Client] Fix crash caused by late-arriving ActorAuthority packets
|
2017-04-23 17:12:45 +03:00 |
|
David Cernat
|
14e1ff27cb
|
[Client] Rename CellController's cellsActive to cellsInitialized for clarity
|
2017-04-23 16:53:24 +03:00 |
|
David Cernat
|
ef634a1c52
|
Merge pull request #205 from OpenMW/master
Add OpenMW commits up to 23 Apr 2017
|
2017-04-23 14:47:10 +03:00 |
|
David Cernat
|
27186f555d
|
[Client] Enable reading of ActorPackets, and thus NPC sync, by default
|
2017-04-23 14:01:13 +03:00 |
|
David Cernat
|
871d8c8308
|
[Client] Send and read ActorCellChange packets
|
2017-04-23 14:01:13 +03:00 |
|
David Cernat
|
f4c3a28141
|
[General] Finalize ActorCellChange packet structure
|
2017-04-23 14:01:13 +03:00 |
|
David Cernat
|
9ea69f4c1f
|
[Client] Add LocalActor & DedicatedActor cell transition logic to World::moveObject()
|
2017-04-23 14:01:13 +03:00 |
|
David Cernat
|
4e86d8781f
|
[Client] Clean up & simplify logic for DedicatedPlayer cell transitions
|
2017-04-23 14:01:13 +03:00 |
|
David Cernat
|
87ada3e763
|
[Client] Add CellController::isSameCell() and use it in LocalPlayer
|
2017-04-23 14:01:13 +03:00 |
|
Koncord
|
d1df9dde14
|
[Server] Add processors to source groups
|
2017-04-23 13:59:17 +08:00 |
|
Koncord
|
c35d5a2c6c
|
[Master] Implement Master server
|
2017-04-23 13:39:43 +08:00 |
|
Koncord
|
4c939f6d0a
|
[General] Split tes3mp components in CMakeLists by group
|
2017-04-23 13:39:43 +08:00 |
|
Koncord
|
546bb42abb
|
[General] Add Master Packets
|
2017-04-23 13:39:43 +08:00 |
|
Koncord
|
5854f680f0
|
[General] Add Master data types
|
2017-04-23 13:39:43 +08:00 |
|
Koncord
|
41005b1add
|
[General] Add orderChannel to packets
|
2017-04-23 13:39:43 +08:00 |
|
Andrei Kortunov
|
c2706ac3e7
|
Merchant repair and travel window scroll fix
|
2017-04-23 09:15:25 +04:00 |
|
Andrei Kortunov
|
bc9080d9d7
|
Removed 31 symbols cap from service menus
|
2017-04-23 08:56:54 +04:00 |
|
scrawl
|
0e37e71ea2
|
Merge pull request #1266 from akortunov/handsfallbackfix
Improved hands bodyparts selection fallback
|
2017-04-23 00:36:48 +02:00 |
|
Andrei Kortunov
|
4544caf7f3
|
Improved bodypart select fallback (fixes #2594)
|
2017-04-22 22:23:10 +04:00 |
|
scrawl
|
45d9e38616
|
Fix check for default material
|
2017-04-22 14:27:45 +02:00 |
|
David Cernat
|
4ebc9f1314
|
Merge pull request #204 from OpenMW/master while resolving conflicts
# Conflicts:
# apps/openmw/mwdialogue/dialoguemanagerimp.cpp
|
2017-04-22 14:33:26 +03:00 |
|
Koncord
|
a27815fa7d
|
[General] Allow backslashes in add_component_dir to specify subgroups
|
2017-04-22 13:56:03 +08:00 |
|
MiroslavR
|
0737d6cb72
|
Merge pull request #1270 from Allofich/scriptfix
Check for NULL before running voice dialogue scripts
|
2017-04-22 01:58:20 +02:00 |
|
Allofich
|
f34e35eb19
|
Check for NULL before running voice scripts
(Fixes #3834)
|
2017-04-22 07:51:31 +09:00 |
|
David Cernat
|
a5484d237b
|
Merge pull request #203 from OpenMW/master
Add OpenMW commits up to 21 Apr 2017, part 2
|
2017-04-21 21:07:37 +03:00 |
|
scrawl
|
8fbf9dc597
|
Merge pull request #1253 from akortunov/pinned
Remember "pinned" windows across game restarts
|
2017-04-21 18:44:47 +02:00 |
|
Andrei Kortunov
|
2b3b6d558f
|
Move updatePinnedWindows() function to private section
|
2017-04-21 19:37:09 +04:00 |
|
scrawl
|
931310d2e2
|
Merge pull request #1268 from Allofich/anim
Add enabled check to animation script commands
|
2017-04-21 17:02:27 +02:00 |
|
Andrei Kortunov
|
f986e3fafa
|
Remove unused code
|
2017-04-21 18:39:01 +04:00 |
|
Allofich
|
143ee387cc
|
Add enabled check to animation script commands
(Fixes #3793)
|
2017-04-21 23:27:24 +09:00 |
|
scrawl
|
7998583a7b
|
Merge pull request #1267 from Allofich/scriptsign
Treat =< and => as == in scripts
|
2017-04-21 15:34:34 +02:00 |
|
scrawl
|
fc56fc0b81
|
Merge pull request #1265 from akortunov/develop
Use "sLevel" GMST instead of hardcoded text in load game menu
|
2017-04-21 15:30:15 +02:00 |
|
Allofich
|
e095817ac2
|
Treat =< and => as == in scripts
(Fixes #3744)
|
2017-04-21 22:26:13 +09:00 |
|
scrawl
|
2c879ddbbf
|
Merge pull request #1264 from Allofich/script
Run scripts for voiced dialogue
|
2017-04-21 15:26:09 +02:00 |
|
Andrei Kortunov
|
e717d046f2
|
Escaped class name string
|
2017-04-21 17:21:57 +04:00 |
|
scrawl
|
1956602aa2
|
Merge pull request #1262 from Allofich/warnings
Fix more warnings
|
2017-04-21 14:34:36 +02:00 |
|
Andrei Kortunov
|
f67ec9c9ce
|
Use sLevel GMST instead of hardcoded text in load game menu
|
2017-04-21 09:40:25 +04:00 |
|
David Cernat
|
fec82dc033
|
Merge pull request #202 from OpenMW/master
Add OpenMW commits up to 21 Apr 2017
|
2017-04-21 07:58:13 +03:00 |
|
Andrei Kortunov
|
6c1e3a0618
|
Merged from upstream master
|
2017-04-21 08:48:22 +04:00 |
|
Allofich
|
ff3cb18d4f
|
Fix shadowing warnings
|
2017-04-21 11:06:18 +09:00 |
|
Allofich
|
60c67bc327
|
Run scripts for voiced dialogue
(Fixes #3787)
|
2017-04-21 10:39:11 +09:00 |
|