[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r30] by Zyphrus
2007-09-15 15:12:06 Tree
[r29] by Zyphrus
2007-09-15 15:10:19 Tree
[r28] by Zyphrus
2007-09-15 15:08:50 Tree
[r27] by Zyphrus

bit more work done. the column header buttons are now on the deck screen

2007-09-14 23:50:50 Tree
[r26] by Zyphrus

fixed a bug where c.size would be interpreted as a single string instead of an expression with a member operator, in ScriptReader.java

added getRomanNumber(), createProgram() and createDeck()

2007-09-14 20:51:16 Tree
[r25] by Zyphrus

added the hardware types

overhauled THING, THING_TYPE, the program type definitions. added ruleset functions for thing size and value

2007-09-14 16:04:21 Tree
[r24] by Zyphrus

it's now possible to omit function call arguments. just leave the argument empty, and the default value will be used

function arguments can now have default values. if no default value is defined, UNDEFINED is used instead

f = FUNCTION (a=3,b=4,c=5)
debug(a*b*c)
f(1,,1)

this function call will print "4" to the debug console, because the default value is used for the omitted parameter b

2007-09-14 13:25:54 Tree
[r23] by Zyphrus

added all the program types

deck screen is slowly taking shape

2007-09-13 23:34:25 Tree
[r22] by Zyphrus

SCROLLPANE works

minor bug in DefaultView's alignment code fixed

2007-09-12 15:27:15 Tree
[r21] by Zyphrus
2007-09-12 12:34:05 Tree
Older >