Commit Graph

946 Commits

Author SHA1 Message Date
Robert Greene 02505cc0cf Information regarding a variable. 2003-06-03 05:48:41 +00:00
Robert Greene eb55babf23 Thrown when an exception occurs during the compile. 2003-06-03 05:48:15 +00:00
Robert Greene 79e792984e Early refactoring of compiler. 2003-06-03 05:47:57 +00:00
Robert Greene 370126207a First revision of known Apple ROM locations. 2003-06-03 05:47:22 +00:00
Robert Greene 98a281f3bc Early stab at an Applesoft compiler. Needs to be redesigned/refactored. 2003-06-01 19:49:04 +00:00
Robert Greene 822b528bf5 Test for ApplesoftCompiler. 2003-06-01 19:48:30 +00:00
Robert Greene b67954d5eb Compile icon added. 2003-06-01 19:48:10 +00:00
Robert Greene 3b0dd511cc Added compile icon. 2003-06-01 19:47:18 +00:00
Robert Greene a75acf0e66 Added a hack to break on expression terminators (colon comma,
semicolon).
2003-06-01 19:46:59 +00:00
Robert Greene 1e96c1e867 Defines all tokens. 2003-06-01 19:45:12 +00:00
Robert Greene 3901ce8230 Represents an Applesoft token. This is returned by ApplesoftTokenizer. 2003-05-28 03:45:12 +00:00
Robert Greene c8247048e7 The ApplesoftTokenizer provides a stream of Applesoft related tokens
in a similar fashion as a StringTokenizer or Enumeration.
2003-05-28 03:44:46 +00:00
Robert Greene 5799f4c0ea Updated to use ApplesoftTokenizer. 2003-05-28 03:43:35 +00:00
Robert Greene 09e6bf289b Removed JUnit project and replaced with JUNIT_JAR variable. 2003-05-26 21:12:40 +00:00
Robert Greene e869246c90 Moved AppleUtil to com.webcodepro.applecommander.util package. 2003-05-26 21:10:50 +00:00
Robert Greene a9e036be80 Added test for AppleUtil. 2003-05-26 05:18:29 +00:00
Robert Greene 2c61cc312b Added getApplesoftFloat. 2003-05-26 05:18:17 +00:00
Robert Greene 5af79e372b Updated to reflect resize disk image being added. 2003-05-02 02:58:02 +00:00
Robert Greene 6eea1ae56b Set vesion to 1.2.4pre. 2003-05-02 02:57:37 +00:00
Robert Greene ce1ba03364 Removed unused exit method. 2003-05-02 02:57:19 +00:00
Robert Greene a0f22ce340 Removed unused AppleWorksWordProcessorFileFilter. 2003-05-02 02:56:33 +00:00
Robert Greene 39302afda9 Added capability to resize the disk when importing files. 2003-05-02 02:56:07 +00:00
Robert Greene bda3c40749 Added resizeDiskImage capability. 2003-05-02 02:54:52 +00:00
Robert Greene b3716c3195 Corrected steps 6 and 7 (interchanged source and javadoc
inappropriately).
2003-04-14 03:05:23 +00:00
Robert Greene 6aa5fe617e Windows README file. 2003-04-14 03:04:36 +00:00
Robert Greene af5bfc5d87 Updated for 1.2.3. 2003-04-14 01:32:06 +00:00
Robert Greene 71b3add256 Updated Windows build notes. 2003-04-14 01:31:42 +00:00
Robert Greene 070c0d1fb1 Updated version number. 2003-04-14 01:30:19 +00:00
Robert Greene af96dbef60 Minor correction to access static variable from the Class instead of an
instance.
2003-04-14 01:29:49 +00:00
Robert Greene ef63c17482 Updated location of swt.jar. 2003-04-14 01:29:09 +00:00
Robert Greene 1aa60999e0 Explicitly thrown when the physical disk will not hold a block. 2003-03-31 05:04:45 +00:00
Robert Greene 3febdd2c08 findFreeBlock now detects if the block actually exists on the disk
image.  Typically is a problem with HDV images which allocate out to
32MB but dynamically grow within the emulator.
2003-03-31 05:04:19 +00:00
Robert Greene 391c80dfb8 Updated to more accurately reflect current state of native compiles.
Windows seems to be mostly ok (finally!).
2003-03-27 05:36:39 +00:00
Robert Greene 9dd5ad7386 Updated to include native executable builds. 2003-03-27 05:35:31 +00:00
Robert Greene fe0e5d1cfb Updated version number to reflect 1.2.3pre. 2003-03-27 05:35:13 +00:00
Robert Greene bbc89f474f Moved back to the default NumberFormat instance. The Integer
instance does not compile under MinGW.
2003-03-27 05:34:56 +00:00
Robert Greene 4289dbc9dd Updated build script to ignore clases that break the build or do not
apply to the build. The JUnit tests along with ImageIoImage and
SunJpegImage are examples.
2003-03-27 05:34:13 +00:00
Robert Greene 43ef9e45b4 Rewrote create method to use Reflection. The primary purpose is to
"simplify" building native executables.
2003-03-27 04:07:42 +00:00
Robert Greene 60719ba86f Began 1.2.3 completed list. 2003-03-26 05:40:25 +00:00
Robert Greene 87c3e21e99 Separated image handling into AppleImage and its specific subclasses. 2003-03-26 05:39:34 +00:00
Robert Greene 618eba2fc7 Documents release process for AppleCommander. 2003-03-16 05:54:38 +00:00
Robert Greene fe46a5b9ba Moved 1.2.2 notes to VERSIONS. 2003-03-16 05:29:27 +00:00
Robert Greene ab5cbb0a00 Added 1.2.2 notes. 2003-03-16 05:29:05 +00:00
Robert Greene 806fd87060 Added work directory (used for builds). 2003-03-16 05:28:46 +00:00
Robert Greene 671c98c37d Updated version number to 1.2.2. 2003-03-16 05:27:53 +00:00
Robert Greene 2886271923 Added centering for File Import Settings dialog. 2003-03-16 05:27:38 +00:00
Robert Greene 17b85bba97 ANT build script. 2003-03-16 05:27:04 +00:00
Robert Greene e7ec9b0b48 Updated to reflect addition of Hex Dump to 1.2.2. 2003-03-11 04:26:46 +00:00
Robert Greene 8a920e4cb4 Added Hex Dump as an option. 2003-03-11 04:25:15 +00:00
Robert Greene c28924ef03 This FileFilter will format a file as a hex dump. 2003-03-11 04:24:36 +00:00