Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bearbins comments | tycho | 2015-05-24 | 1 | -14/+10 |
| | |||||
* | Fix comments | tycho | 2015-05-24 | 1 | -4/+14 |
| | |||||
* | Fixed a lot of warnings | tycho | 2015-05-19 | 1 | -6/+15 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -6/+6 |
| | |||||
* | convert old style casts to fix warnings | Steven Riehl | 2014-10-12 | 1 | -21/+17 |
| | |||||
* | Pre 1.8 release | nesco | 2014-09-16 | 1 | -0/+2 |
| | | | Added Gamemode Spectator | ||||
* | More template keyword fixes. | Mattes D | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into saplingsandleaves | Tiger Wang | 2014-07-22 | 1 | -10/+10 |
|\ | | | | | | | | | Conflicts: src/Defines.h | ||||
| * | Defines.h: Fixed a warning. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | | |||||
| * | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -9/+9 |
| | | |||||
| * | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into saplingsandleaves | Tiger Wang | 2014-07-20 | 1 | -15/+3 |
|\| | | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h | ||||
| * | Fixed clamping issues | archshift | 2014-07-19 | 1 | -12/+1 |
| | | |||||
| * | Moved ChatColor.h out of defines where it was not needed | archshift | 2014-07-18 | 1 | -1/+0 |
| | | |||||
| * | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
| * | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | ||||
* | | Fixed issues relating to saplings and leaves | Tiger Wang | 2014-07-17 | 1 | -9/+0 |
|/ | | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | ||||
* | Refactored reversing logic into seperate function | Tycho | 2014-06-16 | 1 | -2/+13 |
| | |||||
* | Fixed datatype truncation in Diff() template. | madmaxoft | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | Add block place/break distance check. | Howaner | 2014-05-09 | 1 | -0/+10 |
| | |||||
* | Mobs rotation | r.ramazanov | 2014-04-17 | 1 | -4/+6 |
| | |||||
* | Added unreachable lines backit prtected by preprocessor guards | Tycho | 2014-03-19 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into unreachable | Tycho | 2014-03-17 | 1 | -10/+16 |
|\ | |||||
| * | Added common eMessageType aliases. | madmaxoft | 2014-03-16 | 1 | -10/+16 |
| | | |||||
* | | Removed invalid block face handling code | Tycho | 2014-03-14 | 1 | -1/+0 |
|/ | | | | | | The code for handling invalid block faces is removed by gcc and clang as it is undefined behavior for a enum to contain a value that is not part of the enum. Since the only way that the line can be executed is through undefined behavior clang and gcc remove it so the function fits in the caches better. | ||||
* | Merge branch 'master' into Werror | Tycho | 2014-03-11 | 1 | -0/+20 |
|\ | | | | | | | | | Conflicts: src/ChunkDef.h | ||||
| * | Added BlockFaceToString() translation function. | madmaxoft | 2014-03-09 | 1 | -0/+20 |
| | | |||||
* | | Be more parinoid about int sizes | Tycho | 2014-03-09 | 1 | -1/+2 |
| | | |||||
* | | Fixed Mesannine twister to use UInt32 | Tycho | 2014-03-09 | 1 | -1/+1 |
|/ | |||||
* | Fixed some gcc warnings in Defines.h. | madmaxoft | 2014-03-04 | 1 | -3/+3 |
| | |||||
* | Added blockface mirroring and rotating. | madmaxoft | 2014-03-02 | 1 | -0/+50 |
| | |||||
* | Removed g_BlockXXX arrays | andrew | 2014-03-02 | 1 | -27/+0 |
| | |||||
* | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -2/+2 |
| | |||||
* | Add Skulls/Heads | Howaner | 2014-02-17 | 1 | -0/+37 |
| | |||||
* | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -2/+7 |
| | | | | | This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678. | ||||
* | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -4/+2 |
|\ | | | | | | | | | Conflicts: MCServer/Plugins/APIDump/APIDesc.lua | ||||
| * | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -4/+2 |
| | | | | | | | | May Fix #640 | ||||
* | | Improved chat messaging functions | Tiger Wang | 2014-02-07 | 1 | -62/+2 |
| | | | | | | | | | | | | | | * Moved string manipulation into cClientHandle and therefore... + Added configuration option for prefixes. * Cleaned up code. * Updated documentation for API. | ||||
* | | Added more chat functions | Tiger Wang | 2014-02-06 | 1 | -24/+32 |
| | | |||||
* | | Added more SendMessageXXX() functions | Tiger Wang | 2014-02-04 | 1 | -44/+47 |
| | | |||||
* | | Added SendMessageXXX() to cPlayer | Tiger Wang | 2014-02-03 | 1 | -1/+69 |
|/ | | | | | | As requested by @bearbin, one no longer needs to download a file that links to Core. The server does it! Hopefully this encourages standards compliance. | ||||
* | Added IsBlockWaterOrIce() | Tiger Wang | 2014-02-02 | 1 | -9/+11 |
| | |||||
* | Added checks for ice into IsBlockWater() | Tiger Wang | 2014-02-01 | 1 | -2/+9 |
| | | | | | * This fixes players spawning in vast oceans of ice, as opposed to the previous water | ||||
* | Merge pull request #589 from mc-server/minecartimprovements | Mattes D | 2014-01-26 | 1 | -0/+18 |
|\ | | | | | Minecart improvements | ||||
| * | Added more rail functionality | Tiger Wang | 2014-01-19 | 1 | -0/+18 |
| | | |||||
* | | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 2014-01-23 | 1 | -2/+0 |
|/ | |||||
* | Implemented Ctrl-Q drop stack | Tiger Wang | 2014-01-15 | 1 | -0/+1 |
| | | | | Also fixed an issue with TossItems not respecting count. | ||||
* | Merge pull request #529 from mc-server/derpstonerefactor | Alexander Harkness | 2014-01-12 | 1 | -2/+2 |
|\ | | | | | Major refactoring of redstone | ||||
| * | Renamed g_TorchPlaceable... | Tiger Wang | 2014-01-11 | 1 | -2/+2 |
| | | | | | | | | ...to g_FullyOccupiesVoxel, as recommended by @bearbin | ||||
* | | Move biome definition to separate files | Bill Derouin | 2014-01-09 | 1 | -28/+0 |
|/ | |||||
* | Fixed normalizing large angles. | madmaxoft | 2013-12-08 | 1 | -0/+16 |
| | |||||
* | Fixed compiler warnings in IsBiomeNoDownfall(). | madmaxoft | 2013-11-30 | 1 | -1/+4 |
| | |||||
* | Added IsBiomeNoDownfall() function. | madmaxoft | 2013-11-30 | 1 | -0/+26 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -20/+20 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+562 |