Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-17 | Added CircleCI for stylechecking. | Mattes D | 1 | -2/+5 | |
This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks | |||||
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 9 | -20/+26 | |
2015-07-16 | Spawn baby mobs | hallucino | 3 | -4/+4 | |
2015-07-14 | Improved maps | Tiger Wang | 7 | -10/+10 | |
2015-06-25 | Doors now get placed on the server-side. | bibo38 | 1 | -1/+0 | |
The Y-Value is already the lower door block(From ItemHandler.cpp:346). Increasing it once again, places the door into the air, which is blocked by Cuberite. Bugfix #2279 | |||||
2015-06-23 | Fixed right-click with bonemeal. | Mattes D | 1 | -1/+1 | |
The client would send invalid right-click events with Y set to 0x7ff, which would crash the server. Only process bonemeal for valid clicks (valid blockface). | |||||
2015-06-21 | Refactored block placement workflow. | Mattes D | 7 | -85/+156 | |
Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler. | |||||
2015-05-24 | Made -Weverything an error. | tycho | 3 | -4/+11 | |
2015-05-23 | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 1 | -1/+1 | |
2015-05-21 | Fixes #2059 | Blitz Rakete | 1 | -0/+14 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+4 | |
Ad fix a load of warnings | |||||
2015-05-18 | Fixes #2052 | Tiger Wang | 3 | -4/+4 | |
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 2 | -2/+2 | |
2015-05-09 | More style checking. | Mattes D | 2 | -2/+2 | |
Spaces around some operators are checked. | |||||
2015-05-09 | Rabbit and cooked rabbit now stackable | jammet | 1 | -1/+3 | |
And corrected the alphabetical ordering. | |||||
2015-05-07 | Fixed #1893 | Tri125 | 1 | -0/+1 | |
Quartz ore now stack properly | |||||
2015-04-22 | Fix slab placing | wraith11 | 1 | -0/+23 | |
2015-04-21 | Fix door placing in connection with slabs | wraith11 | 1 | -1/+1 | |
Except top-half slabs as transparent blocks for doors. | |||||
2015-04-20 | ItemHandler type fixes. | Mattes D | 1 | -2/+2 | |
2015-04-20 | ItemHandler: Using automatic array bounds. | Mattes D | 1 | -1/+1 | |
2015-04-16 | Fixed PolishedGranite et al crafting recipes. | Mattes D | 1 | -2/+2 | |
Fixes #1774. Ref.: #1859 | |||||
2015-04-14 | Scooping up fluid calls the player placement hooks. | Mattes D | 1 | -4/+12 | |
Ref.: #1857. | |||||
2015-04-14 | Placing a fluid from bucket calls plugin hooks. | Mattes D | 18 | -51/+165 | |
Ref.: #1857. | |||||
2015-03-28 | Fixed placing bottom half-slabs by clicking a top half-slab. | Mattes D | 1 | -2/+2 | |
Ref.: #1837 | |||||
2015-03-21 | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 3 | -4/+4 | |
2015-03-20 | Correct world height validations. | Tommy Santerre | 1 | -1/+1 | |
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255 | |||||
2015-03-14 | cPainting saving implemented | Tiger Wang | 1 | -16/+3 | |
Additionally, it now inherits from cHangingEntity. | |||||
2015-02-28 | Fixed door placement. | Mattes D | 1 | -4/+17 | |
Doors now have hinges on the correct side, based on what the surroundings are when placing them. | |||||
2015-02-21 | Door handler: Removed needless check. | Mattes D | 1 | -1/+1 | |
The Y coord has already been checked above. | |||||
2015-02-21 | Fix door placement check | Freddie Wang | 1 | -7/+3 | |
2015-01-18 | Fixed various warnings. | Mattes D | 1 | -6/+6 | |
2014-12-25 | MobHead: Fixed wither spawning. | Mattes D | 1 | -13/+40 | |
2014-12-25 | MobHeads: fixed regular head placement. | Mattes D | 1 | -2/+22 | |
2014-12-25 | Fixed door placement. | Mattes D | 1 | -2/+2 | |
2014-12-25 | Fixed forgotten big flower handler. | Mattes D | 1 | -1/+2 | |
2014-12-24 | Fixed redstone dust placement on upside-down slabs. | Mattes D | 1 | -1/+36 | |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 12 | -108/+1041 | |
Fixes #1618. | |||||
2014-12-20 | Added Rabbits | Masy98 | 1 | -0/+1 | |
2014-12-18 | Added Entity Guardian | Masy98 | 1 | -0/+1 | |
2014-12-13 | Fixes | Howaner | 1 | -0/+5 | |
2014-12-01 | Added cocoa pod. | Howaner | 1 | -2/+39 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 6 | -10/+10 | |
2014-10-21 | Moved tall grass pickups handle. | Howaner | 1 | -9/+0 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 6 | -10/+10 | |
2014-10-07 | Leaves are harvest-able. | Howaner | 1 | -2/+0 | |
2014-10-07 | Corrected drops from dead bush, tall grass and cobweb. | Howaner | 2 | -11/+35 | |
2014-10-01 | Fixed sorting | Masy98 | 1 | -2/+2 | |
2014-10-01 | Fixed Red Sandstone and Prismarine drops | Masy98 | 2 | -17/+23 | |
2014-09-30 | Fixed 1.8 dirt types | Howaner | 1 | -2/+25 | |
2014-09-26 | Moved curly brace to seperate line | Masy98 | 1 | -1/+2 | |
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -0/+1 | |
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -28/+28 | |
2014-09-13 | Improved cBlockHandler::DropBlock | Tiger Wang | 1 | -1/+1 | |
2014-09-12 | Added extra mushroom handler. | Howaner | 3 | -3/+60 | |
2014-09-12 | Fixed farmland issues. | Howaner | 1 | -1/+1 | |
2014-09-12 | Only place farmland if no block is upper than dirt/grass. | Howaner | 1 | -1/+6 | |
2014-09-12 | Added hoe interact sound. | Howaner | 1 | -0/+1 | |
2014-09-12 | Fixed 1.8 Item stacking and block harvesting | Masy98 | 1 | -25/+43 | |
2014-09-12 | Spawn exp if you break a mob spawner. | Howaner | 1 | -0/+1 | |
2014-09-12 | Disabled mobspawner itemdrop. | Howaner | 1 | -0/+1 | |
2014-09-12 | Fixed many right click issues. | Howaner | 1 | -3/+7 | |
2014-09-11 | Added new doors in ItemDoor.h | Masy98 | 1 | -1/+15 | |
2014-09-11 | Fixed mutton name in Sheep.cpp | Masy98 | 1 | -2/+10 | |
2014-09-11 | Fixed mutton name in ItemHandler | Masy98 | 1 | -1/+1 | |
2014-09-11 | Added 1.8 food to the food list | Masy98 | 1 | -1/+4 | |
2014-09-04 | In 1.8, carrots and potatoes yield one less hunger point. | archshift | 2 | -2/+2 | |
2014-09-03 | Fixed style and alpha-sorting. | madmaxoft | 2 | -7/+7 | |
2014-09-03 | Added mutton, which sheep now drop when killed | archshift | 2 | -0/+4 | |
2014-08-30 | Fixed potion removing in creative mode. | Howaner | 4 | -4/+14 | |
2014-08-29 | Removed unused code | Tiger Wang | 1 | -1/+1 | |
2014-08-19 | Code formatting fixes. | Howaner | 2 | -2/+1 | |
2014-08-19 | Fixes | Jaume Aloy | 1 | -1/+1 | |
- Changed m_TicksLeftBurning > 0 for IsOnFire() - Tried to do the changes in BlockHandler.cpp - Removed m_Creator in ArrowEntity - Added m_Enchantments in ProjectileEntity CreatorData - Added blank lines between functions | |||||
2014-08-19 | Added some Enchantments | Jaume Aloy | 1 | -1/+11 | |
- Bow enchantments: Infinity, Flame and Power - Sword and tools enchantments: Fire Aspect, Bane of Arthropods, Smite, Sharpness | |||||
2014-08-05 | Fixed unsigned long comparison to size_t | archshift | 1 | -1/+1 | |
2014-08-04 | Changed arrow comment. | Howaner | 1 | -1/+1 | |
2014-08-04 | Added arrow consuming on shooting | Howaner | 1 | -0/+10 | |
2014-07-31 | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects. | Howaner | 4 | -25/+136 | |
2014-07-31 | Fixed water from ice and removed packed ice drop. | Howaner | 1 | -0/+1 | |
2014-07-27 | Hotfixed compilation problems. | madmaxoft | 2 | -2/+2 | |
2014-07-26 | Derp. | Howaner | 1 | -1/+1 | |
2014-07-26 | Rename function. | Howaner | 4 | -6/+6 | |
2014-07-26 | Fixed indentations, removed redundant init code in SplashPotionEntity.cpp | archshift | 1 | -3/+5 | |
2014-07-26 | Moved potion static functions to EntityEffect to create splash potions through world | archshift | 1 | -129/+7 | |
2014-07-24 | Fixed block drops | Tiger Wang | 2 | -5/+43 | |
* Fixes #1242 (the issue addressed within) | |||||
2014-07-23 | Fix item durability. | Howaner | 5 | -10/+91 | |
Fixes #1181 | |||||
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 3 | -4/+4 | |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -1/+1 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 2 | -2/+2 | |
2014-07-19 | Splash potions: Renamed PotionParticleType to PotionColor for clarity | archshift | 1 | -3/+3 | |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 | |
2014-07-19 | Items/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+47 | |
2014-07-18 | Added a extra wall sign handler. | Howaner | 1 | -3/+4 | |
Fixes #1119 | |||||
2014-07-17 | Fixed issues relating to saplings and leaves | Tiger Wang | 1 | -6/+3 | |
- Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | |||||
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 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-07-17 | Reformatted cItemPotionHandler. | madmaxoft | 1 | -47/+77 | |
2014-07-16 | Fixed a bug with buckets | Tiger Wang | 1 | -1/+1 | |
* Additionally fixed cLineBlockTracer's EntryFace parameter when a block was hit on the first iteration along the projected line | |||||
2014-07-14 | Fixed placing liquids over liquids | Tiger Wang | 1 | -1/+1 | |
* Fixes #1182 | |||||
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 | |
* Fixes #944 | |||||
2014-06-19 | Nullify deleted pointers. | archshift | 3 | -0/+3 | |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 1 | -1/+1 | |
Changed effect map to take a pointer of the effect as a result. | |||||
2014-06-17 | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 1 | -1/+1 | |
Added second AddEntityEffect with a pass-by-value of the class. | |||||
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 | |
Exported entity effect functions for ToLua and documented them in APIDesc.lua | |||||
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 | |
Clears entity effects on death | |||||
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 | |
http://minecraft.gamepedia.com/Hunger#Behavior | |||||
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 | |
Fixes #1039, fixes #851 | |||||
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 | |
This disallows spawning unknown mobs from unknown spawn eggs. Ref.: #928. | |||||
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 | |
This reverts commit 75bb36574b4bb78e8b5975bf905a97402fd8a4bb. | |||||
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 | |
* Fixed placement on lava * Fixed placement on side of blocks * Fixed placement through blocks + Added washing-away of pads + Added ice as a block that fully occupies its voxel | |||||
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 | |
+ TNT now has a chance of flinging FallingBlock entities around * Improved TNT damage * Improved TNT spawning visuals * Possible fix for 'SetSwimState failure' messages in debug | |||||
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 | |
Fixes #728. | |||||
2014-02-27 | Implemented ballistic missiles (fireworks) | Tiger Wang | 1 | -3/+3 | |
+ Added fireworks | |||||
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 | |
+ Implemented paintings | |||||
2014-02-18 | Used new BLOCK_FACE constants | Tiger Wang | 1 | -7/+8 | |
Also added more comments | |||||
2014-02-18 | Implemented item frames, a part of #689 | Tiger Wang | 2 | -0/+65 | |
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!) | |||||
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 | |
boats can't be placed if the face is not block_face_none and not block_face_YM, not if it is only not one. | |||||
2014-02-10 | Maybe fixed boat placing | tonibm19 | 1 | -1/+1 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 28 | -40/+40 | |
May Fix #640 | |||||
2014-02-03 | Fixed #626 | Tiger Wang | 3 | -13/+38 | |
* Fixed consumption of carrots and potatoes | |||||
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 | |
...to g_FullyOccupiesVoxel, as recommended by @bearbin | |||||
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 | |
Possible fix for #316. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 30 | -0/+2173 | |