| Commit message (Expand) | Author | Files | Lines |
2017-07-12 | Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843) | Lane Kolbly | 2 | -6/+28 |
2017-07-12 | If entity is a player, send relmove packets. | Lane Kolbly | 1 | -1/+1 |
2017-07-10 | Implemented draggingitem API. | Lane Kolbly | 2 | -1/+17 |
2017-07-02 | Added armor durability reduction when player is attacked. | Lane Kolbly | 1 | -0/+12 |
2017-07-02 | Players in creative and spectator aren't affected by cacti (#3824) | Bond-009 | 1 | -1/+4 |
2017-06-15 | Entity: Replaced a mutexed counter with a std::atomic. (#3773) | Mattes D | 2 | -11/+15 |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 5 | -20/+20 |
2017-06-05 | Fixes problems with windows: | Lukas Pioch | 3 | -7/+7 |
2017-06-04 | Avoid pickups to sink into blocks and disappear (#3739) | Pablo Beltrán | 2 | -24/+35 |
2017-06-03 | Fixed exp orb (#3744) | Pablo Beltrán | 1 | -19/+23 |
2017-05-28 | Fixed tracer usage in Entity physics handling. (#3720) | Mattes D | 1 | -7/+9 |
2017-05-27 | Add rank prefix and suffix to player name in chat (#3730) | Heiko Hund | 2 | -0/+24 |
2017-05-24 | Exported boat | Lukas Pioch | 2 | -9/+143 |
2017-05-21 | Clang 5.0 fixes | Lukas Pioch | 3 | -6/+5 |
2017-05-11 | Tracer replacement (#3704) | Mattes D | 2 | -47/+50 |
2017-05-09 | Exported cFallingBlock and cExpOrb (#3700) | Lukas Pioch | 2 | -5/+16 |
2017-04-04 | APIDoc: Documented missing functions and variables. (#3634) | Lukas Pioch | 1 | -6/+6 |
2017-04-01 | Added a nullptr check to cEntity::IsA (#3659) | Marvin Kopf | 2 | -2/+2 |
2017-03-19 | Detach player from entity / object if he is dead | Lukas Pioch | 1 | -0/+4 |
2017-02-25 | Fixed cactus detection and zombie pigman sword (#3584) | Bond-009 | 1 | -1/+2 |
2017-02-20 | Changed fish launching mechanism (#3520) | Alex | 2 | -0/+6 |
2017-02-15 | Updated sounds and effect IDs (#3422) | mathiascode | 5 | -7/+7 |
2017-01-03 | Track skin part and main hand preferences (#3498) | Pokechu22 | 2 | -1/+36 |
2017-01-03 | Track skin part and main hand preferences (#3498) | Pokechu22 | 2 | -1/+36 |
2016-12-30 | Fix crash after calling OnTick on removed effect (#3501) | Fabian Stein | 1 | -3/+5 |
2016-12-29 | Fixed entity effect ticking (#3497) | Fabian Stein | 1 | -1/+10 |
2016-12-19 | Updated links and docs (#3488) | mathiascode | 2 | -5/+5 |
2016-12-16 | Initial support for the 1.11 protocol. | Mattes D | 2 | -2/+2 |
2016-12-15 | Fixed minecart destruction using deallocated memory. | Mattes D | 1 | -3/+8 |
2016-12-10 | Export GetPosition and GetSpeed from cEntity as a copy instead of a pointer to lua. | Lukas Pioch | 1 | -2/+6 |
2016-12-10 | Powered rails can kick-start minecarts (#3472) | Marvin Kopf | 2 | -32/+62 |
2016-11-18 | Removed ClientHandle.h dependencies from common headers. | Mattes D | 2 | -17/+134 |
2016-11-06 | Anticheat fastbreak (#3411) | mohe2015 | 4 | -0/+140 |
2016-10-21 | Added SendMessageRaw for sending json string. | Lukas Pioch | 1 | -0/+1 |
2016-10-12 | Spectators added (#2852) | bibo38 | 8 | -5/+104 |
2016-10-09 | Fixed cProjectileEntity double destroy bug (#3397) | LogicParrot | 1 | -0/+4 |
2016-10-08 | Initialize m_bIsInBed in cPlayer constructor. | sgtbigman | 1 | -0/+1 |
2016-09-27 | Use cChunkDef::Height for Y coord comparison where applicable. | Moritz Borcherding | 1 | -2/+2 |
2016-09-03 | Entities now bail out of ticks if destroyed (#3363) | LogicParrot | 8 | -1/+40 |
2016-09-03 | Improve cPlayer::DoMoveToWorld (#3113) | LogicParrot | 1 | -36/+43 |
2016-08-29 | Proper respawn packets on dimension travel | LogicParrot | 3 | -9/+50 |
2016-08-22 | Delay EntityChangedWorld players' callback until Entity fully linked to world (#3330) | ElNounch | 1 | -2/+1 |
2016-08-20 | Fix minecart destruction crash (#3336) | LogicParrot | 1 | -1/+1 |
2016-08-20 | Fixed minecraft with chest destruction crash (#3335) | LogicParrot | 1 | -2/+11 |
2016-08-04 | Fixed RasPi builds of unit tests. | Mattes D | 4 | -4/+12 |
2016-07-21 | Dropped 1.7 support (#3253) | Mathias | 1 | -1/+1 |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 |
2016-07-18 | Updated API documentation. | Mattes D | 2 | -15/+13 |
2016-07-18 | Fixes for boat entities (#3265) | beeduck | 4 | -3/+83 |
2016-07-05 | Fixed falling block spawning | Altenius | 1 | -1/+1 |
2016-06-30 | Close chest window if minecart is destroyed | Lukas Pioch | 1 | -0/+1 |
2016-06-27 | Changed cLuaWindow callbacks to use cLuaState::cCallback. | Mattes D | 1 | -3/+3 |
2016-06-02 | Fixed fall damage | Tiger Wang | 4 | -44/+17 |
2016-05-14 | 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) | Pokechu22 | 4 | -6/+14 |
2016-05-03 | Fixed death on teleportation or leaving Minecart (#3181) | LogicParrot | 4 | -6/+32 |
2016-05-03 | Fix crash on world travel (#3180) | LogicParrot | 1 | -1/+1 |
2016-04-30 | Proper minecart DoSetSpeed Override (#3174) | LogicParrot | 1 | -1/+1 |
2016-04-22 | Fix minecart block collision on curved rails | Woazboat | 1 | -10/+56 |
2016-04-18 | Fix issues below y = 0 | LogicParrot | 2 | -6/+6 |
2016-04-15 | Add speed limit enforcement for minecarts | Marvin Kopf | 2 | -41/+54 |
2016-04-13 | Fix occasional freeze bug | LogicParrot | 2 | -39/+42 |
2016-04-05 | Minor improvements to player freeze | LogicParrot | 1 | -1/+1 |
2016-04-05 | Improved player freeze code | LogicParrot | 2 | -54/+62 |
2016-03-31 | Players never fall through unloaded chunks or end up inside solids on teleport | LogicParrot | 2 | -27/+82 |
2016-03-31 | Player death crashfix | LogicParrot | 1 | -2/+4 |
2016-03-30 | MoveToWorld defaults to spawnpoint | LogicParrot | 2 | -3/+21 |
2016-03-29 | Bed's world is now saved | LogicParrot | 2 | -4/+47 |
2016-03-21 | Revert "Lua callback" | Mattes D | 1 | -3/+3 |
2016-03-18 | Fixed leaping potion not giving jump boost | Blitz Rakete | 1 | -0/+1 |
2016-03-17 | Changed cLuaWindow callbacks to use cLuaState::cCallback. | Mattes D | 1 | -3/+3 |
2016-02-19 | Proper entity destruction in non-ticking chunks | LogicParrot | 7 | -87/+177 |
2016-02-16 | Fix minecart entity collision | Marvin Kopf | 2 | -27/+11 |
2016-02-08 | remove cWorld::createAndInitializeWorld | LogicParrot | 2 | -5/+11 |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 31 | -242/+242 |
2016-02-03 | cMonster::m_Target safety across worlds | LogicParrot | 4 | -18/+120 |
2016-02-02 | Fixed cChunk::m_Entities corruption upon world travel | LogicParrot | 2 | -6/+25 |
2016-02-02 | Fix cPawn pushing | Marvin Kopf | 3 | -0/+22 |
2016-01-31 | Updated old forum links | Mathias | 1 | -1/+1 |
2016-01-22 | Improved tamed wolf pack cooperation and projectile reactions | LogicParrot | 7 | -21/+68 |
2016-01-21 | Spiders now friendly at daylight, new cChunk functions | LogicParrot | 1 | -1/+0 |
2016-01-16 | Fixed wrong knockback direction after explosion damage | LogicParrot | 1 | -0/+4 |
2016-01-16 | Fix crash when tamed wolf is hit by arrows | LogicParrot | 4 | -58/+69 |
2016-01-16 | Fix fall damage crash when tamed wolves neabry | LogicParrot | 1 | -1/+5 |
2016-01-13 | Limited the username length to 16 characters. | bibo38 | 1 | -0/+2 |
2016-01-12 | Tamed wolf assists owner (attack / defence) | LogicParrot | 7 | -50/+123 |
2016-01-06 | Fixed Clang warnings. | Mattes D | 2 | -5/+10 |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 |
2015-12-25 | Freeze player until chunk is loaded | Safwat Halaby | 2 | -1/+112 |
2015-12-17 | Moved variables into scope, removed unused variables and fixed variables | Lukas Pioch | 1 | -1/+1 |
2015-12-13 | blockheight mechanism | Gargaj | 5 | -109/+193 |
2015-12-11 | Test for correct coordinates when fishing | Gargaj | 1 | -1/+1 |
2015-12-10 | Test for correct coordinates when fishing | Gargaj | 1 | -1/+1 |
2015-12-08 | Small spelling issues fixed | Julian Laubstein | 1 | -3/+3 |
2015-12-05 | Spawn chickens from eggs as babies | Gargaj | 1 | -5/+5 |
2015-11-29 | implement breeding | Gargaj | 1 | -0/+2 |
2015-11-24 | Add enum for Sound and Particle Effects | Dave Tucker | 2 | -2/+4 |
2015-11-13 | Improved spawn location calculations. | samoatesgames | 1 | -2/+2 |
2015-11-10 | Avoid reading out of bounds | Gargaj | 1 | -4/+14 |
2015-11-10 | Avoid division by zero | Gargaj | 1 | -1/+1 |
2015-11-10 | fix shallow water + add future code for liquid fall dampening | Gargaj | 1 | -3/+11 |
2015-11-07 | code style | Gargaj | 1 | -3/+3 |
2015-11-07 | implement pushing/shoving based on @NiLSPACE's suggestion | Gargaj | 1 | -0/+36 |
2015-11-05 | Destroy an ender crystal, damage a dragon when hit by an egg. | Alexander Harkness | 2 | -92/+103 |
2015-11-04 | Fix being set on fire while directly being under lava | Gargaj | 1 | -1/+1 |
2015-11-01 | Implemented the Water Breathing Potion functionality. | bibo38 | 2 | -0/+16 |
2015-10-31 | Implemented the FireResistence potion effects. | bibo38 | 5 | -6/+34 |
2015-10-31 | Debug mode: Fixed assertion, if player below y < 0 | Lukas Pioch | 1 | -3/+3 |
2015-10-05 | Spectator Mode doesn't fly[FIX] | OdnetninI | 1 | -0/+1 |
2015-09-25 | Maked it compileable for clang-3.7 | Lukas Pioch | 1 | -2/+2 |
2015-08-21 | Namespace qualify std::abs, use explicit cast | Matti Hänninen | 1 | -1/+1 |
2015-08-20 | Fixed food drain bugs | Tiger Wang | 4 | -287/+138 |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 6 | -80/+77 |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 9 | -121/+120 |
2015-07-16 | Spawn baby mobs | hallucino | 1 | -5/+5 |
2015-07-14 | Improved maps | Tiger Wang | 1 | -0/+5 |
2015-07-14 | Fix food drain on movement. | LO1ZB | 1 | -11/+10 |
2015-06-24 | Added a forgotten break in cHangingEntity constructor. | Mattes D | 1 | -0/+1 |
2015-06-13 | Work on NetherPortalScanner. Setup portal scanner to reset PortalCooldown. Changed where player is spawned. Added a_InitSpawn flag to CreateAndInitializeWorld. | Lane Kolbly | 2 | -16/+26 |
2015-06-13 | Added HOOK_KILLED | Nounours Heureux | 2 | -6/+26 |
2015-06-10 | Implemented nether portal scanning code. | Lane Kolbly | 4 | -19/+63 |
2015-06-02 | Added system and above action bar chat messages | jan64 | 1 | -8/+13 |
2015-06-02 | Fixed warnings in MSVC. | Mattes D | 1 | -3/+12 |
2015-05-28 | AI - Sane Skeleton | SafwatHalaby | 1 | -10/+11 |
2015-05-28 | Fix comments | tycho | 1 | -5/+6 |
2015-05-24 | Made -Weverything an error. | tycho | 17 | -42/+48 |
2015-05-23 | Fix gamemode not changing properly. | Alexander Harkness | 2 | -148/+154 |
2015-05-23 | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 2 | -6/+6 |
2015-05-23 | Added a fix for players falling through the world when connecting in spectator mode | b33duck | 1 | -0/+7 |
2015-05-22 | Fixed players head visible when in spectator mode | b33duck | 1 | -0/+9 |
2015-05-21 | Renamed hook HOOK_ENTITY_CHANGE_WORLD | Lukas Pioch | 2 | -5/+6 |
2015-05-19 | Make -Werror disabling file only | tycho | 8 | -12/+17 |
2015-05-18 | Added hooks HOOK_ENTITY_CHANGE_WORLD and HOOK_ENTITY_CHANGED_WORLD | Lukas Pioch | 2 | -0/+21 |
2015-05-18 | Fixes #2052 | Tiger Wang | 1 | -0/+1 |
2015-05-09 | More style checking. | Mattes D | 8 | -20/+20 |
2015-05-07 | Added support for additional data in the ParticleEffect Packet | tycho | 1 | -3/+3 |
2015-05-04 | Entity improvements | Tiger Wang | 2 | -2/+1 |
2015-04-25 | cPlayer now checks restrictions. | Mattes D | 2 | -7/+36 |
2015-04-19 | HangingEntity: Fixed a needless clang warning. | Mattes D | 1 | -2/+5 |
2015-04-03 | Fixed players not appearing/disappearing when traveling to a new world. | STRWarrior | 1 | -0/+6 |
2015-03-31 | Changed air drag for pickups | DevToaster | 1 | -1/+1 |
2015-03-31 | Changed air drag units to 'interpolated ticks' per second | DevToaster | 9 | -13/+15 |
2015-03-31 | Adjusted projectile physics | DevToaster | 1 | -4/+6 |
2015-03-31 | Modified physics for more vanilla-like behavior | DevToaster | 14 | -12/+49 |
2015-03-22 | Unified cPacketizer across all protocols. | Mattes D | 1 | -1/+1 |
2015-03-21 | Changed linked world name variables and setters / getters. | Mattes D | 1 | -5/+5 |
2015-03-21 | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 5 | -52/+61 |
2015-03-21 | Fixed trailing whitespace. | Mattes D | 1 | -1/+1 |
2015-03-20 | Improved arrow in-flight and block-hit appearance | Tiger Wang | 2 | -19/+3 |
2015-03-20 | Correct world height validations. | Tommy Santerre | 2 | -2/+5 |
2015-03-14 | Fixed style violations | Tiger Wang | 1 | -2/+2 |
2015-03-14 | cPainting saving implemented | Tiger Wang | 6 | -32/+31 |
2015-03-13 | Fixed confusion over Item Frame directions | Tiger Wang | 2 | -65/+65 |
2015-03-05 | Added OnTeleportEntity hook for plugins. | joshi07 | 2 | -12/+21 |
2015-02-28 | Changed C-styled casts to static_cast and removed unneeded casts | DevToaster | 1 | -34/+34 |
2015-02-28 | Replaced short int with int for Player experience | DevToaster | 1 | -1/+1 |
2015-02-28 | modified: src/Entities/Player.cpp | DevToaster | 2 | -27/+27 |
2015-02-26 | use DoSetSpeed in AddSpeed* in Entity.cpp | Raekye | 1 | -10/+4 |
2015-02-08 | Handle client 'leave bed' request | Tiger Wang | 1 | -2/+12 |
2015-02-07 | Spacing | Howaner | 1 | -1/+1 |
2015-02-07 | cPlayer should override IsOnGround() | Howaner | 2 | -3/+3 |
2015-02-07 | Added IsOnGround() to cEntity | Howaner | 1 | -0/+3 |
2015-01-27 | Converted cServer to use the cNetwork API. | Mattes D | 2 | -10/+32 |
2015-01-18 | Fixed type-conversion warnings. | Mattes D | 3 | -7/+7 |
2015-01-16 | Converted cPickupEntity to std::chrono | Tycho | 2 | -12/+12 |
2015-01-16 | Converted MinecartEntity to std::chrono | Tycho | 2 | -8/+8 |
2015-01-16 | Converted cExpOrbEntity to std::chrono | Tycho | 2 | -7/+7 |
2015-01-16 | Converted ArrowEntityTiers to std::chrono | Tycho | 2 | -7/+7 |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 38 | -69/+69 |
2014-12-24 | APIDump: Updated the player block placement documentation. | Mattes D | 1 | -1/+2 |
2014-12-24 | Replaced a std::hash specialization with explicit type. | Mattes D | 1 | -1/+1 |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 2 | -0/+114 |
2014-12-15 | Added braces to 'if' according to the code guidelines | gushromp | 1 | -0/+2 |
2014-12-15 | Updated cPlayer::DoMoveToWorld to send target world's weather info to Player | blashyrk | 1 | -0/+4 |
2014-12-13 | Own classes for all windows. | Howaner | 2 | -1/+2 |
2014-12-05 | BasicStyle: Added missing braces to control statements. | Mattes D | 2 | -10/+39 |
2014-12-05 | Fixed reported parentheses around comparisons. | Mattes D | 1 | -1/+1 |
2014-12-04 | Updated whitespace in comment, changed conditional to logical equivalent due to popular demand | Jonathan Fabian | 1 | -2/+2 |
2014-12-03 | Fix Spaces to Tabs | Jonathan Fabian | 1 | -5/+5 |
2014-12-03 | Add missing IsSpectatorMode() checks in Player.cpp, make sure that player is flying when spawned otherwise it will fall through the world. | Jonathan Fabian | 1 | -6/+11 |
2014-11-27 | Minecart.h: Fixed integral conversion warning. | Mattes D | 1 | -1/+1 |
2014-11-23 | Compilation fixes | Tiger Wang | 1 | -7/+5 |
2014-11-15 | Renamed GetSettedViewDistance() to GetRequestedViewDistance() | Howaner | 1 | -1/+1 |
2014-11-14 | Use m_UsedViewDistance and m_SetViewDistance. | Howaner | 1 | -0/+3 |
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 1 | -1/+1 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 15 | -188/+192 |
2014-10-21 | cItemFrame: Fixed a forgotten rename. | Mattes D | 1 | -1/+1 |
2014-10-21 | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 4 | -37/+55 |
2014-10-21 | Exported individual projectile classes to Lua API. | Mattes D | 16 | -117/+253 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 15 | -99/+99 |
2014-10-20 | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 2 | -9/+5 |
2014-10-19 | LuaState: Pushing a cEntity pushes the correct class name. | Mattes D | 1 | -5/+5 |
2014-10-18 | Fixed failure for cRankManager to restart | Tiger Wang | 1 | -6/+6 |
2014-10-15 | Functions in cPluginManager get references instead of pointers. | Mattes D | 7 | -19/+25 |
2014-10-13 | Fixed style. | Mattes D | 1 | -1/+1 |
2014-10-12 | convert old style casts to fix warnings | Steven Riehl | 2 | -101/+93 |
2014-10-09 | Float/Ciel: If it's going to use C++11, it might as well take advantage of it | archshift | 1 | -3/+3 |
2014-10-09 | Use static casts instead of C casts, add floor-cast functions | archshift | 1 | -3/+3 |
2014-10-02 | Optimized chunk loader | Howaner | 1 | -1/+0 |
2014-10-01 | cPlayer: Removed useless functions from the Lua API. | madmaxoft | 1 | -2/+6 |
2014-09-28 | Compilation fix | Tiger Wang | 1 | -2/+2 |
2014-09-28 | cRankManager: Added GetAllPlayers() and GetPlayerName() | Howaner | 1 | -0/+5 |
2014-09-27 | Suggestions | Tiger Wang | 2 | -3/+4 |
2014-09-26 | Removed more unessicary includes | Tycho | 3 | -3/+1 |
2014-09-26 | Fixed players custom name in 1.8 | Howaner | 1 | -3/+4 |
2014-09-25 | Comment style | Howaner | 1 | -1/+1 |
2014-09-25 | Fixed hanging direction bugs. | Howaner | 2 | -1/+16 |
2014-09-25 | HangingEntity: Silenced a crash. | madmaxoft | 1 | -2/+8 |
2014-09-23 | Made ExpBottleEntity break on entities. | archshift | 2 | -1/+23 |
2014-09-23 | A few compiler warning fixes | Chris Darnell | 3 | -42/+45 |
2014-09-22 | Made it compile with clang | Chris Darnell | 2 | -4/+4 |
2014-09-18 | Derp | Howaner | 1 | -1/+1 |
2014-09-18 | Exported player list states to extra functions. | Howaner | 1 | -2/+2 |
2014-09-17 | Fixed minor style issues. | madmaxoft | 1 | -2/+2 |
2014-09-17 | Implementing Spectator Mode | nesco | 1 | -1/+1 |
2014-09-17 | Added first test to show the object can be created | Tycho | 5 | -21/+21 |
2014-09-17 | Preparing 1.8 update | nesco | 1 | -5/+15 |
2014-09-16 | Preparing 1.8 update | nesco | 1 | -1/+2 |
2014-09-16 | Pre 1.8 release | nesco | 1 | -0/+8 |
2014-09-16 | Preparing 1.8 changes | nesco | 1 | -0/+3 |
2014-09-13 | Entities experience water resistance | Tiger Wang | 2 | -16/+31 |
2014-09-13 | Implemented Chest Minecarts | Tiger Wang | 2 | -18/+63 |
2014-09-12 | Fixed friction being applied whilst airborne | Tiger Wang | 1 | -11/+13 |
2014-09-12 | Added extra mushroom handler. | Howaner | 1 | -7/+0 |
2014-09-11 | 1.8: Fixed hangings. | Howaner | 1 | -1/+1 |
2014-09-09 | Added the player list to the 1.8 protocol. | Howaner | 2 | -2/+4 |
2014-09-06 | Fixed player spawning in unknown world. | Mattes D | 1 | -0/+4 |
2014-09-05 | Fixed security: Player cannot spawn in a disabled world. | Mattes D | 1 | -1/+1 |
2014-09-04 | Revert "Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etc" | archshift | 1 | -3/+3 |
2014-09-04 | Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etc | archshift | 1 | -3/+3 |
2014-09-03 | Fixed style and alpha-sorting. | madmaxoft | 2 | -4/+4 |
2014-09-03 | EntityEffect.cpp: Enable 1.8's leaping potion | archshift | 1 | -1/+1 |
2014-09-02 | Renamed SetWalkSpeed() to SetRelativeWalkSpeed() | Howaner | 1 | -4/+4 |
2014-09-02 | Added the new functions to APIDump. | Howaner | 1 | -1/+1 |
2014-09-02 | Added SetCustomName() to players. | Howaner | 2 | -1/+61 |
2014-09-01 | Pickups combine only within one chunk. | madmaxoft | 1 | -2/+6 |
2014-09-01 | Added name tag | Howaner | 4 | -3/+8 |
2014-09-01 | Added CustomName to cMonster. | Howaner | 1 | -3/+6 |
2014-09-01 | Fixed previous commit's wrong assumptions. | madmaxoft | 1 | -10/+10 |
2014-09-01 | Fixed MSVC compilation, improved performance. | madmaxoft | 1 | -30/+59 |
2014-09-01 | Fixed MSVC warning. | madmaxoft | 1 | -2/+2 |
2014-08-31 | Fixed style | Jaume Aloy | 3 | -8/+9 |
2014-08-30 | Fixed MSVC2008 compilation. | madmaxoft | 1 | -18/+18 |
2014-08-30 | Fixed potion removing in creative mode. | Howaner | 1 | -4/+2 |
2014-08-30 | Added slowness effect and added entity support. | Howaner | 2 | -16/+65 |
2014-08-30 | Added a_Digger check | Jaume Aloy | 1 | -2/+2 |
2014-08-29 | Removed unused code | Tiger Wang | 1 | -1/+0 |
2014-08-28 | Added speed entity effect. | Hownaer | 2 | -0/+45 |
2014-08-28 | Fixed a typo. | Mattes D | 1 | -1/+1 |
2014-08-24 | RankMgr: Default rank is applied to players without any rank. | Mattes D | 1 | -1/+5 |
2014-08-24 | Change comment formatting | Christophe Piveteau | 1 | -20/+12 |
2014-08-22 | More Enchantments | Jaume Aloy | 1 | -57/+70 |
2014-08-21 | Removed last remnant of cGroup. | Mattes D | 1 | -1/+0 |
2014-08-21 | Removed cGroup and cGroupManager. | Mattes D | 1 | -2/+0 |
2014-08-21 | Protection Enchantments, some fixes | Jaume Aloy | 3 | -8/+114 |
2014-08-20 | cPlayer: Exported the LoadRank function to Lua API. | Mattes D | 1 | -2/+2 |
2014-08-19 | Changed if in BlockHandler | Jaume Aloy | 1 | -1/+0 |
2014-08-19 | Fixes | Jaume Aloy | 4 | -14/+15 |
2014-08-19 | cPlayer reads ranks from cRankManager. | Mattes D | 2 | -224/+85 |
2014-08-19 | Changed if for switch | Jaume Aloy | 1 | -3/+2 |
2014-08-19 | Added more enchantments and some fixes | Jaume Aloy | 4 | -7/+61 |
2014-08-19 | Added some Enchantments | Jaume Aloy | 3 | -6/+89 |
2014-08-18 | Player: Silenced a few type conversion warnings. | Mattes D | 1 | -2/+2 |
2014-08-18 | Adjust comment formatting | Christophe Piveteau | 1 | -20/+40 |
2014-08-17 | Player saving creates the "players" folder, if needed. | Mattes D | 1 | -0/+1 |
2014-08-16 | Better OnPlayerMoving hook. | Howaner | 1 | -2/+10 |
2014-08-15 | Added a lot of comments | Christophe Piveteau | 1 | -30/+36 |
2014-08-15 | Clarify comment message | Christophe Piveteau | 1 | -2/+2 |
2014-08-15 | End of comment moved away from new line | Christophe Piveteau | 1 | -2/+1 |
2014-08-15 | Add some comments | Christophe Piveteau | 1 | -10/+21 |
2014-08-14 | Further changes in coding style | Christophe Piveteau | 1 | -38/+28 |
2014-08-13 | Further fixing of coding style errors | Christophe Piveteau | 1 | -26/+22 |
2014-08-13 | Another intendation error | Christophe Piveteau | 1 | -2/+2 |
2014-08-13 | Fixed braces and intendation errors | Christophe Piveteau | 1 | -3/+11 |
2014-08-13 | Implement ability to push minecarts on curved rails | Christophe Piveteau | 1 | -2/+70 |
2014-08-11 | Fixed tolua error with static initialization | archshift | 2 | -3/+12 |
2014-08-11 | Player.cpp: change unnamed enum to constant integers | archshift | 2 | -7/+8 |
2014-08-10 | Spaces | Tycho | 1 | -1/+1 |
2014-08-10 | Fixed potential crash in Player.cpp | Tycho | 1 | -0/+4 |
2014-08-10 | Fixed swing arm animation when you ate. | Howaner | 1 | -4/+2 |
2014-08-06 | On destroy ender crystal, create bedrock and fire | archshift | 1 | -3/+3 |
2014-08-04 | CheckBasicStyle: multi-level indent change. | madmaxoft | 1 | -1/+1 |
2014-08-04 | Attempt to fix knockback and swimming. | Howaner | 1 | -15/+13 |
2014-08-03 | Added cPlayer::GetUUID(). | madmaxoft | 1 | -0/+3 |
2014-08-03 | Fixed a ToLua warning - operator = not supported. | madmaxoft | 2 | -2/+2 |
2014-08-03 | Entity.cpp: Air timer comment fix | archshift | 1 | -1/+1 |
2014-08-03 | Code reduction and clarity fixes | archshift | 2 | -29/+16 |
2014-08-03 | Removed unused cPlayer::FoodPoison function | archshift | 2 | -12/+0 |
2014-08-03 | Entity.cpp: On portal check, use if-else for current dimension | archshift | 1 | -60/+54 |
2014-07-31 | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects. | Howaner | 3 | -22/+38 |
2014-07-31 | Fixed UUIDs handling in cPlayer. | madmaxoft | 2 | -6/+9 |
2014-07-30 | Entity.h: Moved constants out of some unnamed enum | archshift | 1 | -14/+14 |
2014-07-29 | Slight cleanup after portals | Tiger Wang | 1 | -1/+1 |
2014-07-29 | Detrailed whitespace | Tiger Wang | 1 | -3/+3 |
2014-07-27 | Add "Broadcasting" settings to world.ini | Howaner | 1 | -6/+8 |
2014-07-26 | SplashPotionEntity: Use `const cItem &` instead of a cItem | archshift | 2 | -2/+2 |
2014-07-26 | Fixed indentations, removed redundant init code in SplashPotionEntity.cpp | archshift | 3 | -6/+2 |
2014-07-26 | Moved potion static functions to EntityEffect to create splash potions through world | archshift | 5 | -9/+156 |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 26 | -33/+33 |
2014-07-23 | Suggestions | Tiger Wang | 4 | -16/+23 |
2014-07-23 | Fix item durability. | Howaner | 3 | -8/+11 |
2014-07-22 | Speed improvements, crash fixes, & self-suggestions | Tiger Wang | 4 | -35/+37 |
2014-07-21 | Suggestions | Tiger Wang | 4 | -65/+70 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 4 | -66/+66 |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -28/+28 |
2014-07-20 | Line tracer invalid chunk fix | Tiger Wang | 1 | -6/+7 |
2014-07-20 | Bug and crash fixes | Tiger Wang | 4 | -48/+65 |
2014-07-20 | Added m_TicksAlive to entities, allows projectiles to hit their creators | archshift | 3 | -3/+14 |
2014-07-20 | Added destroy-timer system to splash potion entities | archshift | 2 | -3/+24 |
2014-07-19 | Removed references to deprecated cChatColor::Color | archshift | 1 | -1/+1 |
2014-07-19 | Code style: Fixed braces on separate lines. | madmaxoft | 1 | -1/+2 |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -1/+1 |
2014-07-19 | Minecart: slimmed down SpawnOn by keeping subtype in the payload enum | archshift | 2 | -20/+7 |
2014-07-19 | Splash potions: Renamed PotionParticleType to PotionColor for clarity | archshift | 2 | -10/+10 |
2014-07-19 | Fixed splash potion color on toss | archshift | 2 | -0/+16 |
2014-07-19 | Fixed clamping issues | archshift | 3 | -12/+3 |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -2/+4 |
2014-07-19 | Entities/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+56 |
2014-07-18 | Fix failed merge and other issues | Tiger Wang | 3 | -45/+12 |
2014-07-18 | Moved ChatColor.h out of defines where it was not needed | archshift | 1 | -0/+1 |
2014-07-17 | Fixed NULL being passed instead of a double to AddEntityEffect | archshift | 1 | -1/+1 |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 9 | -25/+25 |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 4 | -8/+8 |
2014-07-17 | Player.cpp: Fixed compile error | archshift | 1 | -1/+1 |
2014-07-17 | Player.cpp: Added Wither death message | archshift | 1 | -0/+1 |
2014-07-17 | Basic style fixes. | madmaxoft | 8 | -29/+29 |
2014-07-17 | Fixed many slime bugs. | Howaner | 1 | -4/+1 |
2014-07-17 | Normalized comments. | madmaxoft | 29 | -141/+141 |
2014-07-17 | Fixed mob knockback | Tiger Wang | 1 | -23/+8 |
2014-07-17 | Fixed 3 MSVC warnings in SplashPotionEntity. | madmaxoft | 1 | -1/+1 |
2014-07-17 | Updated cPawn::KilledBy signature for custom death messages. | madmaxoft | 2 | -3/+3 |
2014-07-17 | Fixed formatting for cWitherSkullEntity | madmaxoft | 2 | -3/+13 |
2014-07-16 | Another fix for excessive food drain | Tiger Wang | 2 | -1/+10 |
2014-07-16 | Resolved backwards compatibility issues | Tiger Wang | 1 | -1/+1 |
2014-07-15 | Restructured cSplashPotionEntity code. | madmaxoft | 3 | -70/+102 |
2014-07-15 | Only the cEntityEffect::effXXX constants are Lua-exported. | madmaxoft | 2 | -72/+102 |
2014-07-15 | Reformatted EntityEffect code. | madmaxoft | 1 | -25/+29 |
2014-07-15 | Fixed a MSVC warning in cEntityEffect::CreateEntityEffect(). | madmaxoft | 1 | -0/+1 |
2014-07-14 | Maybe improved arrow sinking | Tiger Wang | 1 | -2/+2 |
2014-07-14 | Readability and clarity changes | archshift | 3 | -29/+23 |
2014-07-14 | Player properties are now retrieved | Tiger Wang | 1 | -2/+2 |
2014-07-14 | EntityEffect: Inlined functions, added explicit copy constructor and operator. | archshift | 2 | -20/+29 |
2014-07-14 | Changed separating comment style from asterisks to slashes. | archshift | 2 | -93/+93 |
2014-07-13 | Made CreateProjectile a pointer | worktycho | 2 | -4/+5 |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 5 | -7/+7 |
2014-07-12 | Added splash potions to NBT serialization and retrieval | archshift | 2 | -1/+9 |
2014-07-12 | For now, removed creator member from Entity Effect for pointer safety | archshift | 5 | -94/+84 |
2014-07-11 | Simplified the player data loading. | madmaxoft | 1 | -9/+8 |
2014-07-11 | Player data filenames are based on UUID. | madmaxoft | 2 | -67/+132 |
2014-07-11 | Fixed a missing return value. | madmaxoft | 1 | -0/+2 |
2014-07-11 | Preparation for player UUID-based storage: LoadFromFile() | madmaxoft | 2 | -21/+42 |
2014-07-09 | Fixed arrow collection animation | Tiger Wang | 2 | -22/+4 |
2014-07-07 | Added extra space before comments | Tiger Wang | 1 | -6/+6 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -1/+1 |
2014-07-05 | Changed everything to callbacks | Tiger Wang | 3 | -80/+33 |
2014-07-04 | Crash and compile fix | Tiger Wang | 2 | -4/+9 |
2014-07-04 | Suggestions | Tiger Wang | 6 | -6/+15 |
2014-07-04 | Various fixed | Tiger Wang | 3 | -10/+107 |
2014-07-04 | Eps comparison | Tiger Wang | 2 | -2/+2 |
2014-07-04 | Tailored death messages | Tiger Wang | 9 | -22/+43 |
2014-07-02 | Suggestions | Tiger Wang | 2 | -8/+14 |
2014-07-02 | Suggestion | Tiger Wang | 1 | -13/+13 |
2014-07-02 | Fixed player teleport food drain | Tiger Wang | 2 | -1/+14 |
2014-07-01 | Vector clamping fixes | Tiger Wang | 1 | -4/+8 |
2014-06-30 | Fixes. | Howaner | 1 | -3/+3 |
2014-06-30 | Implemented Vector3<>::Floor() | Tiger Wang | 1 | -2/+3 |
2014-06-30 | Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGE | Howaner | 1 | -26/+24 |
2014-06-29 | Fixed respawning | Tiger Wang | 1 | -1/+1 |
2014-06-29 | Suggestions | Tiger Wang | 2 | -3/+6 |
2014-06-29 | Properly implemented enderchests | Tiger Wang | 2 | -2/+16 |
2014-06-28 | An unification of code style | Tiger Wang | 1 | -1/+1 |
2014-06-28 | Likely fixed too quick food depletion | Tiger Wang | 1 | -1/+1 |
2014-06-28 | Fixed server forcing players afloat | Tiger Wang | 1 | -1/+4 |
2014-06-26 | Add comment. | Howaner | 1 | -0/+1 |
2014-06-26 | Fixed a comment and changed CombineCount to short. | Howaner | 1 | -2/+2 |
2014-06-26 | GameMode check | Howaner | 1 | -1/+1 |
2014-06-24 | Optimize combining. | Howaner | 1 | -3/+3 |
2014-06-24 | Better combining. | Howaner | 1 | -3/+20 |
2014-06-24 | Fix pickup combining over the maximum stack size. | Howaner | 1 | -4/+8 |
2014-06-22 | Some Entity.cpp style improvements | Tiger Wang | 2 | -13/+8 |
2014-06-22 | Fixed multiple issues with projectiles | Tiger Wang | 8 | -63/+112 |
2014-06-22 | Conforms to standards | Tiger Wang | 1 | -1/+1 |
2014-06-21 | Fixed invalid iterators | Tiger Wang | 3 | -2/+12 |
2014-06-21 | More suggestions | Tiger Wang | 3 | -4/+6 |
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 10 | -270/+745 |
2014-06-17 | Entity effects: changed User to Creator, removed pawn pass-by-value | archshift | 5 | -35/+19 |
2014-06-17 | Added the OnEntityAddEffect hook. | madmaxoft | 2 | -0/+11 |
2014-06-17 | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 5 | -13/+30 |
2014-06-17 | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 5 | -47/+50 |
2014-06-17 | Entity Effect: Separates total duration and ticks of activity | archshift | 3 | -22/+23 |
2014-06-17 | Fixed MSVC compilation. | madmaxoft | 1 | -4/+7 |
2014-06-17 | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 4 | -6/+8 |
2014-06-17 | Cave spider now poisons its victim, added IsPawn function to Entity | archshift | 2 | -1/+2 |
2014-06-17 | Added wither damage type, wither entity effect. | archshift | 2 | -1/+16 |
2014-06-17 | Monster: added IsUndead(), undead-specific entity effects | archshift | 1 | -6/+0 |
2014-06-17 | Applies splash potion effects to mobs as well as players | archshift | 2 | -8/+12 |
2014-06-17 | Removed long function wrapping | archshift | 1 | -2/+1 |
2014-06-17 | Entity effect type: use 'eff' as a prefix instead of 'ef' | archshift | 4 | -41/+41 |
2014-06-17 | Added splash potion functionality | archshift | 5 | -14/+87 |
2014-06-17 | Entity: only fire critical hit if damage type is physical | archshift | 1 | -1/+2 |
2014-06-17 | Player: made healing instantaneous | archshift | 2 | -2/+2 |
2014-06-17 | Implemented drinkable potions, noeffect entity effect, | archshift | 3 | -0/+16 |
2014-06-17 | Implemented milk, added documentation to Pawn.h | archshift | 3 | -1/+36 |
2014-06-17 | Pawn.cpp: fixed effect iterator BAD_ACCESS | archshift | 2 | -9/+14 |
2014-06-17 | Pawn: Enabled entity effect broadcast, added typedef | archshift | 2 | -4/+6 |
2014-06-17 | EntityEffect: read-only getters, added user and distance modifier fields | archshift | 3 | -11/+35 |
2014-06-17 | Player: Removed food-poisoning-specific code, set duration to 30 seconds | archshift | 2 | -26/+2 |
2014-06-17 | Entity effects: Added handlers for entity effects | archshift | 4 | -13/+138 |
2014-06-17 | Added iterator on tick to manage entity effect duration | archshift | 1 | -1/+18 |
2014-06-17 | cPawn: Remove unused m_bBurnable | archshift | 2 | -2/+0 |
2014-06-17 | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 6 | -33/+113 |
2014-06-17 | Added classes for splash potions and wither skulls | archshift | 5 | -0/+149 |
2014-06-17 | derp | Howaner | 1 | -3/+3 |
2014-06-17 | The same: Float, not Double | Howaner | 1 | -1/+1 |
2014-06-17 | Float, not Double | Howaner | 1 | -1/+1 |
2014-06-16 | Split Broadcast Sound Effect function call in multiple lines. | Howaner | 1 | -2/+16 |
2014-06-16 | Fix bow sound and creative arrow pickup. | Howaner | 1 | -10/+22 |
2014-06-16 | Add bow charging animation | Howaner | 2 | -2/+6 |
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 4 | -33/+81 |
2014-06-16 | Implemented PR suggestions | archshift | 3 | -3/+4 |
2014-06-15 | Players are saved regularly | Tiger Wang | 2 | -2/+22 |
2014-06-14 | Removed an unused tolua_end and tolua_begin pair. | madmaxoft | 1 | -2/+0 |
2014-06-14 | Simplified speed clamping. | madmaxoft | 1 | -8/+3 |
2014-06-14 | Refactored speed-setting to use a common function for all cases. | madmaxoft | 4 | -93/+44 |
2014-06-14 | Reverted portal creation code | Tiger Wang | 2 | -103/+0 |
2014-06-12 | Fixed compile | worktycho | 1 | -1/+1 |
2014-06-12 | Portals animate and delay correctly | Tiger Wang | 4 | -50/+112 |
2014-06-11 | Player.h: Moved doxy-comments to Entity.h | archshift | 2 | -3/+10 |
2014-06-10 | Portal improvements and suggestions | Tiger Wang | 2 | -41/+92 |
2014-06-08 | Fixed deadlock when moving players to other worlds. | Mattes D | 3 | -15/+18 |
2014-06-08 | Added queue for adding entities to cWorld. | Mattes D | 3 | -4/+5 |
2014-06-05 | Fixed compilation | Tiger Wang | 1 | -1/+1 |
2014-06-04 | Suggestions | Tiger Wang | 2 | -2/+5 |
2014-06-04 | Configurable portals | Tiger Wang | 2 | -14/+33 |
2014-06-04 | Suggestions | Tiger Wang | 2 | -5/+9 |
2014-06-04 | Fix itemframe break. | Howaner | 1 | -1/+3 |
2014-06-04 | Added checks for no downfall biomes | Tiger Wang | 1 | -1/+1 |
2014-06-03 | Player permissions aren't logged to console anymore. | madmaxoft | 1 | -7/+0 |
2014-06-01 | Implemented bed homes | Tiger Wang | 3 | -16/+40 |
2014-05-31 | Implemented end and nether portals | Tiger Wang | 4 | -11/+150 |
2014-05-31 | Used recommendations | STRWarrior | 1 | -2/+1 |
2014-05-30 | Wrong arrow commit. | Howaner | 1 | -4/+0 |
2014-05-29 | Revert "Fixed a food saturation issue" | Tiger Wang | 1 | -1/+1 |
2014-05-28 | Add throw sound and fix arrow server crash. | Howaner | 2 | -5/+4 |
2014-05-28 | Fix Y-Position from arrow entity. | Howaner | 1 | -0/+1 |
2014-05-25 | Fixed a food saturation issue | Tiger Wang | 1 | -1/+1 |
2014-05-23 | Fixed datatype conversion warning. | Mattes D | 1 | -2/+2 |
2014-05-22 | Added doxy-comments | STRWarrior | 1 | -6/+8 |
2014-05-22 | cEntity::SetSpeed(a_Vector3d) isn't virtualized anymore | STRWarrior | 2 | -2/+2 |
2014-05-22 | cPlayer overrides the SetSpeedXX functions | STRWarrior | 3 | -4/+53 |
2014-05-22 | Both SetSpeed functions are now overridden by cPlayer | STRWarrior | 3 | -6/+32 |
2014-05-20 | Cleaned up cPlayer::UpdateMovementStats; Wither achievements | andrew | 2 | -14/+60 |
2014-05-20 | Update Player.cpp | Alexander Harkness | 1 | -19/+19 |
2014-05-19 | Fixed a cactus Y position issue | Tiger Wang | 1 | -2/+3 |
2014-05-19 | Simplified cacti conditions | Tiger Wang | 1 | -2/+2 |
2014-05-19 | Added client translation to achievements | Tiger Wang | 1 | -4/+4 |
2014-05-19 | Derp | Alexander Harkness | 1 | -1/+1 |
2014-05-19 | Should have fixed assumptions about entity width. | Alexander Harkness | 1 | -4/+5 |
2014-05-19 | Fixed clanging errors. | Alexander Harkness | 1 | -5/+5 |
2014-05-18 | Implemented cacti damage | Tiger Wang | 2 | -0/+26 |
2014-05-18 | There's no "round" function in MSVC2008. | madmaxoft | 2 | -4/+4 |
2014-05-13 | Fixes | andrew | 2 | -16/+14 |
2014-05-12 | Movement Statistics | andrew | 3 | -11/+96 |
2014-05-12 | cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement() | andrew | 5 | -4/+95 |
2014-05-11 | Fixed compilation | andrew | 1 | -0/+2 |
2014-05-11 | Fixed stat serialization | andrew | 1 | -10/+21 |
2014-05-11 | Statistic Manager | andrew | 2 | -2/+26 |
2014-05-09 | Initialise m_HasTeleported in both constructors | worktycho | 1 | -0/+1 |
2014-05-06 | Suggestions'd #2 | Tiger Wang | 1 | -1/+1 |
2014-05-06 | Suggestions'd | Tiger Wang | 2 | -2/+2 |
2014-05-02 | A bit of reformatting. | madmaxoft | 1 | -5/+10 |
2014-04-28 | Fixed a MSVC warning. | madmaxoft | 1 | -1/+1 |
2014-04-28 | Fixed projectile source filenames, indentations | archshift | 17 | -58/+58 |
2014-04-27 | Fixed warnings. | madmaxoft | 1 | -0/+1 |
2014-04-27 | Fixed ToLua errors, added newlines | archshift | 18 | -19/+19 |
2014-04-27 | Redstone simulator now directly accesses cChunk | Tiger Wang | 2 | -2/+2 |
2014-04-27 | Fixed ToLua issues | archshift | 8 | -19/+16 |
2014-04-27 | Moved cFireworkEntity out of ProjectileEntity.h | archshift | 4 | -115/+115 |
2014-04-27 | Moved cGhastFireballEntity out of ProjectileEntity.h | archshift | 4 | -74/+83 |
2014-04-27 | Moved cFireChargeEntity out of ProjectileEntity.h | archshift | 4 | -82/+88 |
2014-04-27 | Moved cThrownSnowballEntity out of ProjectileEntity.h | archshift | 4 | -74/+83 |
2014-04-27 | Moved cExpBottleEntity out of ProjectileEntity.h | archshift | 4 | -52/+61 |
2014-04-27 | Moved cThrownEnderPearl out of ProjectileEntity.h | archshift | 4 | -86/+94 |
2014-04-27 | Moved cThrownEggEntity out of ProjectileEntity.h | archshift | 4 | -90/+99 |
2014-04-27 | Moved cArrowEntity out of ProjectileEntity.h | archshift | 4 | -280/+291 |
2014-04-27 | A tiny speed improvement in ApplyFoodExhaustion() | Tiger Wang | 1 | -5/+5 |
2014-04-27 | More comments! | Tiger Wang | 2 | -3/+10 |
2014-04-27 | Added static const, initialized fields. | archshift | 1 | -0/+2 |
2014-04-26 | More small fixes. | archshift | 1 | -1/+1 |
2014-04-26 | Implemented Chunk Sparsing with segments | Tycho | 1 | -3/+2 |
2014-04-26 | Further refactored, Reverted Minecart change | archshift | 4 | -17/+23 |
2014-04-26 | Fixes | Howaner | 2 | -11/+14 |
2014-04-26 | Moved switch{} out of GetArmorCoverAgainst(). | archshift | 2 | -5/+29 |
2014-04-26 | Fixed a couple more warnings. | archshift | 2 | -21/+17 |
2014-04-26 | Change m_InvulnerableTicks description again again :D | Howaner | 1 | -1/+1 |
2014-04-26 | Change m_InvulnerableTicks description again. | Howaner | 1 | -1/+1 |
2014-04-26 | Change m_InvulnerableTicks description | Howaner | 1 | -1/+1 |
2014-04-26 | Add entity invulnerable | Howaner | 8 | -26/+61 |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 |
2014-04-25 | Creator not user. | archshift | 2 | -5/+5 |
2014-04-25 | Comments for TrySpawnChicken() and TeleportUser(). | archshift | 1 | -0/+2 |
2014-04-25 | Rename spawn chicken method, Initialize m_HasTeleported. | archshift | 2 | -4/+5 |
2014-04-25 | Fix formatting | r.ramazanov | 1 | -9/+15 |
2014-04-25 | Fix for clang | r.ramazanov | 1 | -5/+1 |
2014-04-25 | Mobs shouldn't burn when it's Raining & Mob Knockback is far too much | r.ramazanov | 1 | -8/+5 |
2014-04-25 | Chicken eggs and ender pearls can hit entities. | archshift | 2 | -7/+66 |
2014-04-24 | Implemented suggestions | Tiger Wang | 1 | -7/+6 |
2014-04-23 | Some change to Entity.cpp | Tiger Wang | 6 | -122/+100 |
2014-04-23 | Mobs shouldn't burn when it's Raining #906 | r.ramazanov | 1 | -9/+30 |
2014-04-23 | Renamed getter and setter for IsFireproof. | archshift | 2 | -3/+3 |
2014-04-23 | Fireproof status getter and setter. | archshift | 2 | -0/+16 |
2014-04-22 | Fixed indentation and changed m_Fireproof to m_IsFireproof. | archshift | 2 | -14/+14 |
2014-04-22 | Lay foundation for fireproof entities. | archshift | 2 | -3/+15 |
2014-04-21 | reverted the revert of the minecart collision detection fix. | jfhumann | 1 | -2/+1 |
2014-04-21 | Mobs shouldn't burn when it's Raining #906 | r.ramazanov | 1 | -5/+12 |
2014-04-19 | Fixed Flint and Steel, reverted Minecart change, renamed a parameter name | jfhumann | 3 | -4/+5 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 3 | -6/+7 |
2014-04-18 | Fixed #906 | Tiger Wang | 1 | -0/+10 |
2014-04-17 | Added new AI rules | Tiger Wang | 4 | -39/+36 |
2014-04-12 | Entities handle chunks properly again | Tiger Wang | 6 | -118/+118 |
2014-04-05 | Fixed Endiannes conversion routines for floats and doubles. | madmaxoft | 1 | -1/+1 |
2014-04-05 | Removed debugging log from entity physics handling. | madmaxoft | 1 | -1/+2 |
2014-04-05 | Added cPlayer:SendRotation() API function. | madmaxoft | 2 | -0/+17 |
2014-04-03 | Documented the units and range for entity rotations. | madmaxoft | 1 | -7/+7 |
2014-03-30 | Using recommendations (I think) | STRWarrior | 1 | -1/+2 |
2014-03-30 | Added a BlockHitPos parameter to OnProjectileHitBlock | STRWarrior | 1 | -2/+2 |
2014-03-30 | Added a blockface parameter to the OnProjectileHitBlock hook. | STRWarrior | 1 | -1/+1 |
2014-03-29 | Fixed the OnProjectileHitBlock hook not stopping projectiles. | STRWarrior | 1 | -1/+1 |
2014-03-29 | Added HOOK_PROJECTILE_HIT_BLOCK. | STRWarrior | 1 | -0/+5 |
2014-03-29 | Fixed error when the hook gets called. | STRWarrior | 1 | -1/+0 |
2014-03-29 | Added HOOK_PROJECTILE_HIT_ENTITY | STRWarrior | 1 | -0/+6 |
2014-03-29 | Fixed #721 and FS439 | Tiger Wang | 1 | -0/+1 |
2014-03-25 | Ender crystals | andrew | 3 | -11/+102 |
2014-03-25 | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. | Samuel Barney | 2 | -3/+1 |
2014-03-25 | Added newlines. Without them, the files would not compile. | Samuel Barney | 2 | -2/+2 |
2014-03-20 | Plugins can set flying speed. | madmaxoft | 2 | -75/+118 |
2014-03-20 | Rewritten player speeds to be relative unit-less. | madmaxoft | 2 | -7/+11 |
2014-03-20 | Minor Entity.cpp cleanup | Tiger Wang | 1 | -12/+9 |
2014-03-15 | Add item frame saving. | Howaner | 4 | -44/+119 |
2014-03-15 | Add health and age load to pickup's. | Howaner | 2 | -16/+22 |
2014-03-15 | Add ExpOrb saving. | Howaner | 3 | -10/+34 |
2014-03-11 | Unified Matrix4 code | andrew | 1 | -1/+1 |
2014-03-11 | TakeDamage now has the cThrownSnowballEntity instead of the creator's object. | STRWarrior | 1 | -1/+1 |
2014-03-11 | Snowballs now actualy hurt other entities. | STRWarrior | 2 | -2/+25 |
2014-03-11 | Unified Vector classes | andrew | 2 | -3/+2 |
2014-03-09 | Fixed #778 - stack overflow.com | Tiger Wang | 1 | -1/+1 |
2014-03-09 | Beds now work properly fixes #707 | Tiger Wang | 1 | -3/+14 |
2014-03-09 | CheckBlockInteractionsRate() fixed & enabled | Tiger Wang | 2 | -35/+1 |
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 2 | -4/+4 |
2014-03-08 | Change TNT Fuse to ticks | Howaner | 2 | -11/+11 |
2014-03-08 | Add TNT Save/Load and add Netbeans projects to .gitignore | Howaner | 2 | -17/+33 |
2014-03-05 | Added extra awesomeness to TNT | Tiger Wang | 3 | -195/+205 |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 4 | -14/+14 |
2014-03-01 | Shortened enums | andrew | 1 | -2/+2 |
2014-03-01 | Exported and documented cScoreboard | andrew | 1 | -18/+3 |
2014-02-28 | Fixed multiple gcc warnings about unused params. | madmaxoft | 2 | -1/+12 |
2014-02-28 | Moved common cGroupManager code to a separate function. | madmaxoft | 1 | -7/+11 |
2014-02-27 | Removed unneeded includes in Player.cpp | Tiger Wang | 1 | -7/+0 |
2014-02-27 | Implemented ballistic missiles (fireworks) | Tiger Wang | 2 | -43/+56 |
2014-02-24 | Small improvements to boats. | STRWarrior | 1 | -3/+7 |
2014-02-21 | Remove users.ini generation in Player.cpp and use the CheckUsers() Function | Howaner | 1 | -6/+1 |
2014-02-21 | Add 'Group not found', when the Server load the users.ini and add auto generate from users.ini | Howaner | 1 | -1/+5 |
2014-02-18 | Changed BlockFace type to eBlockFace | Tiger Wang | 2 | -13/+26 |
2014-02-18 | Added a brace | Tiger Wang | 1 | -0/+2 |
2014-02-18 | Properly exported and documented paintings | Tiger Wang | 1 | -2/+2 |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 3 | -0/+87 |
2014-02-18 | Implemented item frames, a part of #689 | Tiger Wang | 3 | -0/+153 |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 1 | -0/+3 |
2014-02-16 | Links sent via chat messages are clickable. | madmaxoft | 1 | -1/+2 |
2014-02-16 | Fixed minor formatting issues from #682 | Tiger Wang | 3 | -16/+3 |
2014-02-16 | Replace random Float Generation and broadcast the Exp Pickup Sound | Howaner | 2 | -9/+4 |
2014-02-16 | Add Exp Bottle Effects | Howaner | 4 | -1/+23 |
2014-02-16 | Disable Hunger Death | Howaner | 1 | -1/+7 |
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 1 | -0/+1 |
2014-02-15 | If a player is called "Notch" he drops an apple. http://minecraft.gamepedia.com/Notch | STRWarrior | 1 | -0/+6 |
2014-02-12 | Made player jump reset less ambiguous | Tiger Wang | 1 | -1/+2 |
2014-02-11 | Fixed #627 | Tiger Wang | 1 | -2/+2 |
2014-02-09 | Fixed a boat ASSERT | Tiger Wang | 1 | -2/+8 |
2014-02-07 | Improved chat messaging functions | Tiger Wang | 2 | -17/+8 |
2014-02-06 | Server internally uses new functions | Tiger Wang | 1 | -6/+4 |
2014-02-06 | Added more chat functions | Tiger Wang | 1 | -1/+0 |
2014-02-05 | Removed deprecated HasCommand function | STRWarrior | 2 | -14/+0 |
2014-02-05 | Fixed most of the reordering warnings | Tycho | 4 | -11/+11 |
2014-02-05 | Fixed annoying creative on fire bug | Tiger Wang | 2 | -0/+20 |
2014-02-04 | Added more SendMessageXXX() functions | Tiger Wang | 1 | -0/+4 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 3 | -22/+22 |
2014-02-03 | Pickup constructor no longer exported | Tiger Wang | 3 | -4/+8 |
2014-02-03 | Added SendMessageXXX() to cPlayer | Tiger Wang | 1 | -0/+3 |
2014-02-03 | Fixed a crash bug | Tiger Wang | 1 | -3/+3 |
2014-02-03 | Server now handles join messages also | Tiger Wang | 1 | -1/+7 |
2014-02-03 | Fixed compilation | tonibm19 | 1 | -1/+0 |
2014-02-03 | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API | tonibm19 | 1 | -0/+1 |
2014-02-02 | Creative players take Plugin damage | Tiger Wang | 2 | -3/+4 |
2014-02-01 | Removed "player destroying" hook | daniel0916 | 1 | -3/+1 |
2014-01-29 | Removed debug message when a firework entity hit a solid block. | STRWarrior | 1 | -2/+0 |
2014-01-29 | Bottle o' Enchanting spawns an experience orb. | STRWarrior | 1 | -1/+2 |
2014-01-25 | Rail speed tweak | Tiger Wang | 1 | -2/+2 |
2014-01-25 | Two minor changes | Tiger Wang | 1 | -5/+3 |
2014-01-25 | Implemented fall damage for mobs | Tiger Wang | 3 | -5/+8 |
2014-01-25 | Implemented pickup combining | Tiger Wang | 1 | -0/+55 |
2014-01-25 | Added "player destroying" and "player destroyed" hooks | daniel0916 | 1 | -0/+4 |
2014-01-25 | All mobs now drown (fixes #54) | Tiger Wang | 4 | -127/+130 |
2014-01-24 | Miscellaneous improvements | Tiger Wang | 1 | -10/+4 |
2014-01-24 | removed hook from enchanting commit | daniel0916 | 1 | -4/+0 |
2014-01-24 | Removed unused ReferenceManager | Tiger Wang | 2 | -45/+1 |
2014-01-24 | Added more minecart powered rail directions | Tiger Wang | 1 | -3/+63 |
2014-01-24 | Some updates for enchanting | daniel0916 | 1 | -0/+4 |
2014-01-24 | Fixed crash with failed entity-loading. | madmaxoft | 1 | -1/+2 |
2014-01-24 | Fixed indentation once and for all. | Mike Hunsinger | 1 | -31/+31 |
2014-01-24 | Fixed indentation and doxygen comments... For real this time. | Mike Hunsinger | 1 | -3/+3 |
2014-01-24 | Fixed spacing and doxycomments. | Mike Hunsinger | 2 | -6/+6 |
2014-01-23 | Split TossItem into three Toss functions (Held, Equipped and Pickup) | Mike Hunsinger | 2 | -50/+66 |
2014-01-22 | Fixed compilation on VC2008 | tonibm19 | 1 | -0/+1 |
2014-01-21 | Scoreboard protocol support | andrew | 1 | -6/+11 |
2014-01-20 | Scoreboard deserialization | andrew | 2 | -3/+26 |
2014-01-19 | Begin implementing ascending rails | Tiger Wang | 2 | -2/+45 |
2014-01-19 | Added one more direction into collision checks | Tiger Wang | 1 | -26/+51 |
2014-01-19 | Minecart improvements and fixes | Tiger Wang | 1 | -33/+43 |
2014-01-19 | Added more rail functionality | Tiger Wang | 1 | -14/+0 |
2014-01-19 | Scoreboard improvements | andrew | 1 | -4/+4 |
2014-01-19 | Basic scoreboard implementation | andrew | 2 | -1/+62 |
2014-01-19 | Exported cFloater to the Lua API. | STRWarrior | 1 | -3/+7 |
2014-01-18 | Minecart collision and general improvements | Tiger Wang | 2 | -70/+242 |
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 3 | -7/+7 |
2014-01-16 | Disabled excessive entity-related logging in Debug mode. | madmaxoft | 1 | -1/+11 |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 5 | -27/+25 |
2014-01-16 | Changed GetContent function. | STRWarrior | 1 | -1/+1 |
2014-01-15 | OBSOLETE'd obsolete functions | Tiger Wang | 1 | -2/+2 |
2014-01-15 | Implemented Ctrl-Q drop stack | Tiger Wang | 1 | -3/+8 |
2014-01-15 | Furnace minecarts now stop being active after a while. | STRWarrior | 2 | -2/+19 |
2014-01-15 | First implementation for furnace minecarts. | STRWarrior | 2 | -1/+23 |
2014-01-14 | Yes newline at end of file :D | Tiger Wang | 1 | -1/+5 |
2014-01-13 | Final improvements to Minecarts | Tiger Wang | 3 | -93/+292 |
2014-01-13 | Detaching improvements | Tiger Wang | 4 | -4/+34 |
2014-01-12 | Fixed server crash. | STRWarrior | 1 | -1/+1 |
2014-01-12 | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 2 | -6/+7 |
2014-01-12 | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 2 | -3/+11 |
2014-01-12 | Multiple enhancements and fixes to minecarts | Tiger Wang | 3 | -132/+190 |
2013-12-31 | Fixed a cPlayer::IsGameModeAdventure. It was determined based off of gmCreate rather than gmAdventure. | Morgan Redshaw | 1 | -2/+2 |
2013-12-30 | Fixed compilation in VC2008. | madmaxoft | 1 | -2/+4 |
2013-12-26 | Server now handles death messages | Tiger Wang | 1 | -0/+16 |
2013-12-25 | Fixed Parentheses. | STRWarrior | 1 | -2/+2 |
2013-12-25 | You are now able to sweep mobs to your position using fishing rods. | STRWarrior | 2 | -12/+142 |
2013-12-25 | Braced up some code | Tiger Wang | 1 | -0/+2 |
2013-12-25 | Used IsGamemodeCreative() function | Tiger Wang | 1 | -1/+1 |
2013-12-24 | Fixed comments in main.cpp and Player.cpp | Tiger Wang | 1 | -1/+1 |
2013-12-24 | Improved knockback animation | Tiger Wang | 1 | -3/+3 |
2013-12-24 | finally removed them all? | Alexander Harkness | 1 | -1/+1 |
2013-12-23 | Improved player fall particle positions | Tiger Wang | 1 | -5/+2 |
2013-12-23 | Clarified some code in Player.cpp | Tiger Wang | 1 | -2/+5 |
2013-12-23 | Fixed a comment in Entity.cpp | Tiger Wang | 1 | -1/+1 |
2013-12-22 | Implemented knockback and critical hit | Tiger Wang | 1 | -4/+21 |
2013-12-22 | Implemented fall particles | Tiger Wang | 1 | -3/+18 |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 3 | -7/+17 |
2013-12-22 | Fishing underground is slower and fishing while raining is faster. | STRWarrior | 1 | -0/+15 |
2013-12-22 | Fixed compiler warnings. | STRWarrior | 1 | -2/+2 |
2013-12-22 | Fishing now uses a countdown instead of a random number each tick. | STRWarrior | 2 | -12/+29 |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 3 | -5/+13 |
2013-12-21 | Floater now dissapears when the player doesn't have an fishing rod equipped. | STRWarrior | 2 | -0/+32 |
2013-12-21 | Root is now warnings clean | Tycho Bickerstaff | 1 | -2/+2 |
2013-12-21 | ChunkSender is now warnings clean | Tycho Bickerstaff | 2 | -5/+5 |
2013-12-21 | You could now only get fish from non-source blocks. Fixed it. | STRWarrior | 1 | -1/+1 |
2013-12-21 | Fixed bug where you could get fish from non-source blocks. | STRWarrior | 1 | -1/+1 |
2013-12-20 | Fixed bug where the floater could pop in the water while you could already get a fish. | STRWarrior | 1 | -2/+2 |
2013-12-20 | More reordering fixes. | madmaxoft | 3 | -7/+16 |
2013-12-20 | Sorted a few constructors to remove warnings. | madmaxoft | 5 | -32/+36 |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -1/+1 |
2013-12-19 | Fixed #include in Floater.cpp. | STRWarrior | 1 | -1/+1 |
2013-12-19 | The floater now actualy dives under water. | STRWarrior | 1 | -1/+1 |
2013-12-19 | Fixed PlayerAbilities and creative | Tiger Wang | 1 | -0/+18 |
2013-12-19 | Implented IsFishing, SetIsFishing and GetFloaterID(). | STRWarrior | 2 | -0/+12 |
2013-12-19 | Added cFloater class. | STRWarrior | 3 | -0/+90 |
2013-12-16 | Boats drop a boat pickup when destroyed by hand. You can now actualy use boats. | STRWarrior | 2 | -3/+33 |
2013-12-16 | Added HandleSpeedFromAttachee so an entity can override the function. | STRWarrior | 2 | -4/+15 |
2013-12-16 | Fixed cClientHandle::Tick() being called from two threads. | madmaxoft | 2 | -24/+0 |
2013-12-15 | Server saves if a player is flying. | STRWarrior | 1 | -1/+3 |
2013-12-15 | Renamed ShootTo function to ForceSetSpeed. | STRWarrior | 2 | -3/+3 |
2013-12-15 | This adds a function that allows you to 'shoot' a player towards a direction. | STRWarrior | 2 | -0/+13 |
2013-12-15 | Fixed indentation. | madmaxoft | 1 | -1/+1 |
2013-12-15 | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 2 | -1/+45 |
2013-12-15 | cPlayer is using the broadcast functions. | STRWarrior | 1 | -3/+3 |
2013-12-14 | Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h. | STRWarrior | 1 | -1/+2 |
2013-12-14 | Added E_EFFECT_<Effect> | STRWarrior | 2 | -3/+32 |
2013-12-14 | Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison. | STRWarrior | 1 | -1/+9 |
2013-12-14 | Exported the cTNTEntity | STRWarrior | 1 | -2/+6 |
2013-12-14 | Fixed not getting XP from mobs. | STRWarrior | 1 | -1/+1 |
2013-12-14 | Improved player permissions logging | Tiger Wang | 1 | -1/+1 |
2013-12-14 | Fixes to redstone wire and torches | Tiger Wang | 1 | -1/+1 |
2013-12-14 | Groups.ini and Users.ini are now generated | Tiger Wang | 1 | -1/+6 |
2013-12-13 | Using "a_ClosestPlayer != NULL" in cExpOrb. | STRWarrior | 1 | -1/+1 |
2013-12-11 | ExpOrbs now move. | STRWarrior | 1 | -4/+8 |
2013-12-11 | moved entities to globs | Tycho Bickerstaff | 1 | -1/+5 |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -0/+7 |
2013-12-08 | Fixed angle normalization typo. | madmaxoft | 1 | -1/+1 |
2013-12-08 | Fixed normalizing large angles. | madmaxoft | 1 | -6/+3 |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 3 | -3/+3 |
2013-12-07 | Renamed animation function | Tiger Wang | 1 | -3/+3 |
2013-12-06 | Puking now uses GetEyeHeight() | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Fixed eating using wrong animation | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Tools make a sound when breaking, fixes #266 | Tiger Wang | 2 | -2/+5 |
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 1 | -1/+1 |
2013-11-27 | Fixed some of tiger's derpyness. | Alexander Harkness | 1 | -2/+2 |
2013-11-26 | Hopefully fixed last of the Linux compile errors | Tiger Wang | 1 | -1/+1 |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -2/+2 |
2013-11-24 | Moved source to src | Alexander Harkness | 18 | -0/+6466 |