summaryrefslogtreecommitdiffstats
path: root/src/Defines.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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