You can subscribe to this list here.
2004 |
Jan
(17) |
Feb
(38) |
Mar
(24) |
Apr
(18) |
May
(75) |
Jun
(2) |
Jul
|
Aug
|
Sep
(21) |
Oct
(3) |
Nov
(19) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(15) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(8) |
Feb
|
Mar
|
Apr
(6) |
May
(73) |
Jun
(57) |
Jul
(12) |
Aug
(68) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
(6) |
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
From: Sébastien G. <kx...@us...> - 2006-09-03 23:17:16
|
Update of /cvsroot/vba/VisualBoyAdvance/win32 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22261/win32 Modified Files: Makefile.am Makefile.in Log Message: FIX: fixed compilation issues on Linux Index: Makefile.in =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/Makefile.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.in 29 Sep 2004 22:23:40 -0000 1.10 --- Makefile.in 3 Sep 2006 23:17:14 -0000 1.11 *************** *** 164,170 **** gba.sln \ GBA.vcproj \ ! SDL-1.2.2 \ ! lib \ ! include subdir = win32 --- 164,168 ---- gba.sln \ GBA.vcproj \ ! dependencies subdir = win32 Index: Makefile.am =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 29 Mar 2004 22:08:41 -0000 1.2 --- Makefile.am 3 Sep 2006 23:17:14 -0000 1.3 *************** *** 8,14 **** gba.sln \ GBA.vcproj \ ! SDL-1.2.2 \ ! lib \ ! include dist-hook: --- 8,12 ---- gba.sln \ GBA.vcproj \ ! dependencies dist-hook: |
From: Sébastien G. <kx...@us...> - 2006-09-03 22:57:17
|
Update of /cvsroot/vba/VisualBoyAdvance/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14480 Modified Files: Gfx.h Log Message: FIX: fixed compilation issues on Linux Index: Gfx.h =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/Gfx.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Gfx.h 25 Aug 2006 14:50:53 -0000 1.18 --- Gfx.h 3 Sep 2006 22:57:09 -0000 1.19 *************** *** 29,69 **** //#define SPRITE_DEBUG ! void gfxDrawTextScreen(u16, u16, u16, u32 *); ! void gfxDrawRotScreen(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! void gfxDrawRotScreen16Bit(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! void gfxDrawRotScreen256(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! void gfxDrawRotScreen16Bit160(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! void gfxDrawSprites(u32 *); ! void gfxIncreaseBrightness(u32 *line, int coeff); ! void gfxDecreaseBrightness(u32 *line, int coeff); ! void gfxAlphaBlend(u32 *ta, u32 *tb, int ca, int cb); void mode0RenderLine(); --- 29,69 ---- //#define SPRITE_DEBUG ! static void gfxDrawTextScreen(u16, u16, u16, u32 *); ! static void gfxDrawRotScreen(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! static void gfxDrawRotScreen16Bit(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! static void gfxDrawRotScreen256(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! static void gfxDrawRotScreen16Bit160(u16, ! u16, u16, ! u16, u16, ! u16, u16, ! u16, u16, ! int&, int&, ! int, ! u32*); ! static void gfxDrawSprites(u32 *); ! static void gfxIncreaseBrightness(u32 *line, int coeff); ! static void gfxDecreaseBrightness(u32 *line, int coeff); ! static void gfxAlphaBlend(u32 *ta, u32 *tb, int ca, int cb); void mode0RenderLine(); *************** *** 116,120 **** extern int gfxLastVCOUNT; ! inline void gfxClearArray(u32 *array) { for(int i = 0; i < 240; i++) { --- 116,120 ---- extern int gfxLastVCOUNT; ! static inline void gfxClearArray(u32 *array) { for(int i = 0; i < 240; i++) { *************** *** 123,128 **** } ! inline void gfxDrawTextScreen(u16 control, u16 hofs, u16 vofs, ! u32 *line) { u16 *palette = (u16 *)paletteRAM; --- 123,128 ---- } ! static inline void gfxDrawTextScreen(u16 control, u16 hofs, u16 vofs, ! u32 *line) { u16 *palette = (u16 *)paletteRAM; *************** *** 268,279 **** } ! inline void gfxDrawRotScreen(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int& currentX, int& currentY, ! int changed, ! u32 *line) { u16 *palette = (u16 *)paletteRAM; --- 268,279 ---- } ! static inline void gfxDrawRotScreen(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int& currentX, int& currentY, ! int changed, ! u32 *line) { u16 *palette = (u16 *)paletteRAM; *************** *** 434,445 **** } ! inline void gfxDrawRotScreen16Bit(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int& currentX, int& currentY, ! int changed, ! u32 *line) { u16 *screenBase = (u16 *)&vram[0]; --- 434,445 ---- } ! static inline void gfxDrawRotScreen16Bit(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int& currentX, int& currentY, ! int changed, ! u32 *line) { u16 *screenBase = (u16 *)&vram[0]; *************** *** 531,542 **** } ! inline void gfxDrawRotScreen256(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int ¤tX, int& currentY, ! int changed, ! u32 *line) { u16 *palette = (u16 *)paletteRAM; --- 531,542 ---- } ! static inline void gfxDrawRotScreen256(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int ¤tX, int& currentY, ! int changed, ! u32 *line) { u16 *palette = (u16 *)paletteRAM; *************** *** 632,643 **** } ! inline void gfxDrawRotScreen16Bit160(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int& currentX, int& currentY, ! int changed, ! u32 *line) { u16 *screenBase = (DISPCNT & 0x0010) ? (u16 *)&vram[0xa000] : --- 632,643 ---- } ! static inline void gfxDrawRotScreen16Bit160(u16 control, ! u16 x_l, u16 x_h, ! u16 y_l, u16 y_h, ! u16 pa, u16 pb, ! u16 pc, u16 pd, ! int& currentX, int& currentY, ! int changed, ! u32 *line) { u16 *screenBase = (DISPCNT & 0x0010) ? (u16 *)&vram[0xa000] : *************** *** 731,735 **** } ! inline void gfxDrawSprites(u32 *lineOBJ) { // lineOBJpix is used to keep track of the drawn OBJs --- 731,735 ---- } ! static inline void gfxDrawSprites(u32 *lineOBJ) { // lineOBJpix is used to keep track of the drawn OBJs *************** *** 1194,1198 **** } ! inline void gfxDrawOBJWin(u32 *lineOBJWin) { gfxClearArray(lineOBJWin); --- 1194,1198 ---- } ! static inline void gfxDrawOBJWin(u32 *lineOBJWin) { gfxClearArray(lineOBJWin); *************** *** 1513,1517 **** } ! inline u32 gfxIncreaseBrightness(u32 color, int coeff) { int r = (color & 0x1F); --- 1513,1517 ---- } ! static inline u32 gfxIncreaseBrightness(u32 color, int coeff) { int r = (color & 0x1F); *************** *** 1532,1536 **** } ! inline void gfxIncreaseBrightness(u32 *line, int coeff) { for(int x = 0; x < 240; x++) { --- 1532,1536 ---- } ! static inline void gfxIncreaseBrightness(u32 *line, int coeff) { for(int x = 0; x < 240; x++) { *************** *** 1553,1557 **** } ! inline u32 gfxDecreaseBrightness(u32 color, int coeff) { int r = (color & 0x1F); --- 1553,1557 ---- } ! static inline u32 gfxDecreaseBrightness(u32 color, int coeff) { int r = (color & 0x1F); *************** *** 1573,1577 **** } ! inline void gfxDecreaseBrightness(u32 *line, int coeff) { for(int x = 0; x < 240; x++) { --- 1573,1577 ---- } ! static inline void gfxDecreaseBrightness(u32 *line, int coeff) { for(int x = 0; x < 240; x++) { *************** *** 1594,1598 **** } ! inline u32 gfxAlphaBlend(u32 color, u32 color2, int ca, int cb) { if(color < 0x80000000) { --- 1594,1598 ---- } ! static inline u32 gfxAlphaBlend(u32 color, u32 color2, int ca, int cb) { if(color < 0x80000000) { *************** *** 1620,1624 **** } ! inline void gfxAlphaBlend(u32 *ta, u32 *tb, int ca, int cb) { for(int x = 0; x < 240; x++) { --- 1620,1624 ---- } ! static inline void gfxAlphaBlend(u32 *ta, u32 *tb, int ca, int cb) { for(int x = 0; x < 240; x++) { |
From: Sébastien G. <kx...@us...> - 2006-09-03 21:52:27
|
Update of /cvsroot/vba/VisualBoyAdvance/po In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21464/po Modified Files: fr.gmo fr.po Added Files: vba-1.8.0.pot Log Message: FIX: fixed compilation issues on Linux --- NEW FILE: vba-1.8.0.pot --- # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR VBA development team # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: undefined\n" "POT-Creation-Date: 2006-09-03 22:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/Cheats.cpp:1473 src/Cheats.cpp:1478 src/Cheats.cpp:1487 [...1076 lines suppressed...] #: src/gtk/window.cpp:1787 msgid "Loaded battery" msgstr "" #: src/gtk/window.cpp:1806 msgid "Saved battery" msgstr "" #: src/gtk/window.cpp:1864 src/gtk/window.cpp:1911 msgid "----/--/-- --:--:--" msgstr "" #: src/gtk/window.cpp:1896 msgid "%Y/%m/%d %H:%M:%S" msgstr "" #: src/prof/prof.cpp:137 msgid "No space for profiling buffer(s)\n" msgstr "" Index: fr.po =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/po/fr.po,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** fr.po 21 May 2004 20:44:25 -0000 1.11 --- fr.po 3 Sep 2006 21:52:24 -0000 1.12 *************** *** 10,15 **** "Project-Id-Version: VisualBoyAdvance 1.7.2\n" "Report-Msgid-Bugs-To: undefined\n" ! "POT-Creation-Date: 2004-05-21 18:02+0200\n" ! "PO-Revision-Date: 2004-05-21 18:03+0200\n" "Last-Translator: Sébastien Guignot <kx...@ts...>\n" "Language-Team: French <@>\n" --- 10,15 ---- "Project-Id-Version: VisualBoyAdvance 1.7.2\n" "Report-Msgid-Bugs-To: undefined\n" ! "POT-Creation-Date: 2006-09-03 22:57+0200\n" ! "PO-Revision-Date: 2006-09-03 23:45+0200\n" "Last-Translator: Sébastien Guignot <kx...@ts...>\n" "Language-Team: French <@>\n" *************** *** 18,36 **** "Content-Transfer-Encoding: 8bit\n" ! #: src/Cheats.cpp:653 src/Cheats.cpp:658 src/Cheats.cpp:667 src/Cheats.cpp:675 #, c-format msgid "Invalid cheat code '%s'" msgstr "Cheat code incorrect '%s'" ! #: src/Cheats.cpp:694 #, c-format msgid "Invalid cheat code address: %08x" msgstr "Adresse de cheat code incorrecte : %08x" ! #: src/Cheats.cpp:738 src/Cheats.cpp:747 msgid "Invalid GSA code. Format is XXXXXXXXYYYYYYYY" msgstr "Code GSA incorrect. Le format est XXXXXXXXYYYYYYYY" ! #: src/Cheats.cpp:773 #, c-format msgid "" --- 18,37 ---- "Content-Transfer-Encoding: 8bit\n" ! #: src/Cheats.cpp:1473 src/Cheats.cpp:1478 src/Cheats.cpp:1487 ! #: src/Cheats.cpp:1495 #, c-format msgid "Invalid cheat code '%s'" msgstr "Cheat code incorrect '%s'" ! #: src/Cheats.cpp:1524 #, c-format msgid "Invalid cheat code address: %08x" msgstr "Adresse de cheat code incorrecte : %08x" ! #: src/Cheats.cpp:1603 src/Cheats.cpp:1612 msgid "Invalid GSA code. Format is XXXXXXXXYYYYYYYY" msgstr "Code GSA incorrect. Le format est XXXXXXXXYYYYYYYY" ! #: src/Cheats.cpp:1638 #, c-format msgid "" *************** *** 41,50 **** "Les codes peuvent ne pas fonctionner correctement." ! #: src/Cheats.cpp:1307 src/Cheats.cpp:1316 src/Cheats.cpp:1323 ! #: src/Cheats.cpp:1331 msgid "Invalid CBA code. Format is XXXXXXXX YYYY." msgstr "Code CBA incorrect. Le format est XXXXXXXX YYYY." ! #: src/Cheats.cpp:1385 msgid "" "Warning: Codes seem to be for a different game.\n" --- 42,51 ---- "Les codes peuvent ne pas fonctionner correctement." ! #: src/Cheats.cpp:2458 src/Cheats.cpp:2467 src/Cheats.cpp:2474 ! #: src/Cheats.cpp:2482 msgid "Invalid CBA code. Format is XXXXXXXX YYYY." msgstr "Code CBA incorrect. Le format est XXXXXXXX YYYY." ! #: src/Cheats.cpp:2538 msgid "" "Warning: Codes seem to be for a different game.\n" *************** *** 54,137 **** "Ils peuvent ne pas fonctionner correctement." ! #: src/Cheats.cpp:1545 src/gb/gbCheats.cpp:130 #, c-format msgid "Unsupported cheat list version %d" msgstr "Version de liste de cheats %d non supportée" ! #: src/Cheats.cpp:1558 src/gb/gbCheats.cpp:143 #, c-format msgid "Unsupported cheat list type %d" msgstr "Type de liste de cheats %d non supporté" ! #: src/elf.cpp:2814 #, c-format msgid "Not a valid ELF file %s" msgstr "%s n'est pas un fichier ELF correct" ! #: src/GBA.cpp:664 src/GBA.cpp:849 src/GBA.cpp:887 src/Util.cpp:61 ! #: src/Util.cpp:270 src/gb/GB.cpp:1662 src/gb/GB.cpp:1679 src/gb/GB.cpp:1696 ! #: src/gb/GB.cpp:1719 src/gb/GB.cpp:1736 #, c-format msgid "Error creating file %s" msgstr "Erreur lors de la création du fichier %s" ! #: src/GBA.cpp:701 #, c-format msgid "Unsupported VisualBoyAdvance save game version %d" msgstr "Version de sauvegarde VisualBoyAdvance %d non supportée" ! #: src/GBA.cpp:715 #, c-format msgid "Cannot load save game for %s" msgstr "Impossible de charger la sauvegarde pour %s" ! #: src/GBA.cpp:724 msgid "Save game is not using the BIOS files" msgstr "La sauvegarde n'utilise pas de fichier BIOS" ! #: src/GBA.cpp:727 msgid "Save game is using the BIOS file" msgstr "La sauvegarde utilise le fichier BIOS" ! #: src/GBA.cpp:807 #, c-format msgid "Unsupported save type %d" msgstr "Type de sauvegarde %d non supporté" ! #: src/GBA.cpp:922 src/GBA.cpp:989 src/Util.cpp:588 src/Util.cpp:700 ! #: src/gb/gbCheats.cpp:400 src/gb/GB.cpp:1977 #, c-format msgid "Cannot open file %s" msgstr "Impossible d'ouvrir le fichier %s" ! #: src/GBA.cpp:957 src/gb/GB.cpp:1991 #, c-format msgid "Cannot import snapshot for %s. Current game is %s" msgstr "Impossible d'importer le snapshot pour %s. Le jeu courant est %s" ! #: src/GBA.cpp:971 src/gb/GB.cpp:2018 #, c-format msgid "Unsupported snapshot file %s" msgstr "Fichier snapshot %s non supporté" ! #: src/GBA.cpp:1274 src/GBA.cpp:1280 src/GBA.cpp:1329 src/GBA.cpp:1336 ! #: src/GBA.cpp:1343 src/GBA.cpp:1350 src/GBA.cpp:1357 src/GBA.cpp:1364 ! #: src/GBA.cpp:1371 src/Util.cpp:767 src/Util.cpp:825 src/Util.cpp:933 #, c-format msgid "Failed to allocate memory for %s" msgstr "Ãchec de l'allocation de mémoire pour : %s" ! #: src/GBA.cpp:1292 src/Util.cpp:756 src/Util.cpp:802 src/Util.cpp:816 ! #: src/Util.cpp:920 #, c-format msgid "Error opening image %s" msgstr "Erreur lors de l'ouverture de l'image %s" ! #: src/GBA.cpp:1606 #, c-format msgid "Unsupported ARM mode %02x" msgstr "Mode ARM %02x non supporté" ! #: src/GBA.cpp:1839 #, c-format msgid "" --- 55,138 ---- "Ils peuvent ne pas fonctionner correctement." ! #: src/Cheats.cpp:2723 src/gb/gbCheats.cpp:132 #, c-format msgid "Unsupported cheat list version %d" msgstr "Version de liste de cheats %d non supportée" ! #: src/Cheats.cpp:2737 src/gb/gbCheats.cpp:145 #, c-format msgid "Unsupported cheat list type %d" msgstr "Type de liste de cheats %d non supporté" ! #: src/elf.cpp:2811 #, c-format msgid "Not a valid ELF file %s" msgstr "%s n'est pas un fichier ELF correct" ! #: src/GBA.cpp:863 src/GBA.cpp:1084 src/GBA.cpp:1122 src/Util.cpp:69 ! #: src/Util.cpp:278 src/gb/GB.cpp:2708 src/gb/GB.cpp:2728 src/gb/GB.cpp:2750 ! #: src/gb/GB.cpp:2777 src/gb/GB.cpp:2797 src/gb/GB.cpp:2815 src/gb/GB.cpp:2845 #, c-format msgid "Error creating file %s" msgstr "Erreur lors de la création du fichier %s" ! #: src/GBA.cpp:900 #, c-format msgid "Unsupported VisualBoyAdvance save game version %d" msgstr "Version de sauvegarde VisualBoyAdvance %d non supportée" ! #: src/GBA.cpp:914 #, c-format msgid "Cannot load save game for %s" msgstr "Impossible de charger la sauvegarde pour %s" ! #: src/GBA.cpp:923 src/gb/GB.cpp:3628 msgid "Save game is not using the BIOS files" msgstr "La sauvegarde n'utilise pas de fichier BIOS" ! #: src/GBA.cpp:926 src/gb/GB.cpp:3631 msgid "Save game is using the BIOS file" msgstr "La sauvegarde utilise le fichier BIOS" ! #: src/GBA.cpp:1035 #, c-format msgid "Unsupported save type %d" msgstr "Type de sauvegarde %d non supporté" ! #: src/GBA.cpp:1157 src/GBA.cpp:1224 src/Util.cpp:596 src/Util.cpp:708 ! #: src/gb/gbCheats.cpp:409 src/gb/GB.cpp:3368 #, c-format msgid "Cannot open file %s" msgstr "Impossible d'ouvrir le fichier %s" ! #: src/GBA.cpp:1192 src/gb/GB.cpp:3381 #, c-format msgid "Cannot import snapshot for %s. Current game is %s" msgstr "Impossible d'importer le snapshot pour %s. Le jeu courant est %s" ! #: src/GBA.cpp:1206 src/gb/GB.cpp:3408 #, c-format msgid "Unsupported snapshot file %s" msgstr "Fichier snapshot %s non supporté" ! #: src/GBA.cpp:1508 src/GBA.cpp:1514 src/GBA.cpp:1563 src/GBA.cpp:1570 ! #: src/GBA.cpp:1577 src/GBA.cpp:1584 src/GBA.cpp:1591 src/GBA.cpp:1598 ! #: src/GBA.cpp:1605 src/Util.cpp:775 src/Util.cpp:833 src/Util.cpp:941 #, c-format msgid "Failed to allocate memory for %s" msgstr "Ãchec de l'allocation de mémoire pour : %s" ! #: src/GBA.cpp:1526 src/Util.cpp:764 src/Util.cpp:810 src/Util.cpp:824 ! #: src/Util.cpp:928 #, c-format msgid "Error opening image %s" msgstr "Erreur lors de l'ouverture de l'image %s" ! #: src/GBA.cpp:1859 #, c-format msgid "Unsupported ARM mode %02x" msgstr "Mode ARM %02x non supporté" ! #: src/GBA.cpp:2198 #, c-format msgid "" *************** *** 142,205 **** "nécessaire pour obtenir un comportement correct." ! #: src/GBA.cpp:2947 msgid "Invalid BIOS file size" msgstr "Taille de fichier BIOS incorrecte" ! #: src/RTC.cpp:157 #, c-format msgid "Unknown RTC command %02x" msgstr "Commande RTC %02x inconnue" ! #: src/Util.cpp:596 src/Util.cpp:616 src/Util.cpp:707 src/Util.cpp:727 #, c-format msgid "Bad ZIP file %s" msgstr "Fichier ZIP incorrect : %s" ! #: src/Util.cpp:639 src/Util.cpp:745 #, c-format msgid "No image found on ZIP file %s" msgstr "Pas d'image trouvée dans le fichier ZIP %s" ! #: src/Util.cpp:783 src/Util.cpp:838 src/Util.cpp:877 src/Util.cpp:946 #, c-format msgid "Error reading image %s" msgstr "Erreur lors de la lecture de l'image %s" ! #: src/Util.cpp:889 #, c-format msgid "No image found on RAR file %s" msgstr "Pas d'image trouvée dans le fichier RAR %s" ! #: src/gb/gbCheats.cpp:194 src/gb/gbCheats.cpp:304 msgid "Maximum number of cheats reached." msgstr "Le nombre maximum de cheats a été atteint." ! #: src/gb/gbCheats.cpp:200 #, c-format msgid "Invalid GameShark code: %s" msgstr "Code GameShark incorrect : %s" ! #: src/gb/gbCheats.cpp:310 #, c-format msgid "Invalid GameGenie code: %s" msgstr "Code GameGenie incorrect : %s" ! #: src/gb/gbCheats.cpp:355 #, c-format msgid "Invalid cheat to remove %d" msgstr "Cheat à supprimer %d incorrect" ! #: src/gb/gbCodesCB.h:1285 src/gb/gbCodes.h:1404 #, c-format msgid "Unknown opcode %02x at %04x" msgstr "Opcode %02x inconnu à %04x" ! #: src/gb/GB.cpp:1761 src/gb/GB.cpp:1785 src/gb/GB.cpp:1810 src/gb/GB.cpp:1842 ! #: src/gb/GB.cpp:1866 #, c-format ! msgid "Failed to read complete save game %s (%d)" ! msgstr "La lecture de la sauvegarde %s complète a échouée (%d)" ! #: src/gb/GB.cpp:1818 #, c-format msgid "Failed to read RTC from save game %s (continuing)" --- 143,224 ---- "nécessaire pour obtenir un comportement correct." ! #: src/GBA.cpp:3400 msgid "Invalid BIOS file size" msgstr "Taille de fichier BIOS incorrecte" ! #: src/RTC.cpp:159 #, c-format msgid "Unknown RTC command %02x" msgstr "Commande RTC %02x inconnue" ! #: src/Util.cpp:604 src/Util.cpp:624 src/Util.cpp:715 src/Util.cpp:735 #, c-format msgid "Bad ZIP file %s" msgstr "Fichier ZIP incorrect : %s" ! #: src/Util.cpp:647 src/Util.cpp:753 #, c-format msgid "No image found on ZIP file %s" msgstr "Pas d'image trouvée dans le fichier ZIP %s" ! #: src/Util.cpp:791 src/Util.cpp:846 src/Util.cpp:885 src/Util.cpp:954 #, c-format msgid "Error reading image %s" msgstr "Erreur lors de la lecture de l'image %s" ! #: src/Util.cpp:897 #, c-format msgid "No image found on RAR file %s" msgstr "Pas d'image trouvée dans le fichier RAR %s" ! #: src/gb/gbCheats.cpp:192 src/gb/gbCheats.cpp:310 msgid "Maximum number of cheats reached." msgstr "Le nombre maximum de cheats a été atteint." ! #: src/gb/gbCheats.cpp:198 #, c-format msgid "Invalid GameShark code: %s" msgstr "Code GameShark incorrect : %s" ! #: src/gb/gbCheats.cpp:227 ! #, c-format ! msgid "Wrong GameShark code type : %s" ! msgstr "Code GameShark incorrect : %s" ! ! #: src/gb/gbCheats.cpp:230 ! #, c-format ! msgid "Unsupported GameShark code type : %s" ! msgstr "Code GameShark %s non supporté" ! ! #: src/gb/gbCheats.cpp:316 #, c-format msgid "Invalid GameGenie code: %s" msgstr "Code GameGenie incorrect : %s" ! #: src/gb/gbCheats.cpp:364 #, c-format msgid "Invalid cheat to remove %d" msgstr "Cheat à supprimer %d incorrect" ! #: src/gb/gbCodesCB.h:1287 src/gb/gbCodes.h:1456 #, c-format msgid "Unknown opcode %02x at %04x" msgstr "Opcode %02x inconnu à %04x" ! #: src/gb/GB.cpp:2123 ! msgid "Invalid BOOTROM file size" ! msgstr "Taille de fichier BIOS incorrecte" ! ! #: src/gb/GB.cpp:2875 src/gb/GB.cpp:2890 src/gb/GB.cpp:2921 src/gb/GB.cpp:2937 ! #: src/gb/GB.cpp:2972 src/gb/GB.cpp:3002 src/gb/GB.cpp:3029 src/gb/GB.cpp:3045 ! #: src/gb/GB.cpp:3075 src/gb/GB.cpp:3091 src/gb/GB.cpp:3129 src/gb/GB.cpp:3159 ! #: src/gb/GB.cpp:3187 src/gb/GB.cpp:3202 #, c-format ! msgid "" ! "Battery file's size incompatible with the rom settings %s (%d).\n" ! "Warning : save of the battery file is now disabled !" ! msgstr "" ! #: src/gb/GB.cpp:2981 src/gb/GB.cpp:2987 src/gb/GB.cpp:3138 src/gb/GB.cpp:3144 #, c-format msgid "Failed to read RTC from save game %s (continuing)" *************** *** 207,216 **** "La lecture de la RTC de la sauvegarde %s a échoué (le chargement se poursuit)" ! #: src/gb/GB.cpp:2195 #, c-format msgid "Unsupported VisualBoy save game version %d" msgstr "Version de sauvegarde VisualBoy %d non supportée" ! #: src/gb/GB.cpp:2205 #, c-format msgid "Cannot load save game for %s. Playing %s" --- 226,235 ---- "La lecture de la RTC de la sauvegarde %s a échoué (le chargement se poursuit)" ! #: src/gb/GB.cpp:3601 #, c-format msgid "Unsupported VisualBoy save game version %d" msgstr "Version de sauvegarde VisualBoy %d non supportée" ! #: src/gb/GB.cpp:3611 #, c-format msgid "Cannot load save game for %s. Playing %s" *************** *** 218,232 **** "Impossible de charger la sauvegarde pour le jeu %s. Le jeu %s est en cours." ! #: src/gb/GB.cpp:2464 #, c-format msgid "Unsupported rom size %02x" msgstr "Taille de rom %02x non supportée" ! #: src/gb/GB.cpp:2476 #, c-format msgid "Unsupported ram size %02x" msgstr "Taille de ram %02x non supportée" ! #: src/gb/GB.cpp:2552 #, c-format msgid "Unknown cartridge type %02x" --- 237,251 ---- "Impossible de charger la sauvegarde pour le jeu %s. Le jeu %s est en cours." ! #: src/gb/GB.cpp:4061 #, c-format msgid "Unsupported rom size %02x" msgstr "Taille de rom %02x non supportée" ! #: src/gb/GB.cpp:4116 #, c-format msgid "Unsupported ram size %02x" msgstr "Taille de ram %02x non supportée" ! #: src/gb/GB.cpp:4258 #, c-format msgid "Unknown cartridge type %02x" *************** *** 1073,1114 **** msgstr "Seules les images GBA sont supportées." ! #: src/gtk/window.cpp:1427 #, c-format msgid "Unknown file type %s" msgstr "Type de fichier inconnu %s" ! #: src/gtk/window.cpp:1708 src/gtk/window.cpp:1722 msgid "Open" msgstr "Ouvrir" ! #: src/gtk/window.cpp:1749 msgid "All Gameboy Advance files" msgstr "Tous les fichiers Gameboy Advance" ! #: src/gtk/window.cpp:1756 msgid "Gameboy Advance files" msgstr "Fichiers Gameboy Advance" ! #: src/gtk/window.cpp:1763 msgid "Gameboy files" msgstr "Fichiers Gameboy" ! #: src/gtk/window.cpp:1793 msgid "Loaded battery" msgstr "Batterie chargée" ! #: src/gtk/window.cpp:1812 msgid "Saved battery" msgstr "Batterie enregistrée" ! #: src/gtk/window.cpp:1870 src/gtk/window.cpp:1917 msgid "----/--/-- --:--:--" msgstr "--/--/---- --:--:--" ! #: src/gtk/window.cpp:1902 msgid "%Y/%m/%d %H:%M:%S" msgstr "%d/%m/%Y %H:%M:%S" ! #: src/prof/prof.cpp:143 msgid "No space for profiling buffer(s)\n" msgstr "Pas de place pour le(s) tampon(s) de profil\n" --- 1092,1136 ---- msgstr "Seules les images GBA sont supportées." ! #: src/gtk/window.cpp:1421 #, c-format msgid "Unknown file type %s" msgstr "Type de fichier inconnu %s" ! #: src/gtk/window.cpp:1702 src/gtk/window.cpp:1716 msgid "Open" msgstr "Ouvrir" ! #: src/gtk/window.cpp:1743 msgid "All Gameboy Advance files" msgstr "Tous les fichiers Gameboy Advance" ! #: src/gtk/window.cpp:1750 msgid "Gameboy Advance files" msgstr "Fichiers Gameboy Advance" ! #: src/gtk/window.cpp:1757 msgid "Gameboy files" msgstr "Fichiers Gameboy" ! #: src/gtk/window.cpp:1787 msgid "Loaded battery" msgstr "Batterie chargée" ! #: src/gtk/window.cpp:1806 msgid "Saved battery" msgstr "Batterie enregistrée" ! #: src/gtk/window.cpp:1864 src/gtk/window.cpp:1911 msgid "----/--/-- --:--:--" msgstr "--/--/---- --:--:--" ! #: src/gtk/window.cpp:1896 msgid "%Y/%m/%d %H:%M:%S" msgstr "%d/%m/%Y %H:%M:%S" ! #: src/prof/prof.cpp:137 msgid "No space for profiling buffer(s)\n" msgstr "Pas de place pour le(s) tampon(s) de profil\n" + + #~ msgid "Failed to read complete save game %s (%d)" + #~ msgstr "La lecture de la sauvegarde %s complète a échouée (%d)" Index: fr.gmo =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/po/fr.gmo,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 Binary files /tmp/cvs69fRHH and /tmp/cvs5EsKy1 differ |
From: Sébastien G. <kx...@us...> - 2006-09-03 21:52:27
|
Update of /cvsroot/vba/VisualBoyAdvance/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21464/src Modified Files: GBAinline.h expr-lex.cpp expr.l exprNode.cpp memgzio.h remote.cpp Log Message: FIX: fixed compilation issues on Linux Index: expr.l =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/expr.l,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** expr.l 20 Oct 2002 13:03:12 -0000 1.1 --- expr.l 3 Sep 2006 21:52:25 -0000 1.2 *************** *** 5,8 **** --- 5,9 ---- #include <io.h> #define isatty _isatty + #define fileno _fileno #endif Index: expr-lex.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/expr-lex.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** expr-lex.cpp 13 May 2006 16:32:15 -0000 1.3 --- expr-lex.cpp 3 Sep 2006 21:52:25 -0000 1.4 *************** *** 387,390 **** --- 387,391 ---- #include <io.h> #define isatty _isatty + #define fileno _fileno #endif *************** *** 1286,1290 **** b->yy_is_interactive = 0; #else ! b->yy_is_interactive = file ? (isatty( _fileno(file) ) > 0) : 0; #endif #endif --- 1287,1291 ---- b->yy_is_interactive = 0; #else ! b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; #endif #endif Index: memgzio.h =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/memgzio.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** memgzio.h 23 Aug 2006 22:13:29 -0000 1.3 --- memgzio.h 3 Sep 2006 21:52:25 -0000 1.4 *************** *** 9,13 **** * Adapted from original gzio.c from zlib library by Forgotten */ ! #include <zutil.h> gzFile ZEXPORT memgzopen(char *memory, int, const char *); --- 9,18 ---- * Adapted from original gzio.c from zlib library by Forgotten */ ! ! #if defined(HAVE_ZUTIL_H) || defined(_WIN32) ! # include <zutil.h> ! #else ! # include "../win32/dependencies/zlib/zutil.h" ! #endif gzFile ZEXPORT memgzopen(char *memory, int, const char *); Index: exprNode.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/exprNode.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** exprNode.cpp 13 May 2006 16:32:15 -0000 1.4 --- exprNode.cpp 3 Sep 2006 21:52:25 -0000 1.5 *************** *** 26,29 **** --- 26,33 ---- #include "exprNode.h" + #ifndef __GNUC__ + #define strdup _strdup + #endif + extern char *yytext; *************** *** 51,55 **** { Node *n = (Node *)calloc(1, sizeof(Node)); ! n->name = _strdup(yytext); exprNodeClean(n->name); --- 55,59 ---- { Node *n = (Node *)calloc(1, sizeof(Node)); ! n->name = strdup(yytext); exprNodeClean(n->name); Index: GBAinline.h =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/GBAinline.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** GBAinline.h 24 Jun 2006 20:21:47 -0000 1.16 --- GBAinline.h 3 Sep 2006 21:52:25 -0000 1.17 *************** *** 54,58 **** READ32LE(((u32*)&map[(addr)>>24].address[(addr) & map[(addr)>>24].mask])) ! inline u32 CPUReadMemory(u32 address) { --- 54,58 ---- READ32LE(((u32*)&map[(addr)>>24].address[(addr) & map[(addr)>>24].mask])) ! static inline u32 CPUReadMemory(u32 address) { *************** *** 179,183 **** extern u32 myROM[]; ! inline u32 CPUReadHalfWord(u32 address) { #ifdef DEV_VERSION --- 179,183 ---- extern u32 myROM[]; ! static inline u32 CPUReadHalfWord(u32 address) { #ifdef DEV_VERSION *************** *** 298,302 **** } ! inline u16 CPUReadHalfWordSigned(u32 address) { u16 value = CPUReadHalfWord(address); --- 298,302 ---- } ! static inline u16 CPUReadHalfWordSigned(u32 address) { u16 value = CPUReadHalfWord(address); *************** *** 306,310 **** } ! inline u8 CPUReadByte(u32 address) { switch(address >> 24) { --- 306,310 ---- } ! static inline u8 CPUReadByte(u32 address) { switch(address >> 24) { *************** *** 388,392 **** } ! inline void CPUWriteMemory(u32 address, u32 value) { --- 388,392 ---- } ! static inline void CPUWriteMemory(u32 address, u32 value) { Index: remote.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/remote.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** remote.cpp 6 Jun 2006 22:32:19 -0000 1.10 --- remote.cpp 3 Sep 2006 21:52:25 -0000 1.11 *************** *** 33,36 **** --- 33,37 ---- # define socklen_t int # endif // ! HAVE_ARPA_INET_H + # define SOCKET int #else // _WIN32 # include <winsock.h> |
From: Sébastien G. <kx...@us...> - 2006-09-03 21:52:27
|
Update of /cvsroot/vba/VisualBoyAdvance/src/gtk In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21464/src/gtk Modified Files: system.cpp Log Message: FIX: fixed compilation issues on Linux Index: system.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/gtk/system.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** system.cpp 10 May 2004 14:59:43 -0000 1.8 --- system.cpp 3 Sep 2006 21:52:25 -0000 1.9 *************** *** 339,342 **** --- 339,346 ---- } + void debuggerBreakOnWrite(u32 address, u32 oldvalue, u32 value, int size, int t) + { + } + void (*dbgMain)() = debuggerMain; void (*dbgSignal)(int, int) = debuggerSignal; |
From: Sébastien G. <kx...@us...> - 2006-09-03 21:52:27
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21464 Modified Files: configure configure.in Log Message: FIX: fixed compilation issues on Linux Index: configure =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/configure,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** configure 20 Dec 2004 15:02:27 -0000 1.27 --- configure 3 Sep 2006 21:52:24 -0000 1.28 *************** *** 4464,4468 **** cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! #include <X11/Intrinsic.h> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 --- 4464,4468 ---- cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! #include <X11/Xlib.h> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 *************** *** 4491,4495 **** for ac_dir in $ac_x_header_dirs; do ! if test -r "$ac_dir/X11/Intrinsic.h"; then ac_x_includes=$ac_dir break --- 4491,4495 ---- for ac_dir in $ac_x_header_dirs; do ! if test -r "$ac_dir/X11/Xlib.h"; then ac_x_includes=$ac_dir break *************** *** 4505,4509 **** # Don't add to $LIBS permanently. ac_save_LIBS=$LIBS ! LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ --- 4505,4509 ---- # Don't add to $LIBS permanently. ac_save_LIBS=$LIBS ! LIBS="-lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ *************** *** 4512,4520 **** cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! #include <X11/Intrinsic.h> int main () { ! XtMalloc (0) ; return 0; --- 4512,4520 ---- cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ! #include <X11/Xlib.h> int main () { ! XrmInitialize () ; return 0; *************** *** 4554,4558 **** # Don't even attempt the hair of trying to link an X program! for ac_extension in a so sl; do ! if test -r $ac_dir/libXt.$ac_extension; then ac_x_libraries=$ac_dir break 2 --- 4554,4558 ---- # Don't even attempt the hair of trying to link an X program! for ac_extension in a so sl; do ! if test -r $ac_dir/libX11.$ac_extension; then ac_x_libraries=$ac_dir break 2 *************** *** 5654,5657 **** --- 5654,5659 ---- VBA_LIBS="../gb/libgb.a" + CXXFLAGS="$CXXFLAGS -DBKPT_SUPPORT" + if test "x$enable_c_core" = xyes; then CXXFLAGS="$CXXFLAGS -DC_CORE" Index: configure.in =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/configure.in,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** configure.in 20 Dec 2004 15:02:43 -0000 1.26 --- configure.in 3 Sep 2006 21:52:24 -0000 1.27 *************** *** 105,108 **** --- 105,110 ---- VBA_LIBS="../gb/libgb.a" + CXXFLAGS="$CXXFLAGS -DBKPT_SUPPORT" + if test "x$enable_c_core" = xyes; then CXXFLAGS="$CXXFLAGS -DC_CORE" |