Commit Graph

  • e6819c4c65 Fixed the nether and end getting snow if they were generated in the overworld. master STRWarrior 2015-04-03 16:32:31 +0200
  • afdd751fe3 Merge pull request #1799 from SnappingTurtles/BlockButton Mattes D 2015-04-03 15:41:39 +0200
  • 11f5ee27ab Merge pull request #1845 from birkett/master Mattes D 2015-04-03 10:35:41 +0200
  • 51891b766c Working as a Windows service. Starts and stops correctly. Anthony Birkett 2015-03-31 14:50:03 +0100
  • d3aba9ed3f QtBiomeVisualiser: Fixed compilation and INI loading. Mattes D 2015-03-28 20:47:24 +0100
  • 53f5cc209f Fixed placing bottom half-slabs by clicking a top half-slab. Mattes D 2015-03-28 10:43:59 +0100
  • 97daf810ff Removed 0x6, 0x7 from BlockButton. Alexandre Guertin 2015-03-25 16:12:02 -0400
  • e5a7a730ed Merge pull request #1826 from mc-server/UnifyPacketizer Mattes D 2015-03-24 13:09:41 +0100
  • f1ef7f57ff Merge pull request #1775 from tommysanterre/terrainheightfix Mattes D 2015-03-23 12:25:22 +0100
  • b913c5da69 Added VarInt64, normalized cPacketizer datatype names. Mattes D 2015-03-22 23:09:23 +0100
  • c626848393 Unified cPacketizer across all protocols. Mattes D 2015-03-22 19:46:08 +0100
  • 8df9f1685a ProtoProxy: Fixed connection and logging. Mattes D 2015-03-22 15:00:51 +0100
  • ffcadd5f78 Merge pull request #1792 from mc-server/APIDocs Mattes D 2015-03-22 10:26:49 +0100
  • d3838d40d2 APIDump: Linkified eShrapnelLevel. Mattes D 2015-03-21 22:24:30 +0100
  • d02c908670 Merge pull request #1786 from mc-server/pipelineSyntax worktycho 2015-03-21 21:08:33 +0000
  • 785201a6f3 APIDump: Used suggestions STRWarrior 2015-03-21 19:39:29 +0100
  • 20a2e36087 APIDump: Improved documentation of cWorld:GetTNTShrapnelLevel Fixed APIDump loading STRWarrior 2015-03-08 13:42:34 +0100
  • 24aad0dc45 APIDump: Gave shrapnellevel it's own constantgroup STRWarrior 2015-03-08 13:35:43 +0100
  • db0da55021 APIDump: Fixed typo in cWorld:BroadcastEntityAnimation documentation STRWarrior 2015-03-06 15:31:14 +0100
  • 5a2b38a8b8 APIDump: Improved cWorld:GetMaxViewDistance documentation STRWarrior 2015-03-06 15:28:00 +0100
  • 7df58d8b21 APIDump: Improved cBlockArea.msDifference documentation STRWarrior 2015-03-06 15:23:03 +0100
  • 6251bee670 APIDump: Documented function in cChunkDesc STRWarrior 2015-03-06 14:44:21 +0100
  • df4959b0f4 APIDump: Documented functions & Variables in cBlockInfo STRWarrior 2015-03-06 14:42:39 +0100
  • 37f53d0f78 APIDump: Documented missing constant in cBlockArea STRWarrior 2015-03-06 14:37:40 +0100
  • 538cde6bbb APIDump: Documented all undocumented functions in cWorld STRWarrior 2015-03-06 14:33:48 +0100
  • 7089b68030 Style fixes worktycho 2015-03-21 19:45:01 +0000
  • d966200a6c Fixed alignment worktycho 2015-03-21 19:35:25 +0000
  • c3c29577a5 Fixed signedness warnings in Protocol. Mattes D 2015-03-21 16:11:57 +0100
  • b698286e86 Creeper: Fixed skeleton check. Mattes D 2015-03-21 15:52:49 +0100
  • 3923e3e37a Fixed signedness issues in protocols. Mattes D 2015-03-21 15:40:56 +0100
  • e9b8be25f9 Changed linked world name variables and setters / getters. Mattes D 2015-03-21 15:20:31 +0100
  • cc069ccb2a Changed cEntity::m_UniqueID to UInt32. Mattes D 2015-03-21 15:18:17 +0100
  • 7e7527cc43 Fixed trailing whitespace. Mattes D 2015-03-21 14:07:16 +0100
  • b1d4b3bb96 Unified cByteBuffer types. Mattes D 2015-03-21 13:00:20 +0100
  • 60a52288d8 Improved arrow in-flight and block-hit appearance Tiger Wang 2015-03-20 22:32:32 +0000
  • 0f45d1fbe2 cPluginLua:cResettable no longer shares CS with plugin. Mattes D 2015-03-20 16:51:49 +0100
  • 8a43da0723 Merge pull request #1822 from mc-server/ResettableLuaCallback Mattes D 2015-03-20 16:11:50 +0100
  • 781c8683f7 Added cPluginLua::cResettable interface, used for scheduled tasks. Mattes D 2015-03-20 15:13:33 +0100
  • 967ece1684 Merge pull request #1821 from bibo38/bugfix1765 Mattes D 2015-03-20 12:13:21 +0100
  • 13ccd1adb0 Updated Core. Mattes D 2015-03-20 12:05:34 +0100
  • 3058c4c010 Removed Metavalue from Piston drops. Bugfix #1765 bibo38 2015-03-20 11:14:42 +0100
  • e683a8c2c1 Merge pull request #1818 from mc-server/VerboseTests Mattes D 2015-03-20 08:14:18 +0100
  • 3f6d823aa4 Correct world height validations. Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255 Tommy Santerre 2015-02-14 17:11:38 -0500
  • abd3f06a76 APIDump: Added inheritance checking. Mattes D 2015-03-19 21:29:23 +0100
  • 2d1d4ae3e3 Removed unwanted base classes from Lua API. Mattes D 2015-03-19 21:26:38 +0100
  • 93031dffd8 AllToLua: Fixed cMonster inheritance. Mattes D 2015-03-19 21:06:28 +0100
  • 2fed8c3227 Improved DoWithID bindings. Mattes D 2015-03-19 16:24:32 +0100
  • 241c441de7 Merge pull request #1819 from bibo38/bugfix1783 Mattes D 2015-03-19 14:38:08 +0100
  • 54d97f8c17 Removed wrong else clause, which caused that the following if-Statement got only executed in rare cases. This has blocked the creation of new Fluid-Sources. Bugfix #1783 bibo38 2015-03-19 13:23:03 +0100
  • e301ff48fa APIDump: Removed the tolua.cast() example. Mattes D 2015-03-19 12:57:00 +0100
  • f3046417ec Fixed a clang warning, improved comments. Mattes D 2015-03-19 12:46:37 +0100
  • 9eb9541060 AllToLua: Removed an unneeded class declaration. Mattes D 2015-03-19 12:34:16 +0100
  • 09da6e7a6e AllToLua: Fixed the parse order for bindings generation. Mattes D 2015-03-19 12:19:04 +0100
  • 5f660f7677 Added cNetwork initialization to program start. Mattes D 2015-03-18 22:07:57 +0100
  • fa17fb9b80 Debuggers: Added inheritance testing. Mattes D 2015-03-18 16:07:15 +0100
  • 49e59ee06b World:DoWithEntityByID() checks the entities-to-add as well. Mattes D 2015-03-18 15:35:19 +0100
  • c807a64a59 Enabled output of individual tests. Mattes D 2015-03-18 14:10:30 +0100
  • c41183d450 Debuggers: Added a cBoundingBox test. Mattes D 2015-03-18 13:50:28 +0100
  • 0aff42a4bc Network: Close the UDP endpoint in destructor. Mattes D 2015-03-18 13:49:35 +0100
  • 29e267cac0 Merge pull request #1817 from bibo38/bugfix1715 worktycho 2015-03-17 20:42:13 +0000
  • 7b025d6605 Changed Variable types of Endianness.h to uniform UInt* types from Globals.h bibo38 2015-03-17 20:00:21 +0100
  • d16dc5a1db Merge pull request #1816 from bibo38/bugfix1715 worktycho 2015-03-17 17:56:14 +0000
  • 9ac094e95a Fixed double underscore identifiers in the Endianess.h file, which are reserved for implementation use. Bug #1715 bibo38 2015-03-17 18:22:27 +0100
  • 0add3d4617 Merge pull request #1810 from mc-server/paintings Mattes D 2015-03-15 14:30:23 +0100
  • 83531707f3 Merge pull request #1811 from mc-server/grass worktycho 2015-03-15 12:16:37 +0000
  • a8a2d3d504 Use thread_local in cFastRandom Tiger Wang 2015-03-14 21:52:13 +0000
  • 65d2ef32e9 Merge pull request #1734 from mc-server/pistons Mattes D 2015-03-14 22:44:04 +0100
  • ebf0126dc9 Merge pull request #1808 from tumultenrx/master Mattes D 2015-03-14 22:32:23 +0100
  • 5c45c8897c Fixed a small bug tumultenrx 2015-03-14 20:45:16 +0100
  • e94886c140 Fixed grass spread, closes #1743 Tiger Wang 2015-03-14 00:59:53 +0000
  • cb8ea41c90 Fixed style violations Tiger Wang 2015-03-13 23:22:09 +0000
  • 3d398baf35 cPainting saving implemented Tiger Wang 2015-03-13 23:05:06 +0000
  • e15e30a030 Fixed confusion over Item Frame directions Tiger Wang 2015-03-13 22:29:27 +0000
  • 57d2a09c8c Merge pull request #1809 from flx5/master NiLSPACE 2015-03-13 08:55:48 +0100
  • a215070cf2 Monsters will now attack. Additional checks have been added when generating spawn. tumultenrx 2015-03-12 19:37:39 +0100
  • 936d56a711 Performance improvements for #1807 flx5 2015-03-12 20:16:12 +0100
  • f9991c9f92 Merge pull request #1761 from mc-server/NetworkIPEnum Mattes D 2015-03-12 13:35:45 +0100
  • 439eb8d6cb Merge pull request #1807 from flx5/master Mattes D 2015-03-11 22:43:52 +0100
  • b43ac6f0ed Merge pull request #1804 from mc-server/streamlinetravis Alexander Harkness 2015-03-11 20:06:22 +0000
  • 98a4a1f3cd Reduced number of build jobs. Alexander Harkness 2015-03-11 20:06:07 +0000
  • f6912bd01c Fixed coding conventions for Pull Request #1807 flx5 2015-03-11 20:02:11 +0100
  • d8ab99e944 Fixed issue with quotes not appearing in pairs flx5 2015-03-11 19:52:49 +0100
  • 1b60fe12a8 Merge pull request #1665 from mc-server/Inventory Mattes D 2015-03-11 14:26:04 +0100
  • 430cbb8c83 Changed pipeline character from >> to | tycho 2015-03-11 10:42:45 +0000
  • 8646e95b6f Fixed style and removed false positives Relaxed the rules for < followed by an && and removed rule for < following an && tycho 2015-03-11 10:39:49 +0000
  • 3b91e31ccd Merge pull request #1805 from mc-server/chunkDataFix Mattes D 2015-03-11 09:56:49 +0100
  • 76012ee090 Fixed some markup issues flx5 2015-03-11 04:38:15 +0100
  • 451ab6860f Fixed some markup issues flx5 2015-03-11 04:33:17 +0100
  • d130696e95 Fixes #493 and #490 flx5 2015-03-11 04:14:17 +0100
  • 12971c4ce2 Reduce amount of testing, realises #1795 Tiger Wang 2015-03-10 22:48:39 +0000
  • 4ffaace384 Use std::memcpy to fix alignment Tiger Wang 2015-03-10 22:25:53 +0000
  • ff785188f9 Fixed Sequence Generator for IntGen Tycho 2015-03-10 22:19:03 +0000
  • 45fa2d98db Fixed Bug in cChunkData. worktycho 2015-03-10 20:32:01 +0000
  • 685f6e3713 Moved window code into cpp files Howaner 2015-03-10 19:40:53 +0100
  • adf5edc913 Buttons can be placed on the top and on the bottom face of a block Alexandre Guertin 2015-03-09 18:13:55 -0400
  • a96c21fc0d Merge branch 'master' into Inventory Howaner 2015-03-09 22:39:11 +0100
  • ce6219530a Fixed client kick/crash if many block changes happend Howaner 2015-03-09 22:32:12 +0100
  • 20da3d34a5 Potential Linux implementation Tiger Wang 2015-03-08 16:54:44 +0000
  • 5b74987a59 Merge pull request #1794 from mc-server/MesaPlateauF Mattes D 2015-03-08 15:59:30 +0100
  • d19f2a472b Added parenthesis around the comparisons STRWarrior 2015-03-08 15:22:01 +0100