David Cernat
f4cdedd8cb
[General] Synchronize summoned creatures
8 years ago
David Cernat
1c6e359fe9
[Client] Set and clear hitAttemptActorId for DedicatedPlayers
...
This allows a DedicatedPlayer's follower NPCs to target enemies attacking the DedicatedPlayer.
8 years ago
David Cernat
4e5c8873e0
[General] Use ObjectSpawn instead of ObjectPlace for actors
8 years ago
David Cernat
c211d53190
[General] Use only direction.pos in ActorPosition, as advised by Koncord
8 years ago
David Cernat
0cce9908be
Merge pull request #222 from OpenMW/master
...
Add OpenMW commits up to 29 May 2017
8 years ago
David Cernat
27148ce9eb
[General] Add placeholders for 12 new packets, to be implemented soon
...
Additionally, make it slightly clearer who created which previously existing packets.
8 years ago
scrawl
a1661af864
Merge pull request #1301 from akortunov/tooltips
...
Tooltips layout fixes
8 years ago
scrawl
7f5b88bbc6
Merge pull request #1300 from akortunov/enchantformula
...
Fixed enchant points calculations formula
8 years ago
scrawl
d39da2b755
Merge pull request #1302 from hasufell/master
...
Fix build with osg >= 3.5.6
8 years ago
Julian Ospald
5d85fa9220
Fix build with osg >= 3.5.6
8 years ago
Koncord
b3b7003313
[Server] Add "--no-logs" option
8 years ago
Koncord
dbb636ac90
[Server] Parse program options
8 years ago
Koncord
c4686ec578
[Server] Remove debug line
8 years ago
Koncord
cc7efc6e37
[Server] Use first 10 characters of CommitHash for humans
8 years ago
Koncord
80925736c0
[Server] Add commit hash to the rules
8 years ago
Koncord
565889ccbc
[Client] Add commit hash to password
8 years ago
Koncord
bc3612dfe9
[Server] Add commit hash to password
8 years ago
Koncord
f7473e3379
[General] Fix copy-posty bug
8 years ago
David Cernat
9fe5b4a305
[General] Remove debug line from ActorAnimFlags
8 years ago
Koncord
8478fed98a
[General] Simplify Actor packets.
8 years ago
Koncord
f6fba70a4e
[General] Use compression for Position packets
8 years ago
Koncord
4934be18f0
[General] Add compression flag to RW methods
...
Advantages: and 2 bytes per float value, using huffman algorithm for structures and strings.
Disadvantages: bad for performance and precision for float/double variables.
8 years ago
Koncord
6a472de1c0
[Browser] Remove servers before updating server list
8 years ago
David Cernat
b0c1aafc5a
[Client] Use a 10 times higher maximum distance for linear interpolation
8 years ago
David Cernat
ea2a060c67
[Client] Sync actor movements from interiors to exteriors & vice versa
8 years ago
David Cernat
7f6c5e2f48
[Client] Only send PlayerJournal packets for new journal entries
8 years ago
David Cernat
6918ae7bc7
[Client] Don't crash when receiving certain packets from NULL players
8 years ago
David Cernat
2e45203bbb
[Client] Clean up mapIndexes in CellController
8 years ago
David Cernat
619982b085
[Client] Only try to send actor data to other players when authorized
8 years ago
David Cernat
73b9683182
[General] Make most ActorPackets smaller by not including refIds in them
8 years ago
David Cernat
7177d56cfb
[Client] Only require refNumIndex & mpNum for CellStore::searchExact()
8 years ago
Koncord
8f2ef83be1
[Browser] Fix QT warnings
8 years ago
Koncord
9f0ec849a0
[Browser] Disable refresh button when action in progress
8 years ago
Koncord
ec5d1b7a86
[Browser] Do not try to open window if server is no more reachable
8 years ago
Koncord
c8eb0f0eae
[Browser] Move downloading query info to another thread
8 years ago
Koncord
e1766da83c
[Master] Fix REST API for old servers
8 years ago
David Cernat
7c87ac80ee
[Client] Ensure correct drawState when receiving an ActorAttack packet
8 years ago
David Cernat
bf2b3bbf51
[Browser] Once again refresh server list when starting
8 years ago
David Cernat
9d9581a1c2
[Client] Prevent DedicatedActors from automatically equipping torches
8 years ago
David Cernat
940a2b6eb5
[Server] Add script functions for setting and sending ActorEquipment
8 years ago
David Cernat
f47a10dd4a
[Server] Add script callback and getter functions for ActorEquipment
8 years ago
David Cernat
311ce4119d
[General] Fix logic issues related to ActorEquipment
8 years ago
Andrei Kortunov
46c8842808
Fixed enchant points calculations formula
8 years ago
David Cernat
cdfc2db2d1
Merge pull request #220 from OpenMW/master
...
Add OpenMW commits up to 26 May 2017
8 years ago
David Cernat
4f273932af
[General] Implement sending and reading of ActorEquipment packets
8 years ago
David Cernat
ec921eefc8
[Client] Prevent players from getting stuck in drag and drop when their opened containers are deleted
8 years ago
David Cernat
20a72ec807
[Client] Send ObjectTrap packets when disarming traps with keys & probes
8 years ago
David Cernat
32879adc5b
[General] Allow ObjectTrap to trigger traps, not just disarm them
8 years ago
David Cernat
93aa674eff
[Server] Add SendObjectTrap() script function
8 years ago
David Cernat
7ac115b359
[Client] Implement sending and reading of ObjectTrap packets
8 years ago