1
0
cuberite-2a/src/BlockEntities
peterbell10 ee84197014
Force all headers other than "Globals.h" to be included with relative paths (#4269)
Closes #4236

CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/".

#include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
2018-08-29 01:51:25 +01:00
..
BeaconEntity.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
BeaconEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
BedEntity.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
BedEntity.h Added bed entity (#3823) 2017-07-07 09:31:45 +02:00
BlockEntity.cpp Fix switch warnings (#4013) 2017-09-14 09:48:57 +01:00
BlockEntity.h cBlockArea supports block entities. (#3795) 2017-06-24 11:58:06 +02:00
BlockEntityWithItems.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
BlockEntityWithItems.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
BrewingstandEntity.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
BrewingstandEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
ChestEntity.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
ChestEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
CMakeLists.txt Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
CommandBlockEntity.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
CommandBlockEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
DispenserEntity.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
DispenserEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
DropperEntity.cpp BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
DropperEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
DropSpenserEntity.cpp cWorld: Manually bind deprecated broadcast functions (#4265) 2018-07-27 00:12:41 +01:00
DropSpenserEntity.h Fixed missing "override" 2017-06-16 16:20:33 +02:00
EnderChestEntity.cpp Sitting cats block enderchests from opening (#3906) 2017-08-17 16:29:43 +02:00
EnderChestEntity.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
FlowerPotEntity.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
FlowerPotEntity.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
FurnaceEntity.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
FurnaceEntity.h Smelting Gives Experience (#4094) 2018-04-11 07:46:11 +01:00
HopperEntity.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
HopperEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
JukeboxEntity.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
JukeboxEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
MobHeadEntity.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
MobHeadEntity.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
MobSpawnerEntity.cpp Broadcast refactor (#4264) 2018-07-24 22:30:49 +01:00
MobSpawnerEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00
NoteEntity.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
NoteEntity.h Added 1.12 blocks (#3760) 2017-06-30 10:46:58 +02:00
SignEntity.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
SignEntity.h BlockEntities: Support cloning self. 2017-06-16 14:11:28 +02:00