|
Ok, here's something interesting. The only part of GridWars which seems to use GL is the rendering of the grid. Since this is not essential to gameplay, I went through and commented out every line of code relating to GL. The result: the game compiles and runs fine (minus the grid) on my MacBook. I'm just installing XCode under MacOS on my PegII. Once it's finished I'll try to compile the modified GridWars and see if it runs. If I can get it running, I'll try to learn enough BlitzMax to replace the GL lines with native Blitz commands to allow the grid to render in software.
Wish me luck :-)
|