Possible Performance Improvement

Possible Performance Improvement

Clint Bellanger's picture

I made a code change that drastically improves Flare performance, at least on my Macbook.  If you've tried the game before on a low-end machine (e.g. netbook) I'm hoping this change will make a difference for you as well.

If you are comfortable compiling Flare from the latest svn and are feeling adventurous, would you try the latest update?  Especially if you've tried before and noticed slowness on your machine.

https://code.google.com/p/flare-engine/source/checkout

If you don't have a low-end machine, perhaps you can test performance on higher res.  In Settings.h change these options:

const int VIEW_W = 640;
const int VIEW_H = 480;

Change these numbers to your display's native resolution and compile (yes, these will be in a config file when I get around to it).

Also, remember that you can run the game fullscreen by adding -f or --fullscreen to the command line execution (again, this will be in a config file.  Hopefully soon!)

Thanks!