summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-18/+13
* Kick clients when resource pack rejected (#5440)plan12312022-10-281-0/+13
* ClientHandle: Fix block interaction regressions (#5431)Tiger Wang2022-07-161-33/+23
* Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)DarkoGNU2022-04-261-0/+9
* handled the infinite loop and stylex12xx12x2022-04-201-2/+2
* Valid Height is now checked by vector.x12xx12x2022-04-201-52/+48
* Updated protocol functions to Vector3xx12xx12x2022-04-201-105/+84
* ClientHandle: cancel multi-block placements correctyTiger Wang2022-02-121-9/+7
* ClientHandle: update variable namesTiger Wang2022-02-081-6/+6
* Spectators: prevent using items and spawn eggsTiger Wang2022-02-081-8/+17
* Add player permission level (#5358)Simon Pribylski2022-01-241-2/+15
* eblockfaceTiger Wang2022-01-141-8/+8
* Fixed Compiler Warningsx12xx12x2022-01-141-8/+8
* Suspicious packets: give 'em the silent treatment (#5375)Tiger Wang2022-01-021-9/+8
* ClientHandle: improve right-click robustness (#5372)Tiger Wang2022-01-021-31/+43
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-15/+17
* Miscellaneous fixes (#5320)Tiger Wang2021-11-111-55/+53
* Authenticator: avoid move assignments to self (#5315)Tiger Wang2021-10-031-38/+36
* Authentication flow: move construction, slim down classes (#5312)Tiger Wang2021-10-021-12/+11
* Spectation: add dedicated pathway for spectator mode (#5303)Tiger Wang2021-09-301-1/+1
* Permission-based player chat message formatting (#5304)Rorkh2021-09-231-1/+8
* BungeeGuard style proxy security and OnlyAllowBungee config (#5291)Ethan Jones2021-09-231-0/+75
* Ignore dead movement (#5292)Ethan Jones2021-09-161-6/+7
* Don't allow players in adventure mode to break blocks (#5293)Ethan Jones2021-09-151-0/+6
* Disconnect: call HandleOutgoingData one last timeTiger Wang2021-08-261-0/+1
* Setting command-block's command requires a permission. (#5270)Mattes D2021-07-201-0/+5
* Chorus fruit teleport (#5259)KingCol132021-07-101-1/+2
* Symmetry in MultiVersionProtocol to fix a crash (#5261)Tiger Wang2021-07-101-2/+2
* Replace chunk coordinates magic with numeric_limitsTiger Wang2021-07-061-14/+13
* Invalidate m_LastStreamedChunk when player position doesn't matchTiger Wang2021-07-061-47/+55
* Protocol: call the encryptor once before sending dataTiger Wang2021-07-061-0/+1
* Remove outdated comment and redundant checkTiger Wang2021-07-061-9/+5
* Protocol: use dedicated packet for 1 block changeTiger Wang2021-06-281-5/+15
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-44/+30
* Add player statistics to API (#5193)nshah252021-05-031-2/+2
* More cProtocol cleanupTiger Wang2021-04-121-73/+73
* Improve bed handling robustnessTiger Wang2021-04-121-2/+1
* Unify multiprotocol entity animationsTiger Wang2021-04-121-19/+1
* Streamline player abilities handlingTiger Wang2021-04-121-9/+9
* Fix block break particlesTiger Wang2021-04-121-1/+1
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-3/+7
* Basic elytra flight (#5124)Damián Imrich2021-04-031-51/+36
* Player data loading cleanupTiger Wang2021-03-301-13/+14
* Do an early check for empty network buffers (#5172)Tiger Wang2021-03-301-5/+14
* Call ProcessProtocolOut at opportune timesTiger Wang2021-03-281-3/+8
* Send keep alives slightly less frequentlyTiger Wang2021-03-281-7/+3
* Fix chunk block changes being sent out of order (#5169)Tiger Wang2021-03-281-8/+23
* Change TimeOfDay to WorldDate (#5160)Tiger Wang2021-03-201-2/+2
* Don't send ping updates one packet at a timeTiger Wang2021-03-191-2/+2
* Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang2021-03-151-4/+4
* Do protocol decryption in-place (with CryptoAPI on Windows) (#5145)Tiger Wang2021-03-081-3/+3
* Adding Boss bar (#5025)12xx122021-03-051-6/+60
* Adds playerlist header and footer broadcasting (1.8-1.13)dImrich2021-02-061-0/+9
* MultiVersionProtocol: fix two crashesTiger Wang2021-01-191-10/+12
* Clarify cClientHandle, cPlayer ownership semanticsTiger Wang2021-01-121-271/+88
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-19/+36
* Avoid an std::list in StreamNextChunkTiger Wang2020-12-261-22/+22
* Streamline ClientHandle chunk send a littleTiger Wang2020-12-261-33/+4
* ViewDistance: unsigned -> signedTiger Wang2020-12-261-6/+4
* Ignore CanFly flag sent by the clientmathiascode2020-12-181-2/+1
* Warnings improvementsTiger Wang2020-12-181-15/+17
* Players are no longer kicked when clicking on bedrock (#5023)Tiger Wang2020-11-061-34/+26
* Merged OnBreak with OnPlayerBreak (#4967)12xx122020-10-081-6/+6
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-2/+2
* Remove SetProperty(...cPlayer)Tiger Wang2020-10-031-1/+1
* Fix instant mining of blocks not being recognised, tweak anti-cheat (#4938)KingCol132020-10-021-7/+7
* Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol132020-10-011-50/+38
* HandleEnchantItem: use a lambda (#4944)Tiger Wang2020-09-291-5/+8
* Enchanting consumes lapis, removes correct number of levels (#4934)KingCol132020-09-281-11/+51
* Do not call into things we don't own in destructorsTiger Wang2020-09-251-1/+0
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-10/+8
* Reverse order of ChunkSender priorities (#4858)Tiger Wang2020-09-121-3/+3
* Use tracing for explosions (#4845)Tiger Wang2020-09-121-2/+22
* Add more statistic tracking (#4837)12xx122020-09-051-0/+1
* ChunkDataSerializer: don't repeatedly mallocateTiger Wang2020-08-211-1/+2
* OnBroken/OnPlaced are for entity actionsTiger Wang2020-08-041-1/+0
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-1/+1
* Implement "caching" in ChunkDataSerializerTiger Wang2020-07-191-2/+2
* Delete unused memberTiger Wang2020-07-181-1/+0
* cProtocolRecognizer goes on a diet (#4770)Tiger Wang2020-07-171-11/+11
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-1/+43
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-5/+8
* Added check if player is in spectator mode (#4709)Lukas Pioch2020-05-041-0/+6
* Improve entity position updates (#4701)Tiger Wang2020-05-041-26/+4
* Unify entity spawn packet sendingTiger Wang2020-05-011-29/+2
* Vector3 in Handlers (#4680)Mattes D2020-04-211-15/+17
* Delet SpawnObject paramsTiger Wang2020-04-201-2/+2
* Initial resource pack support (#4622)Mat2020-04-071-0/+9
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* Replace buckets to the selected hotbar slot, rather than the first available. (#4580)Alexander Harkness2020-04-021-3/+3
* Send experience on respawn (#4586)Mat2020-03-301-0/+1
* Fix client disconnect assert (#4579)peterbell102020-03-291-3/+3
* cClientHandle: Only allow m_State to increase (#4533)peterbell102020-03-281-40/+45
* When Client sends message longer than 256 bytes, kick him instead of handling message (#4514)Max Luchterhand2020-03-241-0/+10
* Manual merge of #4498.Alexander Harkness2020-03-231-1/+1
* Don't call player movement hook if nothing changed (#4517)Mat2020-03-211-0/+20
* Stabilise MoveToWorld (#4004)Mat2020-03-051-1/+1
* Blocks are usable in adventure mode (#4464)Mat2020-01-151-1/+1
* Disable block placement in adventure mode (#4424)Mat2019-12-301-2/+2
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-9/+15
* Added another check if the item is place able (#4404)Lukas Pioch2019-10-031-0/+7
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-9/+9
* Store and pass entity effect duration as an int not a short. (#4293)Alexander Harkness2018-08-261-1/+1
* cWorld: Manually bind deprecated broadcast functions (#4265)peterbell102018-07-271-1/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+3
* Keep players in gmNotSet (#4248)changyong guo2018-07-231-8/+13
* recover hotbar selected slot after reconnect (#4249)changyong guo2018-07-231-0/+12
* Make offline UUIDs consistent with vanilla. (#4178)peterbell102018-07-201-4/+2
* Support swap item between main hand and offhand by press key "F" (#4241)changyong guo2018-06-241-1/+8
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-3/+3
* Removed unnecessary disconnect (#4200)mathiascode2018-04-271-5/+0
* Properly destroy player (#4199)mathiascode2018-04-031-7/+7
* Broadcast playerlist removal in every world (#4201)mathiascode2018-04-021-5/+3
* cClientHandle: Always call HOOK_PLAYER_RIGHT_CLICK (#4149)peterbell102018-01-251-6/+11
* Rewrite cClientHandle::HandleRightClick (#4089)9caihezi2018-01-081-148/+130
* Add the fmt library (#4065)peterbell102018-01-031-1/+1
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-1/+1
* Implement horse inventory (#4053)peterbell102017-10-211-0/+12
* BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038)Bond-0092017-09-251-3/+3
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-1/+11
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-51/+22
* Shutdown connection when disconnect packet sent (#3999)Alexander Harkness2017-09-081-4/+10
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-22/+51
* OnLogin now kicks players properly (#3980)Alexander Harkness2017-09-011-1/+2
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-51/+22
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-2/+2
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-1/+24
* Add cUUID class (#3871)peterbell102017-08-251-34/+7
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+18
* Merge pull request #3921 from lkolbly/removeAssertTiger Wang2017-08-181-3/+0
|\
| * Removed incorrect assert in cClientHandle::SendRespawn.Lane Kolbly2017-08-111-3/+0
* | Changed entity ownership model to use smart pointersTiger Wang2017-08-071-4/+25
|/
* Removed double includes (#3885)Lukas Pioch2017-08-021-1/+0
* cBlockHandler: take player by refpeterbell102017-08-011-4/+4
* cWorld::SendBlockTo take player by refpeterbell102017-08-011-14/+14
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-8/+14
* Fixed memory leak in cClientHandle. (#3794)Mattes D2017-06-261-5/+5
* Fix assert when clicking blocks at the top of the world.Mattes D2017-06-091-12/+16
* Add rank prefix and suffix to player name in chat (#3730)Heiko Hund2017-05-271-1/+5
* Off-hand/shield slot functional, save and load slot, bow + arrow functional (#3725)Pablo Beltrán2017-05-241-0/+10
* Allow enabling/disabling of block change limitmathiascode2017-05-191-1/+1
* Fixed ClientHandle:GetProtocolVersion returning wrong number.Mattes D2017-01-281-8/+2
* Initial support for the 1.11 protocol.Mattes D2016-12-161-2/+2
* Fixed race conditions in cClientHandle's State.Mattes D2016-11-191-157/+208
* Anticheat fastbreak (#3411)mohe20152016-11-061-0/+27
* Added SendMessageRaw for sending json string.Lukas Pioch2016-10-211-0/+9
* Spectators added (#2852)bibo382016-10-121-2/+54
* Use cChunkDef::Height for Y coord comparison where applicable.Moritz Borcherding2016-09-271-2/+2
* Fixed cCompositeChat's constructor LuaAPI bindings.Mattes D2016-09-251-5/+3
* Improve cPlayer::DoMoveToWorld (#3113)LogicParrot2016-09-031-1/+0
* Proper respawn packets on dimension travelLogicParrot2016-08-291-1/+17
* Fixed SendUnloadChunk bug (#3353)LogicParrot2016-08-281-1/+1
* Fix breaking ice in survival not giving a water's source (#3356)ElNounch2016-08-281-1/+1
* Fixed RasPi builds of unit tests.Mattes D2016-08-041-1/+3
* Tab completion across worlds (#3270)Alexander Harkness2016-07-211-1/+13
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-1/+16
* Fixed some logout crashesLogicParrot2016-04-241-2/+3
* ClientHandle destruction thread safetyLogicParrot2016-04-231-2/+13
* Auto clean bad world linkagesLogicParrot2016-04-191-0/+1
* Minor improvements to player freezeLogicParrot2016-04-051-4/+4
* Improved player freeze codeLogicParrot2016-04-051-16/+19
* Players never fall through unloaded chunks or end up inside solids on teleportLogicParrot2016-03-311-1/+46
* Proper entity destruction in non-ticking chunksLogicParrot2016-02-191-19/+12
* Don't remove water after ice block has been destroyedLukas Pioch2016-02-181-1/+5
* Prevent player from falling when block breaking is deniedLogicParrot2016-02-081-0/+2
* Updated old forum linksMathias2016-01-311-1/+1
* Improved tamed wolf pack cooperation and projectile reactionsLogicParrot2016-01-221-1/+1
* Fix crash when tamed wolf is hit by arrowsLogicParrot2016-01-161-1/+4
* Limited the username length to 16 characters.bibo382016-01-131-0/+6
* Tamed wolf assists owner (attack / defence)LogicParrot2016-01-121-67/+69
* Reorganised the redstone simulatorTiger Wang2015-12-181-0/+6
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-7/+8
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-2/+3
* Examined a fix for #2588Tiger Wang2015-11-021-0/+6
* Fixed a crash when sending messages too early after connection.Mattes D2015-10-211-1/+12
* Improved the data structure for storing loaded chunkstycho2015-10-051-7/+7
* Maked it compileable for clang-3.7Lukas Pioch2015-09-251-5/+5
* Refactored cProtocol Chat handlingtycho2015-09-211-8/+10
* Fixed food drain bugsTiger Wang2015-08-201-24/+14
* Fix old style casts and implicit conversionsMatti Hänninen2015-08-121-1/+1
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-23/+23
* Improved mapsTiger Wang2015-07-141-20/+2
* Fixed warnings generated by 64-bit MSVC.Mattes D2015-07-071-2/+2
* Reinstate "Chunk queue collapsing"Tiger Wang2015-06-101-15/+12
* Revert "Chunk queue collapsing"worktycho2015-06-071-12/+15
* Made the list of chunks to stream an unordered_settycho2015-06-051-15/+12
* Added system and above action bar chat messagesjan642015-06-021-0/+58
* Fix Destroy() calling behaviourTiger Wang2015-05-301-1/+2
* Fix for the way connecting clients receive player lists and broadcast chatb33duck2015-05-291-3/+3
* Potential crash fixesTiger Wang2015-05-281-6/+3
* Fixed ClientHandle not getting properly removed from the worldtycho2015-05-261-2/+9
* Merge pull request #1848 from scottwillmoore/ImplementTitleCommandMattes D2015-05-261-0/+63
|\
| * Implement backend for /title commandScott Moore2015-04-131-0/+63
* | Fixed chat message manipulation by plugins.Mattes D2015-05-131-1/+1
* | More style checking.Mattes D2015-05-091-6/+6
* | Added support for additional data in the ParticleEffect Packettycho2015-05-071-0/+9
* | ClientHandle: Fixed re-sending refused right-clicks.Mattes D2015-04-191-1/+8
* | Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-1/+3
|/
* Merge pull request #1826 from mc-server/UnifyPacketizerMattes D2015-03-241-14/+14
|\
| * Fixed signedness warnings in Protocol.Mattes D2015-03-211-1/+1
| * Fixed signedness issues in protocols.Mattes D2015-03-211-1/+1
| * Unified cByteBuffer types.Mattes D2015-03-211-12/+12
* | Correct world height validations.Tommy Santerre2015-03-201-0/+6
|/
* Merge pull request #1734 from mc-server/pistonsMattes D2015-03-141-25/+4
|\
| * Reverted non-functional changesTiger Wang2015-03-051-1/+2
| * Handle client 'leave bed' requestTiger Wang2015-02-081-25/+3
* | Merge branch 'master' into InventoryHowaner2015-03-091-2/+6
|\ \
| * | Fixed race condition for TCP link deleting.Mattes D2015-02-221-2/+6
| |/
* | Merge branch 'master' into InventoryHowaner2015-02-061-111/+134
|\|
| * Fixed a deadlock in cClientHandle network sending.Mattes D2015-01-271-4/+23
| * Client: Only decode protocol when there's actual data incoming.Mattes D2015-01-271-2/+8
| * Fixed enchant packet handling.Mattes D2015-01-271-3/+3
| * Converted cServer to use the cNetwork API.Mattes D2015-01-271-108/+106
* | Merge branch 'master' into InventoryHowaner2015-01-251-150/+12
|\|
| * Fixed warnings in 1.7 protocol.Mattes D2015-01-181-2/+2
| * Refactored all player block placing to go through hooks.Mattes D2014-12-241-148/+10
* | Own classes for all windows.Howaner2014-12-131-0/+3
|/
* Cosmetic touchups.Mattes D2014-12-111-1/+1
* Merge pull request #1623 from p-mcgowan/issue_1253Mattes D2014-12-101-1/+39
|\
| * Changed method call to DoesAllowMultiLogin() instead of IsAllowMultiLogin()Vincent2014-12-101-1/+1
| * Fixed return value in CheckMultiLogin()Vincent2014-12-091-1/+2
| * Fixed indent problems and added return definitions to CheckMultiLogin().Vincent2014-12-091-3/+3
| * Changed CheckMultiLogin() to not have main body wrapped in an if statement.Vincent2014-12-081-19/+22
| * created callback in Root and changed CheckMultiLogin() to use the DoWithPlayer function at Root instead of World.Vincent2014-12-081-1/+1
| * Fixed compile errorsVincent2014-12-081-8/+3
| * removed last space in handlehandshakeVincent2014-12-081-1/+0
| * Changed HandleHandshake to return the result of CheckMultiLogin instead of just true since it already returns true if it finds and kicks the current player.Vincent2014-12-081-24/+23
| * Moved the check into a new function and just calls that function and a blank FindAndDoWithPlayer added.Vincent2014-12-081-22/+38
| * Merge branch 'issue_1253' of https://github.com/p-mcgowan/MCServer into issue_1253Vincent2014-12-071-5/+5
| |\
| | * Changed Kick messagevincentleung12014-11-301-2/+2
| | * removed extra space and fixed some formatting in cCallbackvincentleung12014-11-301-3/+3
| * | changed from using iterator to auto for server and clienthandleVincent2014-12-071-2/+2
| |/
| * Uses callback for players already in World.Vincent2014-11-301-5/+12
| * fixed naming of strings and changed from i to IVincent2014-11-291-4/+4
| * issue 1253 - prevent multiple logins with same usernameVincent2014-11-291-0/+18
* | Fixed c++11 branch issues.Mattes D2014-12-071-4/+8
* | Merge remote-tracking branch 'origin/master' into c++11Tiger Wang2014-12-061-0/+4
|\ \
| * | BasicStyle: Added missing braces to control statements.Mattes D2014-12-051-0/+4
| |/
* | Merged branch 'origin/master' into c++11.Mattes D2014-12-041-4/+10
|\|
| * ClientHandle: Fixed max block place distance check.Mattes D2014-11-251-4/+10
* | Merge remote-tracking branch 'origin/master' into c++11Tiger Wang2014-11-231-11/+25
|\|
| * Merge pull request #1598 from mc-server/SignEditorMattes D2014-11-181-2/+8
| |\
| | * Use LastPlacedSign instead of LastPlacedBlock.Howaner2014-11-151-3/+4
| | * Fixed a security problem with signs.Howaner2014-11-151-2/+7
| * | Fixed a wrong assert in cClientHandle::SetViewDistance().Mattes D2014-11-171-4/+8
| * | Renamed m_UsedViewDistance to m_CurrentViewDistanceHowaner2014-11-151-8/+8
| * | Renamed m_SetViewDistance to m_RequestedViewDistanceHowaner2014-11-151-4/+4
| * | Use m_UsedViewDistance and m_SetViewDistance.Howaner2014-11-141-8/+10
| * | Merge branch 'master' into ViewDistanceHowaner2014-11-141-1/+1
| |\|
| | * Fixed m_SentChunks list chunk removing.Howaner2014-10-301-1/+1
| * | Added a MaxViewDistance option.Howaner2014-10-301-1/+3
| |/
* | Merged branch 'master' into c++11.Mattes D2014-10-241-78/+150
|\|
| * Use 3 priorities.Howaner2014-10-231-1/+1
| * Merge branch 'master' into ChunkLoaderHowaner2014-10-231-25/+25
| |\
| | * En masse NULL -> nullptr replaceTiger Wang2014-10-231-26/+26
| * | Use two lists and 2 chunk send prioritys.Howaner2014-10-211-41/+0
| * | New c++11 stuff.Howaner2014-10-211-4/+4
| * | Merge branch 'master' into ChunkLoaderHowaner2014-10-211-7/+41
| |\|
| * | Added distance check.Howaner2014-10-071-0/+12
| * | Stream 4 chunks per tick. Added priority.Howaner2014-10-061-13/+22
| * | Merge branch 'master' into ChunkLoaderHowaner2014-10-061-2/+10
| |\ \
| * | | Better StreamNextChunk() methodHowaner2014-10-061-15/+116
| * | | Optimized chunk loaderHowaner2014-10-021-86/+77
* | | | En masse NULL -> nullptr replaceTiger Wang2014-10-201-26/+26
* | | | Migrated cSleep and cTimer to std::chronoTiger Wang2014-10-201-13/+5
* | | | Migrated random generators to std::randomTiger Wang2014-10-191-12/+0
| |_|/ |/| |
* | | Merge pull request #1502 from mc-server/furnacesTiger Wang2014-10-181-1/+1
|\ \ \
| * | | Improved furnacesTiger Wang2014-10-031-1/+1
| |/ /
* | | Merged branch 'fix_chunks'.Mattes D2014-10-161-3/+34
* | | Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-2/+2
* | | Usernames are lowercased before generating offline UUID.Mattes D2014-10-151-1/+4
| |/ |/|
* | cClientHandle: Added protocol version knowledge.Mattes D2014-10-051-2/+10
|/
* Rewritten plugin messages, vanilla are being parsed directly.madmaxoft2014-09-301-90/+30
* Fixed trailing whitespace.madmaxoft2014-09-281-1/+1
* Merge pull request #1466 from mc-server/endofsupportMattes D2014-09-281-14/+0
|\
| * Dropped support for <1.7.xTiger Wang2014-09-271-14/+0
* | Combined conditionsMasy982014-09-271-8/+11
* | Added barriers correctlyMasy982014-09-271-0/+5
|/
* Fixed players custom name in 1.8Howaner2014-09-261-2/+2
* Merge branch 'master' into EntityCustomNameHowaner2014-09-231-64/+164
|\
| * Merge branch 'master' into 1.8-ProtocolHowaner2014-09-191-2/+10
| |\
| | * BungeeCord compatibility: don't overwrite UUID / properties.madmaxoft2014-09-171-2/+10
| * | Exported player list states to extra functions.Howaner2014-09-181-6/+42
| * | Merge branch 'master' into 1.8-ProtocolHowaner2014-09-141-1/+1
| |\|
| | * Merge pull request #1353 from mc-server/EffectsMattes D2014-09-131-1/+1
| | |\
| | | * Merge branch 'master' into EffectsHowaner2014-09-121-14/+30
| | | |\
| | | * | Added speed entity effect.Hownaer2014-08-281-1/+1
| * | | | 1.8: Fixed maps.Howaner2014-09-131-4/+4
| * | | | Merge branch 'master' into 1.8-ProtocolHowaner2014-09-131-2/+20
| |\| | |
| | * | | Play placesound from the middle of the block.Howaner2014-09-121-1/+1
| | * | | Fixed block place sounds.Howaner2014-09-121-2/+14
| | * | | Players in survival mode are not allowed to break a bedrock.Howaner2014-09-121-0/+6
| | | |/ | | |/|
| * | | Merge branch 'master' into 1.8-ProtocolHowaner2014-09-121-1/+1
| |\| |
| | * | Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-1/+1
| * | | Fixed many right click issues.Howaner2014-09-121-4/+10
| * | | 1.8: Fixed eating.Howaner2014-09-121-0/+1
| * | | 1.8: Added ParticleEffect packet.Howaner2014-09-111-2/+2
| * | | 1.8: Added MultiBlockChange packet.Howaner2014-09-091-3/+4
| * | | Added the player list to the 1.8 protocol.Howaner2014-09-091-3/+7
| * | | Merge branch 'master' into 1.8-ProtocolHowaner2014-09-091-10/+10
| |\| |
| | * | Merge pull request #1351 from LO1ZB/remove-a_RelYMattes D2014-09-031-10/+10
| | |\ \
| | | * | remove y-coord from chunksLO1ZB2014-08-281-10/+10
| * | | | 1.8: Added new uuid field.Howaner2014-09-091-17/+25
| * | | | More fixes.Howaner2014-09-081-11/+1
| * | | | Fixed more 1.8 packets.Howaner2014-09-081-12/+21
| |/ / /
| * | | Merge branch 'master' into InventoryHowaner2014-09-021-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | Fixed crashes and use std::swap.Hownaer2014-08-281-3/+19
| | |/ | |/|
* | | Added SetCustomName() to players.Howaner2014-09-021-7/+5
| |/ |/|
* | Fire can be destroyed with the sword in creative-modeHownaer2014-08-281-1/+2
|/
* Fixed item drop.Howaner2014-08-221-14/+18
* Added initializers for class members.Mattes D2014-08-211-0/+10
* Merge branch 'master' into FireHowaner2014-08-201-4/+4
|\
| * Exported daylight cycle flag to the protocol.Howaner2014-08-111-9/+3
| * Added a comment and simplified code.Howaner2014-08-101-6/+3
| * Added SetDoDaylightCycle() and IsDaylightCycleEnabled() to cWorld.Howaner2014-08-071-1/+10
* | Revert "Removes the fire if the block under the fire was broken."Howaner2014-08-111-5/+0
* | Removes the fire if the block under the fire was broken.Howaner2014-08-111-0/+5
* | Moved the clicked-through block check to the top of the function.Howaner2014-08-111-36/+17
* | Fixed cancelled fire interact from all directions.Howaner2014-08-111-4/+12
|/
* Resending fire to the client when the interact cancelled.Howaner2014-08-061-0/+8
* Fixed a bug who can used from hacked clients.Howaner2014-08-021-1/+16
* Merge pull request #1255 from mc-server/NameToUUIDMattes D2014-08-011-1/+2
|\
| * Merged branch 'master' into NameToUUID.madmaxoft2014-07-311-20/+8
| |\
| * | MojangAPI: Implemented UUID shortening and dashing.madmaxoft2014-07-301-1/+2
* | | Merge pull request #1272 from Howaner/FoodMattes D2014-08-011-1/+3
|\ \ \
| * | | Compile fix.Howaner2014-08-011-2/+1
| * | | Import Statistics.hHowaner2014-07-311-0/+1
| * | | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects.Howaner2014-07-311-1/+3
| | |/ | |/|
* | | Renamed "select..." methods to "set..." and better IsValidEffect() function.Howaner2014-07-311-2/+2
* | | Renamed functions and added beacon json saving.Howaner2014-07-311-12/+12
* | | Added beacon.Howaner2014-07-301-0/+54
|/ /
* | Merged branch 'howaner/Options'.madmaxoft2014-07-301-15/+4
|\ \
| * | Fixed group color's.Howaner2014-07-271-15/+4
| |/
* | Slight cleanup after portalsTiger Wang2014-07-291-2/+1
* | SuggestionsTiger Wang2014-07-231-2/+2
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-9/+9
|\|
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-3/+3
| * Fixed attempts to call c_str on ChatColorsarchshift2014-07-191-4/+4
| * Fixed style: spaces after commas.madmaxoft2014-07-191-2/+2
* | Bug and crash fixesTiger Wang2014-07-201-0/+2
* | Fix failed merge and other issuesTiger Wang2014-07-181-2/+2
* | Merge branch 'master' into portalsTiger Wang2014-07-181-77/+53
|\|
| * Fixed creative players not being able to drinkarchshift2014-07-181-3/+4
| * Normalized comments.madmaxoft2014-07-171-1/+1
| * Fixed spaces around single-line comments.madmaxoft2014-07-171-11/+13
| * Fixed basic whitespace problems.madmaxoft2014-07-171-10/+10
| * Merge remote-tracking branch 'origin/master' into potionsmadmaxoft2014-07-171-3/+4
| |\
| | * Merge pull request #1192 from mc-server/skinuuidMattes D2014-07-161-3/+4
| | |\
| | | * Store properties as Json::ValueTiger Wang2014-07-161-1/+1
| | | * Player properties are now retrievedTiger Wang2014-07-141-3/+4
| * | | Merge branch 'master' into potionsmadmaxoft2014-07-151-30/+7
| |\| |
| | * | Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-3/+3
| | |/
| | * Revert failed fix for #31Tiger Wang2014-07-131-27/+4
| * | Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-101-41/+68
| |\|
| | * Unnecessary returnHowaner2014-06-301-2/+0
| | * Fixed respawningTiger Wang2014-06-291-2/+2
| | * Fixed offline UUID generator.Mattes D2014-06-291-2/+4
| | * Send statistics to the player, when he logged in.Howaner2014-06-291-0/+3
| | * Merge pull request #1132 from mc-server/RemoveMD5Mattes D2014-06-291-13/+9
| | |\
| | | * Removed the md5 library, obsoleted by PolarSSL.Mattes D2014-06-271-13/+9
| | * | Fixed issue with breaking blocks at -1 coordinatesTiger Wang2014-06-281-6/+1
| | * | Added generic entity-collecting.Mattes D2014-06-271-2/+2
| | |/
| * | ItemHandler: changed IsDrinkable() to take a short argumentarchshift2014-06-171-3/+4
| * | Implemented drinkable potions, noeffect entity effect,archshift2014-06-171-3/+3
| * | Implemented milk, added documentation to Pawn.harchshift2014-06-171-3/+3
* | | Merge branch 'master' of https://github.com/mc-server/MCServer into portalsTiger Wang2014-06-241-0/+29
|\ \ \ | | |/ | |/|
| * | Added cClientHandle::IsUUIDOnline function.madmaxoft2014-06-211-0/+29
* | | Merge branch 'master' into portalsTiger Wang2014-06-211-16/+20
|\| |
| * | Merge branch 'master' into GlobalFixesHowaner2014-06-171-25/+20
| |\|
| * | Add more documentation.Howaner2014-06-171-0/+2
| * | Add comment.Howaner2014-06-171-0/+1
| * | Revert "Fix right click bugs."Howaner2014-06-171-41/+40
| * | Fix fire break.Howaner2014-05-281-16/+17
| * | Fix right click bugs.Howaner2014-05-281-40/+41
* | | Portals animate and delay correctlyTiger Wang2014-06-121-4/+3
* | | Merge branch 'master' into portalsTiger Wang2014-06-101-21/+17
|\ \ \ | | |/ | |/|
| * | Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-16/+5
| * | Proper fix for long interaction.madmaxoft2014-06-081-7/+14
* | | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-06-041-2/+1
|\| |
| * | Fixed bad coordinateworktycho2014-06-041-1/+1
| * | Merge remote-tracking branch 'origin/pistonfixes'Tiger Wang2014-06-021-1/+0
| |\ \ | | |/ | |/|
| | * Hopefully fixed piston duplication issuesTiger Wang2014-05-251-1/+0
* | | Implemented end and nether portalsTiger Wang2014-05-311-4/+3
|/ /
* | ClientHandle.cpp: Process look before posarchshift2014-05-271-1/+1
* | ClientHandle.cpp: remove redundant codearchshift2014-05-261-22/+2
* | Revert "Add more move checks"madmaxoft2014-05-261-58/+16
* | Merge pull request #1003 from Howaner/GlobalFixesMattes D2014-05-261-16/+58
|\ \ | |/ |/|
| * Add more move checksHowaner2014-05-161-16/+58
* | Merge pull request #1010 from mc-server/cactidamageAlexander Harkness2014-05-191-2/+3
|\ \
| * | Implemented cacti damageTiger Wang2014-05-181-2/+3
* | | Merge pull request #998 from mc-server/StatManagerMattes D2014-05-181-1/+10
|\ \ \ | |/ / |/| |
| * | Fixed stat serializationandrew2014-05-111-8/+0
| * | Statistic Managerandrew2014-05-111-1/+18
* | | Merge pull request #994 from Howaner/GlobalFixesMattes D2014-05-151-17/+80
|\ \ \ | | |/ | |/|
| * | Fix compile error.Howaner2014-05-151-1/+1
| * | Move radius check.Howaner2014-05-151-25/+40
| * | Rename HandleBlockDigCancel to FinishDigAnimtion.Howaner2014-05-111-3/+3
| * | Add block place/break distance check.Howaner2014-05-091-0/+21
| * | Add DIG_STATUS_CANCELLED packet and add item resend, when a block can't place/break.Howaner2014-05-091-17/+44
| |/
* | Merge branch 'master' into SslWebAdminMattes D2014-05-101-5/+32
|\|
| * Simplified the HandleAnvilItemName() code.Howaner2014-05-061-7/+2
| * Changed HandleAnvilItemName() length to size_t in ClientHandle.hHowaner2014-05-051-1/+1
| * Add clicks, exp subtraction, item check, ...Howaner2014-05-051-1/+1
| * Add MC|ItemName plugin message.Howaner2014-05-051-0/+32
| * Merge branch 'master' into redstoneimprovementsTiger Wang2014-05-041-5/+14
| |\
| | * HOOK_DISCONNECT has cClientHandle as its first parameter.madmaxoft2014-05-021-3/+3
| * | Redstone simulator now directly accesses cChunkTiger Wang2014-04-271-1/+2
* | | Merged branch 'master' into SslWebAdmin.madmaxoft2014-05-011-2/+2
|\ \ \ | | |/ | |/|
| * | More ClientHandle fixes.madmaxoft2014-05-011-2/+2
| * | Fixed warnings in ClientHandle.madmaxoft2014-05-011-2/+2
* | | Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-1/+2
|/ /
* | Delayed sending the KeepAlive packet for 3 seconds after login.madmaxoft2014-04-291-0/+5
* | Fixed braces.madmaxoft2014-04-281-1/+5
* | Fixed missing return value warning in MSVC.madmaxoft2014-04-281-0/+1
|/
* More small fixes.archshift2014-04-261-9/+9
* Moar alignment.archshift2014-04-261-7/+7
* Further refactored, Reverted Minecart changearchshift2014-04-261-57/+21
* Merge remote-tracking branch 'upstream/master'archshift2014-04-251-1/+1
|\
| * Fix armor in survival mode.Howaner2014-04-241-1/+1
* | Oops, fixed that.archshift2014-04-251-0/+2
* | Refactored SendChat(), placing the message-type formatting into its own function.archshift2014-04-251-84/+78
|/
* Merge pull request #909 from jfhumann/fixesMattes D2014-04-221-6/+8
|\
| * Declared one mutex as mutable in order to allow for const correct get accessors.jfhumann2014-04-191-4/+4
| * Small style changesjfhumann2014-04-181-1/+1
| * Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-9/+53
| |\
| * | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-8/+10
* | | Merge branch 'master' into Enchantingdaniel09162014-04-181-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #891 from mc-server/fixesMattes D2014-04-171-1/+1
| |\ \
| | * | Entities handle chunks properly againTiger Wang2014-04-121-1/+1
| | |/
* | | Removed old includedaniel09162014-04-181-1/+1
* | | Fixed some Errors (not all)daniel09162014-04-171-7/+10
* | | Modified many thingsdaniel09162014-04-171-856/+1
* | | Fixed conflicting enchantments checkingdaniel09162014-04-161-23/+23
* | | Added deletions from merge conflictdaniel09162014-04-161-0/+875
|/ /
* | Attempted fix for the client crash with the new protocols.madmaxoft2014-04-151-6/+9
* | Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-8/+22
* | A client UUID is generated when the server is in offline mode.madmaxoft2014-04-141-0/+24
* | Added Yggdrasil Authentication Systemdaniel09162014-04-131-2/+5
|/
* Merge branch 'master' into HTTPSizeTmadmaxoft2014-04-041-3/+3
|\
| * Fixed some Clang warnings in protocols.madmaxoft2014-04-041-2/+2
| * Simplified and fixed slabs, fixes #835Tiger Wang2014-03-311-1/+1
* | Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-1/+1
|/
* Merge pull request #838 from mc-server/lilypadsworktycho2014-03-301-6/+8
|\
| * Compare for inequality in FACE_NONE checksTiger Wang2014-03-291-3/+3
| * Removed leftover clienthandle codeTiger Wang2014-03-291-10/+6
| * Fixed block interaction rate checkTiger Wang2014-03-281-2/+4
| * Implemented lilypad placementTiger Wang2014-03-231-4/+8
* | Fixed players not updating after world changeTiger Wang2014-03-291-4/+2
|/
* Merge branch 'Werror' into warningsTycho2014-03-121-3/+0
|\
| * Merge branch 'master' into WerrorTycho2014-03-121-3/+0
| |\
| | * Unified Vector classesandrew2014-03-111-3/+0
* | | Fixed a load of format string errorsTycho2014-03-111-1/+1
|/ /
* / Removed Some unnessicary macrosTycho2014-03-101-13/+0
|/
* Merge pull request #731 from mc-server/ballisticmissilesTiger Wang2014-03-091-29/+19
|\
| * != FACE_NONETiger Wang2014-03-091-1/+1
| * Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-9/+28
| |\
| * | Fixed data length issuesTiger Wang2014-03-091-1/+1
| * | CheckBlockInteractionsRate() fixed & enabledTiger Wang2014-03-091-29/+19
* | | Merge pull request #777 from jfhumann/issue317Mattes D2014-03-091-28/+30
|\ \ \
| * | | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting.Jan-Fabian Humann2014-03-081-28/+30
* | | | Merge pull request #775 from worktycho/warningsMattes D2014-03-091-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-2/+2
| |/ /
* / / Slight plugin messaging changesTiger Wang2014-03-091-0/+13
|/ /
* | Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-4/+10
* | cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-3/+3
* | Merge pull request #738 from xdot/masterMattes D2014-03-021-1/+1
|\ \
| * | g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
| |/
* | Use switch in GetStepSoundHowaner2014-02-281-1/+1
* | Fix Double Slabs, fix Slab Meta and add more things to burnableHowaner2014-02-281-1/+1
|/
* Merge pull request #669 from xdot/masterTiger Wang2014-02-241-0/+27
|\
| * Manual merge (Fixed conflicts)andrew2014-02-201-9/+34
| |\
| * | Map decorators; Map clientsandrew2014-02-181-13/+9
| * | Map item handler; Fixed several bugsandrew2014-02-171-2/+0
| * | cMap::UpdateRadiusandrew2014-02-151-0/+2
| * | Send map when selectedandrew2014-02-141-0/+13
| * | Implementation of in-game mapsandrew2014-02-131-0/+18
* | | Use the ItemCategorie::IsSword() Method.Howaner2014-02-231-1/+1
* | | No Sword Block Destroying in Creative ModeHowaner2014-02-231-0/+10
* | | cClientHandle manages the client-registered plugin channels.madmaxoft2014-02-201-10/+77
| |/ |/|
* | Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+8
* | Links sent via chat messages are clickable.madmaxoft2014-02-161-8/+14
* | Add Locale to ClientHandleHowaner2014-02-161-0/+1
* | Implemented cCompositeChat.madmaxoft2014-02-151-1/+11
|/
* Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-5/+5
|\
| * Improved Type safety of eBlockFaceTycho2014-02-041-5/+5
* | Added sender name to PM if prefixes disabledTiger Wang2014-02-071-1/+1
* | Improved chat messaging functionsTiger Wang2014-02-071-6/+108
* | Server internally uses new functionsTiger Wang2014-02-061-8/+6
* | Reduced max explosions per tickTiger Wang2014-02-051-1/+1
* | Fixed explosions bugTiger Wang2014-02-051-20/+10
* | Fixed a crash bugTiger Wang2014-02-031-8/+2
* | Server now handles join messages alsoTiger Wang2014-02-031-9/+11
|/
* Changed Signiture of OnDiggingTycho2014-02-011-3/+3
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-3/+4
* Changed pointers to referencesTycho2014-02-011-4/+3
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-1/+2
* Merge branch 'master' into GeneratingBenchmark2Tycho2014-01-261-27/+12
|\
| * Merge pull request #587 from mc-server/mobimprovementsMattes D2014-01-251-1/+1
| |\
| | * Two minor changesTiger Wang2014-01-251-1/+1
| * | Fixed a possible deadlock on client disconnect.madmaxoft2014-01-241-9/+0
| |/
| * Merge remote-tracking branch 'MikeHunsinger/master'madmaxoft2014-01-241-2/+3
| |\
| | * Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-2/+3
| * | Command block fixes 2andrew2014-01-231-16/+9
* | | Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-1/+4
* | | First attempt at Implementing InterfacesTycho2014-01-251-1/+1
|/ /
* | Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-8/+22
|\|
| * Merge pull request #565 from mc-server/commandblockfixesMattes D2014-01-191-3/+21
| |\
| | * Removed unneeded paramtersTiger Wang2014-01-191-2/+2
| | * Changed SendBlockEntity format slightlyTiger Wang2014-01-191-3/+6
| | * Implemented MC|Brand responseTiger Wang2014-01-191-3/+9
| | * Improved command blocksTiger Wang2014-01-191-0/+9
| * | Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-5/+1
| |/
* | Scoreboard SendTo()andrew2014-01-211-0/+3
* | Scoreboard protocol supportandrew2014-01-211-0/+30
|/
* Command block fixesandrew2014-01-181-5/+12
* Parse the MC|AdvCdm plugin messageandrew2014-01-181-0/+64
* Removed obsoleted functionsTiger Wang2014-01-161-2/+2
* Implemented Ctrl-Q drop stackTiger Wang2014-01-151-0/+11
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+9
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-0/+9
* fixed ClientHandle warningsTycho Bickerstaff2013-12-311-0/+1
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+9
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-21/+20
* Merge pull request #450 from mc-server/redstonefixesMattes D2013-12-191-4/+26
|\
| * Fixed PlayerAbilities and creativeTiger Wang2013-12-191-3/+3
| * Fixed 1.7 arm swing animationTiger Wang2013-12-191-1/+23
* | Disconnection message no longer shown if pingTiger Wang2013-12-181-5/+8
* | The "<>" of a player name is now colouredTiger Wang2013-12-181-1/+1
* | Fixed 1.7 player disconnection not calling hookTiger Wang2013-12-181-4/+14
|/
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-1/+1
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-6/+43
* Fixed multiple player spawn broadcasts.madmaxoft2013-12-161-3/+0
* Merge pull request #437 from mc-server/ShootTo_functionSTRWarrior2013-12-151-2/+0
|\
| * This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-151-2/+0
* | Fixed calling OnPlayerJoined() in the wrong place.madmaxoft2013-12-151-6/+1
|/
* Moved reading flags to the protocol.STRWarrior2013-12-151-17/+3
* Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-151-0/+33
* Forgot to commit the ClientHandle.STRWarrior2013-12-141-0/+18
* Unknown packet type extended to 32 bits.madmaxoft2013-12-121-3/+3
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-1/+1
|\
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* | Fixed trapdoors not togglingTiger Wang2013-12-071-1/+1
* | Renamed animation functionTiger Wang2013-12-071-7/+7
* | Fixed bed leave animationTiger Wang2013-12-061-1/+1
* | Updated comments for slabsTiger Wang2013-12-061-5/+6
|/
* Switched to using provided ReadItem function.Samuel Barney2013-12-021-0/+9
* Properly fixed snow height, fixes #98 and #264Tiger Wang2013-11-301-9/+14
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+9
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+12
* Moved source to srcAlexander Harkness2013-11-241-0/+2198