| Commit message (Expand) | Author | Files | Lines |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -1/+1 |
2014-07-02 | Suggestion | Tiger Wang | 1 | -13/+13 |
2014-07-02 | Fixed player teleport food drain | Tiger Wang | 2 | -1/+14 |
2014-06-30 | Fixes. | Howaner | 1 | -3/+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 | Properly implemented enderchests | Tiger Wang | 2 | -2/+16 |
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-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 |
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-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-11 | Player.h: Moved doxy-comments to Entity.h | archshift | 2 | -3/+10 |
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-04 | Fix itemframe break. | Howaner | 1 | -1/+3 |
2014-06-03 | Player permissions aren't logged to console anymore. | madmaxoft | 1 | -7/+0 |
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 |