Vince Weaver
0a61eda282
ksp: add map view
2016-05-25 23:09:37 -04:00
Vince Weaver
4e74910bfc
ksp: have BASIC physics going
2016-05-25 16:27:32 -04:00
Vince Weaver
e5f2c1de1a
tokenize_asoft: fix so it handles AT/ATN case properly
...
a bit of a hack though
2016-05-25 15:20:48 -04:00
Vince Weaver
7ec38fd060
tokenize_asoft: give error if line numbers go backward
2016-05-25 15:11:12 -04:00
Vince Weaver
e1601457af
tokenize_asoft: reformat whitespace
...
should not be any other changes to code
2016-05-25 15:07:05 -04:00
Vince Weaver
f23458546f
ksp: finally managed to make orbit in the simulator
2016-05-25 12:54:32 -04:00
Vince Weaver
13c1a4eca0
ksp: update physics simulation
2016-05-25 00:05:01 -04:00
Vince Weaver
956766ecc7
ksp: update launch files
2016-05-24 16:04:32 -04:00
Vince Weaver
0b18406b57
ksp: add astronaut complex
2016-05-24 14:12:05 -04:00
Vince Weaver
6d319dd1df
ksp: add vab.pcx file
2016-05-24 13:41:19 -04:00
Vince Weaver
9159c6d6cc
ksp: update the VAB sequence
2016-05-24 13:40:57 -04:00
Vince Weaver
5af7b2b906
ksp: more fixes for loading.bas
2016-05-24 00:44:49 -04:00
Vince Weaver
3b615a286f
ksp: update with loading
2016-05-23 17:18:09 -04:00
Vince Weaver
d6cc8c39ff
ksp: add sound
2016-04-13 16:16:16 -04:00
Vince Weaver
9b332497fd
ksp: some more work on this project
2016-04-08 13:39:50 -04:00
Vince Weaver
0805a7c3ee
ksp: few additions
2016-03-21 00:48:55 -04:00
Vince Weaver
e4ed5603b9
ksp: add C version as prototype
2016-03-17 00:06:52 -04:00
Vince Weaver
a6bd18e17b
ksp: polish up the images a bit
2016-03-14 16:08:24 -04:00
Vince Weaver
8aa3f16135
ksp: aspect ratio needs some work
2016-03-13 23:51:17 -04:00
Vince Weaver
3abb44d122
presenter_demo: fix to work with new directory layout
2016-03-13 23:33:03 -04:00
Vince Weaver
430b1e5786
ksp: add my logo
2016-03-11 16:51:11 -05:00
Vince Weaver
83aa949066
ksp: add graphics
2016-03-11 16:41:38 -05:00
Vince Weaver
25d2447b3d
update main Makefile to handle movement of tests
2016-03-11 16:19:38 -05:00
Vince Weaver
d9a075e6a4
tests: move to dos33fs-utils directory
2016-03-11 16:19:04 -05:00
Vince Weaver
0843cb59db
make makefile clean root dir of excess tildes
2016-03-11 16:15:51 -05:00
Vince Weaver
f39f91863b
hgr-utils: pcx2hr -- clean up whitespace, remove compiler warnings
2016-03-11 16:14:59 -05:00
Vince Weaver
9efa352160
hgr-utils: shape-table: clean up whitespace, fix compiler warning
2016-03-11 15:31:09 -05:00
Vince Weaver
4f18bff2bd
hgr-utils: add README file
2016-03-11 14:59:48 -05:00
Vince Weaver
a27951dfc1
dos33fs-utils: increment version number
2016-03-11 14:58:53 -05:00
Vince Weaver
176b274317
dos33fs-utils: add a README file
2016-03-11 14:58:42 -05:00
Vince Weaver
4f96a4e326
Add dos33fs code
...
This was a dos33fs filesystem driver for Linux 2.4
It is included for historical reasons.
2016-03-11 14:57:07 -05:00
Vince Weaver
0dfcfcd5bd
asoft_basic-utils: add a README
2016-03-11 14:55:55 -05:00
Vince Weaver
002948dae0
asoft_compact: clean up whitespace, fix compiler warning
2016-03-11 14:54:20 -05:00
Vince Weaver
2305c15ee4
split up into subprojects
...
sorry anyone who was maintaining patches against this or had hardcoded
paths
2016-03-11 14:37:48 -05:00
Vince Weaver
dc16365eea
Add commands to change name of HELLO program
...
Both dos33 and mkdos33fs now support this
2012-09-21 00:51:25 -04:00
Vince Weaver
310cb6b3e0
Barebones documentation for asoft_compact
2012-05-18 17:28:56 -04:00
Vince Weaver
c584e529b3
Add "asoft_compact" which tries to compact applesoft BASIC programs
...
currently only drops "LET" and converts "THEN GOTO" to "THEN"
2012-05-18 17:27:33 -04:00
Vince Weaver
e5ea444c99
Warn if link!=offset in detokenizer
2012-05-18 17:22:02 -04:00
Vince Weaver
a3df27d6f3
Fix to properly display error if no line number
2012-05-18 16:15:24 -04:00
Vince Weaver
b08e65a2cd
Update documentation.
2012-05-11 15:35:20 -04:00
Vince Weaver
593cb1adf6
Make the demo use dos33 -y now that it exists
2012-05-11 15:15:43 -04:00
Vince Weaver
fd52e4bcde
Make -y option answer yes to any warning prompts
...
Also make a lot of warnings/errors go to stderr
I should learn to git commit more often
2012-05-11 15:14:46 -04:00
Vince Weaver
fae7590c03
Make dos33 command line arguments slightly more flexible
...
Double-checked this and re-ran tests, hopefully
I didn't break anything; don't want to corrupt
disk images :(
All this to enable a "-y" option so I can script
things better without having to answer "y" to warnings
2012-05-11 15:02:11 -04:00
Vince Weaver
271808e4b5
Final version of the Demo
2012-05-11 14:33:39 -04:00
Vince Weaver
ff1e3c004f
Add last two demo graphs
2012-05-11 00:49:19 -04:00
Vince Weaver
315da0dbbc
Update presenter code
...
Add centering support
Change so loaded in HGR2 land. Use HGR in all cases,
move shape table lower in memory.
2012-05-10 23:59:21 -04:00
Vince Weaver
772f596bb9
Update slides
2012-05-10 23:59:02 -04:00
Vince Weaver
9094ffafbb
Update slides again
2012-05-10 17:28:05 -04:00
Vince Weaver
d9762d68ba
Update the demo
2012-05-10 12:39:14 -04:00
Vince Weaver
1bdd747dfd
Modify pcx2hgr to handle 280x192 images too
2012-05-10 12:34:29 -04:00