1
0
Fork 0
cuberite-2a/src/UI
Tiger Wang 090d8305e4 Warnings improvements
* Turn off global-constructors warning. These are needed to implement cRoot signal handler functionality
* Add Clang flags based on version lookup instead of a compile test. The CMake config process is single threaded and slow enough already
* Reduced GetStackValue verbosity
+ Clarify EnchantmentLevel, StayCount, AlwaysTicked, ViewDistance signedness
+ Give SettingsRepositoryInterface a move constructor to simplify main.cpp code
- Remove do {} while (false) construction in redstone handler
2020-12-18 21:03:40 +00:00
..
AnvilWindow.cpp cWindow: Convert XYZ to Vector3 (#4764) 2020-07-04 23:49:17 +02:00
AnvilWindow.h cWindow: Convert XYZ to Vector3 (#4764) 2020-07-04 23:49:17 +02:00
BeaconWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
BeaconWindow.h Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandWindow.h Using Super. 2020-04-16 20:07:48 +00:00
CMakeLists.txt Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ChestWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
ChestWindow.h Using Super. 2020-04-16 20:07:48 +00:00
CraftingWindow.cpp Introduce recipe book functionality (#4493) 2020-07-14 17:56:42 +01:00
CraftingWindow.h Introduce recipe book functionality (#4493) 2020-07-14 17:56:42 +01:00
DropSpenserWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
DropSpenserWindow.h Using Super. 2020-04-16 20:07:48 +00:00
EnchantingWindow.cpp Remove SetProperty(...cPlayer) 2020-10-03 16:54:14 +01:00
EnchantingWindow.h Remove SetProperty(...cPlayer) 2020-10-03 16:54:14 +01:00
EnderChestWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
EnderChestWindow.h Using Super. 2020-04-16 20:07:48 +00:00
FurnaceWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
FurnaceWindow.h Using Super. 2020-04-16 20:07:48 +00:00
HopperWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
HopperWindow.h Using Super. 2020-04-16 20:07:48 +00:00
HorseWindow.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
HorseWindow.h Implement horse inventory (#4053) 2017-10-21 17:56:09 +01:00
InventoryWindow.cpp Introduce recipe book functionality (#4493) 2020-07-14 17:56:42 +01:00
InventoryWindow.h Introduce recipe book functionality (#4493) 2020-07-14 17:56:42 +01:00
MinecartWithChestWindow.h Using Super. 2020-04-16 20:07:48 +00:00
SlotArea.cpp Warnings improvements 2020-12-18 21:03:40 +00:00
SlotArea.h Remove SetProperty(...cPlayer) 2020-10-03 16:54:14 +01:00
Window.cpp Remove SetProperty(...cPlayer) 2020-10-03 16:54:14 +01:00
Window.h Remove SetProperty(...cPlayer) 2020-10-03 16:54:14 +01:00
WindowOwner.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00