summaryrefslogtreecommitdiffstats
path: root/src/Defines.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into saplingsandleavesTiger Wang2014-07-221-10/+10
|\ | | | | | | | | Conflicts: src/Defines.h
| * Defines.h: Fixed a warning.madmaxoft2014-07-211-1/+1
| |
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-9/+9
| |
| * Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-1/+1
| |
* | Merge branch 'master' into saplingsandleavesTiger Wang2014-07-201-15/+3
|\| | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h
| * Fixed clamping issuesarchshift2014-07-191-12/+1
| |
| * Moved ChatColor.h out of defines where it was not neededarchshift2014-07-181-1/+0
| |
| * Fixed spaces around single-line comments.madmaxoft2014-07-171-1/+1
| | | | | | | | There should be at least two spaces in front and one space after //-style comments.
| * Fixed basic whitespace problems.madmaxoft2014-07-171-1/+1
| | | | | | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-9/+0
|/ | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201
* Refactored reversing logic into seperate functionTycho2014-06-161-2/+13
|
* Fixed datatype truncation in Diff() template.madmaxoft2014-05-181-1/+1
|
* Add block place/break distance check.Howaner2014-05-091-0/+10
|
* Mobs rotationr.ramazanov2014-04-171-4/+6
|
* Added unreachable lines backit prtected by preprocessor guardsTycho2014-03-191-0/+4
|
* Merge branch 'master' into unreachableTycho2014-03-171-10/+16
|\
| * Added common eMessageType aliases.madmaxoft2014-03-161-10/+16
| |
* | Removed invalid block face handling codeTycho2014-03-141-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 WerrorTycho2014-03-111-0/+20
|\ | | | | | | | | Conflicts: src/ChunkDef.h
| * Added BlockFaceToString() translation function.madmaxoft2014-03-091-0/+20
| |
* | Be more parinoid about int sizesTycho2014-03-091-1/+2
| |
* | Fixed Mesannine twister to use UInt32Tycho2014-03-091-1/+1
|/
* Fixed some gcc warnings in Defines.h.madmaxoft2014-03-041-3/+3
|
* Added blockface mirroring and rotating.madmaxoft2014-03-021-0/+50
|
* Removed g_BlockXXX arraysandrew2014-03-021-27/+0
|
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-191-2/+2
|
* Add Skulls/HeadsHowaner2014-02-171-0/+37
|
* Implemented cCompositeChat.madmaxoft2014-02-151-2/+7
| | | | | This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678.
* Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-4/+2
|\ | | | | | | | | Conflicts: MCServer/Plugins/APIDump/APIDesc.lua
| * Improved Type safety of eBlockFaceTycho2014-02-041-4/+2
| | | | | | | | May Fix #640
* | Improved chat messaging functionsTiger Wang2014-02-071-62/+2
| | | | | | | | | | | | | | * Moved string manipulation into cClientHandle and therefore... + Added configuration option for prefixes. * Cleaned up code. * Updated documentation for API.
* | Added more chat functionsTiger Wang2014-02-061-24/+32
| |
* | Added more SendMessageXXX() functionsTiger Wang2014-02-041-44/+47
| |
* | Added SendMessageXXX() to cPlayerTiger Wang2014-02-031-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 Wang2014-02-021-9/+11
|
* Added checks for ice into IsBlockWater()Tiger Wang2014-02-011-2/+9
| | | | | * This fixes players spawning in vast oceans of ice, as opposed to the previous water
* Merge pull request #589 from mc-server/minecartimprovementsMattes D2014-01-261-0/+18
|\ | | | | Minecart improvements
| * Added more rail functionalityTiger Wang2014-01-191-0/+18
| |
* | PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-2/+0
|/
* Implemented Ctrl-Q drop stackTiger Wang2014-01-151-0/+1
| | | | Also fixed an issue with TossItems not respecting count.
* Merge pull request #529 from mc-server/derpstonerefactorAlexander Harkness2014-01-121-2/+2
|\ | | | | Major refactoring of redstone
| * Renamed g_TorchPlaceable...Tiger Wang2014-01-111-2/+2
| | | | | | | | ...to g_FullyOccupiesVoxel, as recommended by @bearbin
* | Move biome definition to separate filesBill Derouin2014-01-091-28/+0
|/
* Fixed normalizing large angles.madmaxoft2013-12-081-0/+16
|
* Fixed compiler warnings in IsBiomeNoDownfall().madmaxoft2013-11-301-1/+4
|
* Added IsBiomeNoDownfall() function.madmaxoft2013-11-301-0/+26
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-20/+20
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+562