Search found 4 matches

by simsmen
Fri Feb 20, 2009 4:55 pm
Forum: General discussion
Topic: Roadmap to version 2.0?
Replies: 14
Views: 13491

About scripting: Neither I nor XProger not plan to use scripts (Lua, Python, PascalScript, etc.). I ( http://simsmen.livejournal.com/5184.html rus) want to work with dunamic dll (as in http://gurin.tomsknet.ru/dccusing.html rus, pas). XProger ( http://xproger.livejournal.com/26495.html rus) furtherm...
by simsmen
Wed Feb 11, 2009 6:29 pm
Forum: General discussion
Topic: "void" - 64kb engine
Replies: 2
Views: 4855

Yes, it is interesting engine. Now XProger write new engine, not 64k
http://code.google.com/p/exgine/
by simsmen
Wed Feb 11, 2009 12:05 pm
Forum: ZGE Source Code
Topic: About "Zc stack handling rewritten"
Replies: 2
Views: 14082

Thanks:)

I do't see ZAssert earlier. My edition of ZAssert faster, if Condition is True
by simsmen
Wed Feb 11, 2009 8:12 am
Forum: ZGE Source Code
Topic: About "Zc stack handling rewritten"
Replies: 2
Views: 14082

About "Zc stack handling rewritten"

{$ifndef minimal}CheckValidIndex(Index);{$endif} May be? {$ifndef minimal}ZAssert((Index >= 0) and (Index < FCount), 'ZArrayList bad index');{$endif} {$ifndef minimal} procedure ZAssert(const Condition: Boolean; const aText: string); begin if Condition then Exit; WriteLog(aText); ZHalt(aText); end;...