| Commit message (Expand) | Author | Files | Lines |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 2 | -8/+8 |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 3 | -6/+6 |
2014-07-17 | Basic style fixes. | madmaxoft | 19 | -25/+25 |
2014-07-17 | Normalized comments. | madmaxoft | 10 | -26/+39 |
2014-07-17 | Reformatted cItemPotionHandler. | madmaxoft | 1 | -47/+77 |
2014-07-16 | Fixed a bug with buckets | Tiger Wang | 1 | -1/+1 |
2014-07-14 | Fixed placing liquids over liquids | Tiger Wang | 1 | -1/+1 |
2014-07-14 | ItemHandler.cpp: removed redundant food and drink checks | archshift | 1 | -33/+0 |
2014-07-14 | Readability and clarity changes | archshift | 1 | -30/+45 |
2014-07-13 | Adjusted calls to CreateProjectile that passed Items | Tycho | 1 | -2/+2 |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 3 | -12/+5 |
2014-07-12 | Comment grammar correction | Tiger Wang | 1 | -1/+1 |
2014-07-12 | Simplified buckets code slightly | Tiger Wang | 1 | -32/+15 |
2014-07-12 | Changes | daniel0916 | 1 | -5/+4 |
2014-07-12 | For now, removed creator member from Entity Effect for pointer safety | archshift | 1 | -2/+2 |
2014-07-11 | Changes | daniel0916 | 1 | -24/+16 |
2014-07-10 | Changes | daniel0916 | 1 | -20/+22 |
2014-07-10 | Maybe fixed whitespaces | daniel0916 | 1 | -7/+7 |
2014-07-10 | Maybe fixed whitespaces | daniel0916 | 1 | -1/+1 |
2014-07-10 | Fixed Bucket Placing | daniel0916 | 1 | -6/+57 |
2014-07-09 | Fixed bow charge | Tiger Wang | 1 | -11/+2 |
2014-07-09 | Fixed Bucket placing | daniel0916 | 1 | -1/+1 |
2014-07-01 | Only fixes the server crash. | Howaner | 1 | -1/+1 |
2014-07-01 | Fix server-crash with non-existing items. | Howaner | 1 | -1/+1 |
2014-06-28 | Implemented tripwire(s) (hooks) | Tiger Wang | 2 | -0/+41 |
2014-06-19 | Nullify deleted pointers. | archshift | 3 | -0/+3 |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 1 | -1/+1 |
2014-06-17 | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 1 | -1/+1 |
2014-06-17 | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 1 | -2/+1 |
2014-06-17 | Fixed MSVC compilation. | madmaxoft | 1 | -7/+7 |
2014-06-17 | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 1 | -1/+1 |
2014-06-17 | Removed long function wrapping | archshift | 1 | -10/+2 |
2014-06-17 | ItemHandler: changed IsDrinkable() to take a short argument | archshift | 4 | -15/+10 |
2014-06-17 | Splash potion: Adjusted speed, fixed spawn position | archshift | 1 | -6/+3 |
2014-06-17 | Entity effect type: use 'eff' as a prefix instead of 'ef' | archshift | 1 | -33/+33 |
2014-06-17 | Added splash potion functionality | archshift | 1 | -1/+35 |
2014-06-17 | Implemented drinkable potions, noeffect entity effect, | archshift | 4 | -3/+146 |
2014-06-17 | Implemented milk, added documentation to Pawn.h | archshift | 3 | -1/+47 |
2014-06-17 | Player: Removed food-poisoning-specific code, set duration to 30 seconds | archshift | 1 | -1/+1 |
2014-06-16 | Split Broadcast Sound Effect function call in multiple lines. | Howaner | 1 | -1/+8 |
2014-06-16 | This isn't needed | Howaner | 1 | -1/+0 |
2014-06-16 | Fix bow sound and creative arrow pickup. | Howaner | 1 | -9/+8 |
2014-06-08 | Fixed deadlock when moving players to other worlds. | Mattes D | 6 | -6/+6 |
2014-05-28 | Add throw sound and fix arrow server crash. | Howaner | 1 | -0/+11 |
2014-05-20 | Cleaned up cPlayer::UpdateMovementStats; Wither achievements | andrew | 1 | -0/+6 |
2014-05-07 | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 2 | -12/+0 |
2014-05-06 | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 6 | -26/+26 |
2014-05-06 | Suggestions'd | Tiger Wang | 1 | -5/+9 |
2014-05-05 | Add anvil window and slot area. | Howaner | 6 | -0/+108 |
2014-05-02 | Added a sanitizer for Spawn egg damage value. | madmaxoft | 1 | -1/+39 |
2014-04-28 | Fixed projectile source filenames, indentations | archshift | 1 | -1/+1 |
2014-04-27 | Revert "Creative players cannot throw ender pearls." | archshift | 1 | -16/+0 |
2014-04-27 | Creative players cannot throw ender pearls. | archshift | 1 | -0/+16 |
2014-04-27 | Moved cArrowEntity out of ProjectileEntity.h | archshift | 1 | -1/+1 |
2014-04-25 | Missed these CMakeLists. | archshift | 1 | -1/+6 |
2014-04-25 | Add commit what the code is doing. | Howaner | 1 | -0/+1 |
2014-04-25 | Add unkown armor warning and fix armor stacks. | Howaner | 1 | -2/+14 |
2014-04-24 | Add armor to switch() in ItemHandler.cpp | Howaner | 1 | -6/+25 |
2014-04-24 | Fix armor in survival mode. | Howaner | 3 | -15/+76 |
2014-04-23 | Small changes | Tiger Wang | 2 | -9/+10 |
2014-04-18 | Fixed clang compilation errors. Apparently gcc and MSVC do not care about the order of initializer lists, but clang does. | jfhumann | 1 | -1/+1 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2 | -2/+1 |
2014-04-06 | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 2 | -1/+2 |
2014-04-04 | Fixed Clang warnings in itemhandlers. | madmaxoft | 5 | -18/+19 |
2014-04-02 | Fixed boat placement code. | madmaxoft | 1 | -9/+17 |
2014-03-30 | Another curly | Tiger Wang | 1 | -1/+2 |
2014-03-29 | Curly brackets | Tiger Wang | 1 | -1/+4 |
2014-03-28 | Fixed infinite minecart items | Tiger Wang | 1 | -0/+3 |
2014-03-28 | Some fixes to lilypads | Tiger Wang | 2 | -0/+108 |
2014-03-23 | Implemented lilypad placement | Tiger Wang | 1 | -4/+4 |
2014-03-16 | Add new leaves to all classes. | Howaner | 2 | -2/+4 |
2014-03-16 | Add cake | Howaner | 2 | -0/+44 |
2014-03-14 | Add fireball interact | Howaner | 3 | -2/+27 |
2014-03-08 | Change TNT Fuse to ticks | Howaner | 1 | -2/+2 |
2014-03-08 | cBlockInfo-related changes from #723 | andrew | 1 | -11/+11 |
2014-03-07 | Fixed warnings | Tycho | 1 | -0/+3 |
2014-03-05 | Added extra awesomeness to TNT | Tiger Wang | 1 | -1/+1 |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 1 | -1/+1 |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -1/+1 |
2014-02-28 | Fixed multiple gcc warnings about unused params. | madmaxoft | 1 | -1/+25 |
2014-02-27 | Fixed crash and some warnings in map handling. | madmaxoft | 1 | -3/+3 |
2014-02-27 | Implemented ballistic missiles (fireworks) | Tiger Wang | 1 | -3/+3 |
2014-02-24 | Fixed MCServer not compiling with C++03 compilers | STRWarrior | 1 | -3/+3 |
2014-02-23 | Use the ItemCategorie::IsSword() Method. | Howaner | 1 | -19/+0 |
2014-02-23 | No Sword Block Destroying in Creative Mode | Howaner | 1 | -0/+19 |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 2 | -6/+4 |
2014-02-23 | Add Heads completely | Howaner | 1 | -0/+1 |
2014-02-23 | Add Skulls/Heads | Howaner | 2 | -0/+45 |
2014-02-23 | Maps: Improvements | andrew | 2 | -2/+2 |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 2 | -6/+4 |
2014-02-18 | Fixed possible ASSERT failure | Tiger Wang | 1 | -1/+1 |
2014-02-18 | Changed BlockFace type to eBlockFace | Tiger Wang | 1 | -13/+1 |
2014-02-18 | Add Heads completely | Howaner | 1 | -0/+1 |
2014-02-18 | Map decorators; Map clients | andrew | 1 | -2/+2 |
2014-02-18 | Added an explanatory comment | Tiger Wang | 1 | -0/+2 |
2014-02-18 | Comments & new BLOCK_FACE constants | Tiger Wang | 1 | -7/+10 |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 2 | -2/+99 |
2014-02-18 | Used new BLOCK_FACE constants | Tiger Wang | 1 | -7/+8 |
2014-02-18 | Implemented item frames, a part of #689 | Tiger Wang | 2 | -0/+65 |
2014-02-17 | Add Skulls/Heads | Howaner | 2 | -0/+45 |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 4 | -1/+68 |
2014-02-15 | cMap::UpdateRadius | andrew | 1 | -2/+4 |
2014-02-15 | Fixed TNT fizzing everywhere | Tiger Wang | 1 | -1/+1 |
2014-02-14 | EmptyMap item handler | andrew | 2 | -0/+48 |
2014-02-10 | Added additional parenthasies | worktycho | 1 | -2/+1 |
2014-02-10 | Fixed stupid mistax in conditional | worktycho | 1 | -2/+1 |
2014-02-10 | Maybe fixed boat placing | tonibm19 | 1 | -1/+1 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 28 | -40/+40 |
2014-02-03 | Fixed #626 | Tiger Wang | 3 | -13/+38 |
2014-02-02 | Changed Signiture of OnUpdate | Tycho | 3 | -4/+13 |
2014-02-01 | Changed pointers to references | Tycho | 2 | -2/+2 |
2014-01-26 | Refactored GetPlacementBlockTypeMeta | Tycho | 2 | -3/+6 |
2014-01-24 | Fixed flint&steel failure on the Y world edges. | madmaxoft | 1 | -0/+4 |
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 4 | -4/+4 |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 4 | -4/+4 |
2014-01-12 | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 1 | -1/+1 |
2014-01-12 | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 1 | -1/+1 |
2014-01-11 | Renamed g_TorchPlaceable... | Tiger Wang | 1 | -1/+1 |
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 1 | -1/+0 |
2013-12-30 | Implented OnPlayerFishing and OnPlayerFished. | STRWarrior | 1 | -1/+7 |
2013-12-25 | You are now able to sweep mobs to your position using fishing rods. | STRWarrior | 1 | -26/+64 |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -1/+7 |
2013-12-22 | Made the lure enchantment work. | STRWarrior | 1 | -1/+1 |
2013-12-22 | Countdown time is between 100 and 900 ticks. | STRWarrior | 1 | -1/+1 |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 1 | -1/+7 |
2013-12-21 | Using regular assignments. | STRWarrior | 1 | -6/+6 |
2013-12-21 | Once again better Y direction for the items given when fishing. | STRWarrior | 1 | -2/+2 |
2013-12-21 | You are now able to get different items from fishing. | STRWarrior | 1 | -2/+108 |
2013-12-21 | Root is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 |
2013-12-21 | Fixed bug where you could pickup the floater only to get one spawned instantly or the other way around. | STRWarrior | 1 | -0/+5 |
2013-12-20 | Increased the range an Floater can shoot to. | STRWarrior | 1 | -1/+1 |
2013-12-20 | Fish now actualy jumps to the player instead of a few block bellow them. | STRWarrior | 1 | -1/+1 |
2013-12-19 | You can get fish from fishing :D. Only one type of fish though. | STRWarrior | 1 | -12/+27 |
2013-12-19 | Implented cItemFishingRodHandler. | STRWarrior | 2 | -0/+65 |
2013-12-19 | Fixed dust from being placed on nonsolids | Tiger Wang | 1 | -0/+5 |
2013-12-18 | Implented Nether Wart. | STRWarrior | 2 | -0/+56 |
2013-12-17 | Fixed naming and initialization. | madmaxoft | 1 | -4/+12 |
2013-12-17 | Forgot to change one Vector3d to Vector3i. | STRWarrior | 1 | -1/+1 |
2013-12-17 | Renamed Pos to m_Pos. | STRWarrior | 1 | -3/+3 |
2013-12-17 | Using Recommendations. | STRWarrior | 1 | -10/+23 |
2013-12-17 | Made buckets work when the player does not 'look' at a block. This fixes #265 | STRWarrior | 1 | -32/+53 |
2013-12-16 | Boats spawn on top of a block. not between 4 blocks. | STRWarrior | 1 | -1/+1 |
2013-12-16 | Using suggestions for Boat placing. | STRWarrior | 1 | -1/+1 |
2013-12-16 | You can spawn boats on water. | STRWarrior | 1 | -7/+32 |
2013-12-10 | more cmake stuff | Tycho Bickerstaff | 1 | -0/+7 |
2013-12-08 | Bonemeal has particles, fixes #393 | Tiger Wang | 1 | -3/+2 |
2013-12-06 | Spawn eggs use IsGameMode() | Tiger Wang | 1 | -2/+2 |
2013-11-24 | Moved source to src | Alexander Harkness | 30 | -0/+2173 |