2004-12-23 13:58:39 +01:00
|
|
|
|
gy<EFBFBD>z<EFBFBD>
|
|
|
|
|
|
2004-12-30 17:48:19 +01:00
|
|
|
|
working on: generating the fixtures at the beginning of a season.
|
2004-12-23 13:58:39 +01:00
|
|
|
|
|
|
|
|
|
current tasks:
|
|
|
|
|
implement a function 'file_check_home_dir' in file.c that checks whether
|
|
|
|
|
the files and directories that should be in the user's home dir are there;
|
|
|
|
|
if not, they get created/copied.
|
|
|
|
|
|
|
|
|
|
list of dirs:
|
|
|
|
|
$HOME/.bygfoot
|
|
|
|
|
$HOME/.bygfoot/saves
|
|
|
|
|
$HOME/.bygfoot/definitions
|
|
|
|
|
$HOME/.bygfoot/names
|
|
|
|
|
|
|
|
|
|
list of files:
|
|
|
|
|
$HOME/.bygfoot/definitions/{any xml files found in the support_files/definitions directory}
|
|
|
|
|
$HOME/.bygfoot/names/{any files found in the support_files/names directory}
|
|
|
|
|
|
2004-12-30 17:48:19 +01:00
|
|
|
|
the function should get called in main_init in main.c.
|