1.9 branch

Discussions about the internal structures of the game. You can also post here if you'd like to know how things really work (and don't know how to read C code).
Post Reply
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

1.9 branch

Post by gyboth »

my 1.9-efforts are in the cvs now. you can get the package using the update script.

this version doesn't do anything except for reading some xml definition files, so don't expect much. (and, before anything works you have to copy the 'support_files/definitions' directory to $HOME/.bygfoot.)

there's a file called TODO which contains some info on what i'm currently doing and what kind of immediate tasks there are.

i'm also going to post some code excerpts in the 'development stages' forum soon.

discussion and criticism are, as always, welcome :-)

gyözö
Press any key to continue or any other key to quit.
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

ah, yes: you can create code documentation (provided doxygen is installed) by typing make doc or make doc-verbose (if you'd like to see the standard doxygen output).

the documentation (html files) is written to 'doxygen/html'.

gyözö
Press any key to continue or any other key to quit.
Post Reply