Search found 4 matches
- Fri Feb 20, 2009 4:55 pm
- Forum: General discussion
- Topic: Roadmap to version 2.0?
- Replies: 14
- Views: 14989
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...
- Wed Feb 11, 2009 6:29 pm
- Forum: General discussion
- Topic: "void" - 64kb engine
- Replies: 2
- Views: 5272
Yes, it is interesting engine. Now XProger write new engine, not 64k
http://code.google.com/p/exgine/
http://code.google.com/p/exgine/
- Wed Feb 11, 2009 12:05 pm
- Forum: ZGE Source Code
- Topic: About "Zc stack handling rewritten"
- Replies: 2
- Views: 16882
- Wed Feb 11, 2009 8:12 am
- Forum: ZGE Source Code
- Topic: About "Zc stack handling rewritten"
- Replies: 2
- Views: 16882
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;...