1
0
Fork 0
cuberite-2a/src/Entities
nesco bf85c0b0ab Implementing Spectator Mode
Adding some proprieties of the spectator game mode in player.cpp :
- Players can't toss items
- Players can't touch the ground
2014-09-17 21:17:06 +02:00
..
ArrowEntity.cpp Fixed MSVC warning. 2014-09-01 14:29:13 +02:00
ArrowEntity.h Fixes 2014-08-19 17:57:32 +02: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 On destroy ender crystal, create bedrock and fire 2014-08-06 14:16:36 -07:00
EnderCrystal.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Entity.cpp Entities experience water resistance 2014-09-13 22:49:05 +01:00
Entity.h Entities experience water resistance 2014-09-13 22:49:05 +01:00
EntityEffect.cpp Merge branch 'master' into Effects 2014-09-12 19:13:46 +02:00
EntityEffect.h Added slowness effect and added entity support. 2014-08-30 12:45:39 +02: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 CheckBasicStyle: multi-level indent change. 2014-08-04 13:20:29 +02:00
HangingEntity.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
ItemFrame.cpp Removed unused code 2014-08-29 13:44:01 +01:00
ItemFrame.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Minecart.cpp Fixed MSVC2008 compilation. 2014-08-30 22:11:09 +02: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 Pickups combine only within one chunk. 2014-09-01 21:43:03 +02:00
Pickup.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Player.cpp Implementing Spectator Mode 2014-09-17 21:17:06 +02:00
Player.h Preparing 1.8 changes 2014-09-16 20:02:27 +02:00
ProjectileEntity.cpp Fixes 2014-08-19 17:57:32 +02:00
ProjectileEntity.h Fixed style 2014-08-31 11:28:42 +02: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
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
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
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