| Commit message (Expand) | Author | Files | Lines |
2015-01-18 | Fixed warnings in 1.7 protocol. | Mattes D | 1 | -2/+2 |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -148/+10 |
2014-12-11 | Cosmetic touchups. | Mattes D | 1 | -1/+1 |
2014-12-10 | Changed method call to DoesAllowMultiLogin() instead of IsAllowMultiLogin() | Vincent | 1 | -1/+1 |
2014-12-09 | Fixed return value in CheckMultiLogin() | Vincent | 1 | -1/+2 |
2014-12-09 | Fixed indent problems and added return definitions to CheckMultiLogin(). | Vincent | 1 | -3/+3 |
2014-12-08 | Changed CheckMultiLogin() to not have main body wrapped in an if statement. | Vincent | 1 | -19/+22 |
2014-12-08 | created callback in Root and changed CheckMultiLogin() to use the DoWithPlayer function at Root instead of World. | Vincent | 1 | -1/+1 |
2014-12-08 | Fixed compile errors | Vincent | 1 | -8/+3 |
2014-12-08 | removed last space in handlehandshake | Vincent | 1 | -1/+0 |
2014-12-08 | 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. | Vincent | 1 | -24/+23 |
2014-12-08 | Moved the check into a new function and just calls that function and a blank FindAndDoWithPlayer added. | Vincent | 1 | -22/+38 |
2014-12-07 | changed from using iterator to auto for server and clienthandle | Vincent | 1 | -2/+2 |
2014-12-07 | Fixed c++11 branch issues. | Mattes D | 1 | -4/+8 |
2014-12-05 | BasicStyle: Added missing braces to control statements. | Mattes D | 1 | -0/+4 |
2014-11-30 | Changed Kick message | vincentleung1 | 1 | -2/+2 |
2014-11-30 | removed extra space and fixed some formatting in cCallback | vincentleung1 | 1 | -3/+3 |
2014-11-30 | Uses callback for players already in World. | Vincent | 1 | -5/+12 |
2014-11-29 | fixed naming of strings and changed from i to I | Vincent | 1 | -4/+4 |
2014-11-29 | issue 1253 - prevent multiple logins with same username | Vincent | 1 | -0/+18 |
2014-11-25 | ClientHandle: Fixed max block place distance check. | Mattes D | 1 | -4/+10 |
2014-11-17 | Fixed a wrong assert in cClientHandle::SetViewDistance(). | Mattes D | 1 | -4/+8 |
2014-11-15 | Use LastPlacedSign instead of LastPlacedBlock. | Howaner | 1 | -3/+4 |
2014-11-15 | Renamed m_UsedViewDistance to m_CurrentViewDistance | Howaner | 1 | -8/+8 |
2014-11-15 | Renamed m_SetViewDistance to m_RequestedViewDistance | Howaner | 1 | -4/+4 |
2014-11-15 | Fixed a security problem with signs. | Howaner | 1 | -2/+7 |
2014-11-14 | Use m_UsedViewDistance and m_SetViewDistance. | Howaner | 1 | -8/+10 |
2014-10-30 | Fixed m_SentChunks list chunk removing. | Howaner | 1 | -1/+1 |
2014-10-30 | Added a MaxViewDistance option. | Howaner | 1 | -1/+3 |
2014-10-23 | Use 3 priorities. | Howaner | 1 | -1/+1 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -26/+26 |
2014-10-21 | Reverted hook move. | Howaner | 1 | -5/+5 |
2014-10-21 | Use two lists and 2 chunk send prioritys. | Howaner | 1 | -41/+0 |
2014-10-21 | New c++11 stuff. | Howaner | 1 | -4/+4 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -26/+26 |
2014-10-20 | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 1 | -13/+5 |
2014-10-19 | Migrated random generators to std::random | Tiger Wang | 1 | -12/+0 |
2014-10-16 | Merged branch 'fix_chunks'. | Mattes D | 1 | -3/+34 |
2014-10-15 | Functions in cPluginManager get references instead of pointers. | Mattes D | 1 | -2/+2 |
2014-10-15 | Usernames are lowercased before generating offline UUID. | Mattes D | 1 | -1/+4 |
2014-10-07 | Added distance check. | Howaner | 1 | -0/+12 |
2014-10-07 | Corrected drops from dead bush, tall grass and cobweb. | Howaner | 1 | -5/+5 |
2014-10-06 | Stream 4 chunks per tick. Added priority. | Howaner | 1 | -13/+22 |
2014-10-06 | Better StreamNextChunk() method | Howaner | 1 | -15/+116 |
2014-10-05 | cClientHandle: Added protocol version knowledge. | Mattes D | 1 | -2/+10 |
2014-10-03 | Improved furnaces | Tiger Wang | 1 | -1/+1 |
2014-10-02 | Optimized chunk loader | Howaner | 1 | -86/+77 |
2014-09-30 | Rewritten plugin messages, vanilla are being parsed directly. | madmaxoft | 1 | -90/+30 |
2014-09-28 | Fixed trailing whitespace. | madmaxoft | 1 | -1/+1 |
2014-09-27 | Combined conditions | Masy98 | 1 | -8/+11 |
2014-09-27 | Added barriers correctly | Masy98 | 1 | -0/+5 |
2014-09-27 | Dropped support for <1.7.x | Tiger Wang | 1 | -14/+0 |
2014-09-26 | Fixed players custom name in 1.8 | Howaner | 1 | -2/+2 |
2014-09-18 | Exported player list states to extra functions. | Howaner | 1 | -6/+42 |
2014-09-17 | BungeeCord compatibility: don't overwrite UUID / properties. | madmaxoft | 1 | -2/+10 |
2014-09-13 | 1.8: Fixed maps. | Howaner | 1 | -4/+4 |
2014-09-12 | Play placesound from the middle of the block. | Howaner | 1 | -1/+1 |
2014-09-12 | Fixed block place sounds. | Howaner | 1 | -2/+14 |
2014-09-12 | Players in survival mode are not allowed to break a bedrock. | Howaner | 1 | -0/+6 |
2014-09-12 | Fixed many right click issues. | Howaner | 1 | -4/+10 |
2014-09-12 | 1.8: Fixed eating. | Howaner | 1 | -0/+1 |
2014-09-11 | 1.8: Added ParticleEffect packet. | Howaner | 1 | -2/+2 |
2014-09-09 | 1.8: Added MultiBlockChange packet. | Howaner | 1 | -3/+4 |
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 1 | -1/+1 |
2014-09-09 | Added the player list to the 1.8 protocol. | Howaner | 1 | -3/+7 |
2014-09-09 | 1.8: Added new uuid field. | Howaner | 1 | -17/+25 |
2014-09-08 | More fixes. | Howaner | 1 | -11/+1 |
2014-09-08 | Fixed more 1.8 packets. | Howaner | 1 | -12/+21 |
2014-09-02 | Added SetCustomName() to players. | Howaner | 1 | -7/+5 |
2014-08-28 | Added speed entity effect. | Hownaer | 1 | -1/+1 |
2014-08-28 | Fire can be destroyed with the sword in creative-mode | Hownaer | 1 | -1/+2 |
2014-08-28 | Fixed crashes and use std::swap. | Hownaer | 1 | -3/+19 |
2014-08-28 | remove y-coord from chunks | LO1ZB | 1 | -10/+10 |
2014-08-22 | Fixed item drop. | Howaner | 1 | -14/+18 |
2014-08-21 | Added initializers for class members. | Mattes D | 1 | -0/+10 |
2014-08-11 | Revert "Removes the fire if the block under the fire was broken." | Howaner | 1 | -5/+0 |
2014-08-11 | Removes the fire if the block under the fire was broken. | Howaner | 1 | -0/+5 |
2014-08-11 | Moved the clicked-through block check to the top of the function. | Howaner | 1 | -36/+17 |
2014-08-11 | Fixed cancelled fire interact from all directions. | Howaner | 1 | -4/+12 |
2014-08-11 | Exported daylight cycle flag to the protocol. | Howaner | 1 | -9/+3 |
2014-08-10 | Added a comment and simplified code. | Howaner | 1 | -6/+3 |
2014-08-07 | Added SetDoDaylightCycle() and IsDaylightCycleEnabled() to cWorld. | Howaner | 1 | -1/+10 |
2014-08-06 | Resending fire to the client when the interact cancelled. | Howaner | 1 | -0/+8 |
2014-08-02 | Fixed a bug who can used from hacked clients. | Howaner | 1 | -1/+16 |
2014-08-01 | Compile fix. | Howaner | 1 | -2/+1 |
2014-07-31 | Import Statistics.h | Howaner | 1 | -0/+1 |
2014-07-31 | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects. | Howaner | 1 | -1/+3 |
2014-07-31 | Renamed "select..." methods to "set..." and better IsValidEffect() function. | Howaner | 1 | -2/+2 |
2014-07-31 | Renamed functions and added beacon json saving. | Howaner | 1 | -12/+12 |
2014-07-30 | Added beacon. | Howaner | 1 | -0/+54 |
2014-07-30 | MojangAPI: Implemented UUID shortening and dashing. | madmaxoft | 1 | -1/+2 |
2014-07-29 | Slight cleanup after portals | Tiger Wang | 1 | -2/+1 |
2014-07-27 | Fixed group color's. | Howaner | 1 | -15/+4 |
2014-07-23 | Suggestions | Tiger Wang | 1 | -2/+2 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -3/+3 |
2014-07-20 | Bug and crash fixes | Tiger Wang | 1 | -0/+2 |
2014-07-19 | Fixed attempts to call c_str on ChatColors | archshift | 1 | -4/+4 |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -2/+2 |
2014-07-18 | Fix failed merge and other issues | Tiger Wang | 1 | -2/+2 |
2014-07-18 | Fixed creative players not being able to drink | archshift | 1 | -3/+4 |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -1/+1 |
2014-07-17 | Fixed spaces around single-line comments. | madmaxoft | 1 | -11/+13 |
2014-07-17 | Fixed basic whitespace problems. | madmaxoft | 1 | -10/+10 |
2014-07-16 | Store properties as Json::Value | Tiger Wang | 1 | -1/+1 |
2014-07-14 | Player properties are now retrieved | Tiger Wang | 1 | -3/+4 |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 1 | -3/+3 |
2014-07-13 | Revert failed fix for #31 | Tiger Wang | 1 | -27/+4 |
2014-06-30 | Unnecessary return | Howaner | 1 | -2/+0 |
2014-06-29 | Fixed respawning | Tiger Wang | 1 | -2/+2 |
2014-06-29 | Fixed offline UUID generator. | Mattes D | 1 | -2/+4 |
2014-06-29 | Send statistics to the player, when he logged in. | Howaner | 1 | -0/+3 |
2014-06-28 | Fixed issue with breaking blocks at -1 coordinates | Tiger Wang | 1 | -6/+1 |
2014-06-27 | Added generic entity-collecting. | Mattes D | 1 | -2/+2 |
2014-06-27 | Removed the md5 library, obsoleted by PolarSSL. | Mattes D | 1 | -13/+9 |
2014-06-21 | Added cClientHandle::IsUUIDOnline function. | madmaxoft | 1 | -0/+29 |
2014-06-17 | ItemHandler: changed IsDrinkable() to take a short argument | archshift | 1 | -3/+4 |
2014-06-17 | Implemented drinkable potions, noeffect entity effect, | archshift | 1 | -3/+3 |
2014-06-17 | Implemented milk, added documentation to Pawn.h | archshift | 1 | -3/+3 |
2014-06-17 | Add more documentation. | Howaner | 1 | -0/+2 |
2014-06-17 | Add comment. | Howaner | 1 | -0/+1 |
2014-06-17 | Revert "Fix right click bugs." | Howaner | 1 | -41/+40 |
2014-06-12 | Portals animate and delay correctly | Tiger Wang | 1 | -4/+3 |
2014-06-08 | Fixed deadlock when moving players to other worlds. | Mattes D | 1 | -16/+5 |
2014-06-08 | Proper fix for long interaction. | madmaxoft | 1 | -7/+14 |
2014-06-04 | Fixed bad coordinate | worktycho | 1 | -1/+1 |
2014-05-31 | Implemented end and nether portals | Tiger Wang | 1 | -4/+3 |
2014-05-28 | Fix fire break. | Howaner | 1 | -16/+17 |
2014-05-28 | Fix right click bugs. | Howaner | 1 | -40/+41 |
2014-05-27 | ClientHandle.cpp: Process look before pos | archshift | 1 | -1/+1 |
2014-05-26 | ClientHandle.cpp: remove redundant code | archshift | 1 | -22/+2 |
2014-05-26 | Revert "Add more move checks" | madmaxoft | 1 | -58/+16 |
2014-05-25 | Hopefully fixed piston duplication issues | Tiger Wang | 1 | -1/+0 |
2014-05-18 | Implemented cacti damage | Tiger Wang | 1 | -2/+3 |
2014-05-16 | Add more move checks | Howaner | 1 | -16/+58 |
2014-05-15 | Fix compile error. | Howaner | 1 | -1/+1 |
2014-05-15 | Move radius check. | Howaner | 1 | -25/+40 |
2014-05-11 | Fixed stat serialization | andrew | 1 | -8/+0 |
2014-05-11 | Statistic Manager | andrew | 1 | -1/+18 |
2014-05-11 | Rename HandleBlockDigCancel to FinishDigAnimtion. | Howaner | 1 | -3/+3 |
2014-05-09 | Add block place/break distance check. | Howaner | 1 | -0/+21 |
2014-05-09 | Add DIG_STATUS_CANCELLED packet and add item resend, when a block can't place/break. | Howaner | 1 | -17/+44 |
2014-05-06 | Simplified the HandleAnvilItemName() code. | Howaner | 1 | -7/+2 |
2014-05-05 | Changed HandleAnvilItemName() length to size_t in ClientHandle.h | Howaner | 1 | -1/+1 |
2014-05-05 | Add clicks, exp subtraction, item check, ... | Howaner | 1 | -1/+1 |
2014-05-05 | Add MC|ItemName plugin message. | Howaner | 1 | -0/+32 |
2014-05-02 | HOOK_DISCONNECT has cClientHandle as its first parameter. | madmaxoft | 1 | -3/+3 |
2014-05-01 | More ClientHandle fixes. | madmaxoft | 1 | -2/+2 |
2014-05-01 | Fixed warnings in ClientHandle. | madmaxoft | 1 | -2/+2 |
2014-05-01 | Fixed crashes in the SSL HTTP connection. | madmaxoft | 1 | -1/+2 |
2014-04-29 | Delayed sending the KeepAlive packet for 3 seconds after login. | madmaxoft | 1 | -0/+5 |
2014-04-28 | Fixed braces. | madmaxoft | 1 | -1/+5 |
2014-04-28 | Fixed missing return value warning in MSVC. | madmaxoft | 1 | -0/+1 |
2014-04-27 | Redstone simulator now directly accesses cChunk | Tiger Wang | 1 | -1/+2 |
2014-04-26 | More small fixes. | archshift | 1 | -9/+9 |
2014-04-26 | Moar alignment. | archshift | 1 | -7/+7 |
2014-04-26 | Further refactored, Reverted Minecart change | archshift | 1 | -57/+21 |
2014-04-25 | Oops, fixed that. | archshift | 1 | -0/+2 |
2014-04-25 | Refactored SendChat(), placing the message-type formatting into its own function. | archshift | 1 | -84/+78 |
2014-04-24 | Fix armor in survival mode. | Howaner | 1 | -1/+1 |
2014-04-19 | Declared one mutex as mutable in order to allow for const correct get accessors. | jfhumann | 1 | -4/+4 |
2014-04-18 | Small style changes | jfhumann | 1 | -1/+1 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -8/+10 |
2014-04-18 | Removed old include | daniel0916 | 1 | -1/+1 |
2014-04-17 | Fixed some Errors (not all) | daniel0916 | 1 | -7/+10 |
2014-04-17 | Modified many things | daniel0916 | 1 | -856/+1 |
2014-04-16 | Fixed conflicting enchantments checking | daniel0916 | 1 | -23/+23 |
2014-04-16 | Added deletions from merge conflict | daniel0916 | 1 | -0/+875 |
2014-04-16 | Fixed merge conflict | daniel0916 | 1 | -877/+0 |
2014-04-15 | Attempted fix for the client crash with the new protocols. | madmaxoft | 1 | -6/+9 |
2014-04-15 | Code Optimization | daniel0916 | 1 | -356/+180 |
2014-04-15 | Added Book Enchanting | daniel0916 | 1 | -1/+310 |
2014-04-15 | Modified names | daniel0916 | 1 | -47/+47 |
2014-04-15 | Add linux compatibility | Howaner | 1 | -61/+71 |
2014-04-14 | Implemented the 1.7.6 protocol and authenticator. | madmaxoft | 1 | -8/+22 |
2014-04-14 | A client UUID is generated when the server is in offline mode. | madmaxoft | 1 | -0/+24 |
2014-04-14 | Removed Debug Message | daniel0916 | 1 | -2/+0 |
2014-04-14 | Added/Modified last things for Enchanting System | daniel0916 | 1 | -15/+53 |
2014-04-14 | Bug fixes | daniel0916 | 1 | -2/+2 |
2014-04-13 | Fixed invisibility enchantments | daniel0916 | 1 | -1/+3 |
2014-04-13 | Fixed mistake | daniel0916 | 1 | -1/+1 |
2014-04-13 | Fixed Server Crash | daniel0916 | 1 | -0/+6 |
2014-04-13 | Some Fixes | daniel0916 | 1 | -1/+8 |
2014-04-13 | Added Yggdrasil Authentication System | daniel0916 | 1 | -2/+5 |
2014-04-12 | Added complete Enchanting System | daniel0916 | 1 | -15/+662 |
2014-04-12 | Entities handle chunks properly again | Tiger Wang | 1 | -1/+1 |
2014-04-04 | Fixed some Clang warnings in protocols. | madmaxoft | 1 | -2/+2 |
2014-04-02 | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 1 | -1/+1 |
2014-03-31 | Simplified and fixed slabs, fixes #835 | Tiger Wang | 1 | -1/+1 |
2014-03-29 | Compare for inequality in FACE_NONE checks | Tiger Wang | 1 | -3/+3 |
2014-03-29 | Removed leftover clienthandle code | Tiger Wang | 1 | -10/+6 |
2014-03-29 | Fixed players not updating after world change | Tiger Wang | 1 | -4/+2 |
2014-03-28 | Fixed block interaction rate check | Tiger Wang | 1 | -2/+4 |
2014-03-23 | Implemented lilypad placement | Tiger Wang | 1 | -4/+8 |
2014-03-11 | Fixed a load of format string errors | Tycho | 1 | -1/+1 |
2014-03-11 | Unified Vector classes | andrew | 1 | -3/+0 |
2014-03-10 | Removed Some unnessicary macros | Tycho | 1 | -13/+0 |
2014-03-09 | != FACE_NONE | Tiger Wang | 1 | -1/+1 |
2014-03-09 | Fixed data length issues | Tiger Wang | 1 | -1/+1 |
2014-03-09 | CheckBlockInteractionsRate() fixed & enabled | Tiger Wang | 1 | -29/+19 |
2014-03-09 | Slight plugin messaging changes | Tiger Wang | 1 | -0/+13 |
2014-03-08 | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting. | Jan-Fabian Humann | 1 | -28/+30 |
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 1 | -2/+2 |
2014-03-05 | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 1 | -4/+10 |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 1 | -3/+3 |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -1/+1 |
2014-02-28 | Use switch in GetStepSound | Howaner | 1 | -1/+1 |
2014-02-28 | Fix Double Slabs, fix Slab Meta and add more things to burnable | Howaner | 1 | -1/+1 |
2014-02-23 | Use the ItemCategorie::IsSword() Method. | Howaner | 1 | -1/+1 |
2014-02-23 | No Sword Block Destroying in Creative Mode | Howaner | 1 | -0/+10 |
2014-02-20 | cClientHandle manages the client-registered plugin channels. | madmaxoft | 1 | -10/+77 |
2014-02-18 | Map decorators; Map clients | andrew | 1 | -13/+9 |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 1 | -0/+8 |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 1 | -2/+0 |
2014-02-16 | Links sent via chat messages are clickable. | madmaxoft | 1 | -8/+14 |
2014-02-16 | Add Locale to ClientHandle | Howaner | 1 | -0/+1 |
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 1 | -1/+11 |
2014-02-15 | cMap::UpdateRadius | andrew | 1 | -0/+2 |
2014-02-14 | Send map when selected | andrew | 1 | -0/+13 |
2014-02-13 | Implementation of in-game maps | andrew | 1 | -0/+18 |
2014-02-07 | Added sender name to PM if prefixes disabled | Tiger Wang | 1 | -1/+1 |
2014-02-07 | Improved chat messaging functions | Tiger Wang | 1 | -6/+108 |
2014-02-06 | Server internally uses new functions | Tiger Wang | 1 | -8/+6 |
2014-02-05 | Reduced max explosions per tick | Tiger Wang | 1 | -1/+1 |
2014-02-05 | Fixed explosions bug | Tiger Wang | 1 | -20/+10 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -5/+5 |
2014-02-03 | Fixed a crash bug | Tiger Wang | 1 | -8/+2 |
2014-02-03 | Server now handles join messages also | Tiger Wang | 1 | -9/+11 |
2014-02-01 | Changed Signiture of OnDigging | Tycho | 1 | -3/+3 |
2014-02-01 | Changed Signiture of OnDestroyedByPlayer | Tycho | 1 | -3/+4 |
2014-02-01 | Changed pointers to references | Tycho | 1 | -4/+3 |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -1/+2 |
2014-01-31 | Some updates for enchanting (2) | daniel0916 | 1 | -0/+36 |
2014-01-26 | Refactored cBlockHandler::OnUse and dependents | Tycho | 1 | -1/+4 |
2014-01-25 | First attempt at Implementing Interfaces | Tycho | 1 | -1/+1 |
2014-01-25 | Two minor changes | Tiger Wang | 1 | -1/+1 |
2014-01-24 | Fixed a possible deadlock on client disconnect. | madmaxoft | 1 | -9/+0 |
2014-01-23 | Command block fixes 2 | andrew | 1 | -16/+9 |
2014-01-23 | Split TossItem into three Toss functions (Held, Equipped and Pickup) | Mike Hunsinger | 1 | -2/+3 |
2014-01-21 | Scoreboard SendTo() | andrew | 1 | -0/+3 |
2014-01-21 | Scoreboard protocol support | andrew | 1 | -0/+30 |
2014-01-19 | Removed unneeded paramters | Tiger Wang | 1 | -2/+2 |
2014-01-19 | Rewritten SocketThreads for proper shutdown scenario. | madmaxoft | 1 | -5/+1 |
2014-01-19 | Changed SendBlockEntity format slightly | Tiger Wang | 1 | -3/+6 |
2014-01-19 | Implemented MC|Brand response | Tiger Wang | 1 | -3/+9 |
2014-01-19 | Improved command blocks | Tiger Wang | 1 | -0/+9 |
2014-01-18 | Command block fixes | andrew | 1 | -5/+12 |
2014-01-18 | Parse the MC|AdvCdm plugin message | andrew | 1 | -0/+64 |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 1 | -2/+2 |
2014-01-15 | Implemented Ctrl-Q drop stack | Tiger Wang | 1 | -0/+11 |
2014-01-09 | Added cClientHandle::SendPluginMessage(). | madmaxoft | 1 | -0/+9 |
2014-01-07 | Plugin messages are received and handed to plugins. | madmaxoft | 1 | -0/+9 |
2013-12-31 | fixed ClientHandle warnings | Tycho Bickerstaff | 1 | -0/+1 |
2013-12-22 | Implented BroadcastParticleEffect | STRWarrior | 1 | -0/+9 |
2013-12-20 | Fixed the rest of constructor reorders. | madmaxoft | 1 | -21/+20 |
2013-12-19 | Fixed PlayerAbilities and creative | Tiger Wang | 1 | -3/+3 |
2013-12-19 | Fixed 1.7 arm swing animation | Tiger Wang | 1 | -1/+23 |
2013-12-18 | Disconnection message no longer shown if ping | Tiger Wang | 1 | -5/+8 |
2013-12-18 | The "<>" of a player name is now coloured | Tiger Wang | 1 | -1/+1 |
2013-12-18 | Fixed 1.7 player disconnection not calling hook | Tiger Wang | 1 | -4/+14 |
2013-12-18 | Renamed back EntityAnimation to PlayerAnimation | Tiger Wang | 1 | -1/+1 |
2013-12-16 | Fixed cClientHandle::Tick() being called from two threads. | madmaxoft | 1 | -6/+43 |
2013-12-16 | Fixed multiple player spawn broadcasts. | madmaxoft | 1 | -3/+0 |
2013-12-15 | Fixed calling OnPlayerJoined() in the wrong place. | madmaxoft | 1 | -6/+1 |
2013-12-15 | This adds a function that allows you to 'shoot' a player towards a direction. | STRWarrior | 1 | -2/+0 |
2013-12-15 | Moved reading flags to the protocol. | STRWarrior | 1 | -17/+3 |
2013-12-15 | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 1 | -0/+33 |
2013-12-14 | Forgot to commit the ClientHandle. | STRWarrior | 1 | -0/+18 |
2013-12-12 | Unknown packet type extended to 32 bits. | madmaxoft | 1 | -3/+3 |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 |
2013-12-07 | Fixed trapdoors not toggling | Tiger Wang | 1 | -1/+1 |
2013-12-07 | Renamed animation function | Tiger Wang | 1 | -7/+7 |
2013-12-06 | Fixed bed leave animation | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Updated comments for slabs | Tiger Wang | 1 | -5/+6 |
2013-12-02 | Switched to using provided ReadItem function. | Samuel Barney | 1 | -0/+9 |
2013-11-30 | Properly fixed snow height, fixes #98 and #264 | Tiger Wang | 1 | -9/+14 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-15 | finished #143 I believe | Daniel O'Brien | 1 | -2/+5 |
2013-11-15 | added cProtocol function to pass xp to client | Daniel O'Brien | 1 | -0/+9 |
2013-11-10 | Bundled fixes [SEE DESC] | Tiger Wang | 1 | -2/+2 |
2013-11-08 | cProtocol::SendWindowOpen() signature changed. | madmaxoft | 1 | -2/+2 |
2013-11-05 | Removed the obsolete SendWholeInventory(cInventory &) function. | madmaxoft | 1 | -11/+2 |
2013-11-04 | Autogeneration of settings.ini and webadmin.ini | Tiger Wang | 1 | -2/+2 |
2013-11-03 | ClientHandle: Fixed an error in player-joining hook. | madmaxoft | 1 | -2/+2 |
2013-10-29 | Changed GameMode() == 1 to IsGameModeCreative in AggressiveMonster.cpp and ClientHandle.cpp | STRWarrior | 1 | -1/+1 |
2013-10-29 | Fixed bug where creative inventory didn't work. | STRWarrior | 1 | -1/+1 |
2013-10-28 | Renamed cWindow constants to include the "wt" prefix. | madmaxoft | 1 | -2/+2 |
2013-09-22 | Changed a comment | Tiger Wang | 1 | -1/+1 |
2013-09-21 | Fixed pickup spawning with inherited gamemode. | madmaxoft | 1 | -0/+1 |
2013-09-15 | Removed leftover CanBePlacedOnSide | Tiger Wang | 1 | -7/+0 |
2013-09-15 | Removed leftover DoesAllowBlockOnTop | Tiger Wang | 1 | -9/+0 |
2013-09-09 | Removed the cDoors class. | madmaxoft | 1 | -1/+0 |
2013-09-08 | Fixed client spawning. | madmaxoft | 1 | -108/+51 |
2013-09-06 | Implemented SteerVehicle packet. | madmaxoft | 1 | -0/+9 |
2013-09-06 | Implemented SteerVehicle packet. | madmaxoft | 1 | -0/+9 |
2013-08-30 | Shooting a bow kinda works. | madmaxoft | 1 | -4/+4 |
2013-08-29 | Implemented xoft's suggestions [SEE DESC] | Tiger Wang | 1 | -2/+2 |
2013-08-28 | Fixed Minecart spawning issues | Tiger Wang | 1 | -2/+2 |
2013-08-24 | Client can no longer place blocks outside the Y range of the world. | madmaxoft | 1 | -1/+6 |
2013-08-24 | Added comments and fixed a bug | Tiger Wang | 1 | -9/+21 |
2013-08-24 | Fixed final slab bug | Tiger Wang | 1 | -1/+1 |
2013-08-23 | Double slabs work *choke choke* | Tiger Wang | 1 | -20/+49 |
2013-08-22 | Another fix for #31. | madmaxoft | 1 | -0/+6 |
2013-08-20 | Added a delay between the kick packet and socket close. | madmaxoft | 1 | -2/+17 |
2013-08-20 | Fixed player spawning. | madmaxoft | 1 | -0/+10 |
2013-08-19 | Fixed the extreme strain on the world tick thread. | madmaxoft | 1 | -0/+2 |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -3/+2 |
2013-08-18 | Added cWindow property manipulation API. | madmaxoft | 1 | -17/+17 |
2013-08-14 | ClientHandle no longer queues chat messages. | madmaxoft | 1 | -47/+17 |
2013-08-14 | Player counts are now properly handled. | madmaxoft | 1 | -1/+37 |
2013-08-13 | Clients are now ticked in cServer first, then in cWorld once they get assigned a world. | madmaxoft | 1 | -31/+32 |
2013-08-12 | Removed cServer::BroadcastChat() and cServer::SendMessage(). | madmaxoft | 1 | -6/+8 |
2013-08-11 | Moved MaxPlayers and Description from cWorld to cServer. | madmaxoft | 1 | -7/+7 |
2013-08-11 | Added OnPlayerAnimation() hook. | madmaxoft | 1 | -0/+6 |
2013-08-10 | Removed extra disconnect message | Tiger Wang | 1 | -5/+0 |
2013-08-09 | Fixed some formatting issues I accidentally introduced | James Ravenscroft | 1 | -0/+2 |
2013-08-09 | Added IsSwimming and IsSubmerged flags and access methods | James Ravenscroft | 1 | -4/+2 |
2013-08-08 | Fixed the jump food exhaustion being added when player is swimming | James Ravenscroft | 1 | -3/+8 |
2013-08-02 | Implemented OnPlayerRightClickingEntity() hook | madmaxoft | 1 | -0/+4 |
2013-07-31 | Implemented the actual tab completion for commands and playernames. | madmaxoft | 1 | -1/+1 |
2013-07-30 | Tab completion packet is handled and sent. | madmaxoft | 1 | -0/+26 |
2013-07-29 | Added the "Edit Sign" packet sent to the client placing a sign. | madmaxoft | 1 | -0/+9 |
2013-07-28 | Player eating is now properly broadcast to other players. | madmaxoft | 1 | -0/+5 |
2013-07-28 | Implemented basic eating support. | madmaxoft | 1 | -12/+8 |
2013-07-12 | First implementation of movement-related hunger and API | madmaxoft@gmail.com | 1 | -9/+19 |
2013-07-08 | Color codes are stripped from the DC message | madmaxoft@gmail.com | 1 | -1/+1 |
2013-07-07 | Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes. | madmaxoft@gmail.com | 1 | -0/+11 |
2013-07-07 | Improved function names for protocol packet sending; alpha-sorted the function lists | madmaxoft@gmail.com | 1 | -148/+157 |
2013-07-05 | Unmounting vehicles implemented in the 1.6.1 way | madmaxoft@gmail.com | 1 | -0/+13 |
2013-07-05 | Fixed 1.6.1's movement speed | madmaxoft@gmail.com | 1 | -0/+3 |
2013-07-03 | Fixed player moving between worlds. | madmaxoft@gmail.com | 1 | -13/+54 |
2013-06-29 | Fixed crouch-placing unplaceable items (FS #399) | madmaxoft@gmail.com | 1 | -1/+1 |
2013-06-22 | Plugins can modify message in the OnChat() hook handler. | madmaxoft@gmail.com | 1 | -2/+3 |
2013-06-18 | Crouching will allow block placement on otherwise functional blocks. | madmaxoft@gmail.com | 1 | -2/+2 |
2013-06-18 | Added a crude limiter for explosions sent to client. | madmaxoft@gmail.com | 1 | -1/+27 |
2013-06-18 | More TNT fixes. | madmaxoft@gmail.com | 1 | -1/+1 |
2013-06-16 | Added an elaborative comment on the deadlock prevention code | madmaxoft@gmail.com | 1 | -1/+12 |
2013-06-15 | First attempt at fixing the inter-threading deadlocks between the tick thread and the socket thread | madmaxoft@gmail.com | 1 | -1/+11 |
2013-06-04 | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 1 | -4/+0 |
2013-06-04 | Implemented proper player crouching. | madmaxoft@gmail.com | 1 | -4/+18 |
2013-05-30 | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 1 | -1/+1 |
2013-05-28 | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 1 | -2/+2 |
2013-05-24 | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 1 | -4/+3 |
2013-05-19 | Inventory code cleanup, players can now see each other's armor | madmaxoft@gmail.com | 1 | -5/+5 |
2013-05-08 | Refactored window clicking code to use different click actions | madmaxoft@gmail.com | 1 | -5/+5 |
2013-04-19 | Fixed Linux compilation, slight code cleanup | madmaxoft@gmail.com | 1 | -2/+2 |
2013-04-18 | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 1 | -0/+9 |
2013-04-13 | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 1 | -16/+14 |
2013-04-04 | Fixed personal crafting grid not being tossed on inventory close. | madmaxoft@gmail.com | 1 | -4/+4 |
2013-04-02 | Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate | keyboard.osh@gmail.com | 1 | -0/+2 |
2013-03-18 | Added support for the packet #28 (0x1C): ENTITY_VELOCITY | keyboard.osh@gmail.com | 1 | -0/+11 |
2013-03-03 | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 1 | -1/+25 |
2013-02-27 | Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it. | madmaxoft@gmail.com | 1 | -2/+2 |
2013-02-21 | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 1 | -2/+2 |
2013-02-18 | Minecarts can now be placed. | madmaxoft@gmail.com | 1 | -0/+9 |
2013-02-14 | Fixed one-hit-blocks not being broken server-side | madmaxoft@gmail.com | 1 | -2/+4 |
2013-01-13 | Added missing dig status. | luksor111@gmail.com | 1 | -0/+6 |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -171/+307 |
2013-01-05 | Not sending multiple DC packets to the client. | madmaxoft@gmail.com | 1 | -6/+9 |
2012-12-27 | Fixed OnBlockPlace hook | luksor111@gmail.com | 1 | -10/+10 |
2012-12-26 | Adjusted the protocol framework to support different types of falling block spawning. | madmaxoft@gmail.com | 1 | -0/+9 |
2012-12-24 | Added the 1.4.6 protocol | madmaxoft@gmail.com | 1 | -2/+2 |
2012-12-21 | Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested) | madmaxoft@gmail.com | 1 | -6/+4 |
2012-12-20 | Removed chat messages from console | luksor111@gmail.com | 1 | -1/+0 |
2012-12-19 | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 1 | -15/+21 |
2012-11-18 | Fixed wrong c++ standard assumptions about bools. | madmaxoft@gmail.com | 1 | -2/+4 |
2012-11-16 | Fixed boolean comparison. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-11-16 | Removed log message when spawning players on a client. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-11-12 | Fixed block breaking in survival. | luksor111@gmail.com | 1 | -4/+15 |
2012-11-11 | Hopefully a fix for crash when chunks are added to a client being destroyed. | madmaxoft@gmail.com | 1 | -4/+21 |
2012-11-01 | Refactored the world time. | madmaxoft@gmail.com | 1 | -7/+10 |
2012-10-22 | You can now see particles and hear sounds when other players are destroying blocks. | luksor111@gmail.com | 1 | -0/+1 |
2012-10-21 | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 1 | -0/+9 |
2012-10-18 | Converted some const char*s and std::strings to AStrings | faketruth | 1 | -0/+9 |
2012-10-17 | Fixed a vulnerability in cClientHandle::HandleRespawn() | faketruth | 1 | -1/+9 |
2012-10-10 | Added an option to disable/enable PVP on a per world basis | faketruth | 1 | -0/+9 |
2012-10-06 | Fixed an invalid direction to AddDirection() | madmaxoft@gmail.com | 1 | -8/+11 |
2012-10-06 | Completely removed the old (buggy) redstone simulator. | madmaxoft@gmail.com | 1 | -1/+0 |
2012-10-01 | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 1 | -3/+3 |
2012-09-30 | Added falling block entities. Sand and gravel now properly fall down | faketruth | 1 | -0/+8 |
2012-09-29 | Removed a rogue cSleep from ClientHandle. Since sockets are owned by sockethreads, the client can safely Destroy() itself right after sending a packet. | madmaxoft@gmail.com | 1 | -4/+0 |
2012-09-29 | Beds can be slept in now (it doesn't change the time though) | faketruth | 1 | -0/+27 |
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 1 | -2/+2 |
2012-09-25 | Added the block dig animation packet (patch contributed by l0udPL) | madmaxoft@gmail.com | 1 | -2/+45 |
2012-09-25 | Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247) | madmaxoft@gmail.com | 1 | -27/+12 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -23/+23 |
2012-09-23 | Source files cleanup: ChunkDataSerializer is Protocol-related | madmaxoft@gmail.com | 1 | -1/+0 |
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -4/+2 |
2012-09-23 | Source files cleanup: Removed unused cBlockToPickup | madmaxoft@gmail.com | 1 | -1/+0 |
2012-09-23 | Source files cleanup: Mobs-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-23 | Source files cleanup: Protocol-related files in a separate subfolder | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-23 | Source files cleanup: UI files renamed | madmaxoft@gmail.com | 1 | -2/+2 |
2012-09-23 | Fixed position confirming for 1.3.2 (FS #245) | madmaxoft@gmail.com | 1 | -1/+2 |
2012-09-23 | Fixed players not spawning to others when they join the server. | madmaxoft@gmail.com | 1 | -0/+3 |
2012-09-23 | Tweaked logging. | madmaxoft@gmail.com | 1 | -0/+6 |
2012-09-20 | Refactored windows. | madmaxoft@gmail.com | 1 | -12/+14 |
2012-09-11 | Merged in a patch for sounds by l0udPL | madmaxoft@gmail.com | 1 | -0/+11 |
2012-09-07 | Relaxed the check for held item, the client sometimes sends wrong ItemType. | madmaxoft@gmail.com | 1 | -2/+9 |
2012-09-06 | Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2 | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-06 | ClientHandle: added an overflow buffer for outgoing data, it fixes the "bad packet id" problem with 1.3.2. | madmaxoft@gmail.com | 1 | -5/+32 |
2012-09-05 | Added the possibility of reserved player slots by implementing the HandleHandshake hook! | faketruth | 1 | -0/+17 |
2012-09-04 | Fixed a possible race condition in cClientHandle's packet sending code; prepared for moving cSocket out of cClientHandle's ownership. | madmaxoft@gmail.com | 1 | -2/+5 |
2012-09-02 | Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;) | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-01 | Fix for Rev 814, the correct cPlayer object is actually sent into the callbacks. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-01 | Implemented: http://www.mc-server.org/support/index.php?do=details&task_id=239&project=2&dev=26 | lapayo94@gmail.com | 1 | -1/+1 |
2012-08-31 | Progress on the 1.3.2 protocol. | madmaxoft@gmail.com | 1 | -2/+2 |
2012-08-31 | Another possible deadlock in cClientHandle averted. Hope this is the one. | madmaxoft@gmail.com | 1 | -5/+13 |
2012-08-31 | Fixed one possibility of a deadlock in cClientHandle::SendChunkData() | madmaxoft@gmail.com | 1 | -13/+16 |
2012-08-30 | Added a basic protocol recognizer and the base for 1.3.2 protocol. | madmaxoft@gmail.com | 1 | -25/+10 |
2012-08-30 | cProtocol handles the initial handshake up to player login | madmaxoft@gmail.com | 1 | -58/+4 |
2012-08-29 | Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself. | madmaxoft@gmail.com | 1 | -4/+4 |
2012-08-28 | Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore. | madmaxoft@gmail.com | 1 | -38/+36 |
2012-08-27 | Cut out all packet handling to a separate cProtocol descendant | madmaxoft@gmail.com | 1 | -892/+175 |
2012-08-26 | git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6 | madmaxoft@gmail.com | 1 | -0/+16 |
2012-08-25 | cSocket doesn't use cPackets. | madmaxoft@gmail.com | 1 | -10/+7 |
2012-08-25 | cWorld doesn't use cPackets. | madmaxoft@gmail.com | 1 | -0/+58 |
2012-08-25 | Removed cPackets from cChunk. | madmaxoft@gmail.com | 1 | -2/+69 |
2012-08-24 | cPickup doesn't use cPackets. | madmaxoft@gmail.com | 1 | -0/+13 |
2012-08-24 | Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets. | madmaxoft@gmail.com | 1 | -0/+77 |
2012-08-19 | Window, Chest, Furnace and Pawn are not using cPackets at all | madmaxoft@gmail.com | 1 | -0/+39 |
2012-08-19 | Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle. | madmaxoft@gmail.com | 1 | -49/+286 |
2012-08-19 | Another handful of packets rewritten. | madmaxoft@gmail.com | 1 | -31/+123 |
2012-08-19 | Fixed Bug #236 | lapayo94@gmail.com | 1 | -3/+3 |
2012-08-18 | Chat packet handled in the new way; fixed missing packet sending for inventory slot. | madmaxoft@gmail.com | 1 | -26/+28 |
2012-08-18 | Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects. | madmaxoft@gmail.com | 1 | -115/+196 |
2012-08-17 | Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 ) | madmaxoft@gmail.com | 1 | -15/+37 |
2012-08-15 | Added temporary debug statistics of the RelEntMoveLook packet removal efficiency | madmaxoft@gmail.com | 1 | -0/+12 |
2012-08-06 | A bit of cleanup and documentation around the UI window handling | madmaxoft@gmail.com | 1 | -2/+4 |
2012-07-17 | Simple health regeneration system | lapayo94@gmail.com | 1 | -14/+3 |
2012-07-16 | Fixed some small bugs :) | lapayo94@gmail.com | 1 | -1/+1 |
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -560/+78 |
2012-07-13 | The gamemode is now only saved if it is different from the current gamemode. | lapayo94@gmail.com | 1 | -1/+2 |
2012-07-12 | Save last gamemode | lapayo94@gmail.com | 1 | -1/+9 |
2012-06-16 | Leaves: Applied patch by Luksor. | cedeel@gmail.com | 1 | -0/+5 |
2012-06-16 | Proper kick reasons! | cedeel@gmail.com | 1 | -3/+6 |
2012-06-16 | Exported cWorld::ForEachEntity and cWorld::ForEachEntityInChunk; no idea if they actually work | madmaxoft@gmail.com | 1 | -1/+1 |
2012-06-15 | Lit furnaces can be used by players | madmaxoft@gmail.com | 1 | -0/+1 |
2012-06-15 | Basic handling of vines. No growth yet. | cedeel@gmail.com | 1 | -13/+18 |
2012-06-15 | Fixed placing block on tall grass (FS #209) | madmaxoft@gmail.com | 1 | -1/+1 |
2012-06-14 | Fixed snow again, this time for real. | cedeel@gmail.com | 1 | -2/+17 |
2012-06-14 | Fixes placing blocks on snow. | cedeel@gmail.com | 1 | -10/+21 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -2084/+2084 |
2012-06-13 | Added a BlockToPickup hook for modifying pickups when a player breaks a block. | madmaxoft@gmail.com | 1 | -2/+4 |
2012-06-09 | Disallowed placing cacti in water | madmaxoft@gmail.com | 1 | -0/+2 |
2012-06-09 | Plants growable by bonemeal are settable in the world.ini. Default matches vanilla MC. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-06-09 | Bonemeal is consumed in survival mode when used on growable blocks | madmaxoft@gmail.com | 1 | -1/+5 |
2012-06-08 | Sugarcane grows and can be grown using bonemeal. | madmaxoft@gmail.com | 1 | -0/+5 |
2012-06-07 | Bonemeal works on crops, melons, pumpkins, saplings and grass. Plant growing has been refactored into separate functions callable from Lua, too. | madmaxoft@gmail.com | 1 | -3/+33 |
2012-06-07 | Repeaters' delays can be set by rclk | madmaxoft@gmail.com | 1 | -3/+8 |
2012-06-07 | Multiple packets are serialized in one request. | madmaxoft@gmail.com | 1 | -5/+6 |
2012-06-07 | Added more statistics to the packet queue overfill problem. | madmaxoft@gmail.com | 1 | -2/+20 |
2012-06-07 | (Temporary) hotfix for the "too many packets" error - set the packet limit 5x higher. | madmaxoft@gmail.com | 1 | -1/+7 |
2012-06-06 | Item-dropping code rewritten and centralized - now there's only one place to modify if we want to split or merge same-item drops: cWorld:SpawnItemPickups(). Also, mined blocks can now drop more items, and they recognize if they're being mined by the correct tool. | madmaxoft@gmail.com | 1 | -41/+41 |
2012-06-04 | Updated zlib, added chat formatting, fixed upside down stairs and slabs, fixed makefiles, hopefully updated vc project files | cedeel@gmail.com | 1 | -4/+21 |
2012-06-02 | ClientHandle dumps the contents of all packets in the queue if the packet queue gets overloaded to the point of client-kicking. Use this to debug FS #197. | madmaxoft@gmail.com | 1 | -0/+63 |
2012-05-30 | Seeds can now be planted and they grow (albeit too quickly and too non-uniformly, need to fix blocktick selection) | madmaxoft@gmail.com | 1 | -1/+28 |
2012-05-29 | Farmland is created using a hoe on dirt or grass. | madmaxoft@gmail.com | 1 | -2/+12 |
2012-05-29 | Refactored item-eating from cClientHandle into cPlayer | madmaxoft@gmail.com | 1 | -71/+2 |
2012-05-29 | Added code for the chunks to manipulate their neighbors while ticking. Also added some basic farming support - melon and pumpkin growing code. Untested and untestable so far, will test and fix later. | madmaxoft@gmail.com | 1 | -65/+4 |
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -4/+33 |
2012-04-10 | Added the "/regeneratechunk" command that regenerates either current chunk or a chunk specified with x, z parameters. TODO: permissions - we don't want guests erasing our chunks! | madmaxoft@gmail.com | 1 | -1/+16 |
2012-04-03 | Logging OnBlockDig and OnBlockPlace only in Debug mode ( http://mc-server.org/support/index.php?do=details&task_id=133&project=2 ) | madmaxoft@gmail.com | 1 | -2/+8 |
2012-03-26 | Added the supported client version to banner; shamelessly added myself to the authors list ;) | madmaxoft@gmail.com | 1 | -1/+1 |
2012-03-24 | Added the new 1.2.4's PlayerAbilities packet; restructures packet files for less files, more dense. | madmaxoft@gmail.com | 1 | -7/+3 |
2012-03-24 | Protocol version bumped up to 29 (MC 1.2.4), seems to work. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-03-24 | Removed the split between 1.2.3 and 1.1, left only 1.2.3 code | madmaxoft@gmail.com | 1 | -16/+0 |
2012-03-22 | Fixed a deadlock by removing clients from all chunks upon their exit, not using the clients chunklists. | madmaxoft@gmail.com | 1 | -4/+7 |
2012-03-14 | Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency | madmaxoft@gmail.com | 1 | -4/+4 |
2012-03-11 | Not sending chunks to the client twice | madmaxoft@gmail.com | 1 | -21/+16 |
2012-03-10 | Fixed a few obsoleted functions | madmaxoft@gmail.com | 1 | -6/+8 |
2012-03-10 | Using references instead of pointers for sending packets | madmaxoft@gmail.com | 1 | -15/+15 |
2012-03-09 | cClientHandles have a unique ID now to distinguish them | faketruth | 1 | -1/+11 |
2012-03-07 | Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380 | faketruth | 1 | -1/+0 |
2012-03-06 | Fixed rev368's ChunkSender, now sends properly even chunks that are loaded. Fixed a deadlock in cClientHandle vs TickThread over cClientHandle::m_CSChunkLists | madmaxoft@gmail.com | 1 | -4/+11 |
2012-03-05 | ChunkSender: Chunks are now compressed and sent to clients from a separate threads, proper passive waiting between threads. Not much tested, just appears to work :) | madmaxoft@gmail.com | 1 | -33/+22 |
2012-03-04 | Changed signed char to unsigned char in block packets, so we can receive height up to 255 | faketruth | 1 | -4/+6 |
2012-03-03 | Got rid of some hardcoded numbers, now using hardcoded variables! woo | faketruth | 1 | -2/+2 |
2012-03-02 | That should not have been committed... | faketruth | 1 | -1/+1 |
2012-03-01 | Started carefully moving to 1.2.2 | faketruth | 1 | -1/+18 |
2012-02-29 | Fixed the authenticator bug | madmaxoft@gmail.com | 1 | -0/+6 |
2012-02-29 | Making sure cClientHandle::m_Player was NULL after authentication completed | faketruth | 1 | -0/+1 |
2012-02-28 | Setting the m_bDestroyed flag only after the cClienthandle is truly destroyed; cClientHandle's destructor now locks loaded chunk lists | madmaxoft@gmail.com | 1 | -3/+10 |
2012-02-26 | Attempt at fixing crashes with disconnecting players | madmaxoft@gmail.com | 1 | -0/+8 |
2012-02-26 | Using cSocketThreads for client outgoing packets. Unfortunately had to put in one intermediate thread (cServer::cNotifyWriteThread) to avoid deadlocks. Still, seems we have a proper multithreading for clients and no more per-client threads, yay :) | madmaxoft@gmail.com | 1 | -115/+73 |
2012-02-26 | Extended SocketThreads for writing support (unusable in cClientHandle due to too many deadlock possibilities) | madmaxoft@gmail.com | 1 | -9/+8 |
2012-02-23 | Made the viewdistance settable by users and default in settings.ini. The default is 9. | madmaxoft@gmail.com | 1 | -6/+27 |
2012-02-22 | Fixed a bug that no chunks were unloaded on the client. Now chunks are properly unloaded on the clients. | faketruth | 1 | -0/+2 |
2012-02-21 | Removed cChunkPtrs from everywhere but internal cChunkMap usage. Now we should finally be threadsafe :) | madmaxoft@gmail.com | 1 | -12/+9 |
2012-02-21 | Fixed heightmap optimization from rev 302; removed a few more cChunkPtrs | madmaxoft@gmail.com | 1 | -11/+3 |
2012-02-20 | Removed some more cChunkPtr usage | madmaxoft@gmail.com | 1 | -1/+4 |
2012-02-20 | Using own ASSERT() that logs to file | faketruth | 1 | -5/+5 |
2012-02-17 | Chunk coords mostly "upgraded" to include the Y coord for future compatibility | madmaxoft@gmail.com | 1 | -14/+14 |
2012-02-16 | Got rid of dangerous GetEntity(), not using DoWithEntity() | faketruth | 1 | -6/+20 |
2012-02-15 | Restored chest and furnace functionality as it was (it's basically working but joined chests show single-chest window) | madmaxoft@gmail.com | 1 | -87/+85 |
2012-02-13 | Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it. | madmaxoft@gmail.com | 1 | -294/+406 |
2012-02-08 | MTRand class is not created in each tick, therefore much improving tick-thread time (now uses ~5 % CPU instead of one full core) | madmaxoft@gmail.com | 1 | -9/+10 |
2012-02-08 | cSocketThreads plugged in for cClientHandle reading. Sending still kept the old way. Please help me test this commit thoroughly, this is a change that can break on subtleties. | madmaxoft@gmail.com | 1 | -110/+65 |
2012-02-07 | Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility. | madmaxoft@gmail.com | 1 | -23/+38 |
2012-02-05 | Now showing proper error messages when sockets fail :) | faketruth | 1 | -1/+1 |
2012-02-03 | cClientHandle: split packet handling into separate functions for clarity | madmaxoft@gmail.com | 1 | -969/+1158 |
2012-02-02 | cClientHandle: gotten rid of the obnoxious m_pState, now using direct members instead | madmaxoft@gmail.com | 1 | -332/+333 |
2012-02-01 | Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients; | madmaxoft@gmail.com | 1 | -40/+28 |
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -8/+12 |
2012-01-31 | Slight code cleanup, no big changes | madmaxoft@gmail.com | 1 | -40/+126 |
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -8/+3 |
2012-01-23 | Cactus towers can be destroyed by removing the bottom block | faketruth | 1 | -1/+53 |
2012-01-20 | MCServer is now compatible with Minecraft client 1.1 (as long as the client is not using any mods/plugins I think) | faketruth | 1 | -2/+6 |
2012-01-19 | Terrain generation is synchronous again, async generation has bugs. | faketruth | 1 | -1/+33 |
2012-01-02 | Fixed crashing bug in cClientHandle::~cClientHandle | faketruth | 1 | -1/+3 |
2012-01-01 | Fixed the numchunks console command. | faketruth | 1 | -8/+8 |
2012-01-01 | - implemented separated inventory for creative mode (cSurvivalInventory and cCreativeInventory) | lapayo94@gmail.com | 1 | -17/+37 |
2012-01-01 | Chests, furnaces and dispensers face the correct way now. | faketruth | 1 | -0/+5 |
2011-12-31 | Made a couple of functions in cChunk inline, this should speed up several block operations on chunks | faketruth | 1 | -16/+6 |
2011-12-29 | - Initial food handling by cedeel | mtilden@gmail.com | 1 | -13/+30 |
2011-12-29 | - Chests open and close on clients when opened/closed | mtilden@gmail.com | 1 | -1/+1 |
2011-12-29 | - Pickups should now burn in fire | lapayo94@gmail.com | 1 | -2/+9 |
2011-12-28 | - implemented the fire simulation in native c++ (cFireSimulator) | lapayo94@gmail.com | 1 | -84/+43 |
2011-12-28 | - Fixed too fast actions kick for real | mtilden@gmail.com | 1 | -5/+5 |
2011-12-28 | Fixed some small memory leaks | lapayo94@gmail.com | 1 | -0/+5 |
2011-12-28 | - Didn't notice steak missing as well | mtilden@gmail.com | 1 | -0/+8 |
2011-12-28 | - Added chicken to eating | mtilden@gmail.com | 1 | -0/+9 |
2011-12-27 | I'll lower my frequency of commits.. 1000 default ends up sent more often than calc'd packets. | mtilden@gmail.com | 1 | -1/+0 |
2011-12-27 | Oops, accidentally left debug print | mtilden@gmail.com | 1 | -1/+0 |
2011-12-27 | - Added basic ping handling. | mtilden@gmail.com | 1 | -3/+27 |
2011-12-27 | Slightly cleaner block change interactions static in header | mtilden@gmail.com | 1 | -2/+2 |
2011-12-27 | Set player interaction kicking to 5 interactions per .1 seconds to help with lag disconnects. Still need to change code to lessen the false positives. | admin@omencraft.com | 1 | -2/+2 |
2011-12-26 | Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld() | faketruth | 1 | -0/+14 |
2011-12-26 | Fixed the little check for max players. If somehow a player was able to connect and the number of players would exceed the max players, everybody is allowed in and the server will never be 'full'. It's fixed now | faketruth | 1 | -9/+9 |
2011-12-26 | - Linux compatible fixes including updated makefile | mtilden@gmail.com | 1 | -3/+7 |
2011-12-26 | - Default Notchian Ping (static until ping implemented through keepalive send/receive) | mtilden@gmail.com | 1 | -2/+10 |
2011-12-26 | - Scoreboard deleting moved to cClientHandle::~cClientHandle() with checks. Please test this every way you can with clients disconnecting from the internet, crashing, etc. It should work on all cases as every client gets called in this part to be 'Deleted' | mtilden@gmail.com | 1 | -6/+10 |
2011-12-26 | - Cleaned up PLI Packet and its creation/sending and fixed bug of player not being removed on scoreboard (forgot to send color in the removal packet) | mtilden@gmail.com | 1 | -6/+6 |
2011-12-26 | - Make Color was using 2 extra characters which took 2 characters off the 16 max (including color codes) for scoreboard display | mtilden@gmail.com | 1 | -0/+11 |
2011-12-25 | Hold item is now dropped when inventory is closed | lapayo94@gmail.com | 1 | -2/+4 |
2011-12-25 | Code improvements | lapayo94@gmail.com | 1 | -0/+1 |
2011-12-25 | - improved and simplified the door system (shorter, clearer) | lapayo94@gmail.com | 1 | -26/+25 |
2011-12-25 | Chunks are generated in a separate thread allowing players to keep on playing and chatting while chunks are generated. This means, however, that cWorld::GetChunk() does not always return a chunk and is something you need to be aware of. I am not entirely sure if all this is completely stable, but I think so :O | faketruth | 1 | -7/+21 |
2011-12-24 | Max. players and MOTD are now changeable in the settings.ini | lapayo94@gmail.com | 1 | -3/+9 |
2011-12-23 | Added thread names to cThread so when debugging in Visual Studio you actually know what thread you're looking at | faketruth | 1 | -3/+3 |
2011-12-22 | Digging leaves with shears now drops leaves | lapayo94@gmail.com | 1 | -1/+2 |
2011-12-21 | - Crafting fixed in 1.0.0 | lapayo94@gmail.com | 1 | -7/+26 |
2011-11-11 | Found and fixed a bug not letting users place blocks in water or lava. | admin@omencraft.com | 1 | -2/+7 |
2011-11-10 | Fixed logging in underground bug this time. A hack, but it works. :D | admin@omencraft.com | 1 | -4/+4 |
2011-11-10 | Can now set gamemode via lua. | admin@omencraft.com | 1 | -1/+1 |
2011-11-10 | Made block action sanity checks more robust, water buckets, lava buckets and empty buckets should all now work. | admin@omencraft.com | 1 | -15/+70 |
2011-11-10 | Added code for doors. Doors now place correctly but opening them is buggy and I need to change the current opening code to use bitwise operators. | admin@omencraft.com | 1 | -2/+48 |
2011-11-10 | Added random weather that persists per world. Also added SetWeather, GetWeather, and CastThunderbolt to lua bindings. | admin@omencraft.com | 1 | -17/+7 |
2011-11-09 | Added m_IP to player class and binding to get IP for LUA. (Probably should use m_pState) | admin@omencraft.com | 1 | -0/+2 |
2011-11-08 | It's a Squirrel!! | faketruth | 1 | -0/+1 |
2011-11-07 | Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update. | admin@omencraft.com | 1 | -15/+34 |
2011-11-07 | Added Sebi's changes to pistons and item drops. | admin@omencraft.com | 1 | -13/+20 |
2011-11-07 | Pistons now generate noise and animate when moving. | admin@omencraft.com | 1 | -1/+1 |
2011-11-06 | Redstone wire now updates correctly when added and removed. it also updates all currently programmed redstone items and wire circuits. Also cleaned up the mess I left of the code. | admin@omencraft.com | 1 | -2/+6 |
2011-11-06 | Redstone is now self aware. It's not quite as dumb as it used to be at any rate. Redstone wires have no range and understand they are supposed to stay on whenever there's an active torch touching it. (Need to add other power devices) | admin@omencraft.com | 1 | -9/+29 |
2011-11-06 | Patch with diff file created by Sebi (implemented some stuff like lava physics, drops are deleted when in lava, water is now slower, lava gives actual damage etc.). Pistons now work mostly as they should. They do not yet show the motion animation and do not emit sound. They do extend, push, and retract as they should though. Right now the only way to activate a piston is to light redstone wire adjacent to it with a redstone torch. | admin@omencraft.com | 1 | -7/+5 |
2011-11-05 | Added all the items up to Beta 1.9.5. Added pistons and piston class. | admin@omencraft.com | 1 | -2/+10 |
2011-11-04 | Added (Probably incorrectly) a cRedstone class. Also, palcing a redstone torch will recursively light any redstone wire it's connected to. Removing a torch from an active wire will unlight the entire length. Class needs to be updated to make use of non deprecated function. Current deprecated function warning drastically slows redstone performance. | admin@omencraft.com | 1 | -5/+27 |
2011-11-03 | Fixed some redstone items and a bug that prevented floats from client to server packets reading correctly on 64 bit linux. | admin@omencraft.com | 1 | -2/+0 |
2011-11-03 | Added some redstone items. | admin@omencraft.com | 1 | -6/+30 |
2011-11-03 | Updated the thunderbolt packet. Lightning and rain can be tested with a workbench and a chest. >:) | admin@omencraft.com | 1 | -7/+17 |
2011-11-02 | Added New/Invaid State and Thunderbolt packets. For testing purposes it now rains whenever a player opens a workbench and stops when they pen a chest. The rain start/stop in only sent to the sole clientopening the items. | admin@omencraft.com | 1 | -7/+26 |
2011-11-02 | Fixed some "Entity was not found in any chunk!" warnings | faketruth | 1 | -4/+8 |
2011-11-02 | Fixed player spawn teleport postion. | admin@omencraft.com | 1 | -1/+2 |
2011-11-01 | fixed player spawning in the ground. | admin@omencraft.com | 1 | -0/+4 |
2011-11-01 | Accidentally removed a line of code | faketruth | 1 | -1/+2 |
2011-11-01 | You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yet | faketruth | 1 | -46/+49 |
2011-11-01 | Put in some sanity checks to ensure players don't interact with blocks too quickly. Changed gamemode to be player based. (MCServer crashes when picking up an item. Need to find and fix bug.) | admin@omencraft.com | 1 | -5/+23 |
2011-11-01 | Players can now place blocks in creative mode. The blocks players select from the creative mode inventory are not stored in the players' inventory. (I kind of like that) | admin@omencraft.com | 1 | -3/+3 |
2011-10-31 | Prepared some parts of the code for multi world support, I created lots of TODO's | faketruth | 1 | -15/+16 |
2011-10-27 | Fixed a memory leak | faketruth | 1 | -0/+1 |
2011-10-26 | Made several recomended changes. Gamemode is now world based. Need to add it to player. | admin@omencraft.com | 1 | -3/+4 |
2011-10-26 | Moved GAMEMODE declaration to a single place... cPacket.h. Player can't take damage any more but can still sometimes die on spawn. Not sure why. Falling through the void does not kill you yet. | admin@omencraft.com | 1 | -2/+2 |
2011-10-26 | Creative mode now breaks blocks without providing block drops. Need to work with Player's Inventory for proper creative mode support. GAMEMODE is declared and set twice. | admin@omencraft.com | 1 | -3/+3 |
2011-10-26 | Added CreateInventoryAction packet for creative mode. Used cPacketEntityEquipment as template. Forced server into Creative Mode. Can't break blocks yet. Player can stil be damaged in creative mode and dying takes you back to survival mode. | admin@omencraft.com | 1 | -0/+2 |
2011-10-26 | added simple code for server side item durabilty on tool items that have durabilty. need to add block destroyed durability modifier. | admin@omencraft.com | 1 | -3/+70 |
2011-10-23 | Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms. | faketruth | 1 | -19/+3 |
2011-10-21 | Compiles for linux | faketruth | 1 | -2/+8 |
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+1082 |