| Commit message (Expand) | Author | Files | Lines |
2021-05-04 | Rename files to match code | Tiger Wang | 6 | -6/+6 |
2021-05-03 | Add player statistics to API (#5193) | nshah25 | 17 | -474/+459 |
2021-04-30 | Chest, weather, crash, and miscellaneous fixes (#5215) | Tiger Wang | 4 | -9/+31 |
2021-04-22 | keeping the server from crashing (#5203) | 12xx12 | 1 | -3/+3 |
2021-04-20 | Disables the weather packet for 1.13 (#5200) | 12xx12 | 1 | -0/+2 |
2021-04-12 | More cProtocol cleanup | Tiger Wang | 15 | -1100/+1056 |
2021-04-12 | Unify multiprotocol entity animations | Tiger Wang | 13 | -198/+397 |
2021-04-12 | Streamline player abilities handling | Tiger Wang | 8 | -114/+37 |
2021-04-12 | Fix sending incorrect date values on world change | Tiger Wang | 3 | -9/+12 |
2021-04-03 | Basic elytra flight (#5124) | Damián Imrich | 3 | -16/+41 |
2021-03-28 | Unify DoWithBlockEntity (#5168) | Tiger Wang | 2 | -11/+0 |
2021-03-28 | Fix Windows XP to 7 compatibility (#5167) | Tiger Wang | 2 | -2/+2 |
2021-03-20 | Change TimeOfDay to WorldDate (#5160) | Tiger Wang | 3 | -6/+8 |
2021-03-19 | Don't send ping updates one packet at a time | Tiger Wang | 3 | -6/+12 |
2021-03-18 | Deduplicate WriteBlockEntity | Tiger Wang | 9 | -538/+247 |
2021-03-15 | Adding basic Banner functionality (#4806) | 12xx12 | 4 | -7/+60 |
2021-03-08 | Do protocol decryption in-place (with CryptoAPI on Windows) (#5145) | Tiger Wang | 5 | -156/+145 |
2021-03-07 | Some emplace_back replacements (#5149) | 12xx12 | 1 | -1/+1 |
2021-03-06 | Mitigate MSVC crash (#5146) | Tiger Wang | 1 | -8/+8 |
2021-03-05 | Adding Boss bar (#5025) | 12xx12 | 12 | -35/+380 |
2021-03-05 | Prepare ChunkData for BlockState storage (#5105) | Tiger Wang | 2 | -155/+200 |
2021-02-20 | Mark UNREACHABLE with intrinsics | Tiger Wang | 7 | -35/+10 |
2021-02-06 | Adds playerlist header and footer broadcasting (1.8-1.13) | dImrich | 7 | -310/+332 |
2021-01-26 | Fix debug macro situation (#5114) | Tiger Wang | 1 | -2/+2 |
2021-01-19 | MultiVersionProtocol: fix two crashes | Tiger Wang | 3 | -82/+58 |
2021-01-12 | Clarify cClientHandle, cPlayer ownership semantics | Tiger Wang | 3 | -15/+10 |
2021-01-11 | zlib -> libdeflate (#5085) | Tiger Wang | 16 | -290/+268 |
2020-12-26 | ViewDistance: unsigned -> signed | Tiger Wang | 1 | -1/+1 |
2020-12-21 | Prepare for 1.15+ (#4856) | Tiger Wang | 15 | -43206/+43211 |
2020-12-21 | Comment and code style fix | Tiger Wang | 1 | -2/+2 |
2020-12-18 | Ignore CanFly flag sent by the client | mathiascode | 1 | -6/+2 |
2020-12-18 | Warnings improvements | Tiger Wang | 5 | -34/+24 |
2020-11-23 | Adding new monster types to enum and saving/loading for easier future implementation (#4941) | 12xx12 | 9 | -24/+436 |
2020-11-06 | Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017) | 12xx12 | 5 | -14/+14 |
2020-10-29 | Add beam target, configurable base visibility to Ender Crystals (#5010) | 12xx12 | 6 | -0/+89 |
2020-10-05 | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 14 | -150/+71 |
2020-10-03 | Remove SetProperty(...cPlayer) | Tiger Wang | 3 | -4/+4 |
2020-09-20 | Added end portal and enchanting table block entities | 12xx12 | 2 | -17/+49 |
2020-09-18 | Style, no need to tag struct with s | Tiger Wang | 1 | -9/+9 |
2020-09-18 | Remove unused ServerPort argument | Tiger Wang | 5 | -21/+20 |
2020-09-18 | Add State enum to protocol | Tiger Wang | 8 | -62/+55 |
2020-09-18 | Remove unused ServerPort member | Tiger Wang | 2 | -3/+1 |
2020-09-18 | Cleanup Protocol classes | Tiger Wang | 5 | -49/+46 |
2020-09-12 | Use tracing for explosions (#4845) | Tiger Wang | 3 | -17/+11 |
2020-08-29 | Unused/duplicate function cleanup | Tiger Wang | 4 | -26/+2 |
2020-08-28 | 1.13+: Send length-prefixed server Brand string | Tiger Wang | 2 | -18/+4 |
2020-08-21 | ChunkDataSerializer: don't repeatedly mallocate | Tiger Wang | 2 | -163/+206 |
2020-08-21 | CompressPacket: reserve CompressedSize, not the uncompressed size | Tiger Wang | 1 | -3/+3 |
2020-08-21 | Consolidate various Chunk serialisers under one roof | Tiger Wang | 2 | -141/+43 |
2020-08-21 | Made cProtocol::Version, EntityMetadata enums less verbose | Tiger Wang | 11 | -273/+273 |
2020-08-21 | Remove complex templated SendBlockChange | Tiger Wang | 4 | -94/+48 |
2020-08-19 | Adding block entity transmission to 1.13 (#4829) | 12xx12 | 2 | -1/+38 |
2020-08-19 | Add statistics palette for 1.15 & 1.16 | Tiger Wang | 4 | -6/+171 |
2020-08-19 | Add Statistics and Achievements for newer Network standards | 12xx12 | 13 | -23/+413 |
2020-08-06 | Revert "Hotpatch optional for macOSX builds on buildserver" | Alexander Harkness | 1 | -4/+4 |
2020-08-05 | imprementing plugin message to send server brand (#4786) | 12xx12 | 1 | -2/+6 |
2020-08-05 | Delete unreferenced variable | Tiger Wang | 1 | -1/+0 |
2020-08-05 | Adjust incorrect palette inclusions | Tiger Wang | 3 | -3/+3 |
2020-08-05 | Hotpatch optional for macOSX builds on buildserver | Alexander Harkness | 1 | -4/+4 |
2020-08-02 | Add WakeUp/AddBlock distinction | Tiger Wang | 1 | -1/+0 |
2020-07-28 | Correct Serialise393/477 version annotations | Tiger Wang | 1 | -2/+3 |
2020-07-26 | 1.14 connection support | Tiger Wang | 16 | -64/+560 |
2020-07-26 | Fix incorrect big flower translation | Tiger Wang | 1 | -4/+6 |
2020-07-20 | Remove some unused inclusions | Tiger Wang | 10 | -40/+22 |
2020-07-20 | Remove GetProtocolVersion unneeded comments | Tiger Wang | 4 | -7/+4 |
2020-07-19 | Remove ProtocolPalettes | Tiger Wang | 3 | -172/+0 |
2020-07-19 | Inherit constructors, remove duplication | Tiger Wang | 8 | -84/+19 |
2020-07-19 | Remove Waterlogged value from registry | Tiger Wang | 5 | -19887/+19887 |
2020-07-19 | Use 1.13.1 block palette | Tiger Wang | 2 | -18/+47 |
2020-07-19 | Implement "caching" in ChunkDataSerializer | Tiger Wang | 6 | -196/+114 |
2020-07-19 | Reduce duplication in CompressPacket | Tiger Wang | 1 | -42/+76 |
2020-07-19 | 1.13.1, 1.13.2 connection support | Tiger Wang | 4 | -13/+185 |
2020-07-19 | Add 1.13.1 to 1.15.2 mappings | Tiger Wang | 13 | -15/+29585 |
2020-07-18 | Use cMultiVersionProtocol's buffer | Tiger Wang | 4 | -37/+33 |
2020-07-18 | Delete duplicated status request handlers | Tiger Wang | 15 | -535/+181 |
2020-07-18 | 1.13 items support | Tiger Wang | 16 | -85/+25686 |
2020-07-17 | Initial work on 1.13 entity metadata (#4539) | Mat | 3 | -177/+1075 |
2020-07-17 | cProtocolRecognizer goes on a diet (#4770) | Tiger Wang | 6 | -1153/+235 |
2020-07-14 | Introduce recipe book functionality (#4493) | Tobias Wilken | 13 | -11/+299 |
2020-07-06 | Reduced packet spam when entities idle | Tiger Wang | 1 | -1/+1 |
2020-07-06 | Made grass spreader prettier | Tiger Wang | 2 | -2/+2 |
2020-05-29 | Protocol: Avoid crashing on invalid sign text | Peter Bell | 1 | -1/+1 |
2020-05-16 | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 1 | -9/+2 |
2020-05-15 | Enable some more clang-tidy linter checks (#4738) | peterbell10 | 4 | -9/+9 |
2020-05-09 | Update submodules (#4727) | peterbell10 | 10 | -52/+41 |
2020-05-06 | Fixed various MSVC warnings. | Mattes D | 1 | -0/+1 |
2020-05-04 | Fix one definition rule violations | Tiger Wang | 4 | -18/+14 |
2020-05-04 | Improve entity position updates (#4701) | Tiger Wang | 9 | -208/+200 |
2020-05-01 | Unify entity spawn packet sending | Tiger Wang | 8 | -367/+212 |
2020-04-22 | Unify 1.8 and 1.9 | Tiger Wang | 4 | -2359/+156 |
2020-04-20 | Delet SpawnObject params | Tiger Wang | 7 | -8/+8 |
2020-04-16 | Using Super. | Mattes D | 12 | -36/+49 |
2020-04-10 | Use correct value for zombie villager in 1.13 | Mat | 1 | -1/+1 |
2020-04-10 | Fix compilation, for real this time. | Alexander Harkness | 4 | -0/+4 |
2020-04-10 | Add Zombie Villagers | Bond-009 | 5 | -18/+86 |
2020-04-07 | Initial resource pack support (#4622) | Mat | 11 | -3/+107 |
2020-04-04 | Potion changes (#4601) | Mat | 1 | -7/+7 |
2020-04-04 | Implement wither skeletons (#4563) | Mat | 6 | -48/+29 |
2020-04-03 | Quick fix to make spawn eggs work (#4611) | Mat | 1 | -1/+1 |
2020-04-03 | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 3 | -4/+5 |
2020-03-29 | Add protocol mob ID remapping (#4538) | Mat | 11 | -5/+217 |
2020-03-28 | Fix build on Clang | Alexander Harkness | 2 | -8/+8 |
2020-03-28 | Inventory changes (#4561) | Mat | 2 | -12/+12 |
2020-03-23 | Enable functional packets in 1.13 | mathiascode | 2 | -30/+0 |
2020-03-05 | Use LastSentPos for mob spawn packet in 1.11+ (#4490) | Mat | 3 | -109/+4 |
2020-02-24 | Remove 1.13 from supported protocol list | mathiascode | 1 | -3/+3 |
2020-01-07 | Added temporary block type mapping for 1.13+ protocols. | Mattes D | 11 | -50/+297 |
2020-01-07 | ProtocolRecognizer: Updated to unique_ptr. | Mattes D | 2 | -36/+20 |
2019-12-28 | Moved ProtocolBlockTypePalette functionality into BlockTypePalette. | Mattes D | 3 | -186/+0 |
2019-09-24 | Fix clang8.0 build (#4399) | Bond-009 | 1 | -9/+13 |
2019-09-22 | Add ProtocolBlockTypePalette (#4391) | E14 | 3 | -0/+187 |
2019-09-16 | Protocol 1.9: Alpha-sort, add useful debugging code. | Mattes D | 2 | -38/+47 |
2019-09-16 | Initial support for 1.13 clients | Tiger Wang | 8 | -6/+669 |
2019-09-10 | Fixed warnings in ChunkDataSerializer. | Mattes D | 1 | -2/+2 |
2019-09-10 | Protocol: Use logical outgoing packet types. | Mattes D | 17 | -517/+705 |
2019-08-11 | Fix building with clang 8.0 (#4346) | Bond-009 | 4 | -28/+40 |
2019-04-22 | Fix player skin sending through BungeeCord (#4328) | DaPorkchop_ | 1 | -5/+10 |
2018-08-29 | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 13 | -46/+17 |
2018-08-26 | Store and pass entity effect duration as an int not a short. (#4293) | Alexander Harkness | 7 | -31/+7 |
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 6 | -5/+11 |
2018-07-23 | Keep players in gmNotSet (#4248) | changyong guo | 2 | -4/+4 |
2018-07-23 | recover hotbar selected slot after reconnect (#4249) | changyong guo | 8 | -0/+46 |
2018-07-22 | cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258) | peterbell10 | 1 | -2/+1 |
2018-05-02 | Prefer static_cast to reinterpret_cast (#4223) | peterbell10 | 5 | -182/+182 |
2018-02-05 | Deal with covered switches consistently (#4161) | peterbell10 | 1 | -5/+1 |
2018-01-08 | Rewrite cClientHandle::HandleRightClick (#4089) | 9caihezi | 5 | -8/+39 |
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 4 | -17/+18 |
2017-12-26 | Protocol: Fix potion metadata parsing (#4116) | peterbell10 | 1 | -2/+2 |
2017-11-22 | Store Health as a float (#4073) | Fabian | 1 | -1/+1 |
2017-10-21 | Implement horse inventory (#4053) | peterbell10 | 2 | -2/+8 |
2017-10-16 | Fixed FreeBSD build (#4061) | Bond-009 | 1 | -2/+5 |
2017-09-21 | Add support for release 1.12.2 (#4041) | peterbell10 | 4 | -3/+108 |
2017-09-19 | Removed UTF-8 BOM (#4033) | Lukas Pioch | 1 | -1/+1 |
2017-09-14 | Fix switch warnings (#4013) | peterbell10 | 6 | -156/+189 |
2017-09-04 | Added assert to cProtocolRecognizer::GetPacketId. (#4001) | Lane Kolbly | 5 | -17/+29 |
2017-09-02 | GetPacketID for protocol packet IDs (#3977) | Lane Kolbly | 11 | -1359/+366 |
2017-08-30 | Protocol Spawn Position Should Use LastSentPosition (#3929) | Lane Kolbly | 2 | -24/+32 |
2017-08-30 | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 6 | -16/+42 |
2017-08-27 | Implement Forge protocol handshake support (#3869) | satoshinm | 8 | -10/+471 |
2017-08-26 | Leashes work in 1.12.1 | mathiascode | 2 | -24/+50 |
2017-08-25 | Don't assert when placing beds in older versions (#3916) | mathiascode | 2 | -0/+2 |
2017-08-25 | Add cUUID class (#3871) | peterbell10 | 10 | -229/+126 |
2017-08-24 | Minor changes (#3909) | mathiascode | 5 | -5/+5 |
2017-08-21 | Implement protocol level chunk sparsing (#3864) | peterbell10 | 2 | -176/+186 |
2017-08-21 | Fully implemented leashes (#3798) | Pablo Beltrán | 9 | -0/+106 |
2017-08-18 | Represent cItem::m_Lore as an AStringVector (#3882) | peterbell10 | 2 | -26/+7 |
2017-08-17 | Add support for 1.12.1 (#3908) | Bond-009 | 4 | -6/+825 |
2017-08-13 | Replaced includes with forward declarations | Lukas Pioch | 2 | -2/+5 |
2017-08-06 | Removed unneeded includes (#3902) | Lukas Pioch | 1 | -1/+0 |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -1/+0 |
2017-08-03 | Removed unused forward declarations (#3888) | Lukas Pioch | 4 | -24/+1 |
2017-08-02 | Handle Teleport Confirmation Packet (#3884) | Lane Kolbly | 2 | -4/+26 |
2017-07-30 | cParsedNBT: Improved error reporting (#3876) | peterbell10 | 2 | -2/+6 |
2017-07-28 | Tentative fix for player-limit race condition (#3862) | Tiger Wang | 6 | -24/+24 |
2017-07-26 | Handle incomplete packets in cProtocolRecognizer | peterbell10 | 2 | -44/+58 |
2017-07-21 | Remove smart pointer macros | peterbell10 | 1 | -1/+1 |
2017-07-13 | Handle middle mouse drag (#3847) | peterbell10 | 2 | -0/+6 |
2017-07-12 | Added basic ocelot behavior (#3829) | Bond-009 | 2 | -0/+36 |
2017-07-12 | Send player message when clicking on advancements or green book. (#3845) | Lukas Pioch | 2 | -2/+24 |
2017-07-07 | Added bed entity (#3823) | Lukas Pioch | 3 | -0/+40 |
2017-07-03 | Fixes double right click on entities till off-hand actions gets implemented (#3821) | Pablo Beltrán | 1 | -2/+8 |
2017-06-16 | Protocol: Do not assume anything about unknown packets. (#3647) | Mattes D | 1 | -35/+38 |
2017-06-14 | Added missing 1.12 packet changes | mathiascode | 2 | -0/+30 |
2017-06-14 | Protocol 1.12: Fixed missing override specifier | Mattes D | 1 | -3/+3 |
2017-06-14 | Added support for protocol 1.12 (#3757) | Lukas Pioch | 5 | -3/+1589 |
2017-06-09 | Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner | Lukas Pioch | 6 | -2/+235 |
2017-05-24 | Exported boat | Lukas Pioch | 3 | -3/+3 |
2017-05-22 | Spawn eggs works again | Lukas Pioch | 1 | -3/+5 |
2017-05-21 | Clang 5.0 fixes | Lukas Pioch | 3 | -3/+3 |
2017-05-16 | Use FastWriter instead of StyledWriter | mathiascode | 5 | -8/+9 |
2017-05-15 | VarInt metadata written correctly for boats (#3709) | peterbell10 | 3 | -9/+9 |
2017-03-03 | Add 1.11 entity metadata (#3601) | Pokechu22 | 4 | -5/+845 |
2017-02-26 | Corrected particles (#3577) | mathiascode | 2 | -26/+18 |
2017-02-21 | Add 1.11.1/1.11.2 protocol (#3575) | mathiascode | 6 | -13/+86 |
2017-02-14 | Added some blocks and items (#3503) | mathiascode | 2 | -0/+20 |
2017-01-28 | Fixed ClientHandle:GetProtocolVersion returning wrong number. | Mattes D | 2 | -4/+4 |
2017-01-03 | Track skin part and main hand preferences (#3498) | Pokechu22 | 3 | -6/+38 |
2017-01-03 | Track skin part and main hand preferences (#3498) | Pokechu22 | 3 | -6/+38 |
2016-12-16 | Initial support for the 1.11 protocol. | Mattes D | 13 | -441/+668 |
2016-11-18 | Removed ClientHandle.h dependencies from common headers. | Mattes D | 1 | -0/+2 |
2016-10-21 | Added SendMessageRaw for sending json string. | Lukas Pioch | 7 | -0/+42 |
2016-10-12 | Spectators added (#2852) | bibo38 | 7 | -1/+67 |
2016-09-06 | Enclosed Clang pragmas with ifdef's (#3373) | bibo38 | 1 | -4/+7 |
2016-09-02 | Added support for the Minecraft 1.10 protocol(#210) (#3348) | bibo38 | 7 | -37/+959 |
2016-08-29 | Proper respawn packets on dimension travel | LogicParrot | 7 | -38/+10 |
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 4 | -26/+22 |
2016-08-17 | Fixing string literal catching word letter as hexa-digit | ElNounch | 2 | -2/+2 |
2016-07-21 | Dropped 1.7 support (#3253) | Mathias | 7 | -3662/+2 |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 |
2016-07-18 | Fixes for boat entities (#3265) | beeduck | 2 | -3/+87 |
2016-05-14 | 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) | Pokechu22 | 12 | -78/+5198 |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 12 | -284/+284 |
2016-01-11 | Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8 | bibo38 | 2 | -2/+15 |
2016-01-10 | Fixed not working packet decompression | bibo38 | 1 | -13/+18 |
2016-01-06 | Fixed Clang warnings. | Mattes D | 1 | -2/+2 |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 |
2015-12-30 | Fixed problems in cBlockingSslClientSocket. | Mattes D | 1 | -2/+2 |
2015-12-22 | Added GeoTrust Root Certificate | worktycho | 1 | -1/+24 |
2015-12-19 | Added HTTPS links wherever they are supported. | Alexander Harkness | 1 | -27/+23 |
2015-12-17 | Moved variables into scope, removed unused variables and fixed variables | Lukas Pioch | 1 | -2/+1 |
2015-12-15 | allow horse control (still quite buggy) | Gargaj | 1 | -1/+5 |
2015-11-29 | implement breeding | Gargaj | 1 | -5/+21 |
2015-11-24 | fix escaped characters in signs (fixes #1736, fixes #2170) | Gargaj | 1 | -1/+6 |
2015-11-24 | Add enum for Sound and Particle Effects | Dave Tucker | 7 | -9/+11 |
2015-11-16 | changed mob age from char to int | Julian Laubstein | 1 | -10/+7 |
2015-11-09 | idle/deflating creeper should be -1 | Gargaj | 2 | -2/+2 |
2015-10-26 | Update Loops required for JsonCPP | Lukas Pioch | 2 | -8/+8 |
2015-10-02 | Improved types of utf 16 strings | tycho | 1 | -3/+3 |
2015-09-25 | Compile.sh namechange to cuberite | Safwat Halaby | 5 | -11/+11 |
2015-09-25 | Namechange to Cuberite | Mattes D | 5 | -11/+11 |
2015-09-21 | Refactored cProtocol Chat handling | tycho | 7 | -219/+22 |
2015-09-06 | added bungeecord support for protocol18x | Eric Chai | 1 | -0/+14 |
2015-08-20 | Fixed food drain bugs | Tiger Wang | 1 | -4/+1 |
2015-08-20 | Use container-based infrastructure for Travis | Tiger Wang | 1 | -1/+1 |
2015-08-12 | Fix old style casts and implicit conversions | Matti Hänninen | 2 | -6/+6 |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 2 | -9/+13 |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 10 | -140/+138 |
2015-07-17 | Added Rabbit Metadata values. | bibo38 | 1 | -8/+11 |
2015-07-15 | Leather Armor can now be dyed. | Samuel Barney | 2 | -4/+24 |
2015-07-15 | Added CustomName and Health to sended Metadata of Monsters. | bibo38 | 2 | -10/+27 |
2015-07-14 | Improved maps | Tiger Wang | 7 | -122/+56 |
2015-07-14 | Support ageable mobs | Hallucino | 1 | -15/+48 |
2015-07-09 | Fixes compilation failures on MacOSX 10.10 | Samuel Barney | 1 | -1/+1 |
2015-07-07 | Fixed warnings generated by 64-bit MSVC. | Mattes D | 2 | -8/+8 |
2015-06-25 | Fixed Middle-Click Button in the ClickWindow-Packet. | bibo38 | 2 | -2/+2 |
2015-06-18 | Check the return value of InflateString | Tiger Wang | 1 | -2/+1 |
2015-06-16 | Removed version 29 serilization | tycho | 2 | -62/+0 |
2015-06-07 | Fix incorrent experience sending for 1.7 clients | jan64 | 1 | -2/+2 |
2015-06-03 | Changed SendAboveActionBarMessage / SendSystemMessage to be a noop for < 1.8 clients | jan64 | 1 | -1/+11 |
2015-06-02 | Added system and above action bar chat messages | jan64 | 7 | -4/+196 |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -2/+6 |
2015-05-23 | Close Ssl Socket on destroy | Tiger Wang | 1 | -1/+0 |
2015-05-21 | Added Equifax root CA. | Mattes D | 2 | -6/+39 |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+5 |
2015-05-19 | Fixed a lot of warnings | tycho | 2 | -3/+3 |
2015-05-16 | Fixed inventory handling. | Mattes D | 1 | -2/+2 |
2015-05-16 | Initial implementation of IniFile overloading | tycho | 4 | -16/+16 |
2015-05-12 | Fixed creative click-outside | Tiger Wang | 1 | -1/+1 |
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -2/+2 |
2015-05-09 | More style checking. | Mattes D | 3 | -6/+6 |
2015-05-07 | Added support for additional data in the ParticleEffect Packet | tycho | 7 | -0/+71 |
2015-05-04 | Change visual protocol name to include MCServer | jan64 | 2 | -3/+3 |
2015-05-04 | Entity improvements | Tiger Wang | 1 | -1/+1 |
2015-04-28 | Updated MC versions in ProtocolRecognizer.h | wiseoldman95 | 1 | -1/+1 |
2015-04-20 | Protocol 1.8: Limit the amount of displayed data on NBT parse failure. | Mattes D | 1 | -1/+1 |
2015-04-17 | Fixed arm swing animation | Tiger Wang | 1 | -1/+1 |
2015-04-13 | Implement backend for /title command | Scott Moore | 7 | -0/+247 |
2015-03-22 | Added VarInt64, normalized cPacketizer datatype names. | Mattes D | 5 | -673/+682 |
2015-03-22 | Unified cPacketizer across all protocols. | Mattes D | 10 | -757/+857 |
2015-03-21 | Fixed signedness warnings in Protocol. | Mattes D | 7 | -9/+9 |
2015-03-21 | Fixed signedness issues in protocols. | Mattes D | 4 | -60/+74 |
2015-03-21 | Unified cByteBuffer types. | Mattes D | 6 | -185/+241 |
2015-03-14 | cPainting saving implemented | Tiger Wang | 2 | -10/+2 |
2015-02-24 | 1.8 Protocol: Fixed a possible race condition. | Mattes D | 1 | -5/+9 |
2015-02-08 | Handle client 'leave bed' request | Tiger Wang | 1 | -3/+1 |
2015-02-08 | Protocol 1.7: Fixed Coverity issues. | Mattes D | 1 | -4/+7 |
2015-02-07 | Added IsOnGround() to cEntity | Howaner | 1 | -6/+6 |
2015-01-27 | Removed cFile::ReplaceFileNameInvalidChars(). | Mattes D | 1 | -1/+3 |
2015-01-27 | Protocol18: Fixed failure with invalig logfile names. | Mattes D | 1 | -8/+15 |
2015-01-18 | Fixed warnings in 1.7 protocol. | Mattes D | 1 | -106/+127 |
2015-01-03 | Fixed Linux compilation. | Mattes D | 2 | -2/+2 |
2015-01-03 | Protocols: Ignore garbage data at the end of PluginMessage packets. | Mattes D | 2 | -0/+21 |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 2 | -4/+4 |
2014-12-21 | Fixed coverity issues in protocols. | Mattes D | 2 | -4/+11 |
2014-12-07 | cMojangAPI: Fixed a possible problem with thread termination order. | Mattes D | 1 | -5/+17 |
2014-11-29 | Removed unused imports. | Howaner | 2 | -2/+0 |
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 4 | -2/+4 |
2014-11-18 | Finished mob spawner implementation. | Howaner | 1 | -0/+13 |
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 2 | -2/+2 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 5 | -94/+94 |
2014-10-21 | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2 | -2/+2 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 5 | -94/+94 |
2014-10-17 | cMojangAPI: Don't update data if server is in offline mode. | Mattes D | 2 | -3/+6 |
2014-10-06 | cMojangAPI: Added periodical refreshes. | Mattes D | 2 | -19/+132 |
2014-10-05 | cClientHandle: Added protocol version knowledge. | Mattes D | 2 | -1/+2 |
2014-10-03 | Improved furnaces | Tiger Wang | 7 | -7/+7 |
2014-10-02 | Optimized chunk loader | Howaner | 2 | -0/+2 |
2014-09-30 | Fixed a missing semicolon. | madmaxoft | 1 | -1/+1 |
2014-09-30 | Rewritten plugin messages, vanilla are being parsed directly. | madmaxoft | 4 | -13/+172 |
2014-09-29 | Style fixes. | madmaxoft | 1 | -3/+3 |
2014-09-28 | Plugin messages: Vanilla prefixes its payloads with VarInt lengths. | madmaxoft | 1 | -4/+13 |
2014-09-28 | Revert "1.8: Fixed plugin messages." | madmaxoft | 1 | -1/+3 |
2014-09-28 | Protocol 1.8: Fixed possible crash on malformed packet. | madmaxoft | 1 | -0/+5 |
2014-09-28 | Compilation fix | Tiger Wang | 1 | -1/+1 |
2014-09-27 | 1.8: Fixed plugin messages. | Howaner | 1 | -3/+4 |
2014-09-27 | Bug fix | Tiger Wang | 1 | -2/+15 |
2014-09-27 | Dropped support for <1.7.x | Tiger Wang | 18 | -4700/+6 |
2014-09-26 | Fixed players custom name in 1.8 | Howaner | 9 | -57/+20 |
2014-09-25 | Protocol 1.8: Fixed plugin message packet. | madmaxoft | 1 | -1/+3 |
2014-09-25 | Added cByteBuffer::WriteBEUShort(). | madmaxoft | 1 | -1/+1 |
2014-09-25 | Protocol 1.8: Handling packet compression properly. | madmaxoft | 2 | -14/+39 |
2014-09-25 | Protocol 1.8: Added checks for values presence. | madmaxoft | 1 | -2/+8 |
2014-09-25 | Use the json writer to write sign texts. | Howaner | 1 | -5/+10 |
2014-09-25 | 1.8 Protocol: Fixed problems with no-payload packets. | madmaxoft | 1 | -6/+7 |
2014-09-25 | 1.7 Protocol: fixed potential problems with no-payload packets. | madmaxoft | 1 | -4/+4 |
2014-09-23 | Fixed compiler warnings in 1.8 protocol. | madmaxoft | 1 | -2/+2 |
2014-09-22 | Updated README.md | Howaner | 1 | -1/+1 |
2014-09-22 | Hotfixed 1.8 item reading. | Howaner | 2 | -6/+6 |
2014-09-22 | Changed metadata reading again. | Howaner | 2 | -173/+7 |
2014-09-22 | Fixed item nbt reading. | Howaner | 2 | -3/+168 |
2014-09-19 | Implemented mob spawner. | Howaner | 1 | -1/+13 |
2014-09-19 | Code improvements. | Howaner | 4 | -38/+36 |
2014-09-18 | Exported player list states to extra functions. | Howaner | 9 | -426/+616 |
2014-09-18 | 1.8: Simplified item metadata reading. | Howaner | 1 | -7/+3 |
2014-09-17 | Added an explicit setting for allowing BungeeCord handshake. | madmaxoft | 1 | -1/+1 |
2014-09-17 | Added first test to show the object can be created | Tycho | 2 | -31/+31 |
2014-09-17 | Full BungeeCord compatibility. | madmaxoft | 1 | -0/+4 |
2014-09-17 | Initial BungeeCord support. | madmaxoft | 2 | -1/+10 |
2014-09-14 | Simplified WriteUUID() | Howaner | 1 | -9/+9 |
2014-09-14 | Fixed warnings. | Howaner | 1 | -3/+3 |
2014-09-13 | 1.8: Updated scoreboard packets. | Howaner | 1 | -3/+7 |
2014-09-13 | Moved chat json creating to the CompositeChat class. | Howaner | 4 | -346/+8 |
2014-09-13 | 1.8: Fixed maps. | Howaner | 9 | -35/+33 |
2014-09-12 | Spawn exp if you break a mob spawner. | Howaner | 1 | -3/+3 |
2014-09-12 | Fixed wrong buffer length in the 1.8 protocol. | Howaner | 1 | -10/+4 |
2014-09-12 | 1.8: Fixed ReadItem() | Howaner | 1 | -19/+39 |
2014-09-12 | 1.8: Added difficulty sending | Howaner | 1 | -0/+6 |
2014-09-12 | 1.8: Fixed block entities. | Howaner | 1 | -8/+2 |
2014-09-12 | 1.8: Fixed workbench, enchanting and anvil window. | Howaner | 1 | -3/+19 |
2014-09-12 | 1.8: Enderman, byte -> short | Howaner | 1 | -1/+1 |
2014-09-12 | 1.8: Fixed enderman spawning. | Howaner | 1 | -1/+1 |
2014-09-11 | 1.8: Fixed inventory open packet. | Howaner | 1 | -3/+2 |
2014-09-11 | Removed GetProtocolVersion() from the protocols. | Howaner | 7 | -19/+6 |
2014-09-11 | 1.8: Fixed sign placing. | Howaner | 1 | -1/+1 |
2014-09-11 | 1.8: Fixed hangings. | Howaner | 3 | -31/+88 |
2014-09-11 | 1.8: Added ParticleEffect packet. | Howaner | 11 | -26/+103 |
2014-09-09 | 1.8: Added MultiBlockChange packet. | Howaner | 3 | -51/+82 |
2014-09-09 | Added the player list to the 1.8 protocol. | Howaner | 9 | -21/+92 |
2014-09-09 | PlayerSpawn packet: Send the correct uuid. | Howaner | 1 | -5/+1 |
2014-09-09 | 1.8: Added new uuid field. | Howaner | 2 | -0/+19 |
2014-09-08 | More fixes. | Howaner | 2 | -1/+6 |
2014-09-08 | Recoded cProtocol180 class. | Howaner | 4 | -589/+2690 |
2014-09-08 | 1.8: Fixed tab complete. | Howaner | 3 | -2/+20 |
2014-09-08 | Fixed more 1.8 packets. | Howaner | 4 | -35/+243 |
2014-09-08 | Updated chunk sending to 1.8 | Howaner | 4 | -26/+22 |
2014-09-08 | Added GetProtocolVersion() to cProtocol. | Howaner | 8 | -26/+29 |
2014-09-08 | Implemented packet compression. | Howaner | 7 | -35/+117 |
2014-09-06 | Added Y-wise asserts to signs. | Mattes D | 1 | -0/+1 |
2014-09-06 | Alpha-sorted protocol 1.7 senders. | Mattes D | 1 | -7/+7 |
2014-09-04 | Fixed client errors. | Howaner | 5 | -52/+79 |
2014-09-04 | Added more 1.8 protocol things. | Howaner | 6 | -14/+632 |
2014-09-04 | Started implementing of the 1.8 protocol. | Howaner | 7 | -7/+502 |
2014-09-02 | Added SetCustomName() to players. | Howaner | 8 | -25/+45 |
2014-09-01 | Added CustomName to cMonster. | Howaner | 1 | -0/+10 |
2014-09-01 | Make sure packets are valid | worktycho | 1 | -6/+24 |
2014-08-31 | Init RankMgr pointer to NULL | worktycho | 1 | -1/+2 |
2014-08-25 | Type warning fixes. | Mattes D | 1 | -1/+1 |
2014-08-25 | Fixed a type warning. | Mattes D | 1 | -2/+2 |
2014-08-21 | Fixed 1.7.2 login packet reading. | Mattes D | 1 | -1/+5 |
2014-08-21 | cMojangAPI updates cRankManager's playernames. | Mattes D | 2 | -1/+40 |
2014-08-21 | cMojangAPI: Fixed MakeUUID___() bindings. | Mattes D | 1 | -4/+0 |
2014-08-20 | Renamed a_Motd to a_ServerDescription. | Howaner | 2 | -7/+7 |
2014-08-20 | Added a_ClientHandle to the HOOK_SERVER_PING hook. | Howaner | 2 | -2/+5 |
2014-08-20 | Added "HOOK_SERVER_PING" call to older protocols | Howaner | 1 | -13/+12 |
2014-08-20 | Cleaned up code. | Howaner | 1 | -1/+0 |
2014-08-20 | Added HOOK_SERVER_PING | Howaner | 2 | -29/+72 |
2014-08-11 | cProtocol172: Check return values. | madmaxoft | 1 | -4/+9 |
2014-08-11 | Exported daylight cycle flag to the protocol. | Howaner | 9 | -10/+24 |
2014-08-11 | Gave names to unnamed enums | archshift | 1 | -1/+1 |
2014-08-04 | MojangAPI: Fixed PlayerNameToUUID(). | madmaxoft | 1 | -1/+1 |
2014-08-04 | Fixed #1286 | Howaner | 1 | -1/+1 |
2014-08-04 | Refactored case-conversion functions. | madmaxoft | 2 | -32/+24 |
2014-08-04 | Changed properties for-loop. | Howaner | 1 | -1/+1 |
2014-08-03 | Fixed skins in mc 1.7.9/1.7.10 | Howaner | 1 | -6/+5 |
2014-08-03 | cMojangAPI: Added UUID-to-Name lookup. | madmaxoft | 3 | -60/+424 |
2014-08-03 | Added cMojangAPI:GetUUIDFromPlayerName(). | madmaxoft | 2 | -0/+35 |
2014-07-31 | Removed trailing whitespace. | madmaxoft | 1 | -2/+2 |
2014-07-31 | MojangAPI: Moved the settings to a separate ini section. | madmaxoft | 1 | -2/+2 |
2014-07-31 | Renamed functions and added beacon json saving. | Howaner | 1 | -2/+2 |
2014-07-31 | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 2 | -4/+9 |
2014-07-30 | Added beacon. | Howaner | 1 | -0/+15 |
2014-07-30 | MojangAPI: Renamed cache file to MojangAPI.sqlite. | madmaxoft | 1 | -2/+2 |
2014-07-30 | MojangAPI: Clarified the UUID conversion code. | madmaxoft | 2 | -4/+17 |
2014-07-30 | MojangAPI: Implemented UUID shortening and dashing. | madmaxoft | 3 | -20/+31 |
2014-07-30 | Exported cMojangAPI to Lua. | madmaxoft | 1 | -1/+12 |
2014-07-30 | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 5 | -237/+556 |
2014-07-28 | cAuthenticator: Added GetUUIDsFromPlayerNames(). | madmaxoft | 2 | -3/+116 |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 2 | -2/+2 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 7 | -11/+11 |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -1/+1 |
2014-07-19 | Fixed attempts to call c_str on ChatColors | archshift | 1 | -2/+2 |
2014-07-19 | Code style: Fixed braces on separate lines. | madmaxoft | 1 | -1/+2 |
2014-07-19 | Fixed spaces after commas in protocol data. | madmaxoft | 1 | -7/+7 |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 2 | -2/+2 |
2014-07-19 | Authenticator.cpp: Killed a global destructor warning | archshift | 1 | -53/+56 |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 |
2014-07-19 | Protocol/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+23 |
2014-07-18 | Fix failed merge and other issues | Tiger Wang | 7 | -7/+7 |
2014-07-18 | ProtocolRecognizer.cpp: removed unused NumBytesRead | archshift | 1 | -2/+0 |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 2 | -12/+13 |
2014-07-17 | Basic style fixes. | madmaxoft | 6 | -9/+9 |
2014-07-17 | Normalized comments. | madmaxoft | 9 | -86/+86 |
2014-07-16 | Suggestions | Tiger Wang | 1 | -2/+5 |
2014-07-16 | Function rename | Tiger Wang | 2 | -3/+3 |
2014-07-16 | Unified functions | Tiger Wang | 2 | -34/+28 |
2014-07-16 | Store properties as Json::Value | Tiger Wang | 3 | -12/+20 |
2014-07-14 | Player properties are now retrieved | Tiger Wang | 3 | -102/+198 |
2014-07-13 | Fixed MSVC warnings in SoundEffect functions. | madmaxoft | 2 | -14/+6 |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 9 | -24/+25 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -2/+2 |
2014-07-04 | Crash and compile fix | Tiger Wang | 1 | -1/+1 |
2014-06-29 | Fixed respawning | Tiger Wang | 9 | -15/+15 |
2014-06-29 | Send statistics to the player, when he logged in. | Howaner | 1 | -2/+1 |
2014-06-27 | Added generic entity-collecting. | Mattes D | 9 | -15/+15 |
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 |
2014-06-12 | Portals animate and delay correctly | Tiger Wang | 9 | -17/+17 |
2014-06-08 | Fixed deadlock when moving players to other worlds. | Mattes D | 10 | -16/+42 |
2014-05-31 | Implemented end and nether portals | Tiger Wang | 9 | -13/+13 |
2014-05-28 | Fixed a crash in message formatter. | madmaxoft | 1 | -1/+2 |
2014-05-19 | cCompositeChat message type is now formatted | Tiger Wang | 1 | -1/+1 |
2014-05-19 | Added client translation to achievements | Tiger Wang | 1 | -0/+29 |
2014-05-12 | cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement() | andrew | 1 | -5/+1 |
2014-05-11 | Statistic Manager | andrew | 7 | -7/+84 |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 2 | -11/+11 |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 2 | -11/+11 |
2014-05-07 | Change m_RepairCost to int. | Howaner | 1 | -2/+2 |
2014-05-07 | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 1 | -0/+11 |
2014-05-03 | Hotfixed Chunked transfer encoding in Yggdrasil. | madmaxoft | 1 | -1/+1 |
2014-05-03 | Fixed connection encryption. | madmaxoft | 1 | -1/+1 |
2014-05-01 | Fixed warnings in ClientHandle. | madmaxoft | 7 | -7/+7 |
2014-04-30 | Removed the unused cBlockingTCPLink class. | madmaxoft | 1 | -1/+0 |
2014-04-29 | Removed unneeded #includes. | madmaxoft | 1 | -6/+0 |
2014-04-29 | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 4 | -23/+14 |
2014-04-29 | Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects. | madmaxoft | 2 | -2/+2 |
2014-04-28 | Added the G1 root cert. | madmaxoft | 1 | -2/+29 |
2014-04-28 | Revert "Changed the old invulnerable methods from the wither to the new." | Howaner | 2 | -16/+2 |
2014-04-28 | Fixed projectile source filenames, indentations | archshift | 2 | -3/+3 |
2014-04-27 | Rewritten cAuthenticator to use the new PolarSSL++ wrapper classes. | madmaxoft | 1 | -91/+45 |
2014-04-27 | Another attempt at #889. | madmaxoft | 1 | -3/+5 |
2014-04-27 | Moved cFireworkEntity out of ProjectileEntity.h | archshift | 1 | -0/+1 |
2014-04-27 | Moved cArrowEntity out of ProjectileEntity.h | archshift | 2 | -1/+2 |
2014-04-26 | Changed the old invulnerable methods from the wither to the new. | Howaner | 2 | -2/+16 |
2014-04-26 | Fixes | Howaner | 2 | -2/+2 |
2014-04-26 | Fixes resource leaks in the yggdrasil authenticator. (CID 43617) | jfhumann | 1 | -0/+33 |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 |
2014-04-24 | Authenticator uses some C++ SSL objects. | madmaxoft | 1 | -19/+40 |
2014-04-21 | Allow 1.6.4 Forge clients to log in. | Mattes D | 2 | -0/+20 |
2014-04-18 | Small style changes | jfhumann | 2 | -7/+7 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 6 | -77/+100 |
2014-04-17 | Modified many things | daniel0916 | 1 | -2/+0 |
2014-04-16 | Added asserts for proper game state. | madmaxoft | 1 | -5/+131 |
2014-04-15 | Attempted fix for the client crash with the new protocols. | madmaxoft | 1 | -0/+7 |
2014-04-14 | Implemented the 1.7.6 protocol and authenticator. | madmaxoft | 8 | -119/+169 |
2014-04-14 | A client UUID is generated when the server is in offline mode. | madmaxoft | 1 | -4/+10 |
2014-04-14 | Initial 1.7.6 protocol support. | madmaxoft | 4 | -2/+69 |
2014-04-14 | Bug fixes | daniel0916 | 1 | -3/+0 |
2014-04-13 | Fixed mistake | daniel0916 | 2 | -2/+2 |
2014-04-13 | Fixed Error? | daniel0916 | 1 | -2/+2 |
2014-04-13 | Code Update | daniel0916 | 1 | -4/+5 |
2014-04-13 | Added Yggdrasil Authentication System | daniel0916 | 2 | -0/+418 |
2014-04-07 | Fixed Errors | daniel0916 | 1 | -2/+2 |
2014-04-06 | Fixed 1.6.4 client crash on composite chat messages. | madmaxoft | 2 | -0/+14 |
2014-04-06 | Fixed crash in protocols sending 64-bit ints. | madmaxoft | 1 | -1/+1 |
2014-04-04 | Explicit change record size. | madmaxoft | 1 | -1/+1 |
2014-04-04 | Fixed format string mismatch. | madmaxoft | 1 | -1/+1 |
2014-04-04 | More Clang warning fixes in the protocols. | madmaxoft | 6 | -81/+82 |
2014-04-04 | Fixed CreateHexDump's signedness. | madmaxoft | 1 | -1/+1 |
2014-04-04 | More Clang warning fixes in the protocols. | madmaxoft | 1 | -28/+37 |
2014-04-04 | Fixed some Clang warnings in protocols. | madmaxoft | 10 | -26/+31 |
2014-03-31 | Console logging supports cCompositeChat as its parameters. | madmaxoft | 1 | -22/+1 |
2014-03-25 | Protocol: Wither metadata | andrew | 2 | -0/+18 |
2014-03-20 | Plugins can set flying speed. | madmaxoft | 1 | -2/+1 |
2014-03-20 | Rewritten player speeds to be relative unit-less. | madmaxoft | 2 | -5/+6 |
2014-03-12 | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 2 | -7/+7 |
2014-03-11 | Fixed a load of format string errors | Tycho | 2 | -4/+4 |
2014-03-11 | Fixed format errors in protocol | Tycho | 1 | -3/+3 |
2014-03-10 | Removed unused macro | Tycho | 1 | -13/+0 |
2014-03-09 | Hotfix for MSVC compilation. | madmaxoft | 1 | -0/+1 |
2014-03-09 | Adjusted style of switch/case | Jan-Fabian Humann | 3 | -45/+15 |
2014-03-08 | Changed if-else to switch-case | Jan-Fabian Humann | 3 | -39/+33 |
2014-03-08 | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting. | Jan-Fabian Humann | 3 | -3/+65 |
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 1 | -2/+2 |
2014-03-07 | Warnings | Tycho | 9 | -12/+25 |
2014-03-07 | Add Flower Pots | Howaner | 1 | -1/+15 |
2014-02-27 | Implemented ballistic missiles (fireworks) | Tiger Wang | 1 | -25/+52 |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -9/+9 |
2014-02-23 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -0/+1 |
2014-02-23 | Add Skulls/Heads | Howaner | 1 | -0/+14 |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -9/+9 |
2014-02-19 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -0/+1 |
2014-02-18 | De-breaked stuff | Tiger Wang | 1 | -2/+0 |
2014-02-18 | Map decorators; Map clients | andrew | 7 | -1/+60 |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 6 | -0/+28 |
2014-02-18 | Implemented item frames, a part of #689 | Tiger Wang | 1 | -2/+14 |
2014-02-17 | Add Skulls/Heads | Howaner | 1 | -0/+14 |
2014-02-16 | Add Locale to ClientHandle | Howaner | 3 | -2/+4 |
2014-02-16 | Set max. Players in the Tablist to 60 | Howaner | 1 | -1/+1 |
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 7 | -12/+231 |
2014-02-13 | Implementation of in-game maps | andrew | 7 | -0/+91 |
2014-02-05 | Improved the signedness conversion. | madmaxoft | 1 | -2/+2 |
2014-02-05 | Fixed a bunch of MSVS warnings | Tiger Wang | 1 | -1/+2 |
2014-02-04 | Protocol 1.7: Fixed a signed / unsigned comparison warning. | madmaxoft | 1 | -2/+2 |
2014-02-04 | Protocol 1.7 uses char for blockface. | madmaxoft | 1 | -2/+2 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 3 | -5/+5 |
2014-02-01 | added EnchantItemPacket to older Protocols | daniel0916 | 1 | -1/+4 |
2014-01-31 | Some updates for enchanting (2) | daniel0916 | 4 | -14/+21 |
2014-01-29 | Limited sign lines to 15 chars. | madmaxoft | 1 | -4/+5 |
2014-01-29 | Added 1.7.4 to the list of supported protocols. | madmaxoft | 1 | -1/+1 |
2014-01-29 | Protocol 1.7: Encryption is enabled only with auth. | madmaxoft | 1 | -1/+1 |
2014-01-28 | Protocol 1.7: Forced encryption on all connections. | madmaxoft | 2 | -3/+101 |
2014-01-26 | Fixed client packet parsing. | madmaxoft | 1 | -12/+33 |
2014-01-25 | Comm logging is available in both Debug and Release modes. | madmaxoft | 2 | -12/+16 |
2014-01-25 | Protocol17: Comm logging shows the data left over from previous parse. | madmaxoft | 1 | -2/+15 |
2014-01-24 | Added per-connection comm logging in debug mode. | madmaxoft | 2 | -0/+69 |
2014-01-24 | removed hook from enchanting commit | daniel0916 | 1 | -1/+1 |
2014-01-24 | Some updates for enchanting | daniel0916 | 2 | -4/+12 |
2014-01-23 | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 6 | -139/+51 |
2014-01-23 | Fixed 1.5.x scoreboard packet IDs | andrew | 1 | -3/+3 |
2014-01-21 | Scoreboard SendTo() | andrew | 1 | -3/+3 |
2014-01-21 | Scoreboard protocol support | andrew | 8 | -5/+141 |
2014-01-20 | Fix a crash but somewhere... | Alexander Harkness | 1 | -2/+1 |
2014-01-20 | first changes for enchanting (not finished) | daniel0916 | 2 | -0/+18 |
2014-01-19 | Removed unneeded paramters | Tiger Wang | 6 | -11/+19 |
2014-01-19 | Switched EnchantmentSerilizer to namespace | Tycho | 2 | -4/+4 |
2014-01-19 | Spilt Writing of Enchantments to seperate class | Tycho | 2 | -4/+6 |
2014-01-19 | Changed SendBlockEntity format slightly | Tiger Wang | 6 | -13/+46 |
2014-01-19 | Improved command blocks | Tiger Wang | 6 | -0/+42 |
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 3 | -14/+14 |
2014-01-17 | Protocol 1.7: More output on unknown packets / protocol states. | madmaxoft | 1 | -4/+21 |
2014-01-16 | Fixed block break packet number | Tiger Wang | 1 | -1/+1 |
2014-01-16 | Changed newline character because of issues | Tiger Wang | 1 | -3/+3 |
2014-01-16 | Protocol 1.7: Unknown packets are dumped to log in Debug mode. | madmaxoft | 1 | -1/+14 |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 3 | -7/+7 |
2014-01-16 | Added packet diagnostics to 1.7 protocol. | madmaxoft | 2 | -30/+40 |
2014-01-15 | Implemented custom names and lore | Tiger Wang | 1 | -5/+55 |
2014-01-13 | Added handshake processing to protocol 1.7. | madmaxoft | 1 | -2/+23 |
2014-01-12 | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 1 | -6/+6 |
2014-01-12 | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 1 | -1/+16 |
2014-01-09 | Fixed wrong packet number for PluginMessage packet. | madmaxoft | 1 | -1/+1 |
2014-01-09 | Added cClientHandle::SendPluginMessage(). | madmaxoft | 7 | -0/+40 |
2014-01-07 | Fixed favicons | Tiger Wang | 1 | -1/+1 |
2014-01-07 | Plugin messages are received and handed to plugins. | madmaxoft | 1 | -1/+1 |
2014-01-07 | A few more touch ups | Bill Derouin | 1 | -11/+1 |
2014-01-07 | Removed unused line | Bill Derouin | 1 | -1/+0 |
2014-01-07 | Implement favicon for 1.7.2 | Bill Derouin | 2 | -0/+14 |
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 2 | -3/+3 |
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 4 | -5/+4 |
2014-01-05 | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 4 | -2/+52 |
2014-01-02 | More memory alignment fixes. | madmaxoft | 1 | -3/+3 |
2013-12-22 | Implented BroadcastParticleEffect | STRWarrior | 9 | -2/+65 |
2013-12-20 | Fixed minor warnings. | madmaxoft | 1 | -2/+2 |
2013-12-19 | Fixed PlayerAbilities and creative | Tiger Wang | 1 | -10/+3 |
2013-12-19 | moved protocol to glob | Tycho Bickerstaff | 1 | -1/+5 |
2013-12-17 | Fixed player falling through the floor on spawn. | madmaxoft | 1 | -1/+5 |
2013-12-15 | Fixed player spawning packet. | madmaxoft | 1 | -1/+1 |
2013-12-15 | Moved reading flags to the protocol. | STRWarrior | 1 | -1/+19 |
2013-12-15 | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 1 | -2/+10 |
2013-12-15 | Fixed pre 1.7 clients crashing. | STRWarrior | 1 | -2/+2 |
2013-12-14 | Removed leftover debugging messages from cProtocol172. | madmaxoft | 1 | -4/+0 |
2013-12-14 | Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison. | STRWarrior | 7 | -0/+82 |
2013-12-13 | Fixed threading issues affecting cProtocol172. | madmaxoft | 2 | -191/+191 |
2013-12-12 | Fixed protocol 1.7 recovery after unknown packet. | madmaxoft | 1 | -4/+0 |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -0/+7 |
2013-12-08 | Fixed tabcompletion packet, fixes #356 | Tiger Wang | 1 | -8/+4 |
2013-12-08 | Fixed falling block metas, fixes #406 | Tiger Wang | 1 | -1/+1 |
2013-12-07 | Renamed animation function | Tiger Wang | 7 | -10/+10 |
2013-12-02 | Removed stray printf, again. | Samuel Barney | 1 | -1/+0 |
2013-12-02 | Switched to using provided ReadItem function. | Samuel Barney | 1 | -17/+3 |
2013-12-02 | Removed stray printf. | Samuel Barney | 1 | -1/+0 |
2013-12-02 | Fixed 1.7 slab and stair placement. | Samuel Barney | 1 | -0/+19 |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 4 | -5/+5 |
2013-11-27 | Fixed some of tiger's derpyness. | Alexander Harkness | 1 | -2/+2 |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 5 | -7/+7 |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 5 | -8/+8 |
2013-11-24 | Moved source to src | Alexander Harkness | 17 | -0/+7588 |