1
0
cuberite-2a/src/Entities
archshift 7915c4ca7c Entity.cpp: On portal check, use if-else for current dimension
If current dimension corresponds with the portal (nether portal in the nether) send to the overworld, else send to the portal dimension. No need to switch on the dimension and exclude potential others.
2014-08-02 21:44:02 -07:00
..
ArrowEntity.cpp Basic style fixes. 2014-07-17 22:50:58 +02:00
ArrowEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Boat.cpp Basic style fixes. 2014-07-17 22:50:58 +02:00
Boat.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
CMakeLists.txt Subdirs: Only add_library if not using MSVC 2014-07-18 17:41:43 -07:00
EnderCrystal.cpp Tailored death messages 2014-07-04 10:55:09 +01:00
EnderCrystal.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Entity.cpp Entity.cpp: On portal check, use if-else for current dimension 2014-08-02 21:44:02 -07:00
Entity.h Entity.h: Moved constants out of some unnamed enum 2014-07-29 19:14:56 -07:00
EntityEffect.cpp Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects. 2014-07-31 23:04:00 +02:00
EntityEffect.h Fixed indentations, removed redundant init code in SplashPotionEntity.cpp 2014-07-26 03:48:16 -07:00
ExpBottleEntity.cpp Fixed projectile source filenames, indentations 2014-04-27 17:05:18 -07:00
ExpBottleEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
ExpOrb.cpp Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
ExpOrb.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
FallingBlock.cpp Merge branch 'master' into chunksparsing/structs 2014-05-10 05:05:44 -07:00
FallingBlock.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
FireChargeEntity.cpp Fixed projectile source filenames, indentations 2014-04-27 17:05:18 -07:00
FireChargeEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
FireworkEntity.cpp Fixed projectile source filenames, indentations 2014-04-27 17:05:18 -07:00
FireworkEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Floater.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
Floater.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
GhastFireballEntity.cpp Fixed projectile source filenames, indentations 2014-04-27 17:05:18 -07:00
GhastFireballEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
HangingEntity.cpp Fixed tabs used for alignment. 2014-07-17 23:16:55 +02:00
HangingEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
ItemFrame.cpp Fixed tabs used for alignment. 2014-07-17 23:16:55 +02:00
ItemFrame.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Minecart.cpp Minecart: slimmed down SpawnOn by keeping subtype in the payload enum 2014-07-19 02:55:36 -07:00
Minecart.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Painting.cpp Fixed multiple gcc warnings about unused params. 2014-02-28 16:26:23 +01:00
Painting.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Pawn.cpp Updated cPawn::KilledBy signature for custom death messages. 2014-07-17 11:07:10 +02:00
Pawn.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Pickup.cpp Fixed tabs used for alignment. 2014-07-17 23:16:55 +02:00
Pickup.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Player.cpp Merge pull request #1255 from mc-server/NameToUUID 2014-08-01 22:35:12 +02:00
Player.h Merge pull request #1255 from mc-server/NameToUUID 2014-08-01 22:35:12 +02:00
ProjectileEntity.cpp Moved potion static functions to EntityEffect to create splash potions through world 2014-07-26 03:48:16 -07:00
ProjectileEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
SplashPotionEntity.cpp SplashPotionEntity: Use const cItem & instead of a cItem 2014-07-26 03:55:40 -07:00
SplashPotionEntity.h SplashPotionEntity: Use const cItem & instead of a cItem 2014-07-26 03:55:40 -07:00
ThrownEggEntity.cpp Suggestions 2014-07-04 17:42:40 +01:00
ThrownEggEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
ThrownEnderPearlEntity.cpp Changed everything to callbacks 2014-07-05 22:59:22 +01:00
ThrownEnderPearlEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
ThrownSnowballEntity.cpp Suggestions 2014-07-04 17:42:40 +01:00
ThrownSnowballEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
TNTEntity.cpp Fixed style: spaces after commas. 2014-07-19 14:53:41 +02:00
TNTEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
WitherSkullEntity.cpp Fixed formatting for cWitherSkullEntity 2014-07-17 10:24:29 +02:00
WitherSkullEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00