[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r62] by Zyphrus

finished simplifying all scripts
monthly costs are now deduced
continued work on the shop screen

2007-10-27 11:43:25 Tree
[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
Older >