Recent changes
Languages
You can now change language ingame, via the new settings window. Language strings appreciated!Bug fixes
There had been a nasty bug for quite some time where FreeRCT crashed whenever a guest visited a shop. Since that is still basically our main 'feature', it was somewhat important that we got that fixed.
Numerous other minor fixes, including a memory leak in rcdgen.
Build System
As some of you may have noticed, FreeRCT's build system has been switched to a CMake system. This makes cross-platform much easier (Build Instructions here). However, there are some notes:- Existing checkouts may be broken, due to CMake not recognising existing generated files. To fix this, you must delete the existing generated files
With svn, this can be done with:
"svn st --no-ignore | grep '^I' | awk '{print $2}' | xargs rm -rf"
Remember to backup your freerct.cfg !
- Please test the build system on your OS, whatever it is and report any problems you have, to the bug tracker. FreeRCT should build on all Operating systems now, but there might be some problems with the build system initially. Note that we cannot help you with regards to installing individual libraries, as we have no idea ourselves, but if you manage it and the process is particularly difficult, tell us how so we can add it to the wiki.
Thanks
Lord Aro