| Commit message (Expand) | Author | Files | Lines |
2014-02-02 | Changed Signiture of OnUpdate | Tycho | 1 | -1/+4 |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -0/+1 |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 1 | -1/+2 |
2013-12-21 | Piston is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 |
2013-12-07 | Improved piston animations | Tiger Wang | 1 | -4/+4 |
2013-12-07 | Fixed some new 1.7 client crash bugs | Tiger Wang | 1 | -1/+2 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-23 | Properly fixed piston bugs | Tiger Wang | 1 | -1/+3 |
2013-11-22 | Fixed some piston bugs | Tiger Wang | 1 | -7/+6 |
2013-11-19 | Fixed piston sound effect (when unable to extend) | Tiger Wang | 1 | -3/+3 |
2013-11-18 | Redstone Megacommit [SEE DESC] | Tiger Wang | 1 | -18/+3 |
2013-09-22 | Increase piston delay to a second | Tiger Wang | 1 | -1/+1 |
2013-09-15 | Fixed pistons pulling un-pullables | Tiger Wang | 1 | -1/+7 |
2013-08-20 | Juggled piston code to prioritise block action | Tiger Wang | 1 | -5/+5 |
2013-08-20 | Reduced delay a little | Tiger Wang | 1 | -1/+1 |
2013-08-20 | Increased wait tick delay for pistons | Tiger Wang | 1 | -1/+1 |
2013-08-19 | Additional piston corrections | Tiger Wang | 1 | -12/+12 |
2013-08-19 | Fixed piston animations... | Tiger Wang | 1 | -7/+7 |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -2/+1 |
2013-08-18 | Removed SetServerBlock griefing. | madmaxoft | 1 | -7/+7 |
2013-08-18 | Fixed piston code griefing damage. | madmaxoft | 1 | -22/+6 |
2013-08-18 | Emergency compilation fix! | Tiger Wang | 1 | -1/+2 |
2013-08-18 | Added checks to bail out if block entities are being pushed by a piston | Tiger Wang | 1 | -2/+21 |
2013-08-18 | Properly fixed piston non-animation | Tiger Wang | 1 | -11/+28 |
2013-08-18 | Made cPiston code more readable and configurable. | madmaxoft | 1 | -76/+174 |
2013-08-18 | Bugfix Update [SEE DESC} | Tiger Wang | 1 | -0/+1 |
2013-08-16 | Feature and bugfixes [SEE DESC] | Tiger Wang | 1 | -47/+36 |
2013-08-14 | Okay, changed to xoft's partial fix | Tiger Wang | 1 | -29/+6 |
2013-08-14 | Partially fixed tonibm19's mess. | madmaxoft | 1 | -21/+20 |
2013-08-14 | Buncha bugfixes [SEE DESC] | Tiger Wang | 1 | -0/+8 |
2013-08-13 | YET ANOTHER ERROR >:( | Tiger Wang | 1 | -3/+3 |
2013-08-13 | Credits | Tiger Wang | 1 | -3/+5 |
2013-08-13 | Attempt three | Tiger Wang | 1 | -16/+14 |
2013-08-13 | Attempt two | Tiger Wang | 1 | -3/+3 |
2013-08-13 | Attempt at fixing sleep issue | Tiger Wang | 1 | -3/+3 |
2013-08-13 | Fixes #57 | Tiger Wang | 1 | -1/+25 |
2013-01-27 | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-12-16 | cPiston refactoring to use cWorld::GetBlockTypeMeta() and proper types | madmaxoft@gmail.com | 1 | -72/+108 |
2012-12-15 | Fixed fall damage again | luksor111@gmail.com | 1 | -0/+2 |
2012-10-06 | Completely removed the old (buggy) redstone simulator. | madmaxoft@gmail.com | 1 | -12/+2 |
2012-10-01 | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -9/+9 |
2012-09-23 | Source files cleanup: Removed unused cBlockToPickup | madmaxoft@gmail.com | 1 | -1/+0 |
2012-08-31 | Progress on the 1.3.2 protocol. | madmaxoft@gmail.com | 1 | -2/+2 |
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 | -1/+0 |
2012-08-19 | Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle. | madmaxoft@gmail.com | 1 | -31/+17 |
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -3/+6 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -165/+165 |
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 | -10/+12 |
2012-03-14 | Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency | madmaxoft@gmail.com | 1 | -1/+1 |
2012-03-01 | New redstone simulator. Should work without crashes! | faketruth | 1 | -2/+3 |
2012-02-21 | Fixed heightmap optimization from rev 302; removed a few more cChunkPtrs | madmaxoft@gmail.com | 1 | -8/+7 |
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 | -27/+49 |
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 | -0/+7 |
2011-11-09 | Redstone clocks now work. even one clocks. torches don't update themselves when placed yet, but redstone wire updates the torch. Fixed a bug with piston animations. | admin@omencraft.com | 1 | -1/+4 |
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 | -58/+72 |
2011-11-07 | More updates to cPiston.cpp. Piston action will now only be broadcasted to players who have the chunk with the moving piston loaded. | admin@omencraft.com | 1 | -2/+6 |
2011-11-07 | Added Sebi's changes to pistons and item drops. | admin@omencraft.com | 1 | -406/+90 |
2011-11-07 | Pistons now generate noise and animate when moving. | admin@omencraft.com | 1 | -2/+48 |
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 | -219/+200 |
2011-11-06 | Finished most of piston class. Pistons should work when a redstone current with wire is lit up or extinguished near them but don't yet. There'sa bug to kill. | admin@omencraft.com | 1 | -24/+376 |
2011-11-05 | Added all the items up to Beta 1.9.5. Added pistons and piston class. | admin@omencraft.com | 1 | -0/+50 |