[TuxKart-devel] Some notes
Status: Alpha
Brought to you by:
sjbaker
From: James G. <jam...@bt...> - 2004-08-01 19:25:24
|
1. The new loading code means that the game only works if the exe is run from the game's root directory. I've changed some of the loading stuff to use the Loader class to fix this, but not all of it. 2. In tuxkart.cxx there are lines like "loader -> setCreateStateCallback ( getAppState ) ;", which made sense before but I don't think it does now that "loader" is something entirely different? 3. there's no chance it will compile now as I don't know how to change the autoconf stuff to make it make a makefile that includes my new files. It also now needs to link to SDLimage and SDL_ttf James |