Koncord
|
e53916da10
|
[Browser] Add Rules tab to ServerInfo
|
8 years ago |
Koncord
|
db2b53c1b8
|
[Browser] Update to new protocol
|
8 years ago |
Koncord
|
e7a1474e04
|
[Browser] Implement QueryClient
|
8 years ago |
Koncord
|
d40a55a748
|
[Master] Update server via operator= instead map::insert
|
8 years ago |
Koncord
|
b677a0455d
|
[Server] Fix MasterClient crashes
|
8 years ago |
Koncord
|
a4e45de6ca
|
[General] Fix playersCount
|
8 years ago |
David Cernat
|
752848834a
|
Merge pull request #207 from OpenMW/master
Add OpenMW commits up to 26 Apr 2017
|
8 years ago |
Andrei Kortunov
|
bba822c014
|
Purge all effects with same ID instead only first (fixes #3839)
|
8 years ago |
Marc Zinnschlag
|
61e6b0d03c
|
improved ScriptErrorTable handling of script errors that don't have line/column associated with them (also avoiding a segfault)
|
8 years ago |
PlutonicOverkill
|
3d1e640388
|
Add setting to change keyboard shortcut and fix another crash
|
8 years ago |
PlutonicOverkill
|
1f699552f7
|
Fix infinite recursion bug in uncommentSelection()
|
8 years ago |
David Cernat
|
9a89284bca
|
[Server] Add OnActorCellChange script callback
|
8 years ago |
David Cernat
|
6a21ec1fdc
|
[General] Rename PlayerPos into PlayerPosition
|
8 years ago |
David Cernat
|
7b07d6651f
|
[General] Add and use PlayerBounty packet and matching script functions
|
8 years ago |
David Cernat
|
6658531713
|
[General] Fix names for two PlayerProcessors
|
8 years ago |
David Cernat
|
7dbcfbd3b1
|
[Client] Use better check for empty CreatureStats in DedicatedActor
|
8 years ago |
David Cernat
|
11605bd19a
|
[Client] Make aggressive actors initiate combat with DedicatedPlayers
Previously, they were only attacking DedicatedPlayers who had attacked them first.
|
8 years ago |
PlutonicOverkill
|
61e374fdfc
|
Implement commentSelection() and uncommentSelection()
|
8 years ago |
PlutonicOverkill
|
83ff7d162c
|
Add comment/uncomment actions to the context menu
|
8 years ago |
David Cernat
|
a4165325fa
|
[Client] Improve synchronization of Actor swings
|
8 years ago |
David Cernat
|
ce9605957a
|
[Client] Use different way of preventing attacks on players in dialogue
|
8 years ago |
David Cernat
|
ea7c3f2dc7
|
[Client] Make tes3mp combat code work with Creatures, not just NPCs
|
8 years ago |
David Cernat
|
a82646a130
|
[Client] Delineate tes3mp-only code more clearly, part 2
|
8 years ago |
David Cernat
|
44476248b7
|
[Client] Add and use DedicatedPlayer::update()
|
8 years ago |
David Cernat
|
e11a24f446
|
[Client] Add back statement that should not have been removed in e4a261e
|
8 years ago |
David Cernat
|
e4a261ea2e
|
[Client] Remove unused include and variables, fixing warnings
|
8 years ago |
Koncord
|
51422da641
|
[Server] Remove outdated code
|
8 years ago |
Koncord
|
0f30f57d4d
|
[Server] Handle IS_PENDING and IS_CONNECTING in switch
|
8 years ago |
Koncord
|
d0c3d190e1
|
[Server] Send players list to master server
|
8 years ago |
Koncord
|
6e8750b9e4
|
[General] Change list players to vector players
|
8 years ago |
Koncord
|
3e00d42067
|
[Server] Reworking MasterClient to new master server
|
8 years ago |
Koncord
|
9643eb6026
|
[Master] Notify server about announce state
Rename structure Server to QueryData
|
8 years ago |
David Cernat
|
841e6a63f8
|
[Client] Initialize Creatures as LocalActors
|
8 years ago |
David Cernat
|
661da98941
|
[Documentation] Update readme and credits slightly
|
8 years ago |
David Cernat
|
850b19badf
|
[Client] Add clearer debug messages for Actor initialization
|
8 years ago |
David Cernat
|
2082f8ff4f
|
[Client] Send LocalActor cell changes at end of mwmp::Cell's update
|
8 years ago |
David Cernat
|
1f6ba9d9ee
|
[Client] Remove jump check from LocalActor that is irrelevant for NPCs
|
8 years ago |
David Cernat
|
e70faf1016
|
[Client] Fix crashes in PlayerProcessors from NULL players
Also rename ProcessorPlayerDrawState into ProcessorPlayerAnimFlags
|
8 years ago |
David Cernat
|
dba0d47973
|
[Client] Revert position changes on invalid cell changes to fix glitches
|
8 years ago |
David Cernat
|
5c5c62f33a
|
Merge pull request #206 from OpenMW/master
Add OpenMW commits up to 23 Apr 2017, part 2
|
8 years ago |
David Cernat
|
284f863292
|
[Client] Add linear interpolation for DedicatedActors
|
8 years ago |
scrawl
|
80d1bb571c
|
Merge pull request #1274 from MiroslavR/incr_bug
Fix wrong incrementation
|
8 years ago |
MiroslavR
|
eada8c6822
|
Fix wrong incrementation in InventoryStore::visitEffectSources (Fixes #3838)
|
8 years ago |
David Cernat
|
2eaa25e7d4
|
[General] Update version to 0.6-alpha
|
8 years ago |
David Cernat
|
a12694c6ef
|
[Client] Fix crash caused by late-arriving ActorAuthority packets
|
8 years ago |
David Cernat
|
14e1ff27cb
|
[Client] Rename CellController's cellsActive to cellsInitialized for clarity
|
8 years ago |
David Cernat
|
ef634a1c52
|
Merge pull request #205 from OpenMW/master
Add OpenMW commits up to 23 Apr 2017
|
8 years ago |
David Cernat
|
27186f555d
|
[Client] Enable reading of ActorPackets, and thus NPC sync, by default
|
8 years ago |
David Cernat
|
871d8c8308
|
[Client] Send and read ActorCellChange packets
|
8 years ago |
David Cernat
|
f4c3a28141
|
[General] Finalize ActorCellChange packet structure
|
8 years ago |