1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-17 02:39:14 +01:00
Commit Graph

777 Commits

Author SHA1 Message Date
mrsmola
bcea30f116 added player names for Czech Republic 2008-01-28 15:43:50 +00:00
mrsmola
7bf14c2c9d added the czech flag 2008-01-28 15:32:51 +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
mrsmola
7ad3ae7313 changed svn properties 2007-09-24 16:15:06 +00:00
mrsmola
c556c159f7 changed svn properties 2007-09-24 16:14:30 +00:00
mrsmola
fc181cdac7 added definitions for peru 2007-09-24 15:02:06 +00:00
mrsmola
504bbed4a6 added league peru 2007-09-24 15:00:45 +00:00
mrsmola
8a9177aca5 updated player names peru 2007-09-24 14:51:08 +00:00
gyboth
e53eb5a50b Fixed player removal when user changes teams. 2007-09-01 11:28:09 +00:00
mrsmola
8228e426ba added player names peru for fifa league and fifa league definitions 2007-08-30 12:38:20 +00:00
mrsmola
1afd29a470 corrected the name for the symbol of Turkey 2007-08-30 12:29:29 +00:00
mrsmola
3b7f78ee31 added league fifa 2007-08-30 12:24:25 +00:00
mrsmola
fdfa39b486 added player names peru for fifa league 2007-08-30 11:29:59 +00:00
mrsmola
6f32140d68 added flag fifa for fifa league 2007-08-30 11:25:08 +00:00
mrsmola
9fb5b66b77 added svn-properties 2007-08-30 11:14:49 +00:00
mrsmola
5e4d8ef7d3 deleted property executable 2007-08-30 11:11:15 +00:00
mrsmola
0033f7a17e updated French live game commentary file (thanks to Marc Schneider) 2007-08-28 08:26:50 +00:00
mrsmola
34942f5e1a changed version to 2.2.1 2007-08-25 14:40:41 +00:00
mrsmola
d6d2598213 actual mo files generated on 25.08.2007 2007-08-25 14:35:20 +00:00
mrsmola
31fb5bdd46 actual po files generated on 25.08.2007 2007-08-25 14:09:16 +00:00
mrsmola
e94603b3bb added French translator 2007-08-24 13:52:53 +00:00
mrsmola
fc2d55c5f7 updated French translation (thanks to Marc Schneider) 2007-08-24 13:50:46 +00:00
mrsmola
04952bd6d9 updated French live game commentary file (thanks to Marc Schneider) 2007-08-24 13:07:34 +00:00
mrsmola
78e9bac773 updated French live game commentary file 2007-08-24 13:06:36 +00:00
mrsmola
a025627658 updated French translation 2007-08-24 07:59:33 +00:00
mrsmola
a41522fa47 added author 2007-05-18 15:20:47 +00:00
mrsmola
399de60f39 added author 2007-05-18 15:19:57 +00:00
mrsmola
ef5ccd7a82 added author 2007-05-18 15:19:06 +00:00
mrsmola
35c60ad24b added author 2007-05-18 15:18:16 +00:00
mrsmola
0ad9405879 added author 2007-05-18 15:17:28 +00:00
mrsmola
ed603a4eeb added author 2007-05-18 15:16:35 +00:00
mrsmola
2ef45fa31e added author 2007-05-18 15:15:43 +00:00
mrsmola
9fe4bbffe3 changed link to wiki 2007-05-18 15:09:11 +00:00
mrsmola
bc656b9104 added author 2007-05-18 14:53:52 +00:00
mrsmola
773f5ea8fa changed version to 2.2.0 2007-05-18 14:49:08 +00:00
mrsmola
32c23a5029 Changed version and date for stable release 2.2.0 2007-05-18 14:29:09 +00:00
mrsmola
72e3e44331 current version, automatically generated for build 2.2.0 2007-05-18 14:18:27 +00:00
mrsmola
b60c61eea0 Fixed wrong team number problem of USA-Teams at the SuperLiga 2007-04-02 14:44:01 +00:00
mrsmola
c76e0a7d1f Updated USA definition. New XML tags are used. 2007-04-02 14:18:59 +00:00
mrsmola
b69ddc825b Updated Maxico definitions. New XML tags are used. 2007-04-02 14:18:34 +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
mrsmola
99d98737cc Changed version number to 2.1.2 2007-03-07 11:09:05 +00:00