summaryrefslogtreecommitdiffstats
path: root/src/Defines.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* TNT minecarts exploding when riding over activator rails (#5469)Michal Havlíček2023-01-251-0/+1
* ClientHandle: Fix block interaction regressions (#5431)Tiger Wang2022-07-161-6/+2
* Add player permission level (#5358)Simon Pribylski2022-01-241-5/+0
* Improved farmer AI & Fixed entity loading functions (#5351)Persson-dev2021-12-291-0/+2
* More cProtocol cleanupTiger Wang2021-04-121-20/+0
* Unify multiprotocol entity animationsTiger Wang2021-04-121-0/+82
* Adding basic Banner functionality (#4806)12xx122021-03-151-0/+48
* Adding Boss bar (#5025)12xx122021-03-051-0/+29
* Clang 7?Tiger Wang2021-02-111-7/+0
* ViewDistance: unsigned -> signedTiger Wang2020-12-261-11/+1
* Warnings improvementsTiger Wang2020-12-181-1/+12
* Added magma block contact damage (#5055)Aiden Neill2020-11-251-0/+2
* Adding wolf breading and moving breeding functionality to cMonster (#4951)12xx122020-10-091-1/+15
* Fixed snow golems and added documentation to damage type and added damage type for damage from environment to mobs (#4877)12xx122020-09-171-0/+1
* Extended Vector3 (#4666)Mattes D2020-04-181-0/+8
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-812/+152
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Deal with covered switches consistently (#4161)peterbell102018-02-051-24/+8
* Implement horse inventory (#4053)peterbell102017-10-211-0/+19
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Remove double includes part 2 (#3890)peterbell102017-08-031-3/+0
* Handle middle mouse drag (#3847)peterbell102017-07-131-0/+6
* Added some blocks and items (#3503)mathiascode2017-02-141-1/+25
* Track skin part and main hand preferences (#3498)Pokechu222017-01-031-0/+36
* Anticheat fastbreak (#3411)mohe20152016-11-061-0/+301
* Use cChunkDef::Height for Y coord comparison where applicable.Moritz Borcherding2016-09-271-1/+1
* Fixed cCompositeChat's constructor LuaAPI bindings.Mattes D2016-09-251-0/+1
* Fixed RasPi builds of unit tests.Mattes D2016-08-041-1/+1
* Update Dispensers and let them act more like in VanillaQUSpilPrgm2016-06-031-0/+13
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-6/+7
* Updated old forum linksMathias2016-01-311-1/+1
* Deleted cPath::BlockTypeIsFenceLogicParrot2015-12-271-4/+11
* Added IsBlockFence method to definesJulian Laubstein2015-12-241-0/+24
* Unified the doxy-comment format.Mattes D2015-07-311-4/+4
* LuaState: Added support for config-style usage.Mattes D2015-06-171-7/+11
* Added system and above action bar chat messagesjan642015-06-021-0/+11
* Fixed warnings in MSVC.Mattes D2015-06-021-1/+24
* Fix bearbins commentstycho2015-05-241-14/+10
* Fix commentstycho2015-05-241-4/+14
* Fixed a lot of warningstycho2015-05-191-6/+15
* More style checking.Mattes D2015-05-091-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-6/+6
* convert old style casts to fix warningsSteven Riehl2014-10-121-21/+17
* Pre 1.8 releasenesco2014-09-161-0/+2
* More template keyword fixes.Mattes D2014-08-281-1/+1
* Merge remote-tracking branch 'origin/master' into saplingsandleavesTiger Wang2014-07-221-10/+10
|\
| * 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
|\|
| * 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
| * Fixed basic whitespace problems.madmaxoft2014-07-171-1/+1
* | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-9/+0
|/
* 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
|/
* Merge branch 'master' into WerrorTycho2014-03-111-0/+20
|\
| * 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
* Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-4/+2
|\
| * Improved Type safety of eBlockFaceTycho2014-02-041-4/+2
* | Improved chat messaging functionsTiger Wang2014-02-071-62/+2
* | 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
|/
* Added IsBlockWaterOrIce()Tiger Wang2014-02-021-9/+11
* Added checks for ice into IsBlockWater()Tiger Wang2014-02-011-2/+9
* Merge pull request #589 from mc-server/minecartimprovementsMattes D2014-01-261-0/+18
|\
| * 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
* Merge pull request #529 from mc-server/derpstonerefactorAlexander Harkness2014-01-121-2/+2
|\
| * Renamed g_TorchPlaceable...Tiger Wang2014-01-111-2/+2
* | 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
* Moved source to srcAlexander Harkness2013-11-241-0/+562