| Commit message (Expand) | Author | Files | Lines |
2013-09-21 | Linux compilation fix #2. | madmaxoft | 1 | -1/+1 |
2013-09-21 | Fixed Linux compilation. | madmaxoft | 1 | -1/+1 |
2013-09-21 | Fixed compilation from previous commit. | madmaxoft | 2 | -2/+2 |
2013-09-19 | Fixed new monster aggressiveness issue | Tiger Wang | 2 | -4/+4 |
2013-09-18 | Added moar mobs! | Tiger Wang | 17 | -55/+348 |
2013-09-17 | Fixed undead burning | Tiger Wang | 1 | -1/+1 |
2013-09-16 | Exported cMonster:GetMobType() to the Lua API. | madmaxoft | 1 | -1/+3 |
2013-09-13 | Added an extra line. | tonibm19 | 1 | -0/+1 |
2013-09-13 | Fixed mobs attack range being too long | tonibm19 | 1 | -2/+1 |
2013-09-07 | Fixed a missing initialization in cMonster. | madmaxoft | 1 | -2/+3 |
2013-09-06 | Moved daylight burning directly into cMonster. | madmaxoft | 6 | -40/+46 |
2013-09-05 | Moved daylight burning directly into cMonster. | madmaxoft | 6 | -40/+46 |
2013-08-27 | Zomb-ee and Skellingtons burning improvements | Tiger Wang | 2 | -10/+14 |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 4 | -4/+4 |
2013-08-16 | Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX. | madmaxoft | 7 | -1/+41 |
2013-08-10 | Fixed squid crashing the server when above or below the world | madmaxoft | 1 | -1/+6 |
2013-08-09 | Fixed squid crashing the server when above or below the world | madmaxoft | 1 | -1/+6 |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 12 | -319/+319 |
2013-07-07 | Squid: fixed a possible crash caused by access to a wrong chunk | madmaxoft@gmail.com | 1 | -4/+7 |
2013-07-01 | Rewritten entity-on-fire management ("forever on fire" bugs) | madmaxoft@gmail.com | 49 | -93/+124 |
2013-06-25 | Unified the way mobs are spawned (egg vs natural). Fixed deadlocks in mob moving. Fixed mob destroying code. | madmaxoft@gmail.com | 1 | -2/+7 |
2013-04-22 | Moved physics to the cEntity class from the derivative classes (cMonster, cPickup). Added physics override to cPlayer to disable physics calculations. Fixed bug with pitch calculations on mobs. | keyboard.osh@gmail.com | 2 | -127/+5 |
2013-04-13 | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 18 | -89/+69 |
2013-04-02 | Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate | keyboard.osh@gmail.com | 1 | -0/+1 |
2013-03-23 | Added helper functions AddSpeed, AddSpeedX, AddSpeedY, AddSpeedZ, AddPosition, AddPosX, AddPosY, AddPosZ. Made sure that all entites use these helper functions. | keyboard.osh@gmail.com | 1 | -5/+5 |
2013-03-22 | 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 | 2 | -43/+45 |
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 1 | -2/+2 |
2013-02-21 | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 1 | -1/+0 |
2013-02-16 | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 2 | -2/+2 |
2012-12-22 | 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 | 18 | -87/+97 |
2012-12-22 | Reduced most mobs' constructors to oneliners by passing parameters to superclasses | madmaxoft@gmail.com | 35 | -200/+85 |
2012-12-21 | Added sounds to levers and mobs | luksor111@gmail.com | 22 | -0/+47 |
2012-12-21 | Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type. | madmaxoft@gmail.com | 5 | -31/+66 |
2012-12-21 | Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass(). | madmaxoft@gmail.com | 48 | -267/+75 |
2012-12-21 | Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested) | madmaxoft@gmail.com | 49 | -594/+574 |
2012-11-01 | Refactored the world time. | madmaxoft@gmail.com | 6 | -12/+16 |
2012-11-01 | Added Bats and Witches. | luksor111@gmail.com | 4 | -0/+128 |
2012-10-19 | Added spawn eggs with mobs (patch committed by Luksor) | madmaxoft@gmail.com | 10 | -0/+314 |
2012-10-06 | Removed a few debugging messages from the release builds. | madmaxoft@gmail.com | 1 | -4/+5 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 4 | -12/+12 |
2012-09-23 | Source files cleanup: Mobs-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 40 | -0/+1986 |