[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r61] by Zyphrus

simplified the engine scripts
fixed a bug in Function.print() related to hard coded functions, and added the missing "getStructureStack" to the list of hard coded function names in Global.java
added the missing linefeed in debug(<empty array>)
variables can now be created everywhere without an initial value

2007-10-25 08:00:59 Tree
[r60] by Zyphrus

fixed the remaining problems with variables which contain global values

2007-10-24 08:56:18 Tree
[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
Older >