mirror of https://github.com/tstellar/bygfoot.git
"Minor fixes."
This commit is contained in:
parent
c47ec2c8a6
commit
81319dedc8
|
@ -1,15 +1,15 @@
|
|||
09/10/2005: v1.9.1
|
||||
- updated German and Dutch translations
|
||||
- added Polish (complete), French (almost complete) and Romanian
|
||||
(a.c.) translations
|
||||
- added Polish (complete), French (almost complete), Romanian
|
||||
(a.c.) and Bulgarian (a.c.) translations
|
||||
- added i18n support for the binary package
|
||||
- transfer offers are remembered
|
||||
- added sponsorship money
|
||||
- fixed some minor bugs
|
||||
- improved live game commentary (moved to XML files, added
|
||||
conditions etc.)
|
||||
- added country definitions for Australia, Victoria (Australia),
|
||||
Spain and Serbia&Montenegro
|
||||
- added country definitions for Australia, Bulgaria, Victoria
|
||||
(Australia), Spain and Serbia&Montenegro
|
||||
- added youth academy
|
||||
- added experimental Windows port (thanks to Simon Binns)
|
||||
- improved definition system
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,8 +32,8 @@ bygfoot_SOURCES = \
|
|||
misc_callbacks.c callback_func.h callbacks.h game_gui.h game.h gui.h live_game.h load_save.h main.h maths.h misc_callback_func.h misc_callbacks.h option.h user.h variables.h window.h xml_country.h \
|
||||
misc_callback_func.c callbacks.h finance.h game_gui.h game.h gui.h load_save.h maths.h misc_callback_func.h option.h start_end.h support.h treeview.h treeview_helper.h user.h variables.h window.h xml_country.h xml_name.h \
|
||||
misc_interface.c misc_callbacks.h misc_interface.h support.h \
|
||||
misc2_callbacks.c callback_func.h callbacks.h debug.h finance.h free.h game_gui.h load_save.h main.h misc2_callback_func.h misc2_callbacks.h misc2_interface.h player.h support.h transfer.h treeview.h treeview_helper.h user.h window.h \
|
||||
misc2_callback_func.c callbacks.h file.h finance.h game_gui.h maths.h misc2_callback_func.h option.h player.h support.h team.h transfer.h treeview.h treeview_helper.h user.h window.h \
|
||||
misc2_callbacks.c callback_func.h callbacks.h debug.h finance.h free.h game_gui.h load_save.h main.h misc2_callback_func.h misc2_callbacks.h misc2_interface.h player.h support.h transfer.h treeview2.h treeview.h treeview_helper.h user.h window.h \
|
||||
misc2_callback_func.c callback_func.h callbacks.h file.h finance.h free.h game_gui.h maths.h misc2_callback_func.h option.h player.h support.h team.h transfer.h treeview2.h treeview.h treeview_helper.h user.h window.h \
|
||||
misc2_interface.c misc2_callbacks.h misc2_interface.h support.h \
|
||||
name.c main.h name.h option.h variables.h xml_name.h \
|
||||
option.c main.h option.h variables.h \
|
||||
|
@ -48,9 +48,9 @@ bygfoot_SOURCES = \
|
|||
team.c cup.h file.h fixture.h game_gui.h game.h league.h main.h maths.h misc.h option.h player.h team.h transfer.h user.h xml_team.h \
|
||||
transfer.c callbacks.h cup.h finance.h free.h game_gui.h main.h maths.h misc.h option.h player.h support.h team.h transfer.h treeview.h user.h \
|
||||
treeview.c cup.h finance.h fixture.h free.h game.h language.h league.h live_game.h maths.h misc.h option.h player.h support.h team.h transfer.h treeview.h treeview_helper.h user.h \
|
||||
treeview2.c treeview2.h treeview_helper.h user.h \
|
||||
treeview_helper.c cup.h file.h fixture.h free.h league.h misc.h option.h player.h support.h team.h transfer.h treeview.h treeview_helper.h user.h variables.h \
|
||||
user.c cup.h finance.h fixture.h free.h game_gui.h league.h live_game.h main.h maths.h misc.h name.h option.h player.h support.h team.h transfer.h treeview.h user.h window.h youth_academy.h \
|
||||
treeview2.c live_game.h option.h support.h treeview2.h treeview_helper.h user.h \
|
||||
treeview_helper.c cup.h file.h fixture.h free.h league.h misc.h option.h player.h support.h team.h transfer.h treeview2.h treeview.h treeview_helper.h user.h variables.h \
|
||||
user.c cup.h file.h finance.h fixture.h free.h game_gui.h league.h live_game.h main.h maths.h misc.h name.h option.h player.h support.h team.h transfer.h treeview.h user.h window.h xml_mmatches.h youth_academy.h \
|
||||
window.c callbacks.h file.h finance.h free.h game_gui.h gui.h interface.h league.h live_game.h load_save.h main.h misc2_interface.h misc_callback_func.h misc_interface.h option_gui.h option.h options_interface.h support.h transfer.h treeview2.h treeview.h treeview_helper.h user.h window.h \
|
||||
xml.c cup.h file.h free.h gui.h league.h misc.h option.h support.h table.h transfer_struct.h user.h variables.h xml.h xml_loadsave_cup.h xml_loadsave_fixtures.h xml_loadsave_league.h xml_loadsave_league_stat.h xml_loadsave_live_game.h xml_loadsave_table.h xml_loadsave_teams.h xml_loadsave_transfers.h xml_loadsave_users.h \
|
||||
xml_loadsave_cup.c cup.h file.h misc.h table.h team.h xml.h xml_loadsave_cup.h xml_loadsave_fixtures.h xml_loadsave_table.h xml_loadsave_teams.h \
|
||||
|
@ -69,7 +69,7 @@ bygfoot_SOURCES = \
|
|||
xml_country.c file.h free.h misc.h option.h variables.h xml_country.h xml_cup.h xml_league.h \
|
||||
xml_league.c cup_struct.h file.h free.h league.h misc.h table.h team.h variables.h xml_cup.h xml_league.h \
|
||||
xml_lg_commentary.c free.h lg_commentary.h live_game.h misc.h variables.h xml_lg_commentary.h \
|
||||
xml_mmatches.c xml.h xml_mmatches.h \
|
||||
xml_mmatches.c file.h free.h live_game.h misc.h user.h xml.h xml_loadsave_live_game.h xml_mmatches.h \
|
||||
xml_name.c file.h free.h misc.h name.h variables.h xml_name.h \
|
||||
xml_team.c file.h free.h main.h misc.h option.h player.h team.h variables.h xml_team.h \
|
||||
youth_academy.c free.h maths.h name.h option.h player.h team.h user.h youth_academy.h
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#define VERS "1.9.1"
|
||||
|
||||
/** Home dir name */
|
||||
#define HOMEDIRNAME ".bygfoot-cvs"
|
||||
#define HOMEDIRNAME ".bygfoot-1.9"
|
||||
|
||||
/**
|
||||
* Convenience macros, used for string sizes (typically buf[SMALL]).
|
||||
|
|
|
@ -522,8 +522,6 @@ lg_commentary_set_player_tokens(const LiveGameUnit *unit, const Fixture *fix)
|
|||
misc_int_to_char(player_games_goals_get(pl1, fix->clid, PLAYER_VALUE_GOALS));
|
||||
token_rep[option_int("string_lg_commentary_token_player_goals_all0", &lg_tokens)] =
|
||||
misc_int_to_char(player_all_games_goals(pl1, PLAYER_VALUE_GOALS));
|
||||
token_rep[option_int("string_lg_commentary_token_player_yellows", &lg_tokens)] =
|
||||
misc_int_to_char(player_card_get(pl1, fix->clid, PLAYER_VALUE_CARD_YELLOW));
|
||||
}
|
||||
|
||||
if(pl2 != NULL)
|
||||
|
@ -534,6 +532,8 @@ lg_commentary_set_player_tokens(const LiveGameUnit *unit, const Fixture *fix)
|
|||
misc_int_to_char(player_games_goals_get(pl2, fix->clid, PLAYER_VALUE_GOALS));
|
||||
token_rep[option_int("string_lg_commentary_token_player_goals_all1", &lg_tokens)] =
|
||||
misc_int_to_char(player_all_games_goals(pl2, PLAYER_VALUE_GOALS));
|
||||
token_rep[option_int("string_lg_commentary_token_player_yellows", &lg_tokens)] =
|
||||
misc_int_to_char(player_card_get(pl2, fix->clid, PLAYER_VALUE_CARD_YELLOW));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
# Most of these options are uncommented because their meaning
|
||||
# is rather clear if you take a look at the options window in the game.
|
||||
|
||||
int_opt_user_confirm_youth 0
|
||||
int_opt_user_confirm_youth 1
|
||||
|
||||
int_opt_user_show_live_game 0
|
||||
int_opt_user_show_live_game 1
|
||||
int_opt_user_live_game_speed 20
|
||||
int_opt_user_live_game_verbosity 7
|
||||
int_opt_user_live_game_verbosity 5
|
||||
int_opt_user_show_tendency_bar 1
|
||||
int_opt_user_pause_injury 1
|
||||
int_opt_user_pause_red 1
|
||||
|
|
Loading…
Reference in New Issue