| Commit message (Expand) | Author | Age | Files | Lines |
* | cMojangAPI: Added periodical refreshes. | Mattes D | 2014-10-06 | 2 | -19/+132 |
* | cClientHandle: Added protocol version knowledge. | Mattes D | 2014-10-05 | 2 | -1/+2 |
* | Fixed a missing semicolon. | madmaxoft | 2014-09-30 | 1 | -1/+1 |
* | Rewritten plugin messages, vanilla are being parsed directly. | madmaxoft | 2014-09-30 | 4 | -13/+172 |
* | Style fixes. | madmaxoft | 2014-09-29 | 1 | -3/+3 |
* | Plugin messages: Vanilla prefixes its payloads with VarInt lengths. | madmaxoft | 2014-09-28 | 1 | -4/+13 |
* | Revert "1.8: Fixed plugin messages." | madmaxoft | 2014-09-28 | 1 | -1/+3 |
* | Protocol 1.8: Fixed possible crash on malformed packet. | madmaxoft | 2014-09-28 | 1 | -0/+5 |
* | Merge pull request #1466 from mc-server/endofsupport | Mattes D | 2014-09-28 | 18 | -4692/+11 |
|\ |
|
| * | Compilation fix | Tiger Wang | 2014-09-28 | 1 | -1/+1 |
| * | Bug fix | Tiger Wang | 2014-09-27 | 1 | -2/+15 |
| * | Dropped support for <1.7.x | Tiger Wang | 2014-09-27 | 18 | -4700/+6 |
* | | 1.8: Fixed plugin messages. | Howaner | 2014-09-27 | 1 | -3/+4 |
|/ |
|
* | Merge branch 'master' into Fixes | Howaner | 2014-09-26 | 3 | -46/+46 |
|\ |
|
| * | Merge pull request #1419 from mc-server/redstoneTests | worktycho | 2014-09-26 | 3 | -46/+46 |
| |\ |
|
| | * | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 2 | -10/+11 |
| | |\ |
|
| | * \ | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 16 | -527/+4240 |
| | |\ \ |
|
| | * \ \ | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 2 | -4/+17 |
| | |\ \ \ |
|
| | * | | | | Added first test to show the object can be created | Tycho | 2014-09-17 | 2 | -31/+31 |
* | | | | | | Fixed players custom name in 1.8 | Howaner | 2014-09-26 | 9 | -57/+20 |
|/ / / / / |
|
* | | | | | Protocol 1.8: Fixed plugin message packet. | madmaxoft | 2014-09-25 | 1 | -1/+3 |
* | | | | | Added cByteBuffer::WriteBEUShort(). | madmaxoft | 2014-09-25 | 1 | -1/+1 |
* | | | | | Merge pull request #1452 from Howaner/Fixes | Mattes D | 2014-09-25 | 1 | -5/+10 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into Fixes | Howaner | 2014-09-25 | 2 | -10/+11 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Use the json writer to write sign texts. | Howaner | 2014-09-25 | 1 | -5/+10 |
| | |_|_|/
| |/| | | |
|
* | | | | | Protocol 1.8: Handling packet compression properly. | madmaxoft | 2014-09-25 | 2 | -14/+39 |
* | | | | | Protocol 1.8: Added checks for values presence. | madmaxoft | 2014-09-25 | 1 | -2/+8 |
| |/ / /
|/| | | |
|
* | | | | 1.8 Protocol: Fixed problems with no-payload packets. | madmaxoft | 2014-09-25 | 1 | -6/+7 |
* | | | | 1.7 Protocol: fixed potential problems with no-payload packets. | madmaxoft | 2014-09-25 | 1 | -4/+4 |
|/ / / |
|
* | | | Fixed compiler warnings in 1.8 protocol. | madmaxoft | 2014-09-23 | 1 | -2/+2 |
* | | | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 16 | -519/+4216 |
|\ \ \ |
|
| * | | | Updated README.md | Howaner | 2014-09-22 | 1 | -1/+1 |
| * | | | Hotfixed 1.8 item reading. | Howaner | 2014-09-22 | 2 | -6/+6 |
| * | | | Changed metadata reading again. | Howaner | 2014-09-22 | 2 | -173/+7 |
| * | | | Fixed item nbt reading. | Howaner | 2014-09-22 | 2 | -3/+168 |
| * | | | Code improvements. | Howaner | 2014-09-19 | 4 | -38/+36 |
| * | | | Merge branch 'master' into 1.8-Protocol | Howaner | 2014-09-19 | 2 | -1/+14 |
| |\ \ \ |
|
| | * | | | Added an explicit setting for allowing BungeeCord handshake. | madmaxoft | 2014-09-17 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| | * | | Full BungeeCord compatibility. | madmaxoft | 2014-09-17 | 1 | -0/+4 |
| | * | | Initial BungeeCord support. | madmaxoft | 2014-09-17 | 2 | -1/+10 |
| * | | | Exported player list states to extra functions. | Howaner | 2014-09-18 | 9 | -426/+616 |
| * | | | 1.8: Simplified item metadata reading. | Howaner | 2014-09-18 | 1 | -7/+3 |
| * | | | Simplified WriteUUID() | Howaner | 2014-09-14 | 1 | -9/+9 |
| * | | | Fixed warnings. | Howaner | 2014-09-14 | 1 | -3/+3 |
| * | | | 1.8: Updated scoreboard packets. | Howaner | 2014-09-13 | 1 | -3/+7 |
| * | | | Moved chat json creating to the CompositeChat class. | Howaner | 2014-09-13 | 4 | -346/+8 |
| * | | | 1.8: Fixed maps. | Howaner | 2014-09-13 | 9 | -35/+33 |
| * | | | Merge branch 'master' into 1.8-Protocol | Howaner | 2014-09-13 | 1 | -3/+3 |
| |\| | |
|
| | * | | Spawn exp if you break a mob spawner. | Howaner | 2014-09-12 | 1 | -3/+3 |
| | |/ |
|
| * | | Fixed wrong buffer length in the 1.8 protocol. | Howaner | 2014-09-12 | 1 | -10/+4 |
| * | | 1.8: Fixed ReadItem() | Howaner | 2014-09-12 | 1 | -19/+39 |
| * | | 1.8: Added difficulty sending | Howaner | 2014-09-12 | 1 | -0/+6 |
| * | | 1.8: Fixed block entities. | Howaner | 2014-09-12 | 1 | -8/+2 |
| * | | 1.8: Fixed workbench, enchanting and anvil window. | Howaner | 2014-09-12 | 1 | -3/+19 |
| * | | 1.8: Enderman, byte -> short | Howaner | 2014-09-12 | 1 | -1/+1 |
| * | | 1.8: Fixed enderman spawning. | Howaner | 2014-09-12 | 1 | -1/+1 |
| * | | 1.8: Fixed inventory open packet. | Howaner | 2014-09-11 | 1 | -3/+2 |
| * | | Removed GetProtocolVersion() from the protocols. | Howaner | 2014-09-11 | 7 | -19/+6 |
| * | | 1.8: Fixed sign placing. | Howaner | 2014-09-11 | 1 | -1/+1 |
| * | | 1.8: Fixed hangings. | Howaner | 2014-09-11 | 3 | -31/+88 |
| * | | 1.8: Added ParticleEffect packet. | Howaner | 2014-09-11 | 11 | -26/+103 |
| * | | 1.8: Added MultiBlockChange packet. | Howaner | 2014-09-09 | 3 | -51/+82 |
| * | | Added the player list to the 1.8 protocol. | Howaner | 2014-09-09 | 9 | -21/+92 |
| * | | Merge branch 'master' into 1.8-Protocol | Howaner | 2014-09-09 | 2 | -7/+8 |
| |\| |
|
| | * | Added Y-wise asserts to signs. | Mattes D | 2014-09-06 | 1 | -0/+1 |
| | * | Alpha-sorted protocol 1.7 senders. | Mattes D | 2014-09-06 | 1 | -7/+7 |
| * | | PlayerSpawn packet: Send the correct uuid. | Howaner | 2014-09-09 | 1 | -5/+1 |
| * | | 1.8: Added new uuid field. | Howaner | 2014-09-09 | 2 | -0/+19 |
| * | | More fixes. | Howaner | 2014-09-08 | 2 | -1/+6 |
| * | | Recoded cProtocol180 class. | Howaner | 2014-09-08 | 4 | -589/+2690 |
| * | | 1.8: Fixed tab complete. | Howaner | 2014-09-08 | 3 | -2/+20 |
| * | | Fixed more 1.8 packets. | Howaner | 2014-09-08 | 4 | -35/+243 |
| * | | Updated chunk sending to 1.8 | Howaner | 2014-09-08 | 4 | -26/+22 |
| * | | Added GetProtocolVersion() to cProtocol. | Howaner | 2014-09-08 | 8 | -26/+29 |
| * | | Implemented packet compression. | Howaner | 2014-09-08 | 7 | -35/+117 |
| * | | Fixed client errors. | Howaner | 2014-09-04 | 5 | -52/+79 |
| * | | Added more 1.8 protocol things. | Howaner | 2014-09-04 | 6 | -14/+632 |
| * | | Started implementing of the 1.8 protocol. | Howaner | 2014-09-04 | 7 | -7/+502 |
| |/ |
|
* | | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-02 | 1 | -6/+24 |
|\| |
|
| * | Make sure packets are valid | worktycho | 2014-09-01 | 1 | -6/+24 |
* | | Added SetCustomName() to players. | Howaner | 2014-09-02 | 8 | -25/+45 |
* | | Added CustomName to cMonster. | Howaner | 2014-09-01 | 1 | -0/+10 |
|/ |
|
* | Init RankMgr pointer to NULL | worktycho | 2014-08-31 | 1 | -1/+2 |
* | Merge pull request #1290 from mc-server/Ranks | Mattes D | 2014-08-26 | 2 | -5/+40 |
|\ |
|
| * | Merge remote-tracking branch 'origin/master' into Ranks | Mattes D | 2014-08-22 | 3 | -43/+91 |
| |\ |
|
| * | | cMojangAPI updates cRankManager's playernames. | Mattes D | 2014-08-21 | 2 | -1/+40 |
| * | | cMojangAPI: Fixed MakeUUID___() bindings. | Mattes D | 2014-08-21 | 1 | -4/+0 |
* | | | Type warning fixes. | Mattes D | 2014-08-25 | 1 | -1/+1 |
* | | | Fixed a type warning. | Mattes D | 2014-08-25 | 1 | -2/+2 |
| |/
|/| |
|
* | | Fixed 1.7.2 login packet reading. | Mattes D | 2014-08-21 | 1 | -1/+5 |
* | | Merge pull request #1339 from mc-server/Hooks | STRWarrior | 2014-08-20 | 3 | -42/+86 |
|\ \
| |/
|/| |
|
| * | Renamed a_Motd to a_ServerDescription. | Howaner | 2014-08-20 | 2 | -7/+7 |
| * | Added a_ClientHandle to the HOOK_SERVER_PING hook. | Howaner | 2014-08-20 | 2 | -2/+5 |
| * | Added "HOOK_SERVER_PING" call to older protocols | Howaner | 2014-08-20 | 1 | -13/+12 |
| * | Cleaned up code. | Howaner | 2014-08-20 | 1 | -1/+0 |
| * | Added HOOK_SERVER_PING | Howaner | 2014-08-20 | 2 | -29/+72 |
* | | Merge pull request #1296 from mc-server/LuaAPI | Franz Reiter | 2014-08-12 | 9 | -10/+24 |
|\ \
| |/
|/| |
|
| * | Exported daylight cycle flag to the protocol. | Howaner | 2014-08-11 | 9 | -10/+24 |
* | | cProtocol172: Check return values. | madmaxoft | 2014-08-11 | 1 | -4/+9 |
* | | Gave names to unnamed enums | archshift | 2014-08-11 | 1 | -1/+1 |
|/ |
|
* | MojangAPI: Fixed PlayerNameToUUID(). | madmaxoft | 2014-08-04 | 1 | -1/+1 |
* | Fixed #1286 | Howaner | 2014-08-04 | 1 | -1/+1 |
* | Merge pull request #1285 from mc-server/StrCaseRefactor | Mattes D | 2014-08-04 | 2 | -32/+24 |
|\ |
|
| * | Refactored case-conversion functions. | madmaxoft | 2014-08-04 | 2 | -32/+24 |
* | | Changed properties for-loop. | Howaner | 2014-08-04 | 1 | -1/+1 |
* | | Fixed skins in mc 1.7.9/1.7.10 | Howaner | 2014-08-03 | 1 | -6/+5 |
|/ |
|
* | cMojangAPI: Added UUID-to-Name lookup. | madmaxoft | 2014-08-03 | 3 | -60/+424 |
* | Added cMojangAPI:GetUUIDFromPlayerName(). | madmaxoft | 2014-08-03 | 2 | -0/+35 |
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 6 | -147/+619 |
|\ |
|
| * | Merged branch 'master' into NameToUUID. | madmaxoft | 2014-07-31 | 9 | -17/+17 |
| |\ |
|
| * | | Removed trailing whitespace. | madmaxoft | 2014-07-31 | 1 | -2/+2 |
| * | | MojangAPI: Moved the settings to a separate ini section. | madmaxoft | 2014-07-31 | 1 | -2/+2 |
| * | | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-31 | 2 | -4/+9 |
| * | | MojangAPI: Renamed cache file to MojangAPI.sqlite. | madmaxoft | 2014-07-30 | 1 | -2/+2 |
| * | | MojangAPI: Clarified the UUID conversion code. | madmaxoft | 2014-07-30 | 2 | -4/+17 |
| * | | MojangAPI: Implemented UUID shortening and dashing. | madmaxoft | 2014-07-30 | 3 | -20/+31 |
| * | | Exported cMojangAPI to Lua. | madmaxoft | 2014-07-30 | 1 | -1/+12 |
| * | | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 2014-07-30 | 5 | -237/+556 |
| * | | cAuthenticator: Added GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-28 | 2 | -3/+116 |
* | | | Renamed functions and added beacon json saving. | Howaner | 2014-07-31 | 1 | -2/+2 |
* | | | Added beacon. | Howaner | 2014-07-30 | 1 | -0/+15 |
| |/
|/| |
|
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-29 | 2 | -2/+2 |
|\| |
|
| * | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-07-22 | 10 | -82/+106 |
|\| |
|
| * | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 7 | -11/+11 |
| * | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| * | Fixed attempts to call c_str on ChatColors | archshift | 2014-07-19 | 1 | -2/+2 |
| * | Code style: Fixed braces on separate lines. | madmaxoft | 2014-07-19 | 1 | -1/+2 |
| * | Fixed spaces after commas in protocol data. | madmaxoft | 2014-07-19 | 1 | -7/+7 |
| * | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 2 | -2/+2 |
| * | Merge pull request #1214 from mc-server/anti-glob | Mattes D | 2014-07-19 | 1 | -5/+25 |
| |\ |
|
| | * | Subdirs: Only add_library if not using MSVC | archshift | 2014-07-19 | 1 | -1/+3 |
| | * | Protocol/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -5/+23 |
| * | | Authenticator.cpp: Killed a global destructor warning | archshift | 2014-07-19 | 1 | -53/+56 |
| |/ |
|
* | | Fix failed merge and other issues | Tiger Wang | 2014-07-18 | 7 | -7/+7 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 15 | -259/+351 |
|\| |
|
| * | ProtocolRecognizer.cpp: removed unused NumBytesRead | archshift | 2014-07-18 | 1 | -2/+0 |
| * | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 2 | -12/+13 |
| * | Basic style fixes. | madmaxoft | 2014-07-17 | 6 | -9/+9 |
| * | Normalized comments. | madmaxoft | 2014-07-17 | 9 | -86/+86 |
| * | Merge pull request #1192 from mc-server/skinuuid | Mattes D | 2014-07-16 | 3 | -98/+199 |
| |\ |
|
| | * | Suggestions | Tiger Wang | 2014-07-16 | 1 | -2/+5 |
| | * | Function rename | Tiger Wang | 2014-07-16 | 2 | -3/+3 |
| | * | Unified functions | Tiger Wang | 2014-07-16 | 2 | -34/+28 |
| | * | Store properties as Json::Value | Tiger Wang | 2014-07-16 | 3 | -12/+20 |
| | * | Player properties are now retrieved | Tiger Wang | 2014-07-14 | 3 | -102/+198 |
| * | | Fixed MSVC warnings in SoundEffect functions. | madmaxoft | 2014-07-13 | 2 | -14/+6 |
| * | | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 9 | -24/+25 |
| |/ |
|
| * | Merge pull request #1154 from mc-server/trappedchests | Tiger Wang | 2014-07-13 | 1 | -2/+2 |
| |\ |
|
| | * | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -2/+2 |
| * | | Merge pull request #1135 from mc-server/fixes | Tiger Wang | 2014-07-09 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Crash and compile fix | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
| * | | Fixed respawning | Tiger Wang | 2014-06-29 | 9 | -15/+15 |
| * | | Send statistics to the player, when he logged in. | Howaner | 2014-06-29 | 1 | -2/+1 |
| * | | Added generic entity-collecting. | Mattes D | 2014-06-27 | 9 | -15/+15 |
| |/ |
|
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-21 | 1 | -0/+1 |
|\| |
|
| * | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
* | | Portals animate and delay correctly | Tiger Wang | 2014-06-12 | 9 | -17/+17 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-10 | 5 | -3/+29 |
|\| |
|
| * | Fixed deadlock when moving players to other worlds. | Mattes D | 2014-06-08 | 10 | -16/+42 |
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-06-04 | 1 | -1/+2 |
|\| |
|
| * | Fixed a crash in message formatter. | madmaxoft | 2014-05-28 | 1 | -1/+2 |
* | | Implemented end and nether portals | Tiger Wang | 2014-05-31 | 9 | -13/+13 |
|/ |
|
* | cCompositeChat message type is now formatted | Tiger Wang | 2014-05-19 | 1 | -1/+1 |
* | Added client translation to achievements | Tiger Wang | 2014-05-19 | 1 | -0/+29 |
* | cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement() | andrew | 2014-05-12 | 1 | -5/+1 |
* | Statistic Manager | andrew | 2014-05-11 | 7 | -7/+84 |
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 2 | -11/+11 |
* | Change m_RepairCost to int. | Howaner | 2014-05-07 | 1 | -2/+2 |
* | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 2014-05-07 | 1 | -0/+11 |
* | Hotfixed Chunked transfer encoding in Yggdrasil. | madmaxoft | 2014-05-03 | 1 | -1/+1 |
* | Fixed connection encryption. | madmaxoft | 2014-05-03 | 1 | -1/+1 |
* | Fixed warnings in ClientHandle. | madmaxoft | 2014-05-01 | 7 | -7/+7 |
* | Removed the unused cBlockingTCPLink class. | madmaxoft | 2014-04-30 | 1 | -1/+0 |
* | Removed unneeded #includes. | madmaxoft | 2014-04-29 | 1 | -6/+0 |
* | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 2014-04-29 | 4 | -23/+14 |
* | Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects. | madmaxoft | 2014-04-29 | 2 | -2/+2 |
* | Merged branch 'master' into SslWrappers. | madmaxoft | 2014-04-28 | 3 | -6/+11 |
|\ |
|
| * | Merge pull request #940 from Howaner/GlobalFixes | Mattes D | 2014-04-28 | 2 | -2/+2 |
| |\ |
|
| | * | Revert "Changed the old invulnerable methods from the wither to the new." | Howaner | 2014-04-28 | 2 | -16/+2 |
| | * | Changed the old invulnerable methods from the wither to the new. | Howaner | 2014-04-26 | 2 | -2/+16 |
| | * | Fixes | Howaner | 2014-04-26 | 2 | -2/+2 |
| * | | Merge pull request #954 from mc-server/projectiles-split | Mattes D | 2014-04-28 | 2 | -1/+3 |
| |\ \ |
|
| | * | | Fixed projectile source filenames, indentations | archshift | 2014-04-28 | 2 | -3/+3 |
| | * | | Moved cFireworkEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -0/+1 |
| | * | | Moved cArrowEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 2 | -1/+2 |
| | |/ |
|
| * | | Another attempt at #889. | madmaxoft | 2014-04-27 | 1 | -3/+5 |
| * | | Merge pull request #948 from jfhumann/staticFixes | Mattes D | 2014-04-27 | 1 | -0/+33 |
| |\ \
| | |/
| |/| |
|
| | * | Fixes resource leaks in the yggdrasil authenticator. (CID 43617) | jfhumann | 2014-04-26 | 1 | -0/+33 |
| * | | Cmake generated projects for IDEs include headers in project files. | archshift | 2014-04-25 | 1 | -0/+1 |
| |/ |
|
* | | Added the G1 root cert. | madmaxoft | 2014-04-28 | 1 | -2/+29 |
* | | Rewritten cAuthenticator to use the new PolarSSL++ wrapper classes. | madmaxoft | 2014-04-27 | 1 | -91/+45 |
* | | Authenticator uses some C++ SSL objects. | madmaxoft | 2014-04-24 | 1 | -19/+40 |
|/ |
|
* | Merge pull request #909 from jfhumann/fixes | Mattes D | 2014-04-22 | 7 | -80/+104 |
|\ |
|
| * | Small style changes | jfhumann | 2014-04-18 | 2 | -7/+7 |
| * | Merge remote-tracking branch 'origin/master' into fixes | jfhumann | 2014-04-18 | 9 | -43/+719 |
| |\ |
|
| * | | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 6 | -77/+100 |
* | | | Allow 1.6.4 Forge clients to log in. | Mattes D | 2014-04-21 | 2 | -0/+20 |
* | | | Merge branch 'master' into Enchanting | daniel0916 | 2014-04-18 | 1 | -5/+131 |
|\ \ \
| | |/
| |/| |
|
| * | | Added asserts for proper game state. | madmaxoft | 2014-04-16 | 1 | -5/+131 |
* | | | Modified many things | daniel0916 | 2014-04-17 | 1 | -2/+0 |
* | | | Merge branch 'master' into Enchanting | daniel0916 | 2014-04-16 | 9 | -38/+587 |
|\| | |
|
| * | | Attempted fix for the client crash with the new protocols. | madmaxoft | 2014-04-15 | 1 | -0/+7 |
| * | | Implemented the 1.7.6 protocol and authenticator. | madmaxoft | 2014-04-14 | 8 | -119/+169 |
| * | | A client UUID is generated when the server is in offline mode. | madmaxoft | 2014-04-14 | 1 | -4/+10 |
| * | | Merge remote-tracking branch 'daniel0916/YggdrasilAuthentication' into Proto176 | madmaxoft | 2014-04-14 | 3 | -1/+420 |
| |\ \ |
|
| | * | | Fixed mistake | daniel0916 | 2014-04-13 | 2 | -2/+2 |
| | * | | Fixed Error? | daniel0916 | 2014-04-13 | 1 | -2/+2 |
| | * | | Code Update | daniel0916 | 2014-04-13 | 1 | -4/+5 |
| | * | | Added Yggdrasil Authentication System | daniel0916 | 2014-04-13 | 2 | -0/+418 |
| | |/ |
|
| * / | Initial 1.7.6 protocol support. | madmaxoft | 2014-04-14 | 4 | -2/+69 |
| |/ |
|
* | | Bug fixes | daniel0916 | 2014-04-14 | 1 | -3/+0 |
* | | Fixed Errors | daniel0916 | 2014-04-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'upstream/master' into Enchanting | daniel0916 | 2014-04-07 | 15 | -366/+1139 |
|\| |
|
| * | Fixed 1.6.4 client crash on composite chat messages. | madmaxoft | 2014-04-06 | 2 | -0/+14 |
| * | Fixed crash in protocols sending 64-bit ints. | madmaxoft | 2014-04-06 | 1 | -1/+1 |
| * | Explicit change record size. | madmaxoft | 2014-04-04 | 1 | -1/+1 |
| * | Fixed format string mismatch. | madmaxoft | 2014-04-04 | 1 | -1/+1 |
| * | More Clang warning fixes in the protocols. | madmaxoft | 2014-04-04 | 6 | -81/+82 |
| * | Fixed CreateHexDump's signedness. | madmaxoft | 2014-04-04 | 1 | -1/+1 |
| * | More Clang warning fixes in the protocols. | madmaxoft | 2014-04-04 | 1 | -28/+37 |
| * | Fixed some Clang warnings in protocols. | madmaxoft | 2014-04-04 | 10 | -26/+31 |
| * | Merge pull request #831 from mc-server/Wither | Mattes D | 2014-04-02 | 2 | -0/+18 |
| |\ |
|
| | * | Protocol: Wither metadata | andrew | 2014-03-25 | 2 | -0/+18 |
| * | | Console logging supports cCompositeChat as its parameters. | madmaxoft | 2014-03-31 | 1 | -22/+1 |
| |/ |
|
| * | Plugins can set flying speed. | madmaxoft | 2014-03-20 | 1 | -2/+1 |
| * | Rewritten player speeds to be relative unit-less. | madmaxoft | 2014-03-20 | 2 | -5/+6 |
| * | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 2014-03-12 | 2 | -7/+7 |
| * | Fixed a load of format string errors | Tycho | 2014-03-11 | 2 | -4/+4 |
| * | Fixed format errors in protocol | Tycho | 2014-03-11 | 1 | -3/+3 |
| * | Removed unused macro | Tycho | 2014-03-10 | 1 | -13/+0 |
| * | Merge pull request #731 from mc-server/ballisticmissiles | Tiger Wang | 2014-03-09 | 1 | -25/+52 |
| |\ |
|
| | * | Merge branch 'master' into ballisticmissiles | Tiger Wang | 2014-03-09 | 1 | -1/+15 |
| | |\ |
|
| | * | | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -25/+52 |
| * | | | Hotfix for MSVC compilation. | madmaxoft | 2014-03-09 | 1 | -0/+1 |
| * | | | Merge pull request #777 from jfhumann/issue317 | Mattes D | 2014-03-09 | 3 | -3/+29 |
| |\ \ \ |
|
| | * | | | Adjusted style of switch/case | Jan-Fabian Humann | 2014-03-09 | 3 | -45/+15 |
| | * | | | Changed if-else to switch-case | Jan-Fabian Humann | 2014-03-08 | 3 | -39/+33 |
| | * | | | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting. | Jan-Fabian Humann | 2014-03-08 | 3 | -3/+65 |
| | | |/
| | |/| |
|
| * | | | Fixed issues with int vs size_t and a few other warnings | Tycho | 2014-03-08 | 1 | -2/+2 |
| * | | | Warnings | Tycho | 2014-03-07 | 9 | -12/+25 |
| |/ / |
|
| * / | Add Flower Pots | Howaner | 2014-03-07 | 1 | -1/+15 |
| |/ |
|
| * | Manual merge (Fixed conflicts) | andrew | 2014-02-20 | 9 | -17/+291 |
| |\ |
|
| | * | Merge pull request #697 from Howaner/Skull | Mattes D | 2014-02-19 | 1 | -0/+15 |
| | |\ |
|
| | | * | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -9/+9 |
| | | * | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 2014-02-19 | 1 | -0/+1 |
| | | * | Add Skulls/Heads | Howaner | 2014-02-17 | 1 | -0/+14 |
| | * | | Merge branch 'master' into itemframes | Tiger Wang | 2014-02-18 | 6 | -0/+28 |
| | |\ \ |
|
| | | * | | Implemented paintings, fixes #689 | Tiger Wang | 2014-02-18 | 6 | -0/+28 |
| | | |/ |
|
| | * | | De-breaked stuff | Tiger Wang | 2014-02-18 | 1 | -2/+0 |
| | * | | Implemented item frames, a part of #689 | Tiger Wang | 2014-02-18 | 1 | -2/+14 |
| | |/ |
|
| | * | Add Locale to ClientHandle | Howaner | 2014-02-16 | 3 | -2/+4 |
| | * | Set max. Players in the Tablist to 60 | Howaner | 2014-02-16 | 1 | -1/+1 |
| | * | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 7 | -12/+231 |
| * | | Map decorators; Map clients | andrew | 2014-02-18 | 7 | -1/+60 |
| * | | Implementation of in-game maps | andrew | 2014-02-13 | 7 | -0/+91 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -2/+2 |
| |\ |
|
| | * | Improved the signedness conversion. | madmaxoft | 2014-02-05 | 1 | -2/+2 |
| | * | Protocol 1.7: Fixed a signed / unsigned comparison warning. | madmaxoft | 2014-02-04 | 1 | -2/+2 |
| * | | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 3 | -7/+7 |
| |\| |
|
| | * | Protocol 1.7 uses char for blockface. | madmaxoft | 2014-02-04 | 1 | -2/+2 |
| | * | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 3 | -5/+5 |
| * | | Fixed a bunch of MSVS warnings | Tiger Wang | 2014-02-05 | 1 | -1/+2 |
| |/ |
|
| * | Limited sign lines to 15 chars. | madmaxoft | 2014-01-29 | 1 | -4/+5 |
| * | Added 1.7.4 to the list of supported protocols. | madmaxoft | 2014-01-29 | 1 | -1/+1 |
| * | Protocol 1.7: Encryption is enabled only with auth. | madmaxoft | 2014-01-29 | 1 | -1/+1 |
| * | Protocol 1.7: Forced encryption on all connections. | madmaxoft | 2014-01-28 | 2 | -3/+101 |
| * | Fixed client packet parsing. | madmaxoft | 2014-01-26 | 1 | -12/+33 |
| * | Merged branch 'master' into ChangeToPolarSSL. | madmaxoft | 2014-01-25 | 2 | -0/+87 |
| |\ |
|
| | * | Comm logging is available in both Debug and Release modes. | madmaxoft | 2014-01-25 | 2 | -12/+16 |
| | * | Protocol17: Comm logging shows the data left over from previous parse. | madmaxoft | 2014-01-25 | 1 | -2/+15 |
| | * | Added per-connection comm logging in debug mode. | madmaxoft | 2014-01-24 | 2 | -0/+69 |
| * | | Merge branch 'master' into ChangeToPolarSSL. | madmaxoft | 2014-01-23 | 1 | -3/+3 |
| |\| |
|
| | * | Fixed 1.5.x scoreboard packet IDs | andrew | 2014-01-23 | 1 | -3/+3 |
| * | | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 2014-01-23 | 6 | -139/+51 |
| |/ |
|
| * | Merge branch 'master' of https://github.com/mc-server/MCServer | andrew | 2014-01-21 | 7 | -6/+90 |
| |\ |
|
| | * | Fix a crash but somewhere... | Alexander Harkness | 2014-01-20 | 1 | -2/+1 |
| * | | Scoreboard SendTo() | andrew | 2014-01-21 | 1 | -3/+3 |
| * | | Scoreboard protocol support | andrew | 2014-01-21 | 8 | -5/+141 |
* | | | added EnchantItemPacket to older Protocols | daniel0916 | 2014-02-01 | 1 | -1/+4 |
* | | | Some updates for enchanting (2) | daniel0916 | 2014-01-31 | 4 | -14/+21 |
* | | | removed hook from enchanting commit | daniel0916 | 2014-01-24 | 1 | -1/+1 |
* | | | Some updates for enchanting | daniel0916 | 2014-01-24 | 2 | -4/+12 |
* | | | first changes for enchanting (not finished) | daniel0916 | 2014-01-20 | 2 | -0/+18 |
| |/
|/| |
|
* | | Merge pull request #569 from worktycho/EnchantmentsFix | Mattes D | 2014-01-19 | 2 | -4/+6 |
|\ \ |
|
| * | | Switched EnchantmentSerilizer to namespace | Tycho | 2014-01-19 | 2 | -4/+4 |
| * | | Spilt Writing of Enchantments to seperate class | Tycho | 2014-01-19 | 2 | -4/+6 |
| |/ |
|
* | | Removed unneeded paramters | Tiger Wang | 2014-01-19 | 6 | -11/+19 |
* | | Changed SendBlockEntity format slightly | Tiger Wang | 2014-01-19 | 6 | -13/+46 |
* | | Improved command blocks | Tiger Wang | 2014-01-19 | 6 | -0/+42 |
|/ |
|
* | Merge pull request #534 from mc-server/SpawnMinecart | Mattes D | 2014-01-17 | 1 | -2/+17 |
|\ |
|
| * | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 2014-01-12 | 1 | -6/+6 |
| * | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 2014-01-12 | 1 | -1/+16 |
* | | Removed internal cEntity::GetRot() usage. | madmaxoft | 2014-01-17 | 3 | -14/+14 |
* | | Merge remote-tracking branch 'origin/customnames' | madmaxoft | 2014-01-17 | 4 | -12/+62 |
|\ \ |
|
| * | | Changed newline character because of issues | Tiger Wang | 2014-01-16 | 1 | -3/+3 |
| * | | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 3 | -7/+7 |
| * | | Merge remote-tracking branch 'origin/master' into customnames | Tiger Wang | 2014-01-16 | 2 | -30/+40 |
| |\ \ |
|
| * | | | Implemented custom names and lore | Tiger Wang | 2014-01-15 | 1 | -5/+55 |
* | | | | Protocol 1.7: More output on unknown packets / protocol states. | madmaxoft | 2014-01-17 | 1 | -4/+21 |
* | | | | Fixed block break packet number | Tiger Wang | 2014-01-16 | 1 | -1/+1 |
* | | | | Protocol 1.7: Unknown packets are dumped to log in Debug mode. | madmaxoft | 2014-01-16 | 1 | -1/+14 |
| |/ /
|/| | |
|
* | | | Added packet diagnostics to 1.7 protocol. | madmaxoft | 2014-01-16 | 2 | -30/+40 |
|/ / |
|
* / | Added handshake processing to protocol 1.7. | madmaxoft | 2014-01-13 | 1 | -2/+23 |
|/ |
|
* | Fixed wrong packet number for PluginMessage packet. | madmaxoft | 2014-01-09 | 1 | -1/+1 |
* | Added cClientHandle::SendPluginMessage(). | madmaxoft | 2014-01-09 | 7 | -0/+40 |
* | Merge pull request #516 from mc-server/favicon | Alexander Harkness | 2014-01-07 | 1 | -1/+1 |
|\ |
|
| * | Fixed favicons | Tiger Wang | 2014-01-07 | 1 | -1/+1 |
* | | Plugin messages are received and handed to plugins. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #514 from derouinw/master | Mattes D | 2014-01-07 | 1 | -0/+3 |
|\ |
|
| * | A few more touch ups | Bill Derouin | 2014-01-07 | 1 | -11/+1 |
| * | Removed unused line | Bill Derouin | 2014-01-07 | 1 | -1/+0 |
| * | Implement favicon for 1.7.2 | Bill Derouin | 2014-01-07 | 2 | -0/+14 |
* | | Fixed a few MSVC warnings. | madmaxoft | 2014-01-07 | 2 | -3/+3 |
* | | Fixed a few MSVC warnings. | madmaxoft | 2014-01-06 | 4 | -5/+4 |
|/ |
|
* | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 2014-01-05 | 4 | -2/+52 |
* | More memory alignment fixes. | madmaxoft | 2014-01-02 | 1 | -3/+3 |
* | Implented BroadcastParticleEffect | STRWarrior | 2013-12-22 | 9 | -2/+65 |
* | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-21 | 1 | -2/+2 |
|\ |
|
| * | Fixed minor warnings. | madmaxoft | 2013-12-20 | 1 | -2/+2 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-19 | 1 | -10/+3 |
|\| |
|
| * | Fixed PlayerAbilities and creative | Tiger Wang | 2013-12-19 | 1 | -10/+3 |
* | | moved protocol to glob | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+5 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-18 | 7 | -7/+115 |
|\| |
|
| * | Fixed player falling through the floor on spawn. | madmaxoft | 2013-12-17 | 1 | -1/+5 |
| * | Fixed player spawning packet. | madmaxoft | 2013-12-15 | 1 | -1/+1 |
| * | Moved reading flags to the protocol. | STRWarrior | 2013-12-15 | 1 | -1/+19 |
| * | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 2013-12-15 | 1 | -2/+10 |
| * | Fixed pre 1.7 clients crashing. | STRWarrior | 2013-12-15 | 1 | -2/+2 |
| * | Merge pull request #431 from mc-server/Entity_Effects | Mattes D | 2013-12-14 | 7 | -0/+82 |
| |\ |
|
| | * | Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison. | STRWarrior | 2013-12-14 | 7 | -0/+82 |
| * | | Removed leftover debugging messages from cProtocol172. | madmaxoft | 2013-12-14 | 1 | -4/+0 |
| |/ |
|
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-11 | 2 | -195/+191 |
|\| |
|
| * | Fixed threading issues affecting cProtocol172. | madmaxoft | 2013-12-13 | 2 | -191/+191 |
| * | Fixed protocol 1.7 recovery after unknown packet. | madmaxoft | 2013-12-12 | 1 | -4/+0 |
* | | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
|/ |
|
* | Fixed tabcompletion packet, fixes #356 | Tiger Wang | 2013-12-08 | 1 | -8/+4 |
* | Fixed falling block metas, fixes #406 | Tiger Wang | 2013-12-08 | 1 | -1/+1 |
* | Renamed animation function | Tiger Wang | 2013-12-07 | 7 | -10/+10 |
* | Removed stray printf, again. | Samuel Barney | 2013-12-02 | 1 | -1/+0 |
* | Switched to using provided ReadItem function. | Samuel Barney | 2013-12-02 | 1 | -17/+3 |
* | Removed stray printf. | Samuel Barney | 2013-12-02 | 1 | -1/+0 |
* | Fixed 1.7 slab and stair placement. | Samuel Barney | 2013-12-02 | 1 | -0/+19 |
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 4 | -5/+5 |
* | Fixed some of tiger's derpyness. | Alexander Harkness | 2013-11-27 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-26 | 7 | -0/+48 |
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 5 | -7/+7 |
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 5 | -8/+8 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 7 | -1/+42 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 17 | -0/+7588 |