add Rotator ship
[fleet.git] / src / edu / berkeley / fleet / api /
2008-01-25 adammajor overhaul: update dock to am33
2008-01-02 adamadd interpreter code and tests for loop counter instruc...
2008-01-02 adamsplit literals into low-half/high-half
2008-01-02 adamimplement support (fpga+interp+test) for massacre instr...
2008-01-01 adamupdated interpeter to pre-am32 dock
2007-08-28 adambetter error reporting on invalid instructions
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamadd pump-local literals and convert Alu1 test case
2007-08-25 adamchange benkobox=>pump
2007-08-23 adamimplement am26 support for constants
2007-08-21 adamadded dataOutDest
2007-08-20 adamrename recycle=>requeue
2007-07-13 adamadd support for shortcuts in FleetDoc
2007-03-01 adammake api.Destination a class rather than an interface
2007-02-28 adamexperimental: make BenkoBox not extend Destination
2007-02-22 adamAPI: inert changes (cleanup, visibility, toString())
2007-02-22 adamAPI: changed getSubName() to getDestinationName()
2007-02-22 adamAPI: removed Inbox and Outbox classes, replaced with...
2007-02-19 adamadded Destination.getSubName()
2007-02-17 adamadd initial support for virtual destinations
2007-02-17 adamadd ship specific literals and a test case
2007-02-16 adamnew syntax: receive, notify, dismiss
2007-02-16 adamadd kill*
2007-02-15 adamadd Instruction.isStanding()
2007-02-12 adamremove superfluous computeOffset() and computeTarget()
2007-02-12 adamadded FleetProcess
2007-02-05 adammajor software code reorg
2007-02-05 adamimproved toString() methods in api
2007-01-27 adambugfix in Instruction.decrementCount()
2007-01-27 adamseparated interpreter from assembler
2007-01-26 adamupdated to AM14, AM15
2007-01-25 adamadded fleet api classes