David Cernat
|
6ff9091afd
|
[Server] Add script functions for setting actor dynamic stats
|
2017-04-29 02:10:14 +03:00 |
|
David Cernat
|
9d7142f684
|
[Server] Clean up order for StatsFunctions
|
2017-04-29 01:42:11 +03:00 |
|
David Cernat
|
03c56e01f9
|
[Server] Add script functions for getting actor dynamic stats
|
2017-04-29 01:15:19 +03:00 |
|
David Cernat
|
3d6b21942c
|
[Server] Add OnActorStatsDynamic script callback
|
2017-04-29 00:32:23 +03:00 |
|
David Cernat
|
e419e25e72
|
[Client] Don't initialize actors without unique indexes
|
2017-04-28 23:17:23 +03:00 |
|
David Cernat
|
328b4fb763
|
[Server] Fix invalid pointers when using ActorFunctions::GetActorCell()
|
2017-04-28 20:31:02 +03:00 |
|
David Cernat
|
a71dbc7d09
|
[Server] Add script functions for setting actor cells and positions
|
2017-04-28 18:44:01 +03:00 |
|
David Cernat
|
9c5eb47e90
|
[Server] Add and use Utils::getCellFromDescription()
|
2017-04-28 16:33:58 +03:00 |
|
David Cernat
|
cc3dfd7da0
|
Merge pull request #208 from OpenMW/master
Add OpenMW commits up to 28 Apr 2017
|
2017-04-28 12:48:46 +03:00 |
|
PlutonicOverkill
|
95f60d2bb3
|
Merge branch 'master' into mark-variable
|
2017-04-28 20:15:48 +12:00 |
|
PlutonicOverkill
|
cbb2b8b119
|
Add setting so feature can be turned off
|
2017-04-28 19:57:49 +12:00 |
|
PlutonicOverkill
|
a8e7628e83
|
Enable highlighting when cursor is placed over a name (script editor)
|
2017-04-28 19:28:05 +12:00 |
|
Marc Zinnschlag
|
8299f8677b
|
updated credits file
|
2017-04-28 08:45:16 +02:00 |
|
Marc Zinnschlag
|
7919c4d672
|
Merge remote-tracking branch 'plutonicoverkill/master'
|
2017-04-28 08:40:07 +02:00 |
|
David Cernat
|
aeab851ed8
|
[Server] Add script functions for getting actor position coordinates
|
2017-04-28 00:05:12 +03:00 |
|
David Cernat
|
1ce60fbf30
|
[Server] Add GetActorCell() script function
|
2017-04-27 14:59:49 +03:00 |
|
PlutonicOverkill
|
e685de0f84
|
Fix script editor undo/redo context menu actions
|
2017-04-27 19:48:01 +12:00 |
|
PlutonicOverkill
|
6063d8e31b
|
Fix existing context menu in script editor
|
2017-04-27 16:31:45 +12:00 |
|
Koncord
|
e53916da10
|
[Browser] Add Rules tab to ServerInfo
|
2017-04-27 11:41:45 +08:00 |
|
Koncord
|
db2b53c1b8
|
[Browser] Update to new protocol
|
2017-04-27 11:41:45 +08:00 |
|
Koncord
|
e7a1474e04
|
[Browser] Implement QueryClient
|
2017-04-27 11:41:45 +08:00 |
|
Koncord
|
d40a55a748
|
[Master] Update server via operator= instead map::insert
|
2017-04-27 11:41:45 +08:00 |
|
Koncord
|
b677a0455d
|
[Server] Fix MasterClient crashes
|
2017-04-27 11:41:45 +08:00 |
|
Koncord
|
a4e45de6ca
|
[General] Fix playersCount
|
2017-04-27 11:41:45 +08:00 |
|
David Cernat
|
752848834a
|
Merge pull request #207 from OpenMW/master
Add OpenMW commits up to 26 Apr 2017
|
2017-04-27 00:15:24 +03:00 |
|
Andrei Kortunov
|
f484ef8ffb
|
Fixed jump fatigue loss formula (fixes #3843)
|
2017-04-26 18:28:59 +04:00 |
|
Andrei Kortunov
|
bba822c014
|
Purge all effects with same ID instead only first (fixes #3839)
|
2017-04-26 17:18:06 +04:00 |
|
Marc Zinnschlag
|
61e6b0d03c
|
improved ScriptErrorTable handling of script errors that don't have line/column associated with them (also avoiding a segfault)
|
2017-04-26 15:03:30 +02:00 |
|
PlutonicOverkill
|
3d1e640388
|
Add setting to change keyboard shortcut and fix another crash
|
2017-04-26 19:42:03 +12:00 |
|
PlutonicOverkill
|
1f699552f7
|
Fix infinite recursion bug in uncommentSelection()
|
2017-04-26 15:49:39 +12:00 |
|
David Cernat
|
9a89284bca
|
[Server] Add OnActorCellChange script callback
|
2017-04-25 23:31:37 +03:00 |
|
David Cernat
|
6a21ec1fdc
|
[General] Rename PlayerPos into PlayerPosition
|
2017-04-25 22:11:33 +03:00 |
|
David Cernat
|
7b07d6651f
|
[General] Add and use PlayerBounty packet and matching script functions
|
2017-04-25 21:24:39 +03:00 |
|
David Cernat
|
6658531713
|
[General] Fix names for two PlayerProcessors
|
2017-04-25 19:01:56 +03:00 |
|
David Cernat
|
7dbcfbd3b1
|
[Client] Use better check for empty CreatureStats in DedicatedActor
|
2017-04-25 16:55:58 +03:00 |
|
David Cernat
|
11605bd19a
|
[Client] Make aggressive actors initiate combat with DedicatedPlayers
Previously, they were only attacking DedicatedPlayers who had attacked them first.
|
2017-04-25 16:08:14 +03:00 |
|
PlutonicOverkill
|
61e374fdfc
|
Implement commentSelection() and uncommentSelection()
|
2017-04-25 19:12:18 +12:00 |
|
PlutonicOverkill
|
83ff7d162c
|
Add comment/uncomment actions to the context menu
|
2017-04-25 16:12:59 +12:00 |
|
David Cernat
|
a4165325fa
|
[Client] Improve synchronization of Actor swings
|
2017-04-25 01:47:43 +03:00 |
|
David Cernat
|
ce9605957a
|
[Client] Use different way of preventing attacks on players in dialogue
|
2017-04-25 01:11:01 +03:00 |
|
David Cernat
|
ea7c3f2dc7
|
[Client] Make tes3mp combat code work with Creatures, not just NPCs
|
2017-04-24 21:06:23 +03:00 |
|
David Cernat
|
a82646a130
|
[Client] Delineate tes3mp-only code more clearly, part 2
|
2017-04-24 19:46:12 +03:00 |
|
David Cernat
|
44476248b7
|
[Client] Add and use DedicatedPlayer::update()
|
2017-04-24 18:38:57 +03:00 |
|
David Cernat
|
e11a24f446
|
[Client] Add back statement that should not have been removed in e4a261e
|
2017-04-24 18:10:05 +03:00 |
|
David Cernat
|
e4a261ea2e
|
[Client] Remove unused include and variables, fixing warnings
|
2017-04-24 17:53:50 +03:00 |
|
Koncord
|
51422da641
|
[Server] Remove outdated code
|
2017-04-24 20:27:15 +08:00 |
|
Koncord
|
0f30f57d4d
|
[Server] Handle IS_PENDING and IS_CONNECTING in switch
|
2017-04-24 20:26:19 +08:00 |
|
Koncord
|
d0c3d190e1
|
[Server] Send players list to master server
|
2017-04-24 20:24:39 +08:00 |
|
Koncord
|
6e8750b9e4
|
[General] Change list players to vector players
|
2017-04-24 20:22:13 +08:00 |
|
Koncord
|
3e00d42067
|
[Server] Reworking MasterClient to new master server
|
2017-04-24 20:01:05 +08:00 |
|