Search found 2 matches
- 25 Jan 2007, 11:14
- Forum: AI
- Topic: Boo AI Hello World
- Replies: 6
- Views: 1720
ermmmm, it's been a while.... there's a major change going from 0.73 to 0.74: the Spring compiler changed from msvc to gcc. Okay, so no new csailoader possible, but gcc as compiler... - use Mono instead. There is a mono layer. This also passes through the ABIC layer. *sigh* sounds better than the c...
- 24 Jan 2007, 13:56
- Forum: AI
- Topic: Boo AI Hello World
- Replies: 6
- Views: 1720
My first steps in playing around with an AI were written in C++, and it soon stops due to missing compilers, long round-trips, memory leaks, and so on... so the idea of having a script language linked into spring as ai is great (at least from my point of view) and reloading of that ai would be even ...