| Commit message (Expand) | Author | Files | Lines |
2017-08-06 | Removed unneeded includes (#3902) | Lukas Pioch | 22 | -25/+3 |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 4 | -6/+0 |
2017-08-03 | Removed unused forward declarations (#3888) | Lukas Pioch | 1 | -1/+0 |
2017-08-02 | Removed double includes (#3885) | Lukas Pioch | 2 | -2/+0 |
2017-08-01 | cBlockHandler: take player by ref | peterbell10 | 45 | -142/+142 |
2017-08-01 | cWorld::SendBlockTo take player by ref | peterbell10 | 8 | -10/+10 |
2017-07-28 | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 6 | -1/+122 |
2017-07-18 | Break the cactus block when it grows next to a block. (#3851) | Bond-009 | 1 | -2/+6 |
2017-07-18 | Made cBlockHandler OnPlacedByPlayer call OnPlaced, made BlockRailHandler use NeighborChanged instead of OnNeighborChanged. | Lane Kolbly | 2 | -16/+17 |
2017-07-17 | Allocate redstone component handlers upfront | peterbell10 | 2 | -26/+26 |
2017-07-12 | Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843) | Lane Kolbly | 1 | -0/+2 |
2017-07-07 | BigFlower fixes (#3826) | peterbell10 | 9 | -20/+40 |
2017-07-07 | Added bed entity (#3823) | Lukas Pioch | 5 | -12/+88 |
2017-07-03 | cBlockInfo static initialisation (#3832) | peterbell10 | 1 | -1/+1 |
2017-07-02 | You can't use beds when there are hostile mobs nearby | Bond_009 | 1 | -8/+32 |
2017-06-22 | Pressure plates can be placed on fences and hoppers (#3796) | Bond-009 | 1 | -2/+21 |
2017-06-21 | Fix shears (and vines) | Bond-009 | 1 | -1/+7 |
2017-06-19 | Generated tall flowers have flower type meta in both blocks | peterbell10 | 1 | -1/+4 |
2017-06-14 | Double tall grass drops seeds when broken by water (#3763) | dbhicks | 1 | -6/+15 |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 19 | -71/+59 |
2017-06-05 | Fixes problems with windows: | Lukas Pioch | 3 | -3/+3 |
2017-05-21 | Clang 5.0 fixes | Lukas Pioch | 2 | -2/+2 |
2017-05-09 | BlockHandlers: vertical alignment. | Mattes D | 1 | -159/+159 |
2017-05-09 | BlockCrops: Fixed RipeMeta off-by-one error properly. | Mattes D | 2 | -6/+6 |
2017-05-06 | Adjusted RipeMeta for off by one error (#3691) | dbhicks | 1 | -2/+2 |
2017-04-06 | Replace double grass and large fern with placed block | Lukas Pioch | 2 | -1/+28 |
2017-03-19 | Deadbushes drop sticks | Bond-009 | 2 | -0/+47 |
2017-02-25 | BlockCrops: Fixed comments and reformatted control flow. (#3576) | Mattes D | 1 | -46/+54 |
2017-02-15 | Updated sounds and effect IDs (#3422) | mathiascode | 6 | -8/+8 |
2017-02-14 | Added some blocks and items (#3503) | mathiascode | 7 | -11/+51 |
2017-02-05 | Fixed bindings for cBlockArea:Read and Write. (#3568) | Mattes D | 3 | -4/+4 |
2017-01-28 | Changed big flowers so they don't need air above them. | Altenius | 1 | -1/+11 |
2017-01-28 | Changed big flowers so they can only be placed on dirt | Altenius | 1 | -1/+4 |
2016-12-09 | Fix meta mirror (#3470) | Mattes D | 1 | -32/+56 |
2016-10-20 | StyleCheck: Add "else has to be on a separate line" (#3412) | mohe2015 | 1 | -1/+2 |
2016-09-27 | Use cChunkDef::Height for Y coord comparison where applicable. | Moritz Borcherding | 1 | -1/+1 |
2016-08-28 | Fix breaking ice in survival not giving a water's source (#3356) | ElNounch | 1 | -2/+1 |
2016-07-31 | Redstone fixes (#3285) | Tiger Wang | 2 | -3/+13 |
2016-07-29 | Revert "Redstone fixes" | Mattes D | 2 | -13/+3 |
2016-07-29 | Consolidated comparator code | Tiger Wang | 1 | -0/+5 |
2016-07-29 | Comparators and pistons no longer update instantly | Tiger Wang | 2 | -3/+8 |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 |
2016-07-07 | removed cast from BlockTrapdoor.h (#3256) | gaurav sehgal | 2 | -3/+8 |
2016-07-06 | Fixed piston destroying other pistons | Altenius | 1 | -5/+9 |
2016-04-22 | Reduced unnecessary block updates | LogicParrot | 2 | -10/+9 |
2016-04-16 | Prevented snow from killing grass | LogicParrot | 1 | -2/+4 |
2016-04-16 | Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage | LogicParrot | 4 | -15/+17 |
2016-02-06 | Fix Pickups of BlockFlower | Drahoslav Bednář | 1 | -2/+3 |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 56 | -171/+171 |
2016-02-04 | implement height logic for Acacia blocks | Kevin Riggle | 1 | -1/+12 |
2016-01-03 | Fixed typo | Mathias | 1 | -1/+1 |
2016-01-03 | More blocks that can't be mined with silktouch | Mathias | 1 | -1/+28 |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 |
2015-12-19 | Added HTTPS links wherever they are supported. | Alexander Harkness | 1 | -6/+2 |
2015-12-18 | Reorganised the redstone simulator | Tiger Wang | 8 | -46/+90 |
2015-12-17 | Moved variables into scope, removed unused variables and fixed variables | Lukas Pioch | 1 | -8/+1 |
2015-12-13 | Strip meta from hopper on converting to pickup | Julian Laubstein | 1 | -0/+6 |
2015-12-13 | blockheight mechanism | Gargaj | 5 | -1/+61 |
2015-12-13 | Set overgrown wart age to 3 | Safwat Halaby | 1 | -1/+5 |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 20 | -28/+46 |
2015-12-12 | Nether wart only ages to 3 | Gargaj | 1 | -2/+2 |
2015-11-24 | Add enum for Sound and Particle Effects | Dave Tucker | 3 | -3/+6 |
2015-11-23 | Adjusted height validation using cChunkDef::IsValidHeight() | Julian Laubstein | 1 | -1/+1 |
2015-11-07 | Refactored code to use vectors in the cPistonHandler class | bibo38 | 2 | -50/+40 |
2015-11-07 | Added some code improvements | bibo38 | 2 | -22/+42 |
2015-11-07 | Renamed GetDirectionVec into VectorFromMetaData to improve code readability. | bibo38 | 2 | -6/+6 |
2015-11-07 | Commented the GetDirectionVec method | bibo38 | 1 | -0/+3 |
2015-11-07 | Fixed the style problems and added some comments | bibo38 | 2 | -6/+18 |
2015-11-07 | Removed unused CanPull method | bibo38 | 1 | -11/+0 |
2015-11-07 | Extracted block moving code into a seperate method | bibo38 | 2 | -77/+52 |
2015-11-07 | Replaced the usage of pistonMeta with a direction vector to allow better meta value abstraction | bibo38 | 2 | -73/+63 |
2015-11-07 | Fixed pulling/pushing of breakable blocks, which are not required to be moved | bibo38 | 1 | -3/+20 |
2015-11-07 | Implemented the basic slime block pulling | bibo38 | 1 | -17/+62 |
2015-11-07 | Implemented the SlimeBlock into the CanPush method to allow slimeblocks to work correctly when pushed | bibo38 | 1 | -15/+26 |
2015-11-07 | Piston extension now works with the new recursive CanPushBlock method. | bibo38 | 1 | -36/+41 |
2015-11-07 | Added the CanPushBlock method for the piston push check. | bibo38 | 2 | -24/+41 |
2015-11-07 | Implemented the slime block dropping behaviour. | bibo38 | 2 | -0/+34 |
2015-11-03 | Implemented brewing | Lukas Pioch | 1 | -4/+4 |
2015-09-25 | Prepared ScheduleTask for threading refactor | Tiger Wang | 1 | -20/+5 |
2015-09-25 | Lilypads drop when not on source water. | Mattes D | 1 | -0/+16 |
2015-09-17 | Added CircleCI for stylechecking. | Mattes D | 2 | -6/+12 |
2015-09-14 | Fixed flint drop rates from 1/30 to 1/10 to match the wiki. | David Erbelding | 1 | -1/+1 |
2015-08-19 | * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it. | Samuel Barney | 11 | -30/+256 |
2015-08-18 | Some warning fixes | Julian Laubstein | 1 | -1/+1 |
2015-08-01 | Fixed Iron Door | Nicholas W | 1 | -1/+6 |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 2 | -24/+23 |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 20 | -31/+26 |
2015-07-16 | Spawn baby mobs | hallucino | 2 | -2/+2 |
2015-07-14 | Improved maps | Tiger Wang | 73 | -265/+683 |
2015-07-14 | Fix duping doors (#1327) | mmdk95 | 1 | -0/+4 |
2015-07-14 | Torches can now be placed on top of upside down stairs. | Samuel Barney | 1 | -0/+16 |
2015-07-13 | Sapling Growth Update | Samuel Barney | 1 | -7/+135 |
2015-07-03 | Moved grabbing the light value to after the transparency check. | Samuel Barney | 1 | -3/+4 |
2015-07-03 | Added missing parens | Samuel Barney | 1 | -1/+1 |
2015-07-03 | Grass now only dies if it has an opaque block above it. | Samuel Barney | 1 | -4/+7 |
2015-07-01 | Added neighbor specification in the OnNeighborChanged() block callback. | Mattes D | 5 | -44/+63 |
2015-06-28 | Added a size check for portals. | STRWarrior | 2 | -0/+26 |
2015-06-24 | Buttons no longer click on when already on. Buttons now play sound when clicking off. | Hax52 | 2 | -6/+26 |
2015-06-22 | Rebased version of Code | Samuel Barney | 7 | -54/+16 |
2015-06-19 | Externalized cPrefabPiecePool self-test. | Mattes D | 1 | -0/+1 |
2015-06-14 | implemented DoesIgnoreBuildCollision on BlockFire to allow blocks to be placed on top | Martin McArthur | 1 | -0/+5 |
2015-06-13 | Fixed typo in BlockDoor.h | Lane Kolbly | 1 | -1/+1 |
2015-06-06 | Comparators | Tiger Wang | 1 | -0/+79 |
2015-06-02 | Fixed warnings in MSVC. | Mattes D | 8 | -0/+42 |
2015-05-24 | Made -Weverything an error. | tycho | 4 | -6/+10 |
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 | Added open/close and sound effects for all door types | b33duck | 1 | -3/+17 |
2015-05-20 | Added missing fencetypes to torchhandler | Julian Laubstein | 1 | -0/+5 |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+1 |
2015-05-19 | Fixed compile and a few more warnings | tycho | 7 | -13/+26 |
2015-05-19 | Fixed a lot of warnings | tycho | 7 | -14/+23 |
2015-05-18 | Improved leaves a bit more. | Alexander Harkness | 1 | -8/+20 |
2015-05-17 | Fix sapling probability. | Alexander Harkness | 1 | -1/+1 |
2015-05-16 | Fixed bad logic. | Alexander Harkness | 1 | -1/+1 |
2015-05-16 | Should Fix sign flipping. | Alexander Harkness | 1 | -2/+2 |
2015-05-16 | Bed uses bottom two bits for direction not three | worktycho | 1 | -2/+2 |
2015-05-09 | More style checking. | Mattes D | 7 | -18/+18 |
2015-04-29 | Clay blocks are handled with the OreHandler | jammet | 1 | -0/+1 |
2015-04-23 | Digging up a clay block spawns 4 clay items. | jammet | 1 | -0/+5 |
2015-04-23 | Nether Quartz is handled in the Ore handler. | jammet | 1 | -0/+5 |
2015-04-21 | Fix door placing in connection with slabs | wraith11 | 1 | -5/+20 |
2015-04-16 | Fixed PolishedGranite et al crafting recipes. | Mattes D | 1 | -1/+1 |
2015-04-14 | Placing a fluid from bucket calls plugin hooks. | Mattes D | 1 | -0/+17 |
2015-03-25 | Removed 0x6, 0x7 from BlockButton. | Alexandre Guertin | 1 | -5/+3 |
2015-03-21 | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 1 | -5/+7 |
2015-03-20 | Added cPluginLua::cResettable interface, used for scheduled tasks. | Mattes D | 1 | -3/+3 |
2015-03-20 | Removed Metavalue from Piston drops. Bugfix #1765 | bibo38 | 2 | -0/+12 |
2015-03-20 | Correct world height validations. | Tommy Santerre | 5 | -6/+6 |
2015-03-14 | Fixed grass spread, closes #1743 | Tiger Wang | 1 | -3/+3 |
2015-03-09 | Buttons can be placed on the top and on the bottom face of a block | Alexandre Guertin | 1 | -1/+7 |
2015-03-05 | Reverted non-functional changes | Tiger Wang | 2 | -10/+8 |
2015-03-05 | Grass checks for sufficient light before spreading | Alexander Harkness | 1 | -1/+13 |
2015-02-28 | Added experience drops when mining ores | STRWarrior | 1 | -0/+59 |
2015-02-08 | Handle client 'leave bed' request | Tiger Wang | 3 | -25/+32 |
2015-01-23 | Fixed defect #43661 in Coverity list. | Kirill Kirilenko | 1 | -1/+2 |
2014-12-25 | Fixed door placement. | Mattes D | 1 | -1/+2 |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 12 | -421/+69 |
2014-12-17 | NULL -> nullptr | Tiger Wang | 1 | -1/+1 |
2014-12-14 | "& 0x0f" isn't needed | Howaner | 1 | -2/+2 |
2014-12-13 | Fixes | Howaner | 1 | -2/+2 |
2014-12-13 | Own classes for all windows. | Howaner | 3 | -2/+3 |
2014-12-05 | BasicStyle: Added missing braces to control statements. | Mattes D | 3 | -19/+84 |
2014-12-01 | Added cocoa pod. | Howaner | 3 | -0/+99 |
2014-10-25 | Cleaned up simulators | Tiger Wang | 1 | -0/+1 |
2014-10-25 | Fixed some block checks | Tiger Wang | 2 | -4/+3 |
2014-10-23 | Signs can be placed on wallsigns. | Alexander Harkness | 1 | -1/+1 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 7 | -11/+11 |
2014-10-21 | Moved tall grass pickups handle. | Howaner | 1 | -0/+37 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 7 | -11/+11 |
2014-10-19 | Added mechanics placeable on halfslabs | Julian Laubstein | 4 | -10/+79 |
2014-10-15 | Functions in cPluginManager get references instead of pointers. | Mattes D | 4 | -5/+22 |
2014-10-11 | Fixed compilation. | Alexander Harkness | 1 | -1/+1 |
2014-10-07 | Corrected drops from dead bush, tall grass and cobweb. | Howaner | 2 | -23/+24 |
2014-10-07 | Corrected IsBlockAttachable() in BlockVine.h | Howaner | 1 | -5/+15 |
2014-10-07 | Removed BlockHaybale.h from CMakeLists.txt | Howaner | 1 | -1/+0 |
2014-10-07 | Removed unused cBlockHayBaleHandler. | Howaner | 2 | -24/+1 |
2014-10-03 | Comment suggestions | Tiger Wang | 1 | -2/+3 |
2014-10-01 | Added Daylight Sensors to the "can't push" list | Masy98 | 1 | -0/+2 |
2014-10-01 | Added missing 1.8 blocks, E_METAs and sounds | Masy98 | 1 | -0/+2 |
2014-09-30 | Improved torch handler | Tiger Wang | 1 | -70/+51 |
2014-09-30 | Code improvements | Howaner | 3 | -3/+7 |
2014-09-30 | Fixed 1.8 dirt types | Howaner | 1 | -1/+9 |
2014-09-30 | Fixed iron trapdoors | Howaner | 1 | -0/+5 |
2014-09-30 | Fixed 1.8 doors. | Howaner | 1 | -1/+14 |
2014-09-30 | Indentation | Julian Laubstein | 1 | -3/+3 |
2014-09-30 | Set right indentation | Julian Laubstein | 1 | -3/+3 |
2014-09-30 | actual solving of the halfslap+torch problem | Julian Laubstein | 1 | -1/+3 |
2014-09-29 | Style fixes. | madmaxoft | 1 | -6/+8 |
2014-09-29 | Fixed codestyle again. | Alexander Harkness | 1 | -1/+1 |
2014-09-29 | BlockStone.h: fix the codestyle | w00tc0d3 | 1 | -6/+5 |
2014-09-29 | BlockStone: drop the right cobblestone on onBreak(). | netchip | 1 | -3/+9 |
2014-09-29 | Update BlockTorch.h | Julian Laubstein | 1 | -3/+3 |
2014-09-29 | Added torches placeable on upside-down-halfslaps | Julian Laubstein | 1 | -1/+3 |
2014-09-27 | Fixed minor style issues. | madmaxoft | 1 | -1/+1 |
2014-09-27 | Added default value to switch and spruce gate to fence gate handler | Masy98 | 2 | -0/+6 |
2014-09-27 | Fixed convertToPickups for fence gates | Masy98 | 1 | -1/+1 |
2014-09-27 | Fixed convertToPickups for doors | Masy98 | 1 | -1/+38 |
2014-09-26 | Removed more unessicary includes | Tycho | 14 | -16/+31 |
2014-09-25 | Fixed style | Tycho | 2 | -0/+103 |
2014-09-19 | Implemented mob spawner. | Howaner | 1 | -0/+12 |
2014-09-17 | Fixed minor style issues. | madmaxoft | 1 | -1/+1 |
2014-09-17 | Added first test to show the object can be created | Tycho | 7 | -60/+90 |
2014-09-13 | Improved cBlockHandler::DropBlock | Tiger Wang | 3 | -44/+32 |
2014-09-12 | Only drop flint or gravel, not both. | Howaner | 1 | -2/+4 |
2014-09-12 | Fixed farmland issues. | Howaner | 7 | -57/+68 |
2014-09-12 | Added Sea Lantern drops | Masy98 | 2 | -0/+32 |
2014-09-12 | Spawn exp if you break a mob spawner. | Howaner | 3 | -0/+45 |
2014-09-12 | Fixed iron ore drop. | Howaner | 1 | -1/+2 |
2014-09-12 | Added flint drop and fence gate meta reset. | Howaner | 2 | -0/+17 |
2014-09-11 | Possibly decoupled IncrementalRedstoneSimulator from the rest of the server | Tycho | 1 | -0/+54 |
2014-09-11 | Added barrier block | Masy98 | 1 | -0/+1 |
2014-09-11 | Fixed incorrect handlers | Masy98 | 1 | -3/+3 |
2014-09-10 | Added stone slab in BlockSlab.h | Masy98 | 1 | -1/+3 |
2014-09-10 | Added new blocks to the BlockInfo | Masy98 | 1 | -0/+1 |
2014-09-10 | Added new blocks to the BlockHandler | Masy98 | 1 | -0/+12 |
2014-09-09 | Removed old sound-configuration for SignPosts | Masy98 | 1 | -6/+0 |
2014-09-09 | Removed old sound-configuration for Repeaters | Masy98 | 1 | -6/+0 |
2014-09-09 | Removed old sound-configuration for Trapdoors | Masy98 | 1 | -5/+0 |
2014-09-09 | Removed old sound-configuration for doors | Masy98 | 2 | -10/+0 |
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 42 | -271/+0 |
2014-09-08 | TimeOfDay does not need to be an Int64 | Tycho | 1 | -2/+2 |
2014-08-31 | Check range of y in HasNearLog | worktycho | 1 | -1/+1 |
2014-08-30 | Added a_Digger check | Jaume Aloy | 1 | -28/+31 |
2014-08-29 | Fixed conversion warning. | Mattes D | 1 | -1/+1 |
2014-08-28 | Fixed anvil placing. | Hownaer | 1 | -5/+6 |
2014-08-28 | Fixed spaces after "template" keyword. | Mattes D | 2 | -6/+6 |
2014-08-22 | More Enchantments | Jaume Aloy | 1 | -1/+0 |
2014-08-21 | Protection Enchantments, some fixes | Jaume Aloy | 1 | -7/+8 |
2014-08-20 | Removed old classes from the CMakeLists.txt | Howaner | 1 | -2/+0 |
2014-08-19 | Code formatting fixes. | Howaner | 25 | -150/+80 |
2014-08-19 | Changed if in BlockHandler | Jaume Aloy | 1 | -5/+2 |
2014-08-19 | Fixes | Jaume Aloy | 1 | -35/+35 |
2014-08-19 | Changed if for switch | Jaume Aloy | 2 | -12/+23 |
2014-08-19 | Added more enchantments and some fixes | Jaume Aloy | 2 | -16/+40 |
2014-08-11 | Moved the clicked-through block check to the top of the function. | Howaner | 1 | -5/+0 |
2014-08-10 | Changed comment. | Howaner | 1 | -3/+1 |
2014-08-08 | Added comment. | Howaner | 1 | -0/+3 |
2014-08-08 | Send the old slab to the client when the interact cancelled. | Howaner | 1 | -0/+11 |
2014-08-04 | Fixed signs not staying on other signs | Tiger Wang | 2 | -2/+4 |
2014-07-31 | Changed IsSolid to FullyOccupiesVoxel | Howaner | 1 | -1/+1 |
2014-07-31 | Fixed water from ice and removed packed ice drop. | Howaner | 1 | -2/+12 |
2014-07-30 | Added beacon. | Howaner | 2 | -0/+2 |
2014-07-24 | Fixed block drops | Tiger Wang | 3 | -12/+16 |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -4/+4 |
2014-07-23 | Fix item durability. | Howaner | 3 | -17/+9 |
2014-07-23 | BlockLeaves: Fixed comment style. | madmaxoft | 1 | -2/+2 |
2014-07-22 | Fix misguided comment on bits... | Tiger Wang | 1 | -1/+1 |
2014-07-22 | Suggestion and failed merge fix | Tiger Wang | 1 | -1/+1 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 6 | -10/+10 |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -3/+4 |
2014-07-20 | Proper comment for DropBlock() | Tiger Wang | 1 | -2/+5 |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 6 | -7/+7 |
2014-07-19 | Blocks/CMakeLists.txt: Fixed header list after merge of master | archshift | 1 | -1/+2 |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 |
2014-07-19 | Blocks/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+92 |
2014-07-18 | Normalized code style for both sign handlers. | madmaxoft | 2 | -16/+20 |
2014-07-18 | Removed cBlockSignPostHandler descend. | Howaner | 1 | -2/+28 |
2014-07-18 | Added a extra wall sign handler. | Howaner | 3 | -24/+81 |
2014-07-17 | Fixed issues relating to saplings and leaves | Tiger Wang | 5 | -47/+29 |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 1 | -2/+2 |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 1 | -3/+3 |
2014-07-17 | Basic style fixes. | madmaxoft | 39 | -73/+73 |
2014-07-17 | Normalized comments. | madmaxoft | 20 | -55/+55 |
2014-07-17 | Fix sapling drop. | Howaner | 1 | -1/+1 |
2014-07-15 | Fixed code formatting. | madmaxoft | 2 | -6/+9 |
2014-07-15 | Added various missing blocks in the lists in BlockInfo.cpp | Masy98 | 1 | -1/+0 |
2014-07-15 | Added super typedef | Tycho | 3 | -3/+6 |
2014-07-15 | COnverted Lilypad back to mixin | Tycho | 1 | -8/+2 |
2014-07-15 | Revert "Converted some blockhandlers to use cClearMetaOnDrop" | Tycho | 9 | -21/+67 |
2014-07-14 | Fixed some meta resetting bugs | Tiger Wang | 6 | -27/+28 |
2014-07-14 | Added documentation | Tycho | 1 | -0/+6 |
2014-07-14 | Converted some blockhandlers to use cClearMetaOnDrop | Tycho | 9 | -67/+21 |
2014-07-14 | Simplified ClearMetaOnDrop | Tycho | 1 | -1/+1 |
2014-07-14 | Added cClearOnDrop Mixin to cPumpkin | Tycho | 1 | -2/+2 |
2014-07-14 | Added first implementation of cClearMetaOnDrop | Tycho | 2 | -2/+21 |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 4 | -5/+5 |
2014-07-12 | Suggestions and bug fix | Tiger Wang | 1 | -7/+5 |
2014-07-11 | Suggestions | Tiger Wang | 2 | -2/+3 |
2014-07-11 | Suggestions | Tiger Wang | 1 | -5/+6 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 4 | -38/+27 |
2014-07-02 | Redstone simulator is alerted to lever unpowering | Tiger Wang | 3 | -0/+5 |
2014-06-28 | Implemented tripwire(s) (hooks) | Tiger Wang | 4 | -2/+118 |
2014-06-28 | Added more block exceptions to torches | Tiger Wang | 1 | -0/+4 |
2014-06-28 | Minor change to buttons and levers | Tiger Wang | 2 | -3/+3 |
2014-06-23 | Added a (disabled) block meta mirror / rotate test code. | madmaxoft | 1 | -2/+87 |
2014-06-23 | Fixed the slab vertical mirroring. | madmaxoft | 1 | -9/+6 |
2014-06-23 | Fixed sign and lever rotations. | madmaxoft | 2 | -8/+9 |
2014-06-17 | Add fence gate sound. | Howaner | 1 | -0/+1 |
2014-06-17 | Add UNUSED() Tags | Howaner | 1 | -0/+6 |
2014-06-17 | Add door sound | Howaner | 1 | -0/+1 |
2014-06-17 | Check block type from cBlockEntity | Howaner | 1 | -8/+8 |
2014-06-17 | Add parenthesis | Howaner | 1 | -2/+2 |
2014-06-17 | Add DoWithBlockEntityAt() to WorldInterface.h | Howaner | 2 | -37/+61 |
2014-06-17 | Add end lines to BlockPressurePlate.h | Howaner | 1 | -1/+5 |
2014-06-17 | Add pressure plate handler | Howaner | 2 | -0/+39 |
2014-06-16 | Fix doubleslab meta. | Howaner | 1 | -0/+1 |
2014-06-16 | Glass shouldn't drop. | Howaner | 1 | -0/+3 |
2014-06-16 | Fix a few warnings | Tycho | 1 | -3/+3 |
2014-06-14 | Cauldrons check the heightmap | Tiger Wang | 2 | -5/+9 |
2014-06-09 | Added Y coord checks and documentation to cBlockDoorHandler. | madmaxoft | 1 | -19/+40 |
2014-06-08 | Fixed E_META_...Typos in BlockID.h | narroo | 1 | -2/+2 |
2014-06-05 | Suggestions | Tiger Wang | 1 | -1/+3 |
2014-06-04 | Added checks for no downfall biomes | Tiger Wang | 1 | -1/+1 |
2014-06-01 | Suggestions two | Tiger Wang | 1 | -3/+3 |
2014-06-01 | Implemented bed homes | Tiger Wang | 1 | -0/+2 |
2014-05-31 | Moved the IsDoor check before the meta get. | Howaner | 1 | -2/+1 |
2014-05-31 | Add doxy-comment | Howaner | 1 | -3/+4 |
2014-05-30 | Better SetOpen() and IsOpen() function from the doors. | Howaner | 2 | -77/+27 |
2014-05-29 | Add SetOpen() and IsOpen() to BlockDoor.h and fix door redstone bug. | Howaner | 1 | -9/+80 |
2014-05-29 | Very minor code changes | Tiger Wang | 2 | -2/+2 |
2014-05-29 | Cauldrons fill | Tiger Wang | 2 | -0/+17 |
2014-05-29 | Suggestions | Tiger Wang | 1 | -1/+6 |
2014-05-29 | Changed block send queue to use vectors | Tiger Wang | 1 | -6/+17 |
2014-05-28 | Code improvements | Howaner | 1 | -6/+2 |
2014-05-28 | Fix hay place sound. | Howaner | 2 | -1/+31 |
2014-05-28 | Fix fire break. | Howaner | 1 | -2/+2 |
2014-05-28 | Fix skull bugs. | Howaner | 1 | -2/+41 |
2014-05-25 | Hopefully fixed piston duplication issues | Tiger Wang | 5 | -11/+294 |
2014-05-21 | Fixed cWither::KilledBy | andrew | 1 | -0/+1 |
2014-05-20 | Cleaned up cPlayer::UpdateMovementStats; Wither achievements | andrew | 1 | -0/+27 |
2014-05-10 | Fixed compile problem. | STRWarrior | 1 | -1/+1 |
2014-05-10 | A portal block now chooses a number between 2000 and 0 | STRWarrior | 1 | -1/+1 |
2014-05-10 | Each time a portal block receives a tick it has a 1 in 500 chance of spawning a zombie pigman. | STRWarrior | 1 | -0/+14 |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 3 | -6/+6 |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 3 | -6/+6 |
2014-05-07 | Superfluous method override. | Howaner | 1 | -6/+0 |
2014-05-07 | Add lava and water check to block handlers. | Howaner | 2 | -2/+14 |
2014-05-07 | Rename CanChangeDirtToGrass to CanDirtGrowGrass | Howaner | 6 | -9/+9 |
2014-05-05 | Add clicks, exp subtraction, item check, ... | Howaner | 1 | -1/+1 |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+7 |
2014-05-04 | Fixed portal Z direction loop coding failure | Tiger Wang | 1 | -10/+9 |
2014-04-25 | Missed these CMakeLists. | archshift | 1 | -0/+1 |
2014-04-23 | The new leaves don't decay anymore. | STRWarrior | 1 | -0/+1 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2 | -1/+2 |
2014-04-07 | Fixed Errors | daniel0916 | 1 | -1/+1 |
2014-04-06 | Remove old import | Howaner | 2 | -3/+2 |
2014-04-06 | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 6 | -3/+33 |
2014-04-04 | Fixed Clang warnings in itemhandlers. | madmaxoft | 1 | -2/+2 |
2014-04-03 | Change CanBeAt() from big flower | Howaner | 1 | -5/+1 |
2014-04-03 | Remove old function | Howaner | 1 | -6/+0 |
2014-04-03 | Grass now grows under up-side-down slabs | Howaner | 1 | -3/+12 |
2014-04-02 | With eXtra line! | Tiger Wang | 1 | -0/+1 |
2014-04-02 | Removed extra brackets | Tiger Wang | 1 | -5/+2 |
2014-04-01 | Fixed clang warnings in BlockHandlers. | madmaxoft | 4 | -5/+6 |
2014-04-01 | Simplified the anvil placement code. | madmaxoft | 1 | -11/+9 |
2014-03-31 | Realised suggestions | Tiger Wang | 1 | -1/+4 |
2014-03-31 | Simplified and fixed slabs, fixes #835 | Tiger Wang | 1 | -33/+10 |
2014-03-31 | Fixed a few Y too high/low asserts | Tiger Wang | 1 | -2/+3 |
2014-03-30 | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 11 | -48/+54 |
2014-03-30 | Fixed a few clang warnings. | madmaxoft | 1 | -0/+6 |
2014-03-30 | Fixed chest rotator. | madmaxoft | 1 | -2/+2 |
2014-03-29 | Added in MetaMirrorXY and MetaMirrorYZ to cBlockSignHandler. | narroo | 1 | -0/+19 |
2014-03-29 | Add "a_RelY < cChunkDef::Height" to BlockBigFlower | Howaner | 1 | -0/+1 |
2014-03-28 | Some fixes to lilypads | Tiger Wang | 1 | -61/+5 |
2014-03-28 | Add tallgrass drop to big flowers. | Howaner | 2 | -8/+59 |
2014-03-28 | door -> flower | Howaner | 1 | -1/+1 |
2014-03-28 | Add tall flower handler. | Howaner | 2 | -0/+99 |
2014-03-28 | Fixed non-virtual destructors warnings. | madmaxoft | 2 | -2/+4 |
2014-03-27 | Change SpreadSource prefix to ss | Howaner | 2 | -2/+2 |
2014-03-27 | Wrong if in BlockLeaves | Howaner | 1 | -1/+1 |
2014-03-27 | Add SpreadSource | Howaner | 4 | -2/+13 |
2014-03-27 | Add new leaves to all classes. | Howaner | 1 | -1/+1 |
2014-03-26 | Altered the rotates for cBlockSignHandler. The functions as a whole is still unfinished though; no wall sign or mirroring support yet. | narroo | 1 | -2/+2 |
2014-03-26 | Fixed Minor typos. | narroo | 3 | -9/+12 |
2014-03-25 | Added a comment about the behavior of doors under mirros. Simply put, the current implementation of MetaMirror causes glitchy behavior. The door class itself needs to be edited. (I've got an idea on that....) | narroo | 1 | -2/+8 |
2014-03-25 | Fixed spelling; Rotater to Rotator. | narroo | 15 | -46/+46 |
2014-03-25 | Changed Rotater to Rotator. Added partial sign post rotation support. | narroo | 2 | -0/+12 |
2014-03-25 | Fixed clang compilation | andrew | 1 | -13/+16 |
2014-03-25 | Fixed wither summoning | andrew | 1 | -1/+24 |
2014-03-25 | Protocol: Wither metadata | andrew | 1 | -3/+79 |
2014-03-24 | Add log pickups. | Howaner | 1 | -1/+7 |
2014-03-24 | Wither invulnerability | andrew | 1 | -0/+14 |
2014-03-24 | Added MetaRotate/Mirror Support for a number of classes. | narroo | 12 | -84/+295 |
2014-03-23 | Implemented lilypad placement | Tiger Wang | 2 | -0/+86 |
2014-03-16 | Wrong if in BlockLeaves | Howaner | 1 | -1/+1 |
2014-03-16 | Add new leaves to all classes. | Howaner | 3 | -2/+4 |
2014-03-16 | Change if-clause in BlockCake.h | Howaner | 1 | -1/+1 |
2014-03-16 | Add cake | Howaner | 2 | -0/+57 |
2014-03-16 | Fix anvil pickups. | Howaner | 1 | -1/+1 |
2014-03-16 | Add anvil direction. | Howaner | 2 | -0/+65 |
2014-03-09 | Silenced useless MSVC warnings in cMetaRotater. | madmaxoft | 1 | -0/+21 |
2014-03-09 | Fixed VERIFY | Tiger Wang | 1 | -1/+1 |
2014-03-09 | Beds now work properly fixes #707 | Tiger Wang | 3 | -10/+76 |
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 1 | -0/+2 |
2014-03-08 | Moved returns | worktycho | 1 | -3/+3 |
2014-03-08 | cBlockInfo-related changes from #723 | andrew | 1 | -0/+1 |
2014-03-07 | Fixed warnings | Tycho | 2 | -3/+21 |
2014-03-07 | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 1 | -2/+3 |
2014-03-07 | Add Flower Pots | Howaner | 1 | -80/+3 |
2014-03-06 | Fix comment | Howaner | 1 | -1/+1 |
2014-03-05 | Add SendBlockTo to cWorldInterface | Howaner | 8 | -9/+17 |
2014-03-05 | Set tnt step sound to step.grass | Howaner | 1 | -1/+1 |
2014-03-05 | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 9 | -2/+92 |
2014-03-02 | Reformatted | Tycho | 10 | -20/+20 |
2014-03-02 | Reformated MetaRotater | Tycho | 1 | -19/+30 |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 3 | -63/+6 |
2014-03-02 | Add Trapdoor Functions to cWorld and fix Trapdoor Redstone Bugs | Howaner | 1 | -1/+3 |
2014-03-02 | Reverted BlockVine | worktycho | 1 | -3/+27 |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 11 | -15/+15 |
2014-03-01 | Fixed errors | Tycho | 2 | -2/+2 |
2014-03-01 | Revesed typedef | Tycho | 1 | -1/+1 |
2014-03-01 | Implemented Rotations | Tycho | 11 | -170/+28 |
2014-03-01 | Final implementation of MetaRotater | Tycho | 1 | -45/+51 |
2014-03-01 | Forgotten changes to cChunkInterface. | madmaxoft | 1 | -2/+2 |
2014-03-01 | Removed cBlockHandler forward declaration from cChunkInterface. | madmaxoft | 1 | -9/+22 |
2014-02-28 | Use switch in GetStepSound | Howaner | 1 | -7/+5 |
2014-02-28 | Fix Double Slabs, fix Slab Meta and add more things to burnable | Howaner | 1 | -12/+23 |
2014-02-27 | Added some Metadate rotaters using templated Mixin | Tycho | 10 | -16/+168 |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -1/+1 |
2014-02-23 | BlockBed.cpp: Fixed Multiple people in one bed. | TheJumper | 1 | -7/+18 |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 2 | -10/+10 |
2014-02-23 | Add Heads completely | Howaner | 2 | -0/+71 |
2014-02-20 | Fix Cauldron | Howaner | 1 | -8/+11 |
2014-02-20 | Add 'Meta < 3' to Cauldron | Howaner | 1 | -5/+8 |
2014-02-20 | BlockBed.cpp: Fixed space at if statement | TheJumper | 1 | -1/+1 |
2014-02-20 | BlockBed.cpp: Fixed Multiple people in one bed. | TheJumper | 1 | -7/+18 |
2014-02-19 | Add BlockNewLeaves.h and rename Darkoac to Darkoak | Howaner | 1 | -0/+42 |
2014-02-19 | Add new Trees (without Generator) | Howaner | 2 | -0/+6 |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 2 | -10/+10 |
2014-02-18 | Add Heads completely | Howaner | 2 | -0/+71 |
2014-02-09 | Fixed compile and some warnings in MSVS | Tiger Wang | 3 | -3/+3 |
2014-02-06 | Server internally uses new functions | Tiger Wang | 1 | -1/+1 |
2014-02-05 | Fixed a bunch of MSVS warnings | Tiger Wang | 3 | -4/+4 |
2014-02-04 | Fix gcc not having operator ++ on enums | Tycho | 1 | -6/+7 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 35 | -85/+86 |
2014-02-04 | Fixed chest placement. | madmaxoft | 1 | -2/+4 |
2014-02-03 | Named the different quartz block. | STRWarrior | 1 | -1/+1 |
2014-02-03 | Fixed issues with farmland | Tiger Wang | 2 | -1/+3 |
2014-02-03 | Fixed some issues. | STRWarrior | 1 | -1/+2 |
2014-02-03 | Renamed cBlockQuartsHandler to cBlockQuartzHandler. Fixed not being able to place normal quartz blocks. | STRWarrior | 2 | -4/+4 |
2014-02-03 | This renames the cBlockWoodHandler to cBlockSidewaysHandler, and implements a new cBlockQuartzHandler to handle the quartz pillars. | STRWarrior | 3 | -5/+74 |
2014-02-02 | Fixed #624 | Tiger Wang | 1 | -0/+6 |
2014-02-02 | Fixed dark oak and acacia placement. | madmaxoft | 1 | -0/+1 |
2014-02-02 | Added missing files | Tycho | 2 | -0/+20 |
2014-02-02 | Changed Signiture of OnUpdate | Tycho | 13 | -26/+27 |
2014-02-02 | Fixed #620 | Tiger Wang | 1 | -1/+2 |
2014-02-01 | Changed Signiture of OnDigging | Tycho | 3 | -4/+4 |
2014-02-01 | Changed Signiture of OnDestroyedByPlayer | Tycho | 11 | -13/+23 |
2014-02-01 | Changed pointers to references | Tycho | 51 | -230/+230 |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 49 | -185/+194 |
2014-01-26 | Removed cWorld Include | Tycho | 3 | -3/+0 |
2014-01-26 | Refactored GetPlacementBlockTypeMeta | Tycho | 5 | -8/+6 |
2014-01-26 | Refactored cBlockHandler::OnUse and dependents | Tycho | 15 | -142/+208 |
2014-01-25 | First attempt at Implementing Interfaces | Tycho | 17 | -33/+74 |
2014-01-20 | first changes for enchanting (not finished) | daniel0916 | 2 | -0/+39 |
2014-01-19 | Fixed weird meta with curved rails | Tiger Wang | 1 | -5/+15 |
2014-01-19 | Added more rail functionality | Tiger Wang | 1 | -4/+4 |
2014-01-19 | Improved command blocks | Tiger Wang | 2 | -0/+34 |
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 11 | -16/+16 |
2014-01-16 | Fixed #535 | Tiger Wang | 1 | -1/+1 |
2014-01-16 | Fixed #535 | Tiger Wang | 1 | -1/+1 |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 11 | -13/+13 |
2014-01-11 | Fixed glowstone drop count | andrew | 1 | -2/+2 |
2014-01-11 | Renamed g_TorchPlaceable... | Tiger Wang | 2 | -4/+4 |
2013-12-25 | (Hopefully) fixed if conditions | tonibm19 | 1 | -4/+1 |
2013-12-25 | Implemented xoft suggestion (partly) | tonibm19 | 1 | -25/+29 |
2013-12-25 | Fixed rails not updating with diagonals | Tiger Wang | 1 | -0/+34 |
2013-12-24 | BLOCKTYPE... | tonibm19 | 1 | -2/+2 |
2013-12-24 | Fixed compilation | tonibm19 | 1 | -29/+9 |
2013-12-24 | Implemented xoft suggestion | tonibm19 | 1 | -7/+11 |
2013-12-24 | Using BLOCKTYPE instead of int | tonibm19 | 1 | -2/+2 |
2013-12-24 | Fixed comments | tonibm19 | 1 | -8/+8 |
2013-12-24 | Changed a little how detection works and added comments. | tonibm19 | 1 | -28/+31 |
2013-12-24 | Storing Y -1 and -2 blocks in a variable | tonibm19 | 1 | -5/+7 |
2013-12-24 | Using parenthesis | tonibm19 | 1 | -8/+8 |
2013-12-24 | Fixed a possible crash | tonibm19 | 1 | -39/+42 |
2013-12-23 | Improved iron golem detection algorithm | tonibm19 | 1 | -3/+16 |
2013-12-23 | You can now spawn iron golems. | tonibm19 | 1 | -3/+20 |
2013-12-22 | You can spawn snow golems with snow blocks and pumpkins. | STRWarrior | 1 | -0/+15 |
2013-12-22 | Fixed cacus breaking when next to any non-air block. | STRWarrior | 1 | -1/+1 |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -1/+5 |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 1 | -1/+5 |
2013-12-21 | Piston is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 4 | -5/+5 |
2013-12-20 | Fixed melon and pumpkin growing. | madmaxoft | 1 | -1/+1 |
2013-12-20 | Fixed missing parenthesis. | madmaxoft | 1 | -4/+4 |
2013-12-20 | Fixed assertion during dirt block OnUpdate() | Tiger Wang | 1 | -1/+1 |
2013-12-19 | Fixed dust from being placed on nonsolids | Tiger Wang | 1 | -1/+1 |
2013-12-19 | added blocks and blockentities | Tycho Bickerstaff | 1 | -1/+5 |
2013-12-18 | Implented Nether Wart. | STRWarrior | 2 | -0/+54 |
2013-12-10 | Provides a possible fix for repeater timings | Tiger Wang | 1 | -1/+1 |
2013-12-10 | fixed unused expression warnings in blockFire | Tycho Bickerstaff | 1 | -7/+6 |
2013-12-10 | more cmake stuff | Tycho Bickerstaff | 1 | -0/+7 |
2013-12-10 | Improved pickups spawning speed again | Tiger Wang | 1 | -3/+2 |
2013-12-08 | Readded redstone lamp handler | Tiger Wang | 1 | -0/+2 |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 |
2013-12-08 | Fixed stationary water starting fires and flowing lava not. | madmaxoft | 1 | -2/+2 |
2013-12-07 | Fixed water starting fires | Tiger Wang | 1 | -1/+0 |
2013-12-07 | Fixed some new 1.7 client crash bugs | Tiger Wang | 3 | -0/+35 |
2013-12-07 | Added basic ender chests | Tiger Wang | 2 | -4/+46 |
2013-12-06 | Fixed duplication glitch with QueueSetBlock | Tiger Wang | 1 | -2/+2 |
2013-12-06 | Added trapdoor cursor Y detection | Tiger Wang | 1 | -2/+0 |
2013-12-06 | Fixed trapdoors not overriding OnUse | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Cleaned up torch code and added comments | Tiger Wang | 1 | -31/+7 |
2013-12-06 | Removed another export and inline'd stuff | Tiger Wang | 1 | -5/+5 |
2013-12-06 | Removed exporting of a torch function | Tiger Wang | 1 | -3/+3 |
2013-12-04 | Lava can spawn fire. | madmaxoft | 2 | -6/+87 |
2013-11-30 | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 10 | -56/+73 |
2013-11-30 | Grass doesn't spread to podzol or grassless dirt blocks. | madmaxoft | 1 | -2/+3 |
2013-11-30 | Fixed thin snow CanBeAt checking | Tiger Wang | 1 | -1/+13 |
2013-11-30 | Properly fixed snow height, fixes #98 and #264 | Tiger Wang | 2 | -16/+39 |
2013-11-29 | Stairs reset meta when dropped, fixes #269 | Tiger Wang | 1 | -2/+22 |
2013-11-29 | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 2 | -0/+110 |
2013-11-29 | Removed unneeded CPP files | Tiger Wang | 11 | -221/+77 |
2013-11-24 | Moved source to src | Alexander Harkness | 69 | -0/+5903 |