summaryrefslogtreecommitdiffstats
path: root/src/Entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #589 from mc-server/minecartimprovementsMattes D2014-01-262-101/+397
|\
| * Rail speed tweakTiger Wang2014-01-251-2/+2
| * Added more minecart powered rail directionsTiger Wang2014-01-241-3/+63
| * Begin implementing ascending railsTiger Wang2014-01-192-2/+45
| * Added one more direction into collision checksTiger Wang2014-01-191-26/+51
| * Minecart improvements and fixesTiger Wang2014-01-191-33/+43
| * Added more rail functionalityTiger Wang2014-01-191-14/+0
| * Merge remote-tracking branch 'origin/master' into minecartimprovementsTiger Wang2014-01-197-42/+58
| |\
| * | Minecart collision and general improvementsTiger Wang2014-01-182-70/+242
* | | Two minor changesTiger Wang2014-01-251-5/+3
* | | Implemented fall damage for mobsTiger Wang2014-01-253-5/+8
* | | Implemented pickup combiningTiger Wang2014-01-251-0/+55
* | | All mobs now drown (fixes #54)Tiger Wang2014-01-254-127/+130
* | | Miscellaneous improvementsTiger Wang2014-01-241-10/+4
* | | Removed unused ReferenceManagerTiger Wang2014-01-242-45/+1
* | | Fixed crash with failed entity-loading.madmaxoft2014-01-241-1/+2
* | | Merge remote-tracking branch 'MikeHunsinger/master'madmaxoft2014-01-242-43/+59
|\ \ \
| * | | Fixed indentation once and for all.Mike Hunsinger2014-01-241-31/+31
| * | | Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-3/+3
| * | | Fixed spacing and doxycomments.Mike Hunsinger2014-01-242-6/+6
| * | | Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-232-50/+66
| | |/ | |/|
* | | Fixed compilation on VC2008tonibm192014-01-221-0/+1
* | | Scoreboard protocol supportandrew2014-01-211-6/+11
* | | Scoreboard deserializationandrew2014-01-202-3/+26
* | | Scoreboard improvementsandrew2014-01-191-4/+4
* | | Basic scoreboard implementationandrew2014-01-192-1/+62
|/ /
* | Exported cFloater to the Lua API.STRWarrior2014-01-191-3/+7
* | Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-172-7/+16
|\ \
| * | Changed GetContent function.STRWarrior2014-01-161-1/+1
| * | Fixed server crash.STRWarrior2014-01-121-1/+1
| * | Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-122-6/+7
| * | EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-122-3/+11
* | | Removed internal cEntity::GetRot() usage.madmaxoft2014-01-173-7/+7
* | | Merge remote-tracking branch 'origin/customnames'madmaxoft2014-01-175-30/+33
|\ \ \ | |_|/ |/| |
| * | Removed obsoleted functionsTiger Wang2014-01-165-27/+25
| * | OBSOLETE'd obsolete functionsTiger Wang2014-01-151-2/+2
| * | Implemented Ctrl-Q drop stackTiger Wang2014-01-151-3/+8
* | | Disabled excessive entity-related logging in Debug mode.madmaxoft2014-01-161-1/+11
|/ /
* | Furnace minecarts now stop being active after a while.STRWarrior2014-01-152-2/+19
* | First implementation for furnace minecarts.STRWarrior2014-01-152-1/+23
* | Yes newline at end of file :DTiger Wang2014-01-141-1/+5
* | Final improvements to MinecartsTiger Wang2014-01-133-93/+292
* | Detaching improvementsTiger Wang2014-01-134-4/+34
* | Multiple enhancements and fixes to minecartsTiger Wang2014-01-123-132/+190
|/
* Fixed a cPlayer::IsGameModeAdventure. It was determined based off of gmCreate rather than gmAdventure.Morgan Redshaw2013-12-311-2/+2
* Fixed compilation in VC2008.madmaxoft2013-12-301-2/+4
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-223-5/+13
* Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-225-29/+273
|\
| * Server now handles death messagesTiger Wang2013-12-261-0/+16
| * Merge pull request #461 from mc-server/repeatersMattes D2013-12-262-7/+41
| |\
| | * Braced up some codeTiger Wang2013-12-251-0/+2
| | * Used IsGamemodeCreative() functionTiger Wang2013-12-251-1/+1
| | * Fixed comments in main.cpp and Player.cppTiger Wang2013-12-241-1/+1
| | * Improved knockback animationTiger Wang2013-12-241-3/+3
| | * Improved player fall particle positionsTiger Wang2013-12-231-5/+2
| | * Clarified some code in Player.cppTiger Wang2013-12-231-2/+5
| | * Fixed a comment in Entity.cppTiger Wang2013-12-231-1/+1
| | * Implemented knockback and critical hitTiger Wang2013-12-221-4/+21
| | * Implemented fall particlesTiger Wang2013-12-221-3/+18
| * | Fixed Parentheses.STRWarrior2013-12-251-2/+2
| * | You are now able to sweep mobs to your position using fishing rods.STRWarrior2013-12-252-12/+142
| * | finally removed them all?Alexander Harkness2013-12-241-1/+1
| * | Fishing underground is slower and fishing while raining is faster.STRWarrior2013-12-221-0/+15
| * | Fixed compiler warnings.STRWarrior2013-12-221-2/+2
| * | Fishing now uses a countdown instead of a random number each tick.STRWarrior2013-12-222-12/+29
| * | Floater now dissapears when the player doesn't have an fishing rod equipped.STRWarrior2013-12-212-0/+32
* | | Root is now warnings cleanTycho Bickerstaff2013-12-211-2/+2
* | | ChunkSender is now warnings cleanTycho Bickerstaff2013-12-212-5/+5
|/ /
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-216-41/+54
|\ \
| * | You could now only get fish from non-source blocks. Fixed it.STRWarrior2013-12-211-1/+1
| * | Fixed bug where you could get fish from non-source blocks.STRWarrior2013-12-211-1/+1
| |/
| * Fixed bug where the floater could pop in the water while you could already get a fish.STRWarrior2013-12-201-2/+2
| * More reordering fixes.madmaxoft2013-12-203-7/+16
| * Sorted a few constructors to remove warnings.madmaxoft2013-12-205-32/+36
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-201-1/+1
|\|
| * Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-195-0/+120
|\|
| * Merge pull request #450 from mc-server/redstonefixesMattes D2013-12-191-0/+18
| |\
| | * Fixed PlayerAbilities and creativeTiger Wang2013-12-191-0/+18
| * | Fixed #include in Floater.cpp.STRWarrior2013-12-191-1/+1
| * | The floater now actualy dives under water.STRWarrior2013-12-191-1/+1
| * | Implented IsFishing, SetIsFishing and GetFloaterID().STRWarrior2013-12-192-0/+12
| * | Added cFloater class.STRWarrior2013-12-193-0/+90
| |/
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-188-35/+149
|\|
| * Boats drop a boat pickup when destroyed by hand. You can now actualy use boats.STRWarrior2013-12-162-3/+33
| * Added HandleSpeedFromAttachee so an entity can override the function.STRWarrior2013-12-162-4/+15
| * Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-162-24/+0
| * Server saves if a player is flying.STRWarrior2013-12-151-1/+3
| * Merge pull request #437 from mc-server/ShootTo_functionSTRWarrior2013-12-152-0/+13
| |\
| | * Renamed ShootTo function to ForceSetSpeed.STRWarrior2013-12-152-3/+3
| | * This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-152-0/+13
| * | Fixed indentation.madmaxoft2013-12-151-1/+1
| |/
| * Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-152-1/+45
| * cPlayer is using the broadcast functions.STRWarrior2013-12-151-3/+3
| * Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h.STRWarrior2013-12-141-1/+2
| * Added E_EFFECT_<Effect>STRWarrior2013-12-142-3/+32
| * Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-1/+9
* | moved entities to globsTycho Bickerstaff2013-12-111-1/+5
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-113-10/+23
|\|
| * Exported the cTNTEntitySTRWarrior2013-12-141-2/+6
| * Merge pull request #423 from mc-server/redstoneimprovementsMattes D2013-12-141-2/+7
| |\
| | * Improved player permissions loggingTiger Wang2013-12-141-1/+1
| | * Fixes to redstone wire and torchesTiger Wang2013-12-141-1/+1
| | * Groups.ini and Users.ini are now generatedTiger Wang2013-12-141-1/+6
| * | Fixed not getting XP from mobs.STRWarrior2013-12-141-1/+1
| |/
| * Using "a_ClosestPlayer != NULL" in cExpOrb.STRWarrior2013-12-131-1/+1
| * ExpOrbs now move.STRWarrior2013-12-111-4/+8
* | more cmakeTycho Bickerstaff2013-12-101-0/+7
|/
* Fixed angle normalization typo.madmaxoft2013-12-081-1/+1
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-083-9/+6
|\
| * Fixed normalizing large angles.madmaxoft2013-12-081-6/+3
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-083-3/+3
* | Renamed animation functionTiger Wang2013-12-071-3/+3
* | Puking now uses GetEyeHeight()Tiger Wang2013-12-061-1/+1
* | Fixed eating using wrong animationTiger Wang2013-12-061-1/+1
* | Tools make a sound when breaking, fixes #266Tiger Wang2013-12-062-2/+5
|/
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
* Fixed some of tiger's derpyness.Alexander Harkness2013-11-271-2/+2
* Hopefully fixed last of the Linux compile errorsTiger Wang2013-11-261-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-263-0/+90
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-244-70/+298
* Moved source to srcAlexander Harkness2013-11-2418-0/+6466