| Commit message (Expand) | Author | Files | Lines |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 |
2014-12-25 | Fixed basic style. | Mattes D | 1 | -20/+68 |
2014-12-18 | Fix repeater unpowering | Tiger Wang | 1 | -2/+4 |
2014-12-17 | NULL -> nullptr | Tiger Wang | 1 | -12/+12 |
2014-10-29 | Improved redstone simulator | Tiger Wang | 1 | -713/+670 |
2014-10-25 | Cleaned up simulators | Tiger Wang | 1 | -4/+2232 |
2014-09-25 | Redstone: Fixed a crash with repeaters on a chunk border. | madmaxoft | 1 | -13/+22 |
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -1/+3 |
2014-09-16 | IncrementalRedstoneSimulator now has no dependencies on cChunk | Tycho | 1 | -6/+5 |
2014-09-11 | Possibly decoupled IncrementalRedstoneSimulator from the rest of the server | Tycho | 1 | -2212/+19 |
2014-09-10 | Added iron trapdoor, fence gates and doors to the redstone simulator | Masy98 | 1 | -0/+11 |
2014-08-05 | Removed dependecy of redstone simulator on NoteBlock | Tycho | 1 | -11/+6 |
2014-08-05 | Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity Directly | Tycho | 1 | -5/+4 |
2014-08-04 | CheckBasicStyle: multi-level indent change. | madmaxoft | 1 | -3/+3 |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -5/+5 |
2014-07-18 | Fixed spaces before commas. | madmaxoft | 1 | -2/+2 |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 1 | -1/+1 |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 1 | -4/+4 |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -7/+7 |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -59/+59 |
2014-07-16 | Fixed another redstone simulator crash | Tiger Wang | 1 | -0/+7 |
2014-07-15 | Fixed redstone simulator crash | Tiger Wang | 1 | -6/+29 |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 1 | -7/+7 |
2014-07-12 | Suggestions and bug fix | Tiger Wang | 1 | -1/+1 |
2014-07-11 | Suggestions | Tiger Wang | 1 | -0/+3 |
2014-07-11 | Suggestions | Tiger Wang | 1 | -1/+4 |
2014-07-11 | Improved LinkedPowering speed | Tiger Wang | 1 | -15/+15 |
2014-07-07 | Fixed compilation and pressure plates | Tiger Wang | 1 | -8/+4 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -79/+126 |
2014-07-04 | Fixed c1deda5d8f01811efa5094e9375166acb69d50ed | Tiger Wang | 1 | -2/+2 |
2014-06-28 | Implemented tripwire(s) (hooks) | Tiger Wang | 1 | -15/+148 |
2014-06-22 | Changed 0xFFFFFFFB to ~0x04 | Howaner | 1 | -1/+1 |
2014-06-22 | Fixed another daylight sensor bug | Tiger Wang | 1 | -20/+23 |
2014-06-22 | Fixed missing break | worktycho | 1 | -0/+1 |
2014-06-22 | Fixed invalid iterator | worktycho | 1 | -2/+3 |
2014-06-17 | Fix fence gate sound (Redstone simulator). | Howaner | 1 | -4/+10 |
2014-06-17 | Fix fence gate redstone simulator. | Howaner | 1 | -2/+1 |
2014-06-16 | FIxed second weird enum | Tycho | 1 | -20/+1 |
2014-06-16 | Refactored reversing logic into seperate function | Tycho | 1 | -14/+3 |
2014-06-16 | Fixed tigers weird enums | Tycho | 1 | -14/+6 |
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -8/+30 |
2014-06-16 | Moved repeater handling to seperate pass | Tycho | 1 | -96/+61 |
2014-06-15 | Fixed bad comparison crash | Tiger Wang | 1 | -2/+2 |
2014-06-15 | Fixed daylight sensor unpowering | Tiger Wang | 1 | -6/+28 |
2014-06-14 | Fixed a repeater issue | Tiger Wang | 1 | -16/+15 |
2014-06-12 | Fixed two redstone bugs | Tiger Wang | 1 | -0/+6 |
2014-06-07 | Further improvements on redstone speed | Tiger Wang | 1 | -64/+77 |
2014-06-06 | Further reduced redstone idle CPU consumption | Tiger Wang | 1 | -7/+27 |
2014-06-05 | Redstone fixes and improvements [SEE DESC] | Tiger Wang | 1 | -60/+87 |
2014-06-04 | Update IncrementalRedstoneSimulator.cpp | Julian Laubstein | 1 | -8/+8 |
2014-05-29 | Add SetOpen() and IsOpen() to BlockDoor.h and fix door redstone bug. | Howaner | 1 | -4/+10 |
2014-05-29 | Fixed piston power checking | Tiger Wang | 1 | -11/+6 |
2014-05-25 | Hopefully fixed piston duplication issues | Tiger Wang | 1 | -5/+4 |
2014-05-19 | Fixed warnings in IncrementalRedstoneSimulator | Julian Laubstein | 1 | -1/+7 |
2014-05-07 | Fixed wires powering wires diagonally below them | Tiger Wang | 1 | -5/+1 |
2014-05-05 | Fixed formatting | Tiger Wang | 1 | -4/+5 |
2014-05-04 | Fixed 027efe09ea3d3222c3cbf169643e57773c1614ae | Tiger Wang | 1 | -3/+49 |
2014-05-04 | Fixed lever and button powering direction | Tiger Wang | 1 | -16/+8 |
2014-05-04 | Fixed pressure plate oversights | Tiger Wang | 1 | -2/+8 |
2014-04-27 | Redstone simulator now directly accesses cChunk | Tiger Wang | 1 | -404/+522 |
2014-04-18 | Removed unsupported C++11 features. | madmaxoft | 1 | -13/+19 |
2014-04-17 | Implemented weighted pressure plates | Tiger Wang | 1 | -25/+165 |
2014-04-15 | Rewrote redstone powering to use power levels | Tiger Wang | 1 | -165/+133 |
2014-04-08 | cRedstoneSimulator.cpp style improvements | Tiger Wang | 1 | -40/+41 |
2014-04-08 | Uppercased Z | wiseoldman95 | 1 | -3/+3 |
2014-04-08 | Comments: Inverted Z axis. | wiseoldman95 | 1 | -9/+10 |
2014-04-08 | Added comments regarding latching and orientation | wiseoldman95 | 1 | -9/+31 |
2014-04-08 | Fixed the thing properly. | Alexander Harkness | 1 | -8/+8 |
2014-04-07 | Fixed IsOn | wiseoldman95 | 1 | -3/+2 |
2014-04-07 | Removed stray IsLocked | wiseoldman95 | 1 | -2/+2 |
2014-04-07 | Removed unneeded spacings | wiseoldman95 | 1 | -6/+3 |
2014-04-07 | Slight cleanup | wiseoldman95 | 1 | -13/+17 |
2014-04-07 | Fixed some more minor issues with the redstone simulator. | Alexander Harkness | 1 | -34/+39 |
2014-04-07 | Improved the speed a little more. | Alexander Harkness | 1 | -1/+1 |
2014-04-07 | Fixed the redstone simulator. | Alexander Harkness | 1 | -49/+40 |
2014-04-07 | Fixed #859 | Tiger Wang | 1 | -23/+3 |
2014-04-07 | Fix some of the comments in the PR tycho just did. | Alexander Harkness | 1 | -8/+6 |
2014-04-06 | Added support for redstone latching | Tycho | 1 | -2/+63 |
2014-03-16 | Fixed double to float conversions. | madmaxoft | 1 | -1/+1 |
2014-03-08 | Change TNT Fuse to ticks | Howaner | 1 | -1/+1 |
2014-03-05 | Added extra awesomeness to TNT | Tiger Wang | 1 | -1/+1 |
2014-03-02 | Add Trapdoor Functions to cWorld and fix Trapdoor Redstone Bugs | Howaner | 1 | -5/+3 |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -2/+2 |
2014-02-20 | Removed problematic utf8. | madmaxoft | 1 | -2/+2 |
2014-02-20 | Bad UTF-8 o.O | Howaner | 1 | -2/+2 |
2014-02-20 | Remove typeinfo import in IncrementalRedstoneSimulator | Howaner | 1 | -2/+0 |
2014-02-20 | Add Pressure Plate Sound | Howaner | 1 | -0/+9 |
2014-02-20 | Add Light weighted pressure plates | Howaner | 1 | -10/+18 |
2014-02-16 | Fixed a glaring bug with chunk cross-simulating | Tiger Wang | 1 | -9/+17 |
2014-02-15 | Added a 'default:' for SimChunk()'s switch | Tiger Wang | 1 | -0/+1 |
2014-02-15 | A fix and an improvement | Tiger Wang | 1 | -22/+41 |
2014-02-15 | Sizeable speed improvements to redstone | Tiger Wang | 1 | -69/+92 |
2014-02-15 | Add more Sounds to Redstone Simulator | Howaner | 1 | -1/+23 |
2014-02-15 | Add Fence Gate to Redstone Simulator | Howaner | 1 | -0/+29 |
2014-02-12 | Improved pressure plates | Tiger Wang | 1 | -1/+1 |
2014-02-07 | Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later). | STRWarrior | 1 | -44/+44 |
2014-02-05 | Fixed most of the reordering warnings | Tycho | 1 | -3/+3 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -2/+3 |
2014-02-01 | Split cCoord template into one and two data types | Tiger Wang | 1 | -2/+2 |
2014-02-01 | Changed pointers to references | Tycho | 1 | -2/+2 |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -2/+4 |
2014-01-29 | Fixed redstone simulator crash found in #570 | Tiger Wang | 1 | -12/+13 |
2014-01-18 | Basic command block implementation | andrew | 1 | -1/+26 |
2014-01-13 | Fixed wire, rail, and pressure plate unpowering | Tiger Wang | 1 | -3/+4 |
2014-01-11 | Did some stuff with the vectors | Tiger Wang | 1 | -32/+17 |
2014-01-10 | Fixed doors, fixes #453 | Tiger Wang | 1 | -38/+8 |
2014-01-10 | Major refactoring of redstone | Tiger Wang | 1 | -146/+138 |
2013-12-26 | Moved increment operator to back of variables | Tiger Wang | 1 | -9/+9 |
2013-12-24 | Implemented stone and wooden pressure plates | Tiger Wang | 1 | -1/+101 |
2013-12-23 | Provides an enhancement to daylight sensors | Tiger Wang | 1 | -2/+27 |
2013-12-23 | Daylight sensor sensing enhancement | Tiger Wang | 1 | -9/+11 |
2013-12-22 | A fix for daylight sensors | Tiger Wang | 1 | -2/+3 |
2013-12-22 | Daylight sensors | Tiger Wang | 1 | -2/+1 |
2013-12-22 | Fixed them again, confound it | Tiger Wang | 1 | -9/+21 |
2013-12-20 | Fixed repeaters delay, maybe | Tiger Wang | 1 | -8/+33 |
2013-12-19 | Fixed repeaters not updating power | Tiger Wang | 1 | -11/+41 |
2013-12-18 | Fixed wire powering blocks beneath | Tiger Wang | 1 | -1/+1 |
2013-12-18 | Fixed bad repeater power queuing in corner case | Tiger Wang | 1 | -83/+73 |
2013-12-15 | Implemented xoft's suggestions | Tiger Wang | 1 | -3/+16 |
2013-12-15 | Fixed wire repeater checking | Tiger Wang | 1 | -1/+1 |
2013-12-15 | Wires now power repeaters properly | Tiger Wang | 1 | -0/+7 |
2013-12-15 | Fixed the hopefully final wire self-powering bug | Tiger Wang | 1 | -1/+13 |
2013-12-14 | Potentially fixed debug asserts | Tiger Wang | 1 | -5/+5 |
2013-12-14 | Wires no longer power if a block cuts them off | Tiger Wang | 1 | -23/+32 |
2013-12-14 | Implemented note block playing and fixed wire | Tiger Wang | 1 | -4/+48 |
2013-12-14 | Fixed compilating! | Tiger Wang | 1 | -5/+5 |
2013-12-14 | Fixes to redstone wire and torches | Tiger Wang | 1 | -19/+31 |
2013-12-14 | Removed loads of unneeded code again | Tiger Wang | 1 | -86/+60 |
2013-12-14 | Reduced loads of unneeded code | Tiger Wang | 1 | -188/+44 |
2013-12-10 | Provides a possible fix for repeater timings | Tiger Wang | 1 | -1/+1 |
2013-12-10 | Readded initial line | Tiger Wang | 1 | -0/+1 |
2013-12-10 | Fixed compile (alas, no more goto) | Tiger Wang | 1 | -11/+14 |
2013-12-10 | Added repeater delays | Tiger Wang | 1 | -1/+53 |
2013-12-10 | Slight redstone wire performance improvement | Tiger Wang | 1 | -1/+6 |
2013-12-10 | Changed more FastSetBlocks to SetBlocks | Tiger Wang | 1 | -3/+3 |
2013-12-07 | Changed some FastSetBlocks to SetBlock | Tiger Wang | 1 | -3/+3 |
2013-12-07 | Fixed trapdoors not toggling | Tiger Wang | 1 | -16/+90 |
2013-12-06 | Re-implemented redstone duplicate checking | Tiger Wang | 1 | -0/+29 |
2013-12-01 | Fixed linux compile errors and formatting in RedstoneSimulator.cpp | madmaxoft | 1 | -14/+26 |
2013-11-30 | Fixed pistons extending | Tiger Wang | 1 | -0/+10 |
2013-11-30 | Removed redstone duplicate power checking | Tiger Wang | 1 | -2/+0 |
2013-11-30 | Improved piston direction checking | Tiger Wang | 1 | -62/+8 |
2013-11-30 | Pistons no longer accept power through front face | Tiger Wang | 1 | -3/+94 |
2013-11-30 | Improved redstone speed and fixed a wire bug | Tiger Wang | 1 | -73/+83 |
2013-11-29 | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 1 | -0/+17 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-23 | Properly fixed piston bugs | Tiger Wang | 1 | -4/+9 |
2013-11-21 | Multiple enhancements [SEE DESC] | Tiger Wang | 1 | -57/+34 |
2013-11-20 | Multiple bugfixes [SEE DESC] | Tiger Wang | 1 | -125/+263 |
2013-11-19 | Possible compile fix | Tiger Wang | 1 | -1/+1 |
2013-11-18 | Redstone Megacommit [SEE DESC] | Tiger Wang | 1 | -866/+761 |
2013-08-25 | Redstone fixes [SEE DESC] | Tiger Wang | 1 | -0/+24 |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -1/+1 |
2013-06-22 | Made redstone lamps turn on when powered and turn off when not powered. | nielsbreu@gmail.com | 1 | -0/+10 |
2013-06-22 | TNT changes to primed TNT when powered by redstone. | nielsbreu@gmail.com | 1 | -0/+8 |
2013-06-04 | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 1 | -2/+2 |
2013-05-28 | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 1 | -1/+1 |
2013-05-28 | More dropspenser redstone interaction fixes. | madmaxoft@gmail.com | 1 | -0/+7 |
2013-05-28 | Added a forgotten change to make dropspensers activate only once on redstone activation | madmaxoft@gmail.com | 1 | -1/+1 |
2013-05-27 | DropSpensers: Fixed activation when receiving redstone signal. Now only one item is dropspensed. | madmaxoft@gmail.com | 1 | -12/+12 |
2013-05-26 | Implemented droppers | madmaxoft@gmail.com | 1 | -16/+12 |
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 1 | -4/+4 |
2013-03-03 | Redstone simulator: adding a block now checks if the neighbors are redstone-related; if not, the block is ignored. | madmaxoft@gmail.com | 1 | -107/+144 |
2013-02-28 | Converted simulators to take cWorld reference instead of a pointer | madmaxoft@gmail.com | 1 | -35/+35 |
2013-02-28 | Simulators now have direct access to the cChunk object in the WakeUp() call | madmaxoft@gmail.com | 1 | -3/+2 |
2012-12-26 | Dispensers can dispense items and liquids now | luksor111@gmail.com | 1 | -0/+37 |
2012-12-20 | Fixed a crash in redstone simulator when destroying blocks in Y < 2 | madmaxoft@gmail.com | 1 | -0/+4 |
2012-12-16 | RedstoneSimulator refactoring to use cWorld::GetBlockTypeMeta() as much as possible | madmaxoft@gmail.com | 1 | -294/+383 |
2012-12-16 | Levers (patch contributed by Keyboard) | madmaxoft@gmail.com | 1 | -12/+93 |
2012-11-16 | Fixed boolean comparison. | madmaxoft@gmail.com | 1 | -4/+4 |
2012-10-13 | Preparation for multiple fluid simulators. | madmaxoft@gmail.com | 1 | -4/+4 |
2012-10-06 | Completely removed the old (buggy) redstone simulator. | madmaxoft@gmail.com | 1 | -51/+236 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -5/+5 |
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -1/+0 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -701/+701 |
2012-03-06 | Sticky pistons should work as well now | faketruth | 1 | -0/+3 |
2012-03-06 | Yay redstone repeaters! | faketruth | 1 | -48/+224 |
2012-03-04 | Removed redstone debugging: powered dirt blocks change into stone | faketruth | 1 | -8/+8 |
2012-03-01 | New redstone simulator. Should work without crashes! | faketruth | 1 | -0/+523 |