0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 3 days ago.
Mar 11, 2024 — Mar 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #161 from timevortex/patch-1 More... about 9 years ago
Upgrade Apache Commons Collections to v3.2.2 More... about 9 years ago
Merge branch 'msummers123-master' More... over 10 years ago
Merge branch 'master' of https://github.com/msummers123/Movecraft-3 into msummers123-master More... over 10 years ago
Bug fix for hovercrafts/cars for the harvestBlock setting. It now accepts either type IDs or material names. More... over 10 years ago
Bug fix: collisionExplosion wasn't working if the craft had a pilot. IE: ramming didn't work More... over 10 years ago
Fix for compatibilitymode More... almost 11 years ago
Minor bugfix: will no longer write numbers to the console when pistons are rotated More... almost 11 years ago
Merge branch 'master' of https://github.com/msummers123/Movecraft-3.git More... almost 11 years ago
Minor bug fix: no longer writing to the console whenever a piston is rotated More... almost 11 years ago
Merge pull request #14 from MediaSmoke/patch-2 More... almost 11 years ago
Added documentation link to GitHub Wiki More... almost 11 years ago
Merge branch 'master' of https://github.com/msummers122/Movecraft-3 into msummers123-master More... almost 11 years ago
Added Turrets, Subcrafts that are part of a larger craft but can be rotated independantly using the new "subcraft rotate" signs More... almost 11 years ago
Metadata/Damage value support for .craft files, Multiple flyblock block type entries, and bug fix for dispensers dropping redstone again More... almost 11 years ago
New features: Water now completely removed from falling ships LaunchTorpedoes now sink at the end of their flight overallSinkPercent - if below this percent of the original blocks remain, the craft will sink sinkSpeed - the speed at which the craft will sink keepMovingOnSink - if set, the craft will continue to move in its last movement direction as it sinks explodeOnCrash - strength of the explosion when the craft crashes smokeOnSink - if set to 1, smoke will come from the crashing craft More... almost 11 years ago
Bug fix: fragiles on top of dispensers no longer fall off More... almost 11 years ago
Craft files no longer error out if it expects a double (with a .0) and it doesn't get one. Similarly, it no longer errors out if it expects an integer, but gets a double. More... almost 11 years ago
Fix for redstone blocks firing off weapons More... almost 11 years ago
Fixed a bug with Compatiblity Mode where it was not sending all the updates to the client, causing problems with tile ticking entities. More... almost 11 years ago
Redstone and other "fragiles" are now removed before any movement that would cause them to fall off as drops Took out any code that was originally intended to clean up redstone drops Updated to 1.7.9 More... almost 11 years ago
FIXES: Chunks now loaded before craft moves Craft blocks sorted upon detection to avoid redundant lighting updates More... almost 11 years ago
Merge pull request #119 from msummers123/master More... almost 11 years ago
Bug fix: null pointer error with some plugins, where we have to search by name instead of player class. More... almost 11 years ago
Merge pull request #115 from msummers123/master More... almost 11 years ago
Added rmove signs, basically the same as the move signs, but they rotate with the ship More... almost 11 years ago
Changed Pilot Tool behavior, now it only moves the craft while in command of the craft, and acts normally otherwise More... almost 11 years ago
Changed pilot tool to always take precendance over sign control, and if a pilot tool command is processed, it does not process the sign. More... almost 11 years ago
Fixed bug with Comparators. Actually a bukkit bug, it can't safely remove comparators from code without NBT corruption. Cludge fix is to change them to signs, then remove them. More... almost 11 years ago
Merge pull request #110 from msummers123/master More... almost 11 years ago