Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Juggled piston code to prioritise block action | Tiger Wang | 2013-08-20 | 1 | -5/+5 |
| | | | | | This improves animation chance without long delays. Additionally, queued a previously unqueued base set. | ||||
* | Reduced delay a little | Tiger Wang | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | Increased wait tick delay for pistons | Tiger Wang | 2013-08-20 | 1 | -1/+1 |
| | | | | Pistons again! | ||||
* | Merge branch 'tigerw-master', fixed pistons pushing extended sticky pistons. | madmaxoft | 2013-08-19 | 1 | -8/+16 |
|\ | |||||
| * | Additional piston corrections | Tiger Wang | 2013-08-19 | 1 | -12/+12 |
| | | | | | | | | | | Reduced delay time of blockset Fixed invalid blockpush checking | ||||
| * | Fixed piston animations... | Tiger Wang | 2013-08-19 | 1 | -7/+7 |
|/ | | | | ...for the third (and hopefully last) time. | ||||
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -2/+1 |
| | |||||
* | Removed SetServerBlock griefing. | madmaxoft | 2013-08-18 | 1 | -7/+7 |
| | |||||
* | Fixed piston code griefing damage. | madmaxoft | 2013-08-18 | 1 | -22/+6 |
| | |||||
* | Emergency compilation fix! | Tiger Wang | 2013-08-18 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/tigerw/MCServer into tigerw-master | Tiger Wang | 2013-08-18 | 1 | -10/+29 |
|\ | | | | | | | | | | | | | Conflicts: source/Piston.cpp Merged pull request and fixed merge conflicts | ||||
| * | Added checks to bail out if block entities are being pushed by a piston | Tiger Wang | 2013-08-18 | 1 | -2/+21 |
| | | |||||
| * | Properly fixed piston non-animation | Tiger Wang | 2013-08-18 | 1 | -11/+28 |
| | | | | | | | | Fixes #57 | ||||
| * | Bugfix Update [SEE DESC} | Tiger Wang | 2013-08-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Added stained clay, coal block, and hardened clay Block IDs Added stained clay and carpet block Metas Fixed bug with sticky retract bailing out but not unsetting arm Fixed autocomplete not working when not at the first character, fixes #64 Added furnace recipes for hardened clay and coal and coal blocks | ||||
* | | Made cPiston code more readable and configurable. | madmaxoft | 2013-08-18 | 1 | -76/+174 |
|/ | | | | Fixed some minor problems with pistons, such as pulling water etc. Thanks to TigerW for some inspiration. | ||||
* | Feature and bugfixes [SEE DESC] | Tiger Wang | 2013-08-16 | 1 | -47/+36 |
| | | | | | | | | | Added TNT and Hopper minecarts Fixed piston code failing without an extension set Repeaters are now broken Fixed not being able to place a minecart on an activator rail Added much needed comments on piston code Fixed minor formatting issue | ||||
* | Okay, changed to xoft's partial fix | Tiger Wang | 2013-08-14 | 1 | -29/+6 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Tiger Wang | 2013-08-14 | 1 | -1/+14 |
|\ | | | | | | | | | | | | | Conflicts: source/Piston.cpp Merge conflict? | ||||
| * | Partially fixed tonibm19's mess. | madmaxoft | 2013-08-14 | 1 | -21/+20 |
| | | |||||
* | | Buncha bugfixes [SEE DESC] | Tiger Wang | 2013-08-14 | 1 | -0/+8 |
|/ | | | | | | | Fixed generation values not being written Fixed piston being able to push water Fixed ice creating a non-source block (still doesn't update though) Removed problematic piston code | ||||
* | YET ANOTHER ERROR >:( | Tiger Wang | 2013-08-13 | 1 | -3/+3 |
| | |||||
* | Credits | Tiger Wang | 2013-08-13 | 1 | -3/+5 |
| | |||||
* | Attempt three | Tiger Wang | 2013-08-13 | 1 | -16/+14 |
| | | | | This is extremely embarrassing... | ||||
* | Attempt two | Tiger Wang | 2013-08-13 | 1 | -3/+3 |
| | |||||
* | Attempt at fixing sleep issue | Tiger Wang | 2013-08-13 | 1 | -3/+3 |
| | |||||
* | Fixes #57 | Tiger Wang | 2013-08-13 | 1 | -1/+25 |
| | |||||
* | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 2013-01-27 | 1 | -1/+1 |
| | | | | | | Note that cItems is used in the function signature but not yet exported in the API, TODO! git-svn-id: http://mc-server.googlecode.com/svn/trunk@1176 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | cPiston refactoring to use cWorld::GetBlockTypeMeta() and proper types | madmaxoft@gmail.com | 2012-12-16 | 1 | -72/+108 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1078 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed fall damage again | luksor111@gmail.com | 2012-12-15 | 1 | -0/+2 |
| | | | | | | Added sound effects to pistons git-svn-id: http://mc-server.googlecode.com/svn/trunk@1074 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Completely removed the old (buggy) redstone simulator. | madmaxoft@gmail.com | 2012-10-06 | 1 | -12/+2 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@937 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 2012-10-01 | 1 | -1/+1 |
| | | | | | | ( http://forum.mc-server.org/showthread.php?tid=434&pid=4734#pid4734 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@917 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Unified folder name-casing | madmaxoft@gmail.com | 2012-09-29 | 1 | -1/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+152 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 |