David Cernat
|
6ff9091afd
|
[Server] Add script functions for setting actor dynamic stats
|
8 years ago |
David Cernat
|
9d7142f684
|
[Server] Clean up order for StatsFunctions
|
8 years ago |
David Cernat
|
03c56e01f9
|
[Server] Add script functions for getting actor dynamic stats
|
8 years ago |
David Cernat
|
3d6b21942c
|
[Server] Add OnActorStatsDynamic script callback
|
8 years ago |
David Cernat
|
e419e25e72
|
[Client] Don't initialize actors without unique indexes
|
8 years ago |
David Cernat
|
328b4fb763
|
[Server] Fix invalid pointers when using ActorFunctions::GetActorCell()
|
8 years ago |
David Cernat
|
a71dbc7d09
|
[Server] Add script functions for setting actor cells and positions
|
8 years ago |
David Cernat
|
9c5eb47e90
|
[Server] Add and use Utils::getCellFromDescription()
|
8 years ago |
David Cernat
|
cc3dfd7da0
|
Merge pull request #208 from OpenMW/master
Add OpenMW commits up to 28 Apr 2017
|
8 years ago |
Marc Zinnschlag
|
8299f8677b
|
updated credits file
|
8 years ago |
Marc Zinnschlag
|
7919c4d672
|
Merge remote-tracking branch 'plutonicoverkill/master'
|
8 years ago |
David Cernat
|
aeab851ed8
|
[Server] Add script functions for getting actor position coordinates
|
8 years ago |
David Cernat
|
1ce60fbf30
|
[Server] Add GetActorCell() script function
|
8 years ago |
PlutonicOverkill
|
e685de0f84
|
Fix script editor undo/redo context menu actions
|
8 years ago |
PlutonicOverkill
|
6063d8e31b
|
Fix existing context menu in script editor
|
8 years ago |
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 |
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 |