1
0
Fork 0

Commit Graph

  • e2e78abdb7 Style, no need to tag struct with s Tiger Wang 2020-09-18 13:17:29 +0100
  • 608e7a9950 Remove unused ServerPort argument Tiger Wang 2020-09-18 13:17:09 +0100
  • 7f372b12cb Add State enum to protocol Tiger Wang 2020-09-12 21:08:23 +0100
  • bf253caab5 Remove unused ServerPort member Tiger Wang 2020-09-11 19:43:18 +0100
  • acc399ffb3 Cleanup Protocol classes Tiger Wang 2020-09-11 19:42:22 +0100
  • c18fe8aa45
    Adding Generator For Single Piece Structures (#4830) 12xx12 2020-09-18 00:20:50 +0200
  • a72769b30e
    Added recipe for the observer. (#4880) KingCol13 2020-09-17 22:47:38 +0100
  • f7091e1b19
    Fixed leaves and wheat not breakable with piston (#4882) Elias Thomson 2020-09-17 21:03:02 +0000
  • ba5312c198
    Fixed snow golems and added documentation to damage type and added damage type for damage from environment to mobs (#4877) 12xx12 2020-09-17 20:06:41 +0200
  • c3d2956ba5
    BlockHandler: no dynamic allocation (#4862) Tiger Wang 2020-09-17 14:51:42 +0100
  • 53549a1a4c
    Add some const qualifiers to functions (#4874) 12xx12 2020-09-17 00:01:20 +0200
  • a90dedffeb
    Fixed doors not breakable by piston (#4869) Elias Thomson 2020-09-15 19:47:23 +0000
  • d9d71e1de6
    Rail: avoid invalid game states (#4864) Tiger Wang 2020-09-13 14:44:20 +0100
  • 33f3c18bc1
    Beds: derestrict clicking block face (#4863) Tiger Wang 2020-09-13 11:58:39 +0100
  • 198407807f
    Reverse order of ChunkSender priorities (#4858) Tiger Wang 2020-09-12 20:43:18 +0100
  • 93adbdce9a
    Use tracing for explosions (#4845) Tiger Wang 2020-09-12 19:57:44 +0100
  • 834d61dacc
    fixed missing include for FreeBSD. (#4852) SatoKaito 2020-09-10 08:17:06 +0900
  • c2f8ceb554
    Add more statistic tracking (#4837) 12xx12 2020-09-05 17:13:44 +0200
  • 2d197e147e
    Use pitch lookup in noteblock block entity (#4826) 12xx12 2020-09-05 17:07:01 +0200
  • 040380321c WriteConsoleInput can return FALSE when running as servic Tiger Wang 2020-09-05 14:23:54 +0100
  • 29808c61c9 Reformat messages in NonCtrlHandler Tiger Wang 2020-09-05 13:41:42 +0100
  • 1bc12ba2b3 Streamline startup sequence Tiger Wang 2020-07-23 00:34:43 +0100
  • 5e670a050b Rename AddEntityIfNotPresent to AddPlayer Tiger Wang 2020-09-03 22:25:35 +0100
  • a3b5cba6be
    Define _DEBUG macro for tests and main server (#4843) Alexander Harkness 2020-08-30 16:32:03 +0100
  • f84e805453 Entities can fail to add into a chunk Tiger Wang 2020-08-29 21:34:21 +0100
  • 07ffd9f6f3 Unused/duplicate function cleanup Tiger Wang 2020-08-29 16:47:40 +0100
  • d2e92440eb Remove redundant DoWithChunkAt in chests Tiger Wang 2020-08-28 21:43:12 +0100
  • 5d736b653f Minor style fixes Tiger Wang 2020-08-28 21:42:37 +0100
  • c1ffed60ec FastNBTWriter: AddString now uses string_view Tiger Wang 2020-08-28 21:42:18 +0100
  • 8fa8ee96fc Broadcaster: don't loop over all entities to broadcast one's position Tiger Wang 2020-08-28 21:41:18 +0100
  • be121f9e80 Save enderchest block entities to storage Tiger Wang 2020-08-28 21:40:40 +0100
  • da9158937d WorldStorage: Removed unused callback parameters Tiger Wang 2020-08-28 21:36:46 +0100
  • 071aee6c79 Clean up pickup collection to use ForEachEntityInBox Tiger Wang 2020-08-28 21:35:38 +0100
  • 167247328a Chunk: Make StayCount/AlwaysTicked unsigned Tiger Wang 2020-08-28 21:34:23 +0100
  • 7023548de0 Simplify MoveEntityToNewChunk Tiger Wang 2020-08-28 21:32:46 +0100
  • 08bd77e547 Clean up GenerateChunk/TouchChunk Tiger Wang 2020-08-28 21:26:04 +0100
  • 72ae5ecb5a ChunkMap: do not wantonly make empty chunks Tiger Wang 2020-08-28 21:22:44 +0100
  • b084f1f13f Remove unneeded MarkDirty, SendToClients parameters of SetMeta Tiger Wang 2020-08-26 21:45:13 +0100
  • ecd8f0c0de 1.13+: Send length-prefixed server Brand string Tiger Wang 2020-08-21 18:55:39 +0100
  • 3d7acb6d10 Removed const Mattes D 2020-08-27 11:40:06 +0200
  • c98a2d9acf Changed tree-growing functions in cWorld to use Vector3i coords. Mattes D 2020-08-26 14:08:37 +0200
  • 0e3039d44c Added a "reloadweb" command for reloading web admin config. Mattes D 2020-08-27 15:55:11 +0200
  • d2de029c02
    Fixed windows hack in Compile.sh (#4834) Azurethi 2020-08-26 11:42:51 +0100
  • fa917259a5 Fix doors and trapdoors closing on server restart Peter Bell 2020-08-25 19:08:13 +0100
  • a473e8ba52 ChunkDataSerializer: don't repeatedly mallocate Tiger Wang 2020-08-21 18:22:04 +0100
  • 440523b022 CompressPacket: reserve CompressedSize, not the uncompressed size Tiger Wang 2020-08-21 18:17:45 +0100
  • 8620f6a13e StatSerializer: use std::move Tiger Wang 2020-08-21 18:15:34 +0100
  • e23dcffaff Make StatSerializer a namespace Tiger Wang 2020-08-20 23:27:08 +0100
  • 8cca3db61b Consolidate various Chunk serialisers under one roof Tiger Wang 2020-08-20 23:07:46 +0100
  • 2d28d681c7 Remove unused variables in ChestEntity/BlockEntityWithItems Tiger Wang 2020-08-20 21:44:19 +0100
  • 82d251b71b Made cProtocol::Version, EntityMetadata enums less verbose Tiger Wang 2020-08-20 21:34:46 +0100
  • 9a9079d3da Remove complex templated SendBlockChange Tiger Wang 2020-08-20 21:26:29 +0100
  • d8c8d0124d Replace PowerData struct with PowerLevel Tiger Wang 2020-08-20 20:04:28 +0100
  • 03557e978e cChunk's deleted copy constructor needs const Tiger Wang 2020-08-20 18:29:20 +0100
  • d1b0d0f5b5 Remove level of indirection in cChunk storage Tiger Wang 2020-08-20 12:50:22 +0100
  • 3143d6ce67 Remove std::make_unique from redstone handler creation Tiger Wang 2020-08-19 21:14:40 +0100
  • 6617d43983 Minor typo fixes Tiger Wang 2020-08-19 21:00:17 +0100
  • b230b547b6
    More tar incompatibility changes Alexander Harkness 2020-08-20 21:09:54 +0000
  • 6ded83f8f2
    Exclude .git only, mac has inferior tar Alexander Harkness 2020-08-20 20:48:58 +0000
  • 8e0b210e66
    Exclude VCS files from archives for jenkins binaries Alexander Harkness 2020-08-20 20:34:13 +0000
  • 70ab8d2f96
    Adding block entity transmission to 1.13 (#4829) 12xx12 2020-08-19 21:46:03 +0200
  • 963ec77575 Add statistics upgrade mapping Tiger Wang 2020-08-19 13:09:39 +0100
  • f23402dacd Add FileStream wrapper Tiger Wang 2020-08-18 23:36:05 +0100
  • dbc81c3548 Add statistics palette for 1.15 & 1.16 Tiger Wang 2020-08-12 09:55:12 +0100
  • 7d0813ce8c Add Statistics and Achievements for newer Network standards 12xx12 2020-08-12 09:54:36 +0100
  • 47f7727b7f
    Add enhanced Gold generation in Mesa-Type Biomes (#4821) 12xx12 2020-08-12 09:20:38 +0200
  • 3986059866 Remove BountySource from funding sources Alexander Harkness 2020-08-06 14:05:17 +0100
  • a3594f22c2 Update FinishGen.cpp 12xx12 2020-08-09 23:57:48 +0200
  • ec3de19c4e small issues addressed in #4817 fixed because was merged to fast 12xx12 2020-08-09 23:50:24 +0200
  • 1b17ec4ca9 Fix enderchest placement rotation ion232 2020-08-09 12:22:10 +0100
  • fed03048ad
    Adding Emeralds to generation (#4817) 12xx12 2020-08-09 22:49:40 +0200
  • f65679d1d4 Fix arrows preventing block placement ion232 2020-08-08 22:41:42 +0100
  • 91002c8ac9 Update CONTRIBUTORS to add ion232 ion232 2020-08-08 22:20:48 +0100
  • 40eba5244d Remove the redstone solid block handler Tiger Wang 2020-08-08 18:22:16 +0100
  • 2f79ab2e26 const-ify some Chunk functions Tiger Wang 2020-08-08 12:09:40 +0100
  • fd52d8e8df
    Add documentation for @tigerw's new CMake flags (#4814) Alexander Harkness 2020-08-06 16:13:47 +0000
  • b45d8bfc1e
    Revert "Hotpatch optional for macOSX builds on buildserver" Alexander Harkness 2020-08-06 12:36:13 +0100
  • cb1f0a5af2
    Update bed behavior (#4545) Mat 2020-08-05 22:38:29 +0300
  • 5176c22656
    imprementing plugin message to send server brand (#4786) 12xx12 2020-08-05 20:55:19 +0200
  • 213d749f43 Update Core mathiascode 2020-08-05 20:56:10 +0300
  • d6c5ac40a6
    Fix big tree ring radius calculations. Ring radius now stays within range. Alexander Harkness 2020-08-05 18:36:38 +0100
  • 4c0e7e0ab4
    edit comment mBornand 2020-05-08 16:28:05 +0200
  • 295d8e1a6c
    update comment mBornand 2020-05-08 13:11:14 +0200
  • eaae8be44b
    correct error mBornand 2020-05-08 08:53:16 +0200
  • ad05e9e3f4
    correct error mBornand 2020-05-08 08:15:22 +0200
  • e9bf6edbeb
    large conifers sapplings grow mBornand 2020-05-07 23:15:40 +0200
  • e7b37b7965
    error in comment end mBornand 2020-05-07 22:58:28 +0200
  • 987f6ddeaa
    add Large conifers mBornand 2020-05-07 22:37:44 +0200
  • d2156aab7c WakeUpSimulators correct Y computation Tiger Wang 2020-08-05 08:35:10 +0100
  • c0d1cffe0b Delete unreferenced variable Tiger Wang 2020-08-04 19:02:43 +0100
  • 25906a3b87 Adjust incorrect palette inclusions Tiger Wang 2020-08-04 19:02:31 +0100
  • 5ed4222dee Delete redundant std::move in World loader Tiger Wang 2020-08-04 19:02:15 +0100
  • 7cd6f0e01e
    fixup! Disable LTO on Android Alexander Harkness 2020-08-04 23:37:21 +0100
  • e317e7aa50
    Disable LTO on Android Alexander Harkness 2020-08-04 23:24:35 +0100
  • 727844a15d
    Fix android builds (hopefully) Alexander Harkness 2020-08-04 23:00:49 +0100
  • 5e3f51f5ff
    Hotpatch optional for macOSX builds on buildserver Alexander Harkness 2020-08-04 22:56:48 +0100
  • 781d648571
    Code cleanup in cChunk.PlaceBlock() for checking if BlockEntity should be spawned (#4812) 12xx12 2020-08-04 20:01:36 +0200
  • 501702065b Fixup test block handler stubs Tiger Wang 2020-08-04 18:39:47 +0100
  • 5bb6512435 Simply Y-check in door handler Tiger Wang 2020-08-04 18:26:25 +0100
  • 766a950d20 Continue with placement when using iron doors Tiger Wang 2020-08-04 17:54:37 +0100