David Cernat
|
66d666d60c
|
[Client] Use less confusing terminology when displaying plugin mismatch
|
6 years ago |
David Cernat
|
aa3639f2da
|
Merge pull request #450 from TES3MP/0.6.2
Add 0.6.2 commits up to 19 Jun 2018
|
7 years ago |
David Cernat
|
5b461b09ca
|
[Client] Display error when receiving ID_INCOMPATIBLE_PROTOCOL_VERSION
|
7 years ago |
David Cernat
|
29be79e852
|
[General] Switch RakNet enums to CrabNet enums
CrabNet is TES3MP's fork of RakNet that has deviated too far from RakNet to still be compatible with it.
|
7 years ago |
David Cernat
|
e8ec031a81
|
[Client] Create Worldstate class that inherits BaseWorldstate
|
7 years ago |
David Cernat
|
43a944ddaf
|
[General] Add and implement new Worldstate packet type
|
7 years ago |
David Cernat
|
51698bed48
|
[Client] Rename WorldProcessor into ObjectProcessor
|
7 years ago |
David Cernat
|
78234f9071
|
[General] Rename Event into ObjectList & WorldObject into BaseObject
|
7 years ago |
David Cernat
|
6bf3a0be1e
|
[General] Rename WorldPackets into ObjectPackets for clarity
|
7 years ago |
David Cernat
|
bce3d0eb4c
|
[Client] Use more descriptive message for version mismatch
|
7 years ago |
David Cernat
|
0cc86c04d1
|
[Client] Print plugin discrepancies, not just plugin lists side by side
|
7 years ago |
David Cernat
|
cca4991e74
|
[Utils] Use consistent names for utility functions added by tes3mp
|
7 years ago |
David Cernat
|
9d05063af4
|
[General] Add server script functions for banning & unbanning IPs
Additionally, use a more informative message for the client when trying to connecting to a server that it is banned from.
|
8 years ago |
Koncord
|
b2339f2f9a
|
[Client] Fix building
|
8 years ago |
Koncord
|
73cf134107
|
[General] Fix incoming password string
|
8 years ago |
Koncord
|
7d3e08f031
|
[Client] Simplify loops
|
8 years ago |
David Cernat
|
7d81b84dd8
|
[Client] Write list of loaded plugins to log
|
8 years ago |
Koncord
|
587b53bfed
|
[Client] Reorder files
|
8 years ago |
Koncord
|
b84f97ec2b
|
[Client] Implement PasswordDialog
|
8 years ago |
Koncord
|
565889ccbc
|
[Client] Add commit hash to password
|
8 years ago |
Koncord
|
24d4e1c222
|
[General] Remove useless PacketSendMyID
|
8 years ago |
Koncord
|
93edd67681
|
[Client] Use boolean var instead requestQuit or throwing runtime_error
|
8 years ago |
Koncord
|
4eb02af8fb
|
[Client] Use __WINDOWS define
|
8 years ago |
Koncord
|
47e6820f97
|
[General] Move printWithWidth and intToHexStr to components
|
8 years ago |
David Cernat
|
0b40cb8919
|
[Client] When there are more client than server plugins, print them all
|
8 years ago |
David Cernat
|
92e277d75d
|
[Client] Prevent application hang on Windows when plugins don't match
|
8 years ago |
David Cernat
|
0284f18876
|
[Client] Replace plugin load order message with a clearer one at the top
|
8 years ago |
David Cernat
|
1dbe9f0eaa
|
[Client] Print plugin comparison in a better-looking way on Windows
|
8 years ago |
David Cernat
|
f80a16b897
|
[Client] Don't use try/catch when printing missing plugins
Also move load order note to bottom where it fits better.
|
8 years ago |
David Cernat
|
4294508082
|
[Client] Don't print null for missing plugins when comparing with server
|
8 years ago |
David Cernat
|
c3c04bbfc3
|
[General] Make coding style consistent
|
8 years ago |
Koncord
|
afcf5a7fc8
|
[Client] Fix segmentation fault
|
8 years ago |
Koncord
|
ccae9590cc
|
[Client] Fix comparison between signed and unsigned integer expressions
|
8 years ago |
Koncord
|
01bdbfecfb
|
[Client] Fix wrong checksum collection
|
8 years ago |
Koncord
|
7bee82cedb
|
[Client] Add notification about strict order
|
8 years ago |
Koncord
|
f6bea7a114
|
[Client] Read answer about ID_GAME_PREINIT from server
|
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 |
David Cernat
|
014ff7a059
|
[Client] Replace usage of Networking::isDedicatedPlayer()
|
8 years ago |
David Cernat
|
1f6d05dfe5
|
[Client] Remove unused Networking::attack() method
|
8 years ago |
Koncord
|
67aba35d37
|
[Client] Simplify Processors
|
8 years ago |
Koncord
|
1db30a65cb
|
[Client] Remove unecessary calls
|
8 years ago |
Koncord
|
6969742ef0
|
[Client] Enable actor processors
|
8 years ago |
David Cernat
|
29f9453554
|
[Client] Clean up headers in Networking
|
8 years ago |
Koncord
|
25fef1a7b8
|
[Client] FIx conflicts
|
8 years ago |
Koncord
|
578d305d86
|
[Client] Enable world processors
|
8 years ago |
Koncord
|
740bfea0b2
|
[Client] Use processors for player packets
|
8 years ago |
David Cernat
|
0aaf68c994
|
[Client] Rename mwmp::Players into mwmp::PlayerList for clarity
|
8 years ago |
David Cernat
|
2050d06b31
|
[Client] Process PlayerAttack in MechanicsHelper::processAttack()
|
8 years ago |
David Cernat
|
9f226253d4
|
[General] Rename mwmp::Attack's refid into refId for consistency
|
8 years ago |