1
0
Fork 0
cuberite-2a/src/Protocol
peterbell10 13144a08e4
Enable some more clang-tidy linter checks (#4738)
* Avoid inefficient AString -> c_str() -> AString round trip

* Avoid redundant string init expressions

* Avoid unnecessary return, continue, etc.

* Add .clang-format to help with clang-tidy fix-its

* Avoid unnecessary passing by value

* Avoid unnecessary local copying

* Avoid copying in range-for loops

* Avoid over-complicated boolean expressions

* Some violations missed by my local clang-tidy

* Allow unnecessary continue statements

* Add brackets

* Another expression missed locally

* Move BindingsProcessor call into clang-tidy.sh and add space

* Fix pushd not found error

* Different grouping of CheckBlockInteractionRate
2020-05-14 22:15:35 +00:00
..
Authenticator.cpp Update submodules (#4727) 2020-05-09 15:51:15 +01:00
Authenticator.h Using Super. 2020-04-16 20:07:48 +00:00
CMakeLists.txt Update submodules (#4727) 2020-05-09 15:51:15 +01:00
ChunkDataSerializer.cpp Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
ChunkDataSerializer.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
ForgeHandshake.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
ForgeHandshake.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
MojangAPI.cpp Update submodules (#4727) 2020-05-09 15:51:15 +01:00
MojangAPI.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
Packetizer.cpp Initial resource pack support (#4622) 2020-04-07 21:23:54 +00:00
Packetizer.h Protocol: Use logical outgoing packet types. 2019-09-10 09:45:28 +02:00
Protocol.h Improve entity position updates (#4701) 2020-05-04 08:10:47 +00:00
ProtocolPalettes.cpp Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
ProtocolPalettes.h Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
ProtocolRecognizer.cpp Update submodules (#4727) 2020-05-09 15:51:15 +01:00
ProtocolRecognizer.h Improve entity position updates (#4701) 2020-05-04 08:10:47 +00:00
Protocol_1_8.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
Protocol_1_8.h Improve entity position updates (#4701) 2020-05-04 08:10:47 +00:00
Protocol_1_9.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
Protocol_1_9.h Improve entity position updates (#4701) 2020-05-04 08:10:47 +00:00
Protocol_1_10.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
Protocol_1_10.h Using Super. 2020-04-16 20:07:48 +00:00
Protocol_1_11.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
Protocol_1_11.h Improve entity position updates (#4701) 2020-05-04 08:10:47 +00:00
Protocol_1_12.cpp Update submodules (#4727) 2020-05-09 15:51:15 +01:00
Protocol_1_12.h Using Super. 2020-04-16 20:07:48 +00:00
Protocol_1_13.cpp Update submodules (#4727) 2020-05-09 15:51:15 +01:00
Protocol_1_13.h Using Super. 2020-04-16 20:07:48 +00:00