| Commit message (Expand) | Author | Age | Files | Lines |
* | Fire effect now shown for creative and spectator mode players (#3998) | Alexander Harkness | 2017-09-07 | 1 | -6/+12 |
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -7/+9 |
* | Minor changes (#3909) | mathiascode | 2017-08-24 | 1 | -2/+2 |
* | Changed entity ownership model to use smart pointers | Tiger Wang | 2017-08-07 | 1 | -1/+1 |
* | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 2017-07-28 | 1 | -0/+3 |
* | Updated armor cover calculation. (#3858) | Lane Kolbly | 2017-07-23 | 1 | -0/+1 |
* | Implemented draggingitem API. | Lane Kolbly | 2017-07-10 | 1 | -1/+4 |
* | Fixes problems with windows: | Lukas Pioch | 2017-06-05 | 1 | -1/+1 |
* | Add rank prefix and suffix to player name in chat (#3730) | Heiko Hund | 2017-05-27 | 1 | -0/+6 |
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -3/+1 |
* | APIDoc: Documented missing functions and variables. (#3634) | Lukas Pioch | 2017-04-04 | 1 | -6/+6 |
* | Track skin part and main hand preferences (#3498) | Pokechu22 | 2017-01-03 | 1 | -0/+13 |
* | Removed ClientHandle.h dependencies from common headers. | Mattes D | 2016-11-18 | 1 | -15/+13 |
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+21 |
* | Added SendMessageRaw for sending json string. | Lukas Pioch | 2016-10-21 | 1 | -0/+1 |
* | Spectators added (#2852) | bibo38 | 2016-10-12 | 1 | -0/+4 |
* | Proper respawn packets on dimension travel | LogicParrot | 2016-08-29 | 1 | -0/+3 |
* | Changed cLuaWindow callbacks to use cLuaState::cCallback. | Mattes D | 2016-06-27 | 1 | -3/+3 |
* | Fix occasional freeze bug | LogicParrot | 2016-04-13 | 1 | -4/+6 |
* | Improved player freeze code | LogicParrot | 2016-04-05 | 1 | -10/+1 |
* | Players never fall through unloaded chunks or end up inside solids on teleport | LogicParrot | 2016-03-31 | 1 | -0/+2 |
* | Bed's world is now saved | LogicParrot | 2016-03-29 | 1 | -2/+9 |
* | Revert "Lua callback" | Mattes D | 2016-03-21 | 1 | -3/+3 |
* | Changed cLuaWindow callbacks to use cLuaState::cCallback. | Mattes D | 2016-03-17 | 1 | -3/+3 |
* | Proper entity destruction in non-ticking chunks | LogicParrot | 2016-02-19 | 1 | -0/+2 |
* | Improved tamed wolf pack cooperation and projectile reactions | LogicParrot | 2016-01-22 | 1 | -2/+5 |
* | Fix crash when tamed wolf is hit by arrows | LogicParrot | 2016-01-16 | 1 | -1/+1 |
* | Tamed wolf assists owner (attack / defence) | LogicParrot | 2016-01-12 | 1 | -0/+3 |
* | Freeze player until chunk is loaded | Safwat Halaby | 2015-12-25 | 1 | -1/+29 |
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -2/+0 |
* | Small spelling issues fixed | Julian Laubstein | 2015-12-08 | 1 | -3/+3 |
* | Fixed food drain bugs | Tiger Wang | 2015-08-20 | 1 | -11/+4 |
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -3/+3 |
* | Implemented nether portal scanning code. | Lane Kolbly | 2015-06-10 | 1 | -1/+1 |
* | Added system and above action bar chat messages | jan64 | 2015-06-02 | 1 | -8/+13 |
* | Fix gamemode not changing properly. | Alexander Harkness | 2015-05-23 | 1 | -84/+83 |
* | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 2015-05-23 | 1 | -5/+5 |
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
* | Entity improvements | Tiger Wang | 2015-05-04 | 1 | -1/+1 |
* | cPlayer now checks restrictions. | Mattes D | 2015-04-25 | 1 | -1/+12 |
* | Merge pull request #1734 from mc-server/pistons | Mattes D | 2015-03-14 | 1 | -2/+12 |
|\ |
|
| * | Handle client 'leave bed' request | Tiger Wang | 2015-02-08 | 1 | -2/+12 |
* | | Replaced short int with int for Player experience | DevToaster | 2015-02-28 | 1 | -1/+1 |
* | | modified: src/Entities/Player.cpp | DevToaster | 2015-02-28 | 1 | -10/+10 |
|/ |
|
* | Spacing | Howaner | 2015-02-07 | 1 | -1/+1 |
* | cPlayer should override IsOnGround() | Howaner | 2015-02-07 | 1 | -1/+1 |
* | Converted cServer to use the cNetwork API. | Mattes D | 2015-01-27 | 1 | -3/+15 |
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -2/+2 |
* | APIDump: Updated the player block placement documentation. | Mattes D | 2014-12-24 | 1 | -1/+2 |
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -0/+18 |
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-20 | 1 | -2/+2 |
* | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 2014-10-20 | 1 | -1/+1 |
* | cPlayer: Removed useless functions from the Lua API. | madmaxoft | 2014-10-01 | 1 | -2/+6 |
* | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 1 | -2/+5 |
|\ |
|
| * | Preparing 1.8 changes | nesco | 2014-09-16 | 1 | -0/+3 |
* | | Added the new functions to APIDump. | Howaner | 2014-09-02 | 1 | -1/+1 |
* | | Added SetCustomName() to players. | Howaner | 2014-09-02 | 1 | -0/+15 |
|/ |
|
* | Removed last remnant of cGroup. | Mattes D | 2014-08-21 | 1 | -1/+0 |
* | cPlayer: Exported the LoadRank function to Lua API. | Mattes D | 2014-08-20 | 1 | -2/+2 |
* | cPlayer reads ranks from cRankManager. | Mattes D | 2014-08-19 | 1 | -23/+30 |
* | Fixed tolua error with static initialization | archshift | 2014-08-11 | 1 | -3/+3 |
* | Player.cpp: change unnamed enum to constant integers | archshift | 2014-08-11 | 1 | -6/+7 |
* | Added cPlayer::GetUUID(). | madmaxoft | 2014-08-03 | 1 | -0/+3 |
* | Removed unused cPlayer::FoodPoison function | archshift | 2014-08-03 | 1 | -3/+0 |
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 1 | -1/+1 |
|\ |
|
| * | Merged branch 'master' into NameToUUID. | madmaxoft | 2014-07-31 | 1 | -13/+30 |
| |\ |
|
| * | | Fixed UUIDs handling in cPlayer. | madmaxoft | 2014-07-31 | 1 | -1/+1 |
* | | | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects. | Howaner | 2014-07-31 | 1 | -4/+1 |
| |/
|/| |
|
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-29 | 1 | -2/+2 |
|\ \ |
|
| * | | Merge branch 'master' into Inventory2 | Howaner | 2014-07-26 | 1 | -1/+1 |
| |\| |
|
| | * | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| * | | Fix item durability. | Howaner | 2014-07-23 | 1 | -1/+1 |
| |/ |
|
* | | Suggestions | Tiger Wang | 2014-07-23 | 1 | -3/+3 |
* | | Speed improvements, crash fixes, & self-suggestions | Tiger Wang | 2014-07-22 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-07-22 | 1 | -7/+7 |
|\| |
|
| * | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -7/+7 |
* | | Suggestions | Tiger Wang | 2014-07-21 | 1 | -1/+1 |
* | | Bug and crash fixes | Tiger Wang | 2014-07-20 | 1 | -6/+9 |
* | | Fix failed merge and other issues | Tiger Wang | 2014-07-18 | 1 | -10/+1 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 1 | -37/+69 |
|\| |
|
| * | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -13/+13 |
| * | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| * | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| * | Merge branch 'master' into potions | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| |\ |
|
| | * | Merge pull request #1193 from mc-server/deathmessages | Mattes D | 2014-07-17 | 1 | -1/+1 |
| | |\ |
|
| | | * | Tailored death messages | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/master' into potions | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| |\| | |
|
| | * | | Another fix for excessive food drain | Tiger Wang | 2014-07-16 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-12 | 1 | -13/+30 |
| |\| | |
|
| | * | | Player data filenames are based on UUID. | madmaxoft | 2014-07-11 | 1 | -13/+21 |
| | * | | Preparation for player UUID-based storage: LoadFromFile() | madmaxoft | 2014-07-11 | 1 | -0/+9 |
| | |/ |
|
| * | | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-10 | 1 | -3/+15 |
| |\| |
|
| | * | Merge pull request #1138 from mc-server/enderchest | Mattes D | 2014-07-02 | 1 | -2/+9 |
| | |\ |
|
| | | * | Properly implemented enderchests | Tiger Wang | 2014-06-29 | 1 | -2/+9 |
| | * | | Fixed player teleport food drain | Tiger Wang | 2014-07-02 | 1 | -0/+5 |
| | |/ |
|
| | * | Add bow charging animation | Howaner | 2014-06-16 | 1 | -1/+1 |
| * | | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -3/+0 |
| * | | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -1/+1 |
| * | | Player: made healing instantaneous | archshift | 2014-06-17 | 1 | -1/+1 |
| * | | Player: Removed food-poisoning-specific code, set duration to 30 seconds | archshift | 2014-06-17 | 1 | -6/+1 |
| * | | Entity effects: Added handlers for entity effects | archshift | 2014-06-17 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-21 | 1 | -2/+9 |
|\| |
|
| * | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 1 | -2/+9 |
* | | More suggestions | Tiger Wang | 2014-06-21 | 1 | -2/+4 |
* | | Implemented PR suggestions | archshift | 2014-06-16 | 1 | -1/+2 |
* | | Portals animate and delay correctly | Tiger Wang | 2014-06-12 | 1 | -5/+5 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-10 | 1 | -0/+2 |
|\| |
|
| * | Added queue for adding entities to cWorld. | Mattes D | 2014-06-08 | 1 | -0/+2 |
* | | Suggestions | Tiger Wang | 2014-06-04 | 1 | -4/+8 |
* | | Implemented bed homes | Tiger Wang | 2014-06-01 | 1 | -3/+12 |
* | | Implemented end and nether portals | Tiger Wang | 2014-05-31 | 1 | -1/+1 |
|/ |
|
* | Cleaned up cPlayer::UpdateMovementStats; Wither achievements | andrew | 2014-05-20 | 1 | -0/+3 |
* | Fixes | andrew | 2014-05-13 | 1 | -6/+3 |
* | Movement Statistics | andrew | 2014-05-12 | 1 | -0/+6 |
* | cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement() | andrew | 2014-05-12 | 1 | -0/+11 |
* | Statistic Manager | andrew | 2014-05-11 | 1 | -0/+7 |
* | Merge branch 'master' into fixes. | madmaxoft | 2014-05-02 | 1 | -1/+1 |
|\ |
|
| * | Add entity invulnerable | Howaner | 2014-04-26 | 1 | -1/+1 |
* | | Merge branch 'master' into fixes | Tiger Wang | 2014-04-24 | 1 | -1/+1 |
|\| |
|
| * | Fixed Flint and Steel, reverted Minecart change, renamed a parameter name | jfhumann | 2014-04-19 | 1 | -1/+1 |
| * | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -1/+1 |
* | | Some change to Entity.cpp | Tiger Wang | 2014-04-23 | 1 | -3/+0 |
|/ |
|
* | Added cPlayer:SendRotation() API function. | madmaxoft | 2014-04-05 | 1 | -0/+6 |
* | Plugins can set flying speed. | madmaxoft | 2014-03-20 | 1 | -72/+88 |
* | Rewritten player speeds to be relative unit-less. | madmaxoft | 2014-03-20 | 1 | -5/+9 |
* | Merge pull request #782 from mc-server/beds | Mattes D | 2014-03-16 | 1 | -3/+14 |
|\ |
|
| * | Beds now work properly fixes #707 | Tiger Wang | 2014-03-09 | 1 | -3/+14 |
* | | CheckBlockInteractionsRate() fixed & enabled | Tiger Wang | 2014-03-09 | 1 | -10/+1 |
|/ |
|
* | Links sent via chat messages are clickable. | madmaxoft | 2014-02-16 | 1 | -1/+2 |
* | Fixed minor formatting issues from #682 | Tiger Wang | 2014-02-16 | 1 | -2/+0 |
* | Add Exp Bottle Effects | Howaner | 2014-02-16 | 1 | -0/+2 |
* | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -1/+0 |
|\ |
|
| * | Removed deprecated HasCommand function | STRWarrior | 2014-02-05 | 1 | -1/+0 |
* | | Improved chat messaging functions | Tiger Wang | 2014-02-07 | 1 | -7/+8 |
* | | Added more chat functions | Tiger Wang | 2014-02-06 | 1 | -1/+0 |
* | | Fixed annoying creative on fire bug | Tiger Wang | 2014-02-05 | 1 | -0/+3 |
* | | Added more SendMessageXXX() functions | Tiger Wang | 2014-02-04 | 1 | -0/+4 |
* | | Added SendMessageXXX() to cPlayer | Tiger Wang | 2014-02-03 | 1 | -0/+3 |
|/ |
|
* | Implemented fall damage for mobs | Tiger Wang | 2014-01-25 | 1 | -1/+1 |
* | All mobs now drown (fixes #54) | Tiger Wang | 2014-01-25 | 1 | -22/+0 |
* | Merge remote-tracking branch 'MikeHunsinger/master' | madmaxoft | 2014-01-24 | 1 | -1/+8 |
|\ |
|
| * | Fixed spacing and doxycomments. | Mike Hunsinger | 2014-01-24 | 1 | -3/+3 |
| * | Split TossItem into three Toss functions (Held, Equipped and Pickup) | Mike Hunsinger | 2014-01-23 | 1 | -1/+8 |
* | | Scoreboard deserialization | andrew | 2014-01-20 | 1 | -2/+5 |
* | | Basic scoreboard implementation | andrew | 2014-01-19 | 1 | -1/+10 |
|/ |
|
* | Detaching improvements | Tiger Wang | 2014-01-13 | 1 | -0/+2 |
* | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2013-12-22 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:mc-server/MCServer | Tycho Bickerstaff | 2013-12-22 | 1 | -0/+3 |
|\ |
|
| * | Floater now dissapears when the player doesn't have an fishing rod equipped. | STRWarrior | 2013-12-21 | 1 | -0/+3 |
* | | Root is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 1 | -2/+2 |
|/ |
|
* | Sorted a few constructors to remove warnings. | madmaxoft | 2013-12-20 | 1 | -3/+6 |
* | Implented IsFishing, SetIsFishing and GetFloaterID(). | STRWarrior | 2013-12-19 | 1 | -0/+10 |
* | Fixed cClientHandle::Tick() being called from two threads. | madmaxoft | 2013-12-16 | 1 | -2/+0 |
* | Renamed ShootTo function to ForceSetSpeed. | STRWarrior | 2013-12-15 | 1 | -2/+2 |
* | This adds a function that allows you to 'shoot' a player towards a direction. | STRWarrior | 2013-12-15 | 1 | -0/+3 |
* | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 2013-12-15 | 1 | -1/+13 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -17/+26 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+447 |