| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the cDoors class. | madmaxoft | 2013-09-09 | 1 | -1/+0 |
* | Fixed client spawning. | madmaxoft | 2013-09-08 | 1 | -108/+51 |
* | Implemented SteerVehicle packet. | madmaxoft | 2013-09-06 | 1 | -0/+9 |
* | Merge remote-tracking branch 'upstream/master' | Tiger Wang | 2013-09-02 | 1 | -31/+68 |
|\ |
|
| * | Shooting a bow kinda works. | madmaxoft | 2013-08-30 | 1 | -4/+4 |
| * | Merging in tigerw's changes from PR #118 | madmaxoft | 2013-08-25 | 1 | -23/+65 |
| |\ |
|
| * | | Client can no longer place blocks outside the Y range of the world. | madmaxoft | 2013-08-24 | 1 | -1/+6 |
| * | | Another fix for #31. | madmaxoft | 2013-08-22 | 1 | -0/+6 |
| * | | Added a delay between the kick packet and socket close. | madmaxoft | 2013-08-20 | 1 | -2/+17 |
| * | | Fixed player spawning. | madmaxoft | 2013-08-20 | 1 | -0/+10 |
* | | | Implemented xoft's suggestions [SEE DESC] | Tiger Wang | 2013-08-29 | 1 | -2/+2 |
* | | | Fixed Minecart spawning issues | Tiger Wang | 2013-08-28 | 1 | -2/+2 |
| |/
|/| |
|
* | | Added comments and fixed a bug | Tiger Wang | 2013-08-24 | 1 | -9/+21 |
* | | Fixed final slab bug | Tiger Wang | 2013-08-24 | 1 | -1/+1 |
* | | Double slabs work *choke choke* | Tiger Wang | 2013-08-23 | 1 | -20/+49 |
|/ |
|
* | Fixed the extreme strain on the world tick thread. | madmaxoft | 2013-08-19 | 1 | -0/+2 |
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -3/+2 |
* | Added cWindow property manipulation API. | madmaxoft | 2013-08-18 | 1 | -17/+17 |
* | ClientHandle no longer queues chat messages. | madmaxoft | 2013-08-14 | 1 | -47/+17 |
* | Player counts are now properly handled. | madmaxoft | 2013-08-14 | 1 | -1/+37 |
* | Clients are now ticked in cServer first, then in cWorld once they get assigned a world. | madmaxoft | 2013-08-13 | 1 | -31/+32 |
* | Removed cServer::BroadcastChat() and cServer::SendMessage(). | madmaxoft | 2013-08-12 | 1 | -6/+8 |
* | Moved MaxPlayers and Description from cWorld to cServer. | madmaxoft | 2013-08-11 | 1 | -7/+7 |
* | Added OnPlayerAnimation() hook. | madmaxoft | 2013-08-11 | 1 | -0/+6 |
* | Removed extra disconnect message | Tiger Wang | 2013-08-10 | 1 | -5/+0 |
* | Fixed some formatting issues I accidentally introduced | James Ravenscroft | 2013-08-09 | 1 | -0/+2 |
* | Added IsSwimming and IsSubmerged flags and access methods | James Ravenscroft | 2013-08-09 | 1 | -4/+2 |
* | Fixed the jump food exhaustion being added when player is swimming | James Ravenscroft | 2013-08-08 | 1 | -3/+8 |
* | Implemented OnPlayerRightClickingEntity() hook | madmaxoft | 2013-08-02 | 1 | -0/+4 |
* | Implemented the actual tab completion for commands and playernames. | madmaxoft | 2013-07-31 | 1 | -1/+1 |
* | Tab completion packet is handled and sent. | madmaxoft | 2013-07-30 | 1 | -0/+26 |
* | Added the "Edit Sign" packet sent to the client placing a sign. | madmaxoft | 2013-07-29 | 1 | -0/+9 |
* | Player eating is now properly broadcast to other players. | madmaxoft | 2013-07-28 | 1 | -0/+5 |
* | Implemented basic eating support. | madmaxoft | 2013-07-28 | 1 | -12/+8 |
* | First implementation of movement-related hunger and API | madmaxoft@gmail.com | 2013-07-12 | 1 | -9/+19 |
* | Color codes are stripped from the DC message | madmaxoft@gmail.com | 2013-07-08 | 1 | -1/+1 |
* | Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes. | madmaxoft@gmail.com | 2013-07-07 | 1 | -0/+11 |
* | Improved function names for protocol packet sending; alpha-sorted the function lists | madmaxoft@gmail.com | 2013-07-07 | 1 | -148/+157 |
* | Unmounting vehicles implemented in the 1.6.1 way | madmaxoft@gmail.com | 2013-07-05 | 1 | -0/+13 |
* | Fixed 1.6.1's movement speed | madmaxoft@gmail.com | 2013-07-05 | 1 | -0/+3 |
* | Fixed player moving between worlds. | madmaxoft@gmail.com | 2013-07-03 | 1 | -13/+54 |
* | Fixed crouch-placing unplaceable items (FS #399) | madmaxoft@gmail.com | 2013-06-29 | 1 | -1/+1 |
* | Plugins can modify message in the OnChat() hook handler. | madmaxoft@gmail.com | 2013-06-22 | 1 | -2/+3 |
* | Crouching will allow block placement on otherwise functional blocks. | madmaxoft@gmail.com | 2013-06-18 | 1 | -2/+2 |
* | Added a crude limiter for explosions sent to client. | madmaxoft@gmail.com | 2013-06-18 | 1 | -1/+27 |
* | More TNT fixes. | madmaxoft@gmail.com | 2013-06-18 | 1 | -1/+1 |
* | Added an elaborative comment on the deadlock prevention code | madmaxoft@gmail.com | 2013-06-16 | 1 | -1/+12 |
* | First attempt at fixing the inter-threading deadlocks between the tick thread and the socket thread | madmaxoft@gmail.com | 2013-06-15 | 1 | -1/+11 |
* | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 2013-06-04 | 1 | -4/+0 |
* | Implemented proper player crouching. | madmaxoft@gmail.com | 2013-06-04 | 1 | -4/+18 |
* | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 2013-05-30 | 1 | -1/+1 |
* | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 2013-05-28 | 1 | -2/+2 |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 1 | -4/+3 |
* | Inventory code cleanup, players can now see each other's armor | madmaxoft@gmail.com | 2013-05-19 | 1 | -5/+5 |
* | Refactored window clicking code to use different click actions | madmaxoft@gmail.com | 2013-05-08 | 1 | -5/+5 |
* | Fixed Linux compilation, slight code cleanup | madmaxoft@gmail.com | 2013-04-19 | 1 | -2/+2 |
* | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 2013-04-18 | 1 | -0/+9 |
* | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 2013-04-13 | 1 | -16/+14 |
* | Fixed personal crafting grid not being tossed on inventory close. | madmaxoft@gmail.com | 2013-04-04 | 1 | -4/+4 |
* | Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate | keyboard.osh@gmail.com | 2013-04-02 | 1 | -0/+2 |
* | Added support for the packet #28 (0x1C): ENTITY_VELOCITY | keyboard.osh@gmail.com | 2013-03-18 | 1 | -0/+11 |
* | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 2013-03-03 | 1 | -1/+25 |
* | Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it. | madmaxoft@gmail.com | 2013-02-27 | 1 | -2/+2 |
* | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 2013-02-21 | 1 | -2/+2 |
* | Minecarts can now be placed. | madmaxoft@gmail.com | 2013-02-18 | 1 | -0/+9 |
* | Fixed one-hit-blocks not being broken server-side | madmaxoft@gmail.com | 2013-02-14 | 1 | -2/+4 |
* | Added missing dig status. | luksor111@gmail.com | 2013-01-13 | 1 | -0/+6 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -171/+307 |
* | Not sending multiple DC packets to the client. | madmaxoft@gmail.com | 2013-01-05 | 1 | -6/+9 |
* | Fixed OnBlockPlace hook | luksor111@gmail.com | 2012-12-27 | 1 | -10/+10 |
* | Adjusted the protocol framework to support different types of falling block spawning. | madmaxoft@gmail.com | 2012-12-26 | 1 | -0/+9 |
* | Added the 1.4.6 protocol | madmaxoft@gmail.com | 2012-12-24 | 1 | -2/+2 |
* | Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested) | madmaxoft@gmail.com | 2012-12-21 | 1 | -6/+4 |
* | Removed chat messages from console | luksor111@gmail.com | 2012-12-20 | 1 | -1/+0 |
* | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 2012-12-19 | 1 | -15/+21 |
* | Fixed wrong c++ standard assumptions about bools. | madmaxoft@gmail.com | 2012-11-18 | 1 | -2/+4 |
* | Fixed boolean comparison. | madmaxoft@gmail.com | 2012-11-16 | 1 | -1/+1 |
* | Removed log message when spawning players on a client. | madmaxoft@gmail.com | 2012-11-16 | 1 | -1/+1 |
* | Fixed block breaking in survival. | luksor111@gmail.com | 2012-11-12 | 1 | -4/+15 |
* | Hopefully a fix for crash when chunks are added to a client being destroyed. | madmaxoft@gmail.com | 2012-11-11 | 1 | -4/+21 |
* | Refactored the world time. | madmaxoft@gmail.com | 2012-11-01 | 1 | -7/+10 |
* | You can now see particles and hear sounds when other players are destroying blocks. | luksor111@gmail.com | 2012-10-22 | 1 | -0/+1 |
* | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 2012-10-21 | 1 | -0/+9 |
* | Converted some const char*s and std::strings to AStrings | faketruth | 2012-10-18 | 1 | -0/+9 |
* | Fixed a vulnerability in cClientHandle::HandleRespawn() | faketruth | 2012-10-17 | 1 | -1/+9 |
* | Added an option to disable/enable PVP on a per world basis | faketruth | 2012-10-10 | 1 | -0/+9 |
* | Fixed an invalid direction to AddDirection() | madmaxoft@gmail.com | 2012-10-06 | 1 | -8/+11 |
* | Completely removed the old (buggy) redstone simulator. | madmaxoft@gmail.com | 2012-10-06 | 1 | -1/+0 |
* | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 2012-10-01 | 1 | -3/+3 |
* | Added falling block entities. Sand and gravel now properly fall down | faketruth | 2012-09-30 | 1 | -0/+8 |
* | 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 | 2012-09-29 | 1 | -4/+0 |
* | Beds can be slept in now (it doesn't change the time though) | faketruth | 2012-09-29 | 1 | -0/+27 |
* | Unified folder name-casing | madmaxoft@gmail.com | 2012-09-29 | 1 | -2/+2 |
* | Added the block dig animation packet (patch contributed by l0udPL) | madmaxoft@gmail.com | 2012-09-25 | 1 | -2/+45 |
* | Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247) | madmaxoft@gmail.com | 2012-09-25 | 1 | -27/+12 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+1651 |