[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r59] by Zyphrus

fixed a few more glitches. still need to fix one small bug in AssignmentCommand, then everything works again

2007-10-23 20:44:13 Tree
[r58] by Zyphrus

the a = @b operator now puts the global Variable b in the place where a was, no more looking things up required

2007-10-23 20:11:37 Tree
[r57] by Zyphrus

break command added

2007-10-23 12:06:53 Tree
[r56] by Zyphrus

fixed a few more glitches, added a return value to insert()

2007-10-13 23:27:51 Tree
[r55] by Zyphrus

print() now omits the structure_type entry in Structures, puts " quotes around string constants, prints ARRAY values, prints function calls, and prints default values for function parameters

2007-10-13 22:50:19 Tree
[r54] by Zyphrus

all types of for loops work

2007-10-13 03:38:40 Tree
[r53] by Zyphrus

java style for loops work. BASIC style for loops are still on the ToDo list

2007-10-13 01:31:09 Tree
[r52] by Zyphrus

added the i++, ++i, i-- and --i commands. they work with all integer and real variables, but only as stand alone commands, outside mathematical expressions
removed the white padding around the program table on the deck screen to make selected rows look better
added SELECTED_ROW_BACKGROUND
added the "with" command
SCREEN_BACKGROUND can display two borders again

2007-10-12 00:03:57 Tree
[r51] by Zyphrus
2007-10-11 01:29:28 Tree
[r50] by Zyphrus

fixed lots of bugs
the event system now supports event consumption
screen overlays can process events
it's possible to delete programs and the deck screen has a confirmation popup

2007-10-10 19:58:58 Tree
Older >