1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-03-18 19:50:11 +01:00

398 Commits

Author SHA1 Message Date
gyboth
2780e8bdaa Cup choose team cleanup; skip_group_check added. 2008-11-18 18:32:37 +00:00
gunnar_g
fbe66ab2a7 In the start_game screen, changed the "Choose league to start in" combobox so that it's not editable. 2008-11-18 14:54:42 +00:00
gyboth
17c27788a9 Added talents from leagues to cup definitions. 2008-11-18 13:26:57 +00:00
gyboth
0a003db805 Preset transfer values rounded. 2008-11-16 15:24:11 +00:00
gunnar_g
b8d56c08b5 prepare the release 2.3.0 2008-11-10 18:30:15 +00:00
gyboth
d9990117f4 Automatic loan repayment. 2008-11-09 09:36:55 +00:00
gyboth
a6fd7b7cc7 Automatic loan repayment. 2008-11-08 17:04:51 +00:00
gyboth
654e42c844 Automatic loan repayment. 2008-11-08 12:46:12 +00:00
gyboth
4ee226ffa0 Automatic loan repayment. 2008-11-07 20:43:38 +00:00
gyboth
007d7a4142 Automatic loan repayment. 2008-11-07 08:38:55 +00:00
gyboth
d035d63ed4 UI for automatic loan repayment. 2008-11-06 18:51:12 +00:00
gyboth
ebade770b0 Next opponent goalie values bug. 2008-11-06 10:13:36 +00:00
gyboth
b4471b7d7d Next opponent goalie values bug. 2008-11-06 10:06:58 +00:00
gyboth
968d3a9978 Next opponent goalie values bug. 2008-11-06 10:01:28 +00:00
gyboth
843db5af40 Next opponent goalie values bug. 2008-11-06 09:46:53 +00:00
gyboth
43799da7be Variable interest rates. 2008-11-06 08:03:09 +00:00
gyboth
3f72a47a47 YA finances bug. 2008-11-05 12:47:17 +00:00
gyboth
896a418cdf Transfers, star player balking. Ticket price constant adjusted. 2008-11-01 11:21:28 +00:00
gunnar_g
cef0808dd2 Solved gtk warnings for spin buttons. GTK complained about a deprecated method 2008-10-31 15:27:43 +00:00
gunnar_g
60c8fd4b09 The implmentation was flawed. Moved the code further down to the correct place and tweaked the formula 2008-10-31 14:00:48 +00:00
gunnar_g
36683a3a0d Ticket prices as set in the stadium screen are now used in the calculation of the income. When switching teams the ticket price is reset. 2008-10-30 22:05:20 +00:00
gunnar_g
8d439bba10 Solved a crash when starting a new game from the menu. It only happened when a game was already started. 2008-10-30 13:27:03 +00:00
gunnar_g
31e9e4fbac Changed the calculation for attendance based on the ticket_price the user selected 2008-10-29 17:27:16 +00:00
gunnar_g
5bc8e762d8 Ticket prices are saved. They are also moved to team.stadium instead of user. 2008-10-28 15:27:28 +00:00
gunnar_g
b9c5432ab0 implementation of changing ticket_prices. The prices are now filled in from the user_struct 2008-10-28 13:13:45 +00:00
gunnar_g
4a9acc77a3 starting implementation of changing ticket_prices 2008-10-27 22:09:00 +00:00
gunnar_g
de876bbf7c Add the possibility to change the ticket prices - gui part 2008-10-27 16:48:53 +00:00
gunnar_g
ed565d3be5 remove the warning for unknown preference tag 2008-10-24 10:59:20 +00:00
gunnar_g
cb65998379 load and save the youth academy preference 2008-10-24 09:25:27 +00:00
gyboth
3bb408c290 Ticket income bug. 2008-05-04 15:36:30 +00:00
gyboth
707261215e Fitness bug workaround. 2008-05-04 11:04:02 +00:00
gyboth
3b44f55918 Training camp defaults. 2008-05-03 15:03:30 +00:00
gyboth
19232cd9e6 Star player balking. 2008-05-02 13:00:05 +00:00
gyboth
4f737b04b6 Star player balking. 2008-05-02 12:26:35 +00:00
mrsmola
8e5dfabb94 changed year 2008-03-02 15:14:44 +00:00
mrsmola
b720e469f2 fixed some copy and paste errors 2008-01-29 13:29:38 +00:00
mrsmola
d764603bb1 corrected bug in enum Windows 2007-09-24 19:14:26 +00:00
mrsmola
44ab8e6b15 added window league table 2007-09-24 19:12:47 +00:00
mrsmola
996f413523 added window league table 2007-09-24 19:12:27 +00:00
mrsmola
f690f39231 added window league table 2007-09-24 18:42:52 +00:00
mrsmola
4bb8b12c2e added window league table 2007-09-24 18:41:57 +00:00
mrsmola
432bf42b0b added window league table 2007-09-24 18:32:11 +00:00
gyboth
e53eb5a50b Fixed player removal when user changes teams. 2007-09-01 11:28:09 +00:00
mrsmola
34942f5e1a changed version to 2.2.1 2007-08-25 14:40:41 +00:00
mrsmola
9fe4bbffe3 changed link to wiki 2007-05-18 15:09:11 +00:00
mrsmola
773f5ea8fa changed version to 2.2.0 2007-05-18 14:49:08 +00:00
gyboth
26493121bf g_strrstr bug related to void country sid fixed. 2007-03-24 19:11:39 +00:00
mrsmola
f633ade130 changed some variable types from gchar buf[SMALL] to GString *buf.
A bug causes bygfoot to crash in file_compress_files. 

Bug message:
In file.c/file_compress_files, we used gchar buf[SMALL];
SMALL is defined to 10000. after a lot of seasons (19 within the test),
the number of files grows too big.
2007-03-12 20:24:09 +00:00
mrsmola
7d38072a4a changed some variable types from gchar buf[SMALL] to GString *buf.
A bug causes bygfoot to crash in file_compress_files. 

Bug message:
In file.c/file_compress_files, we used gchar buf[SMALL];
SMALL is defined to 10000. after a lot of seasons (19 within the test),
the number of files grows too big.
2007-03-12 20:23:44 +00:00
mrsmola
b3430d3ae9 changed some variable types from gchar buf[SMALL] to GString *buf.
A bug causes bygfoot to crash in file_compress_files. 

Bug message:
In file.c/file_compress_files, we used gchar buf[SMALL];
SMALL is defined to 10000. after a lot of seasons (19 within the test),
the number of files grows too big.
2007-03-12 20:22:58 +00:00