| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 1 | -13/+5 |
* | Inventory code cleanup, players can now see each other's armor | madmaxoft@gmail.com | 2013-05-19 | 1 | -10/+12 |
* | Empty permission is always granted | madmaxoft@gmail.com | 2013-05-19 | 1 | -1/+7 |
* | Replaced MIN / MAX with std::min and std::max (pt 2) | madmaxoft@gmail.com | 2013-05-07 | 1 | -9/+7 |
* | cPlayer now uses BroadcastMovementUpdate during its Tick function | keyboard.osh@gmail.com | 2013-04-19 | 1 | -40/+6 |
* | Proper entity removal functions | madmaxoft@gmail.com | 2013-04-13 | 1 | -1/+1 |
* | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 2013-04-13 | 1 | -8/+7 |
* | Fixed personal crafting grid not being tossed on inventory close. | madmaxoft@gmail.com | 2013-04-04 | 1 | -19/+0 |
* | Pawn, Player: fixed asserts when teleporting players outside of the world (setting spawn Y to 256) | madmaxoft@gmail.com | 2013-04-01 | 1 | -9/+20 |
* | Added helper functions AddSpeed, AddSpeedX, AddSpeedY, AddSpeedZ, AddPosition, AddPosX, AddPosY, AddPosZ. Made sure that all entites use these helper functions. | keyboard.osh@gmail.com | 2013-03-23 | 1 | -1/+1 |
* | Implemented BroadcastMovementUpdate function. Moved m_Pos,m_Rot,m_Speed to private members and made sure that all classes uses the public functions to access these members. | keyboard.osh@gmail.com | 2013-03-22 | 1 | -29/+29 |
* | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 2013-03-09 | 1 | -1/+1 |
* | Fixed random teleporting into the void when leaving minecarts | madmaxoft@gmail.com | 2013-03-05 | 1 | -4/+9 |
* | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 2013-03-03 | 1 | -1/+11 |
* | Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names. | madmaxoft@gmail.com | 2013-01-26 | 1 | -1/+1 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -2/+2 |
* | MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now) | madmaxoft@gmail.com | 2012-12-22 | 1 | -5/+2 |
* | Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type. | madmaxoft@gmail.com | 2012-12-21 | 1 | -2/+2 |
* | Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass(). | madmaxoft@gmail.com | 2012-12-21 | 1 | -6/+0 |
* | Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested) | madmaxoft@gmail.com | 2012-12-21 | 1 | -15/+24 |
* | Fixed fall damage again | luksor111@gmail.com | 2012-12-15 | 1 | -1/+1 |
* | Fixed warnings in Player.cpp | luksor111@gmail.com | 2012-11-27 | 1 | -2/+2 |
* | Added initial adventure mode support | luksor111@gmail.com | 2012-11-27 | 1 | -2/+6 |
* | Fixed certain blocks crashing clients when mined | luksor111@gmail.com | 2012-11-26 | 1 | -1/+1 |
* | Refactored the world time. | madmaxoft@gmail.com | 2012-11-01 | 1 | -5/+5 |
* | Fixed issues with pickups. | sebi.noreply@gmail.com | 2012-10-24 | 1 | -2/+9 |
* | Converted some const char*s and std::strings to AStrings | faketruth | 2012-10-18 | 1 | -6/+35 |
* | Fixed initial player head rotation when a player is being spawned on another client | faketruth | 2012-09-29 | 1 | -1/+4 |
* | SocketThread: clients aren't double-removed anymore. | madmaxoft@gmail.com | 2012-09-29 | 1 | -1/+4 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+1019 |