Convert Source from CP850 to UTF-8.
Since it also affects screen output might result in problems e.g. should some GDI functions (no pun intended) be used, which cannot handle UTF-8. Remove a few unnecessary spacings along the way.
This commit is contained in:
parent
d9e287e08b
commit
f478dc51c0
35 changed files with 1547 additions and 1547 deletions
|
@ -865,31 +865,31 @@ void CommBufferClass::Mono_Debug_Print(int refresh)
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct ACK ID Ct ACK ID Ct ACK³ ID Rd ACK ID Rd ACK ID Rd ACK³\n");
|
Mono_Printf("│ ID Ct ACK ID Ct ACK ID Ct ACK│ ID Rd ACK ID Rd ACK ID Rd ACK│\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@ -995,31 +995,31 @@ void CommBufferClass::Mono_Debug_Print2(int refresh)
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct Type Data Name ACK ³ ID Rd Type Data Name ACK ³\n");
|
Mono_Printf("│ ID Ct Type Data Name ACK │ ID Rd Type Data Name ACK │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
|
|
@ -730,31 +730,31 @@ void CommQueueClass::Mono_Debug_Print(int refresh)
|
||||||
*/
|
*/
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct ACK ID Ct ACK ID Ct ACK³ ID Rd ACK ID Rd ACK ID Rd ACK³\n");
|
Mono_Printf("│ ID Ct ACK ID Ct ACK ID Ct ACK│ ID Rd ACK ID Rd ACK ID Rd ACK│\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -856,31 +856,31 @@ void CommQueueClass::Mono_Debug_Print2(int refresh)
|
||||||
*/
|
*/
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct Type Data Name ACK ³ ID Rd Type Data Name ACK ³\n");
|
Mono_Printf("│ ID Ct Type Data Name ACK │ ID Rd Type Data Name ACK │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -4685,7 +4685,7 @@ bool Force_CD_Available( int cd_desired ) // ajw
|
||||||
if( cd_desired == CD_DVD )
|
if( cd_desired == CD_DVD )
|
||||||
{
|
{
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
sprintf(buffer, "InsŠrez le %s", _cd_name[4]);
|
sprintf(buffer, "Insèrez le %s", _cd_name[4]);
|
||||||
#else
|
#else
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
sprintf(buffer, "Bitte %s", _cd_name[4]);
|
sprintf(buffer, "Bitte %s", _cd_name[4]);
|
||||||
|
@ -4697,7 +4697,7 @@ bool Force_CD_Available( int cd_desired ) // ajw
|
||||||
else if( cd_desired == CD_COUNTERSTRIKE || cd_desired == CD_AFTERMATH )
|
else if( cd_desired == CD_COUNTERSTRIKE || cd_desired == CD_AFTERMATH )
|
||||||
{
|
{
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
sprintf(buffer, "InsŠrez le %s", _cd_name[cd_desired]);
|
sprintf(buffer, "Insèrez le %s", _cd_name[cd_desired]);
|
||||||
#else
|
#else
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
sprintf(buffer, "Bitte %s", _cd_name[cd_desired]);
|
sprintf(buffer, "Bitte %s", _cd_name[cd_desired]);
|
||||||
|
@ -5077,11 +5077,11 @@ bool Force_CD_Available(int cd)
|
||||||
{
|
{
|
||||||
#else
|
#else
|
||||||
if(cd == 2)
|
if(cd == 2)
|
||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
sprintf(buffer, "InsŠrez le %s", _cd_name[cd]);
|
sprintf(buffer, "Insèrez le %s", _cd_name[cd]);
|
||||||
#else
|
#else
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
sprintf(buffer, "Bitte %s", _cd_name[cd]);
|
sprintf(buffer, "Bitte %s", _cd_name[cd]);
|
||||||
|
@ -5094,7 +5094,7 @@ bool Force_CD_Available(int cd)
|
||||||
{
|
{
|
||||||
#ifdef DVD
|
#ifdef DVD
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
sprintf(buffer, "InsŠrez le %s", _cd_name[4]);
|
sprintf(buffer, "Insèrez le %s", _cd_name[4]);
|
||||||
#else
|
#else
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
sprintf(buffer, "Bitte %s", _cd_name[4]);
|
sprintf(buffer, "Bitte %s", _cd_name[4]);
|
||||||
|
|
|
@ -19,17 +19,17 @@
|
||||||
#define TXT_TIME_FORMAT_NO_HOURS 3 // Temps:%02d:%02d
|
#define TXT_TIME_FORMAT_NO_HOURS 3 // Temps:%02d:%02d
|
||||||
#define TXT_BUTTON_SELL 4 // Vente
|
#define TXT_BUTTON_SELL 4 // Vente
|
||||||
#define TXT_SELL 5 // Vente structure
|
#define TXT_SELL 5 // Vente structure
|
||||||
#define TXT_BUTTON_REPAIR 6 // R‚paration
|
#define TXT_BUTTON_REPAIR 6 // Réparation
|
||||||
#define TXT_YOU 7 // Vous :
|
#define TXT_YOU 7 // Vous :
|
||||||
#define TXT_ENEMY 8 // Ennemi :
|
#define TXT_ENEMY 8 // Ennemi :
|
||||||
#define TXT_BUILD_DEST 9 // Bƒtiments d‚truits par
|
#define TXT_BUILD_DEST 9 // Bâtiments détruits par
|
||||||
#define TXT_UNIT_DEST 10 // Unit‚s d‚truites par
|
#define TXT_UNIT_DEST 10 // Unités détruites par
|
||||||
#define TXT_TIB_HARV 11 // Minerai r‚colt‚ par
|
#define TXT_TIB_HARV 11 // Minerai récolté par
|
||||||
#define TXT_SCORE_1 12 // Score: %d
|
#define TXT_SCORE_1 12 // Score: %d
|
||||||
#define TXT_YES 13 // Oui
|
#define TXT_YES 13 // Oui
|
||||||
#define TXT_NO 14 // Non
|
#define TXT_NO 14 // Non
|
||||||
#define TXT_SCENARIO_WON 15 // Mission Accomplie
|
#define TXT_SCENARIO_WON 15 // Mission Accomplie
|
||||||
#define TXT_SCENARIO_LOST 16 // Mission Echou‚e
|
#define TXT_SCENARIO_LOST 16 // Mission Echouée
|
||||||
#define TXT_START_NEW_GAME 17 // Nouvelle partie
|
#define TXT_START_NEW_GAME 17 // Nouvelle partie
|
||||||
#define TXT_INTRO 18 // Intro/Preview
|
#define TXT_INTRO 18 // Intro/Preview
|
||||||
#define TXT_CANCEL 19 // Annuler
|
#define TXT_CANCEL 19 // Annuler
|
||||||
|
@ -47,54 +47,54 @@
|
||||||
#define TXT_ROAD 31 // Route
|
#define TXT_ROAD 31 // Route
|
||||||
#define TXT_SLOPE 32 // Pente
|
#define TXT_SLOPE 32 // Pente
|
||||||
#define TXT_PATCH 33 // Patch
|
#define TXT_PATCH 33 // Patch
|
||||||
#define TXT_RIVER 34 // RiviŠre
|
#define TXT_RIVER 34 // Rivière
|
||||||
#define TXT_LOAD_MISSION 35 // Charger Mission
|
#define TXT_LOAD_MISSION 35 // Charger Mission
|
||||||
#define TXT_SAVE_MISSION 36 // Sauvegarder Mission
|
#define TXT_SAVE_MISSION 36 // Sauvegarder Mission
|
||||||
#define TXT_DELETE_MISSION 37 // Effacer Mission
|
#define TXT_DELETE_MISSION 37 // Effacer Mission
|
||||||
#define TXT_LOAD_BUTTON 38 // Charger
|
#define TXT_LOAD_BUTTON 38 // Charger
|
||||||
#define TXT_SAVE_BUTTON 39 // Sauvegarder
|
#define TXT_SAVE_BUTTON 39 // Sauvegarder
|
||||||
#define TXT_DELETE_BUTTON 40 // Effacer
|
#define TXT_DELETE_BUTTON 40 // Effacer
|
||||||
#define TXT_GAME_CONTROLS 41 // Contr“les
|
#define TXT_GAME_CONTROLS 41 // Contrôles
|
||||||
#define TXT_SOUND_CONTROLS 42 // Son
|
#define TXT_SOUND_CONTROLS 42 // Son
|
||||||
#define TXT_RESUME_MISSION 43 // Reprendre Mission
|
#define TXT_RESUME_MISSION 43 // Reprendre Mission
|
||||||
#define TXT_VISUAL_CONTROLS 44 // Affichage
|
#define TXT_VISUAL_CONTROLS 44 // Affichage
|
||||||
#define TXT_QUIT_MISSION 45 // Abandonner Mission
|
#define TXT_QUIT_MISSION 45 // Abandonner Mission
|
||||||
#define TXT_EXIT_GAME 46 // Quitter le jeu
|
#define TXT_EXIT_GAME 46 // Quitter le jeu
|
||||||
#define TXT_OPTIONS 47 // Options
|
#define TXT_OPTIONS 47 // Options
|
||||||
#define TXT_SQUISH 48 // D‚bris humains
|
#define TXT_SQUISH 48 // Débris humains
|
||||||
#define TXT_CRATER 49 // CratŠre
|
#define TXT_CRATER 49 // Cratère
|
||||||
#define TXT_SCORCH 50 // Marque de br–lure
|
#define TXT_SCORCH 50 // Marque de brûlure
|
||||||
#define TXT_BRIGHTNESS 51 // Luminosit‚ :
|
#define TXT_BRIGHTNESS 51 // Luminosité :
|
||||||
#define TXT_MUSIC 52 // Musique
|
#define TXT_MUSIC 52 // Musique
|
||||||
#define TXT_VOLUME 53 // Effets sonores
|
#define TXT_VOLUME 53 // Effets sonores
|
||||||
#define TXT_TINT 54 // Teintes :
|
#define TXT_TINT 54 // Teintes :
|
||||||
#define TXT_CONTRAST 55 // Contraste :
|
#define TXT_CONTRAST 55 // Contraste :
|
||||||
#define TXT_SPEED 56 // Vitesse du jeu :
|
#define TXT_SPEED 56 // Vitesse du jeu :
|
||||||
#define TXT_SCROLLRATE 57 // Vitesse d‚filement :
|
#define TXT_SCROLLRATE 57 // Vitesse défilement :
|
||||||
#define TXT_COLOR 58 // Couleur :
|
#define TXT_COLOR 58 // Couleur :
|
||||||
#define TXT_RETURN_TO_GAME 59 // Revenir au jeu
|
#define TXT_RETURN_TO_GAME 59 // Revenir au jeu
|
||||||
#define TXT_ENEMY_SOLDIER 60 // Soldat ennemi
|
#define TXT_ENEMY_SOLDIER 60 // Soldat ennemi
|
||||||
#define TXT_ENEMY_VEHICLE 61 // V‚hicule ennemi
|
#define TXT_ENEMY_VEHICLE 61 // Véhicule ennemi
|
||||||
#define TXT_ENEMY_STRUCTURE 62 // Structure ennemie
|
#define TXT_ENEMY_STRUCTURE 62 // Structure ennemie
|
||||||
#define TXT_LTANK 63 // Tank l‚ger
|
#define TXT_LTANK 63 // Tank léger
|
||||||
#define TXT_MTANK 64 // Tank lourd
|
#define TXT_MTANK 64 // Tank lourd
|
||||||
#define TXT_MTANK2 65 // Tank moyen
|
#define TXT_MTANK2 65 // Tank moyen
|
||||||
#define TXT_HTANK 66 // Tank Mammouth
|
#define TXT_HTANK 66 // Tank Mammouth
|
||||||
#define TXT_SAM 67 // Missiles SAM
|
#define TXT_SAM 67 // Missiles SAM
|
||||||
#define TXT_JEEP 68 // Ranger
|
#define TXT_JEEP 68 // Ranger
|
||||||
#define TXT_TRANS 69 // H‚licoptŠre Chinook
|
#define TXT_TRANS 69 // Hélicoptère Chinook
|
||||||
#define TXT_HARVESTER 70 // Collecteur minerai
|
#define TXT_HARVESTER 70 // Collecteur minerai
|
||||||
#define TXT_ARTY 71 // Artillerie
|
#define TXT_ARTY 71 // Artillerie
|
||||||
#define TXT_E1 72 // Mitrailleurs
|
#define TXT_E1 72 // Mitrailleurs
|
||||||
#define TXT_E2 73 // Grenadiers
|
#define TXT_E2 73 // Grenadiers
|
||||||
#define TXT_E3 74 // Bazookas
|
#define TXT_E3 74 // Bazookas
|
||||||
#define TXT_E4 75 // Lance-flammes
|
#define TXT_E4 75 // Lance-flammes
|
||||||
#define TXT_HELI 76 // H‚licoptŠre d'assaut
|
#define TXT_HELI 76 // Hélicoptère d'assaut
|
||||||
#define TXT_ORCA 77 // Hind
|
#define TXT_ORCA 77 // Hind
|
||||||
#define TXT_APC 78 // VBT
|
#define TXT_APC 78 // VBT
|
||||||
#define TXT_GUARD_TOWER 79 // Tour de garde
|
#define TXT_GUARD_TOWER 79 // Tour de garde
|
||||||
#define TXT_COMMAND 80 // D“me radar
|
#define TXT_COMMAND 80 // Dôme radar
|
||||||
#define TXT_HELIPAD 81 // H‚liport
|
#define TXT_HELIPAD 81 // Héliport
|
||||||
#define TXT_AIRSTRIP 82 // Piste d'atterrissage
|
#define TXT_AIRSTRIP 82 // Piste d'atterrissage
|
||||||
#define TXT_STORAGE 83 // Silo minerai
|
#define TXT_STORAGE 83 // Silo minerai
|
||||||
#define TXT_CONST_YARD 84 // Chantier de construction
|
#define TXT_CONST_YARD 84 // Chantier de construction
|
||||||
|
@ -112,10 +112,10 @@
|
||||||
#define TXT_CIV11 96 // Maison de Ludwig
|
#define TXT_CIV11 96 // Maison de Ludwig
|
||||||
#define TXT_CIV12 97 // Meules de foin
|
#define TXT_CIV12 97 // Meules de foin
|
||||||
#define TXT_CIV13 98 // Meule de foin
|
#define TXT_CIV13 98 // Meule de foin
|
||||||
#define TXT_CIV14 99 // Champ de bl‚
|
#define TXT_CIV14 99 // Champ de blé
|
||||||
#define TXT_CIV15 100 // Champ en friche
|
#define TXT_CIV15 100 // Champ en friche
|
||||||
#define TXT_CIV16 101 // Champ de ma‹s
|
#define TXT_CIV16 101 // Champ de maïs
|
||||||
#define TXT_CIV17 102 // Champ de c‚leri
|
#define TXT_CIV17 102 // Champ de céleri
|
||||||
#define TXT_CIV18 103 // Champ de pommes de terre
|
#define TXT_CIV18 103 // Champ de pommes de terre
|
||||||
#define TXT_CIV20 104 // Maison de Sala
|
#define TXT_CIV20 104 // Maison de Sala
|
||||||
#define TXT_CIV21 105 // Maison d'Abdul
|
#define TXT_CIV21 105 // Maison d'Abdul
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
#define TXT_CIV28 112 // Maison de Menelik
|
#define TXT_CIV28 112 // Maison de Menelik
|
||||||
#define TXT_CIV29 113 // Maison du pasteur John
|
#define TXT_CIV29 113 // Maison du pasteur John
|
||||||
#define TXT_CIV30 114 // Puits du village
|
#define TXT_CIV30 114 // Puits du village
|
||||||
#define TXT_CIV31 115 // Hutte du gu‚risseur
|
#define TXT_CIV31 115 // Hutte du guérisseur
|
||||||
#define TXT_CIV32 116 // Hutte de Rikitikitembo
|
#define TXT_CIV32 116 // Hutte de Rikitikitembo
|
||||||
#define TXT_CIV33 117 // Hutte de Roarke
|
#define TXT_CIV33 117 // Hutte de Roarke
|
||||||
#define TXT_CIV34 118 // Hutte de Moubasa'
|
#define TXT_CIV34 118 // Hutte de Moubasa'
|
||||||
|
@ -138,31 +138,31 @@
|
||||||
#define TXT_CIVMISS 122 // Centre technologique
|
#define TXT_CIVMISS 122 // Centre technologique
|
||||||
#define TXT_TURRET 123 // Tourelle
|
#define TXT_TURRET 123 // Tourelle
|
||||||
#define TXT_GUNBOAT 124 // Aviso-torpilleur
|
#define TXT_GUNBOAT 124 // Aviso-torpilleur
|
||||||
#define TXT_MCV 125 // V‚hicule de construction
|
#define TXT_MCV 125 // Véhicule de construction
|
||||||
#define TXT_POWER 126 // Centrale ‚lectrique
|
#define TXT_POWER 126 // Centrale électrique
|
||||||
#define TXT_ADVANCED_POWER 127 // Centrale ‚lectrique avanc‚e
|
#define TXT_ADVANCED_POWER 127 // Centrale électrique avancée
|
||||||
#define TXT_HOSPITAL 128 // H“pital
|
#define TXT_HOSPITAL 128 // Hôpital
|
||||||
#define TXT_BARRACKS 129 // Caserne
|
#define TXT_BARRACKS 129 // Caserne
|
||||||
#define TXT_PUMP 130 // Pompe
|
#define TXT_PUMP 130 // Pompe
|
||||||
#define TXT_TANKER 131 // P‚trolier
|
#define TXT_TANKER 131 // Pétrolier
|
||||||
#define TXT_SANDBAG_WALL 132 // Sacs de sable
|
#define TXT_SANDBAG_WALL 132 // Sacs de sable
|
||||||
#define TXT_CYCLONE_WALL 133 // Cl“ture grillag‚e
|
#define TXT_CYCLONE_WALL 133 // Clôture grillagée
|
||||||
#define TXT_BRICK_WALL 134 // Mur de b‚ton
|
#define TXT_BRICK_WALL 134 // Mur de béton
|
||||||
#define TXT_BARBWIRE_WALL 135 // Cl“ture barbel‚e
|
#define TXT_BARBWIRE_WALL 135 // Clôture barbelée
|
||||||
#define TXT_WOOD_WALL 136 // BarriŠre de bois
|
#define TXT_WOOD_WALL 136 // Barrière de bois
|
||||||
#define TXT_WEAPON_FACTORY 137 // Usine d'armement
|
#define TXT_WEAPON_FACTORY 137 // Usine d'armement
|
||||||
#define TXT_AGUARD_TOWER 138 // Tour de garde avanc‚e
|
#define TXT_AGUARD_TOWER 138 // Tour de garde avancée
|
||||||
#define TXT_BIO_LAB 139 // Laboratoire biologique
|
#define TXT_BIO_LAB 139 // Laboratoire biologique
|
||||||
#define TXT_FIX_IT 140 // Centre de service
|
#define TXT_FIX_IT 140 // Centre de service
|
||||||
#define TXT_TAB_SIDEBAR 141 // Contr“les
|
#define TXT_TAB_SIDEBAR 141 // Contrôles
|
||||||
#define TXT_TAB_BUTTON_CONTROLS 142 // Options
|
#define TXT_TAB_BUTTON_CONTROLS 142 // Options
|
||||||
#define TXT_TAB_BUTTON_DATABASE 143 // Base de donn‚es
|
#define TXT_TAB_BUTTON_DATABASE 143 // Base de données
|
||||||
#define TXT_SHADOW 144 // Terrain inconnu
|
#define TXT_SHADOW 144 // Terrain inconnu
|
||||||
#define TXT_OPTIONS_MENU 145 // Menu des options
|
#define TXT_OPTIONS_MENU 145 // Menu des options
|
||||||
#define TXT_STOP 146 // Stop
|
#define TXT_STOP 146 // Stop
|
||||||
#define TXT_PLAY 147 // Lect
|
#define TXT_PLAY 147 // Lect
|
||||||
#define TXT_SHUFFLE 148 // Al‚at.
|
#define TXT_SHUFFLE 148 // Aléat.
|
||||||
#define TXT_REPEAT 149 // R‚p‚ter
|
#define TXT_REPEAT 149 // Répéter
|
||||||
#define TXT_MUSIC_VOLUME 150 // Musique :
|
#define TXT_MUSIC_VOLUME 150 // Musique :
|
||||||
#define TXT_SOUND_VOLUME 151 // Effets sonores :
|
#define TXT_SOUND_VOLUME 151 // Effets sonores :
|
||||||
#define TXT_ON 152 // Oui
|
#define TXT_ON 152 // Oui
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
#define TXT_NO_FILES 155 // Pas de fichiers disponibles
|
#define TXT_NO_FILES 155 // Pas de fichiers disponibles
|
||||||
#define TXT_DELETE_SINGLE_FILE 156 // Voulez-vous effacer ce
|
#define TXT_DELETE_SINGLE_FILE 156 // Voulez-vous effacer ce
|
||||||
#define TXT_DELETE_MULTIPLE_FILES 157 // Voulez-vous effacer %d
|
#define TXT_DELETE_MULTIPLE_FILES 157 // Voulez-vous effacer %d
|
||||||
#define TXT_RESET_MENU 158 // D‚faut
|
#define TXT_RESET_MENU 158 // Défaut
|
||||||
#define TXT_CONFIRM_EXIT 159 // Voulez-vous abandonner la
|
#define TXT_CONFIRM_EXIT 159 // Voulez-vous abandonner la
|
||||||
#define TXT_MISSION_DESCRIPTION 160 // Description de la mission
|
#define TXT_MISSION_DESCRIPTION 160 // Description de la mission
|
||||||
#define TXT_C1 161 // Joe
|
#define TXT_C1 161 // Joe
|
||||||
|
@ -187,23 +187,23 @@
|
||||||
#define TXT_BIB 171 // Cour
|
#define TXT_BIB 171 // Cour
|
||||||
#define TXT_FASTER 172 // Rapide
|
#define TXT_FASTER 172 // Rapide
|
||||||
#define TXT_SLOWER 173 // Lent
|
#define TXT_SLOWER 173 // Lent
|
||||||
#define TXT_AIR_STRIKE 174 // Attaque a‚rienne
|
#define TXT_AIR_STRIKE 174 // Attaque aérienne
|
||||||
#define TXT_STEEL_CRATE 175 // Caisse d'acier
|
#define TXT_STEEL_CRATE 175 // Caisse d'acier
|
||||||
#define TXT_WOOD_CRATE 176 // Caisse de bois
|
#define TXT_WOOD_CRATE 176 // Caisse de bois
|
||||||
#define TXT_WATER_CRATE 177 // Caisse flottante
|
#define TXT_WATER_CRATE 177 // Caisse flottante
|
||||||
#define TXT_FLAG_SPOT 178 // Emplacement du drapeau
|
#define TXT_FLAG_SPOT 178 // Emplacement du drapeau
|
||||||
#define TXT_UNABLE_READ_SCENARIO 179 // Lecture sc‚nario impossible
|
#define TXT_UNABLE_READ_SCENARIO 179 // Lecture scénario impossible
|
||||||
#define TXT_ERROR_LOADING_GAME 180 // Erreur de chargement !
|
#define TXT_ERROR_LOADING_GAME 180 // Erreur de chargement !
|
||||||
#define TXT_OBSOLETE_SAVEGAME 181 // Sauvegarde obsolŠte
|
#define TXT_OBSOLETE_SAVEGAME 181 // Sauvegarde obsolète
|
||||||
#define TXT_MUSTENTER_DESCRIPTION 182 // Vous devez entrer une
|
#define TXT_MUSTENTER_DESCRIPTION 182 // Vous devez entrer une
|
||||||
#define TXT_ERROR_SAVING_GAME 183 // Erreur de sauvegarde !
|
#define TXT_ERROR_SAVING_GAME 183 // Erreur de sauvegarde !
|
||||||
#define TXT_DELETE_FILE_QUERY 184 // Effacer ce fichier ?
|
#define TXT_DELETE_FILE_QUERY 184 // Effacer ce fichier ?
|
||||||
#define TXT_EMPTY_SLOT 185 // [EMPLACEMENT VIDE]
|
#define TXT_EMPTY_SLOT 185 // [EMPLACEMENT VIDE]
|
||||||
#define TXT_SELECT_MPLAYER_GAME 186 // Choix du jeu Multijoueurs
|
#define TXT_SELECT_MPLAYER_GAME 186 // Choix du jeu Multijoueurs
|
||||||
#define TXT_MODEM_SERIAL 187 // Modem/S‚rie
|
#define TXT_MODEM_SERIAL 187 // Modem/Série
|
||||||
#define TXT_NETWORK 188 // R‚seau
|
#define TXT_NETWORK 188 // Réseau
|
||||||
#define TXT_INIT_NET_ERROR 189 // Initialisation r‚seau
|
#define TXT_INIT_NET_ERROR 189 // Initialisation réseau
|
||||||
#define TXT_JOIN_NETWORK_GAME 190 // Rejoindre jeu en r‚seau
|
#define TXT_JOIN_NETWORK_GAME 190 // Rejoindre jeu en réseau
|
||||||
#define TXT_NEW 191 // Nouveau
|
#define TXT_NEW 191 // Nouveau
|
||||||
#define TXT_JOIN 192 // Joindre
|
#define TXT_JOIN 192 // Joindre
|
||||||
#define TXT_SEND_MESSAGE 193 // Envoi Message
|
#define TXT_SEND_MESSAGE 193 // Envoi Message
|
||||||
|
@ -212,14 +212,14 @@
|
||||||
#define TXT_COLOR_COLON 196 // Couleur :
|
#define TXT_COLOR_COLON 196 // Couleur :
|
||||||
#define TXT_GAMES 197 // Parties
|
#define TXT_GAMES 197 // Parties
|
||||||
#define TXT_PLAYERS 198 // Joueurs
|
#define TXT_PLAYERS 198 // Joueurs
|
||||||
#define TXT_SCENARIO_COLON 199 // Sc‚nario :
|
#define TXT_SCENARIO_COLON 199 // Scénario :
|
||||||
#define TXT_NOT_FOUND 200 // >> NON TROUVE <<
|
#define TXT_NOT_FOUND 200 // >> NON TROUVE <<
|
||||||
#define TXT_START_CREDITS_COLON 201 // Cr‚dits :
|
#define TXT_START_CREDITS_COLON 201 // Crédits :
|
||||||
#define TXT_BASES_COLON 202 // Bases :
|
#define TXT_BASES_COLON 202 // Bases :
|
||||||
#define TXT_TIBERIUM_COLON 203 // Minerai :
|
#define TXT_TIBERIUM_COLON 203 // Minerai :
|
||||||
#define TXT_CRATES_COLON 204 // Caisses :
|
#define TXT_CRATES_COLON 204 // Caisses :
|
||||||
#define TXT_AI_PLAYERS_COLON 205 // Joueurs IA :
|
#define TXT_AI_PLAYERS_COLON 205 // Joueurs IA :
|
||||||
#define TXT_REQUEST_DENIED 206 // Demande refus‚e.
|
#define TXT_REQUEST_DENIED 206 // Demande refusée.
|
||||||
#define TXT_UNABLE_PLAY_WAAUGH 207 // Impossible de jouer,
|
#define TXT_UNABLE_PLAY_WAAUGH 207 // Impossible de jouer,
|
||||||
#define TXT_NOTHING_TO_JOIN 208 // Aucune partie disponible !
|
#define TXT_NOTHING_TO_JOIN 208 // Aucune partie disponible !
|
||||||
#define TXT_NAME_ERROR 209 // Vous devez entrer un nom !
|
#define TXT_NAME_ERROR 209 // Vous devez entrer un nom !
|
||||||
|
@ -231,58 +231,58 @@
|
||||||
#define TXT_NETGAME_SETUP 215 // Configuration du jeu en
|
#define TXT_NETGAME_SETUP 215 // Configuration du jeu en
|
||||||
#define TXT_REJECT 216 // Rejeter
|
#define TXT_REJECT 216 // Rejeter
|
||||||
#define TXT_CANT_REJECT_SELF 217 // Vous ne pouvez pas vous
|
#define TXT_CANT_REJECT_SELF 217 // Vous ne pouvez pas vous
|
||||||
#define TXT_SELECT_PLAYER_REJECT 218 // Vous devez s‚lectionner un
|
#define TXT_SELECT_PLAYER_REJECT 218 // Vous devez sélectionner un
|
||||||
#define TXT_BASES 219 // Bases
|
#define TXT_BASES 219 // Bases
|
||||||
#define TXT_CRATES 220 // Caisses
|
#define TXT_CRATES 220 // Caisses
|
||||||
#define TXT_AI_PLAYERS 221 // Joueur IA
|
#define TXT_AI_PLAYERS 221 // Joueur IA
|
||||||
#define TXT_SCENARIOS 222 // Sc‚narios
|
#define TXT_SCENARIOS 222 // Scénarios
|
||||||
#define TXT_CREDITS_COLON 223 // Cr‚dits :
|
#define TXT_CREDITS_COLON 223 // Crédits :
|
||||||
#define TXT_ONLY_ONE 224 // Un seul joueur ?
|
#define TXT_ONLY_ONE 224 // Un seul joueur ?
|
||||||
#define TXT_OOPS 225 // Oops !
|
#define TXT_OOPS 225 // Oops !
|
||||||
#define TXT_TO 226 // Pour %s :
|
#define TXT_TO 226 // Pour %s :
|
||||||
#define TXT_TO_ALL 227 // Pour tous
|
#define TXT_TO_ALL 227 // Pour tous
|
||||||
#define TXT_MESSAGE 228 // Message :
|
#define TXT_MESSAGE 228 // Message :
|
||||||
#define TXT_CONNECTION_LOST 229 // Perte de connexion avec %s
|
#define TXT_CONNECTION_LOST 229 // Perte de connexion avec %s
|
||||||
#define TXT_LEFT_GAME 230 // %s a quitt‚ le jeu.
|
#define TXT_LEFT_GAME 230 // %s a quitté le jeu.
|
||||||
#define TXT_PLAYER_DEFEATED 231 // %s a ‚t‚ vaincu !
|
#define TXT_PLAYER_DEFEATED 231 // %s a été vaincu !
|
||||||
#define TXT_WAITING_CONNECT 232 // Attente de connexion...
|
#define TXT_WAITING_CONNECT 232 // Attente de connexion...
|
||||||
#define TXT_NULL_CONNERR_CHECK_CABLES 233 // Erreur de connexion !
|
#define TXT_NULL_CONNERR_CHECK_CABLES 233 // Erreur de connexion !
|
||||||
#define TXT_MODEM_CONNERR_REDIALING 234 // Erreur de connexion !
|
#define TXT_MODEM_CONNERR_REDIALING 234 // Erreur de connexion !
|
||||||
#define TXT_MODEM_CONNERR_WAITING 235 // Erreur de connexion !
|
#define TXT_MODEM_CONNERR_WAITING 235 // Erreur de connexion !
|
||||||
#define TXT_SELECT_SERIAL_GAME 236 // Choix du jeu en s‚rie
|
#define TXT_SELECT_SERIAL_GAME 236 // Choix du jeu en série
|
||||||
#define TXT_DIAL_MODEM 237 // Appel
|
#define TXT_DIAL_MODEM 237 // Appel
|
||||||
#define TXT_ANSWER_MODEM 238 // Attente appel
|
#define TXT_ANSWER_MODEM 238 // Attente appel
|
||||||
#define TXT_NULL_MODEM 239 // Null Modem
|
#define TXT_NULL_MODEM 239 // Null Modem
|
||||||
#define TXT_SETTINGS 240 // ParamŠtres
|
#define TXT_SETTINGS 240 // Paramètres
|
||||||
#define TXT_PORT_COLON 241 // Port :
|
#define TXT_PORT_COLON 241 // Port :
|
||||||
#define TXT_IRQ_COLON 242 // IRQ :
|
#define TXT_IRQ_COLON 242 // IRQ :
|
||||||
#define TXT_BAUD_COLON 243 // Bauds :
|
#define TXT_BAUD_COLON 243 // Bauds :
|
||||||
#define TXT_INIT_STRING 244 // ChaŒne d'initialisation
|
#define TXT_INIT_STRING 244 // Chaîne d'initialisation
|
||||||
#define TXT_CWAIT_STRING 245 // ChaŒne d'attente d'appel
|
#define TXT_CWAIT_STRING 245 // Chaîne d'attente d'appel
|
||||||
#define TXT_TONE_BUTTON 246 // Tonalit‚
|
#define TXT_TONE_BUTTON 246 // Tonalité
|
||||||
#define TXT_PULSE_BUTTON 247 // Impulsions
|
#define TXT_PULSE_BUTTON 247 // Impulsions
|
||||||
#define TXT_HOST_SERIAL_GAME 248 // H“te du jeu en s‚rie
|
#define TXT_HOST_SERIAL_GAME 248 // Hôte du jeu en série
|
||||||
#define TXT_OPPONENT_COLON 249 // Adversaire :
|
#define TXT_OPPONENT_COLON 249 // Adversaire :
|
||||||
#define TXT_USER_SIGNED_OFF 250 // Utilisateur reparti !
|
#define TXT_USER_SIGNED_OFF 250 // Utilisateur reparti !
|
||||||
#define TXT_JOIN_SERIAL_GAME 251 // Rejoindre jeu en s‚rie
|
#define TXT_JOIN_SERIAL_GAME 251 // Rejoindre jeu en série
|
||||||
#define TXT_PHONE_LIST 252 // R‚pertoire
|
#define TXT_PHONE_LIST 252 // Répertoire
|
||||||
#define TXT_ADD 253 // Ajouter
|
#define TXT_ADD 253 // Ajouter
|
||||||
#define TXT_EDIT 254 // Editer
|
#define TXT_EDIT 254 // Editer
|
||||||
#define TXT_DIAL 255 // Appel
|
#define TXT_DIAL 255 // Appel
|
||||||
#define TXT_DEFAULT 256 // D‚faut
|
#define TXT_DEFAULT 256 // Défaut
|
||||||
#define TXT_DEFAULT_SETTINGS 257 // D‚faut
|
#define TXT_DEFAULT_SETTINGS 257 // Défaut
|
||||||
#define TXT_CUSTOM_SETTINGS 258 // Autres paramŠtres
|
#define TXT_CUSTOM_SETTINGS 258 // Autres paramètres
|
||||||
#define TXT_PHONE_LISTING 259 // R‚pertoire
|
#define TXT_PHONE_LISTING 259 // Répertoire
|
||||||
#define TXT_NAME_COLON 260 // Nom :
|
#define TXT_NAME_COLON 260 // Nom :
|
||||||
#define TXT_NUMBER_COLON 261 // Num‚ro :
|
#define TXT_NUMBER_COLON 261 // Numéro :
|
||||||
#define TXT_UNABLE_FIND_MODEM 262 // Modem non d‚tect‚. V‚rifiez
|
#define TXT_UNABLE_FIND_MODEM 262 // Modem non détecté. Vérifiez
|
||||||
#define TXT_NO_CARRIER 263 // Pas de porteuse.
|
#define TXT_NO_CARRIER 263 // Pas de porteuse.
|
||||||
#define TXT_LINE_BUSY 264 // Ligne occup‚e.
|
#define TXT_LINE_BUSY 264 // Ligne occupée.
|
||||||
#define TXT_NUMBER_INVALID 265 // Num‚ro incorrect.
|
#define TXT_NUMBER_INVALID 265 // Numéro incorrect.
|
||||||
#define TXT_SYSTEM_NOT_RESPONDING 266 // L'autre systŠme ne r‚pond
|
#define TXT_SYSTEM_NOT_RESPONDING 266 // L'autre système ne répond
|
||||||
#define TXT_OUT_OF_SYNC 267 // Mauvaise synchronisation !
|
#define TXT_OUT_OF_SYNC 267 // Mauvaise synchronisation !
|
||||||
#define TXT_PACKET_TOO_LATE 268 // Paquet re‡u trop tard !
|
#define TXT_PACKET_TOO_LATE 268 // Paquet reçu trop tard !
|
||||||
#define TXT_PLAYER_LEFT_GAME 269 // L'autre joueur a quitt‚ le
|
#define TXT_PLAYER_LEFT_GAME 269 // L'autre joueur a quitté le
|
||||||
#define TXT_FROM 270 // De %s:%s
|
#define TXT_FROM 270 // De %s:%s
|
||||||
#define TXT_SCORE_TIME 271 // TEMPS :
|
#define TXT_SCORE_TIME 271 // TEMPS :
|
||||||
#define TXT_SCORE_LEAD 272 // COMMANDEMENT :
|
#define TXT_SCORE_LEAD 272 // COMMANDEMENT :
|
||||||
|
@ -298,12 +298,12 @@
|
||||||
#define TXT_SCORE_TIMEFORMAT1 282 // %dh %dm
|
#define TXT_SCORE_TIMEFORMAT1 282 // %dh %dm
|
||||||
#define TXT_SCORE_TIMEFORMAT2 283 // %dm
|
#define TXT_SCORE_TIMEFORMAT2 283 // %dm
|
||||||
#define TXT_DIALING 284 // Appel...
|
#define TXT_DIALING 284 // Appel...
|
||||||
#define TXT_DIALING_CANCELED 285 // Appel annul‚
|
#define TXT_DIALING_CANCELED 285 // Appel annulé
|
||||||
#define TXT_WAITING_FOR_CALL 286 // Attente d'appel...
|
#define TXT_WAITING_FOR_CALL 286 // Attente d'appel...
|
||||||
#define TXT_ANSWERING_CANCELED 287 // Attente d'appel annul‚e
|
#define TXT_ANSWERING_CANCELED 287 // Attente d'appel annulée
|
||||||
#define TXT_E6 288 // Ing‚nieurs
|
#define TXT_E6 288 // Ingénieurs
|
||||||
#define TXT_E8 289 // Espion
|
#define TXT_E8 289 // Espion
|
||||||
#define TXT_MODEM_OR_LOOPBACK 290 // Pas de cƒble Null Modem
|
#define TXT_MODEM_OR_LOOPBACK 290 // Pas de câble Null Modem
|
||||||
#define TXT_MAP 291 // Carte
|
#define TXT_MAP 291 // Carte
|
||||||
#define TXT_BLOSSOM_TREE 292 // Arbre en fleurs
|
#define TXT_BLOSSOM_TREE 292 // Arbre en fleurs
|
||||||
#define TXT_RESTATE_MISSION 293 // Briefing
|
#define TXT_RESTATE_MISSION 293 // Briefing
|
||||||
|
@ -312,44 +312,44 @@
|
||||||
#define TXT_LEVEL 296 // Niveau :
|
#define TXT_LEVEL 296 // Niveau :
|
||||||
#define TXT_OPPONENT 297 // Adversaire
|
#define TXT_OPPONENT 297 // Adversaire
|
||||||
#define TXT_KILLS_COLON 298 // Vict.:
|
#define TXT_KILLS_COLON 298 // Vict.:
|
||||||
#define TXT_VIDEO 299 // Vid‚o
|
#define TXT_VIDEO 299 // Vidéo
|
||||||
#define TXT_C10 300 // Scientifique
|
#define TXT_C10 300 // Scientifique
|
||||||
#define TXT_CAPTURE_THE_FLAG 301 // Capture drapeau
|
#define TXT_CAPTURE_THE_FLAG 301 // Capture drapeau
|
||||||
#define TXT_OBJECTIVE 302 // Objectifs de mission
|
#define TXT_OBJECTIVE 302 // Objectifs de mission
|
||||||
#define TXT_MISSION 303 // Mission
|
#define TXT_MISSION 303 // Mission
|
||||||
#define TXT_NO_SAVES 304 // Pas de sauvegardes
|
#define TXT_NO_SAVES 304 // Pas de sauvegardes
|
||||||
#define TXT_CIVILIAN_BUILDING 305 // Bƒtiment civil
|
#define TXT_CIVILIAN_BUILDING 305 // Bâtiment civil
|
||||||
#define TXT_TECHNICIAN 306 // Technicien
|
#define TXT_TECHNICIAN 306 // Technicien
|
||||||
#define TXT_NO_SAVELOAD 307 // Sauvegarde interdite en
|
#define TXT_NO_SAVELOAD 307 // Sauvegarde interdite en
|
||||||
#define TXT_DELPHI 308 // Agent Sp‚cial 1
|
#define TXT_DELPHI 308 // Agent Spécial 1
|
||||||
#define TXT_TO_REPLAY 309 // Voulez-vous recommencer
|
#define TXT_TO_REPLAY 309 // Voulez-vous recommencer
|
||||||
#define TXT_RECONN_TO 310 // Reconnexion vers %s.
|
#define TXT_RECONN_TO 310 // Reconnexion vers %s.
|
||||||
#define TXT_PLEASE_WAIT 311 // Attendez %02d secondes.
|
#define TXT_PLEASE_WAIT 311 // Attendez %02d secondes.
|
||||||
#define TXT_SURRENDER 312 // Voulez-vous vous rendre ?
|
#define TXT_SURRENDER 312 // Voulez-vous vous rendre ?
|
||||||
#define TXT_SEL_TRANS 313 // CHOIX DE LA TRANSMISSION
|
#define TXT_SEL_TRANS 313 // CHOIX DE LA TRANSMISSION
|
||||||
#define TXT_GAMENAME_MUSTBE_UNIQUE 314 // Les sauvegardes ne peuvent
|
#define TXT_GAMENAME_MUSTBE_UNIQUE 314 // Les sauvegardes ne peuvent
|
||||||
#define TXT_GAME_IS_CLOSED 315 // Partie ferm‚e.
|
#define TXT_GAME_IS_CLOSED 315 // Partie fermée.
|
||||||
#define TXT_NAME_MUSTBE_UNIQUE 316 // Les noms doivent ˆtre tous
|
#define TXT_NAME_MUSTBE_UNIQUE 316 // Les noms doivent être tous
|
||||||
#define TXT_RECONNECTING_TO 317 // Reconnexion vers %s
|
#define TXT_RECONNECTING_TO 317 // Reconnexion vers %s
|
||||||
#define TXT_WAITING_FOR_CONNECTIONS 318 // Attente de connexions...
|
#define TXT_WAITING_FOR_CONNECTIONS 318 // Attente de connexions...
|
||||||
#define TXT_TIME_ALLOWED 319 // Temps autoris‚ : %02d
|
#define TXT_TIME_ALLOWED 319 // Temps autorisé : %02d
|
||||||
#define TXT_PRESS_ESC 320 // Appuyez sur Echap pour
|
#define TXT_PRESS_ESC 320 // Appuyez sur Echap pour
|
||||||
#define TXT_JUST_YOU_AND_ME 321 // De l'ordinateur : Il ne
|
#define TXT_JUST_YOU_AND_ME 321 // De l'ordinateur : Il ne
|
||||||
#define TXT_CAPTURE_THE_FLAG_COLON 322 // Capture du drapeau :
|
#define TXT_CAPTURE_THE_FLAG_COLON 322 // Capture du drapeau :
|
||||||
#define TXT_CHAN 323 // Agent Sp‚cial 2
|
#define TXT_CHAN 323 // Agent Spécial 2
|
||||||
#define TXT_HAS_ALLIED 324 // %s s'est alli‚(e) avec %s
|
#define TXT_HAS_ALLIED 324 // %s s'est allié(e) avec %s
|
||||||
#define TXT_AT_WAR 325 // %s d‚clare la guerre … %s
|
#define TXT_AT_WAR 325 // %s déclare la guerre à %s
|
||||||
#define TXT_SEL_TARGET 326 // Choisissez un cible
|
#define TXT_SEL_TARGET 326 // Choisissez un cible
|
||||||
#define TXT_RESIGN 327 // Abandonner
|
#define TXT_RESIGN 327 // Abandonner
|
||||||
#define TXT_TIBERIUM_FAST 328 // Le minerai pousse trŠs
|
#define TXT_TIBERIUM_FAST 328 // Le minerai pousse très
|
||||||
#define TXT_ANSWERING 329 // R‚ponse en cours...
|
#define TXT_ANSWERING 329 // Réponse en cours...
|
||||||
#define TXT_INITIALIZING_MODEM 330 // Initialisation Modem...
|
#define TXT_INITIALIZING_MODEM 330 // Initialisation Modem...
|
||||||
#define TXT_SCENARIOS_DO_NOT_MATCH 331 // Les sc‚narios ne
|
#define TXT_SCENARIOS_DO_NOT_MATCH 331 // Les scénarios ne
|
||||||
#define TXT_POWER_OUTPUT 332 // Production d'‚nergie
|
#define TXT_POWER_OUTPUT 332 // Production d'énergie
|
||||||
#define TXT_POWER_OUTPUT_LOW 333 // Production d'‚nergie
|
#define TXT_POWER_OUTPUT_LOW 333 // Production d'énergie
|
||||||
#define TXT_CONTINUE 334 // Continuer
|
#define TXT_CONTINUE 334 // Continuer
|
||||||
#define TXT_QUEUE_FULL 335 // Saturation des donn‚es …
|
#define TXT_QUEUE_FULL 335 // Saturation des données à
|
||||||
#define TXT_SPECIAL_WARNING 336 // %s a modifi‚ les options de
|
#define TXT_SPECIAL_WARNING 336 // %s a modifié les options de
|
||||||
#define TXT_CD_DIALOG_1 337 // Placez un CD d'Alerte Rouge
|
#define TXT_CD_DIALOG_1 337 // Placez un CD d'Alerte Rouge
|
||||||
#define TXT_CD_DIALOG_2 338 // Placez le CD %d (%s) dans
|
#define TXT_CD_DIALOG_2 338 // Placez le CD %d (%s) dans
|
||||||
#define TXT_CD_ERROR1 339 // Alerte Rouge n'a pas
|
#define TXT_CD_ERROR1 339 // Alerte Rouge n'a pas
|
||||||
|
@ -362,32 +362,32 @@
|
||||||
#define TXT_WAITING_FOR_OPPONENT 346 // Attente adversaire
|
#define TXT_WAITING_FOR_OPPONENT 346 // Attente adversaire
|
||||||
#define TXT_SELECT_SETTINGS 347 // Choisissez l'option
|
#define TXT_SELECT_SETTINGS 347 // Choisissez l'option
|
||||||
#define TXT_PRISON 348 // Prison
|
#define TXT_PRISON 348 // Prison
|
||||||
#define TXT_GAME_WAS_SAVED 349 // Mission sauvegard‚e
|
#define TXT_GAME_WAS_SAVED 349 // Mission sauvegardée
|
||||||
#define TXT_SPACE_CANT_SAVE 350 // Espace disque insuffisant
|
#define TXT_SPACE_CANT_SAVE 350 // Espace disque insuffisant
|
||||||
#define TXT_INVALID_PORT_ADDRESS 351 // Port/Adresse invalide. COM
|
#define TXT_INVALID_PORT_ADDRESS 351 // Port/Adresse invalide. COM
|
||||||
#define TXT_INVALID_SETTINGS 352 // paramŠtres Port et/ou IRQ
|
#define TXT_INVALID_SETTINGS 352 // paramètres Port et/ou IRQ
|
||||||
#define TXT_IRQ_ALREADY_IN_USE 353 // IRQ d‚j… utilis‚
|
#define TXT_IRQ_ALREADY_IN_USE 353 // IRQ déjà utilisé
|
||||||
#define TXT_ABORT 354 // Oui
|
#define TXT_ABORT 354 // Oui
|
||||||
#define TXT_RESTART 355 // Recommencer
|
#define TXT_RESTART 355 // Recommencer
|
||||||
#define TXT_RESTARTING 356 // Mission relanc‚e. Attendez
|
#define TXT_RESTARTING 356 // Mission relancée. Attendez
|
||||||
#define TXT_LOADING 357 // Chargement de la mission.
|
#define TXT_LOADING 357 // Chargement de la mission.
|
||||||
#define TXT_ERROR_IN_INITSTRING 358 // Erreur chaŒne
|
#define TXT_ERROR_IN_INITSTRING 358 // Erreur chaîne
|
||||||
#define TXT_SHADOW_COLON 359 // Ombre
|
#define TXT_SHADOW_COLON 359 // Ombre
|
||||||
#define TXT_AVMINE 360 // Mine Anti-V‚hicule
|
#define TXT_AVMINE 360 // Mine Anti-Véhicule
|
||||||
#define TXT_APMINE 361 // Mine Anti-Personnel
|
#define TXT_APMINE 361 // Mine Anti-Personnel
|
||||||
#define TXT_NEW_MISSIONS 362 // Nouvelles missions
|
#define TXT_NEW_MISSIONS 362 // Nouvelles missions
|
||||||
#define TXT_THIEF 363 // Voleur
|
#define TXT_THIEF 363 // Voleur
|
||||||
#define TXT_MRJ 364 // Brouilleur de radar
|
#define TXT_MRJ 364 // Brouilleur de radar
|
||||||
#define TXT_GAP_GENERATOR 365 // G‚n‚rateur d'ombre
|
#define TXT_GAP_GENERATOR 365 // Générateur d'ombre
|
||||||
#define TXT_PILLBOX 366 // Bunker
|
#define TXT_PILLBOX 366 // Bunker
|
||||||
#define TXT_CAMOPILLBOX 367 // Bunker camoufl‚
|
#define TXT_CAMOPILLBOX 367 // Bunker camouflé
|
||||||
#define TXT_CHRONOSPHERE 368 // ChronosphŠre
|
#define TXT_CHRONOSPHERE 368 // Chronosphère
|
||||||
#define TXT_ENGLAND 369 // Roy. Uni
|
#define TXT_ENGLAND 369 // Roy. Uni
|
||||||
#define TXT_GERMANY 370 // Allemagne
|
#define TXT_GERMANY 370 // Allemagne
|
||||||
#define TXT_SPAIN 371 // Espagne
|
#define TXT_SPAIN 371 // Espagne
|
||||||
#define TXT_USSR 372 // URSS
|
#define TXT_USSR 372 // URSS
|
||||||
#define TXT_UKRAINE 373 // Ukraine
|
#define TXT_UKRAINE 373 // Ukraine
|
||||||
#define TXT_GREECE 374 // GrŠce
|
#define TXT_GREECE 374 // Grèce
|
||||||
#define TXT_FRANCE 375 // France
|
#define TXT_FRANCE 375 // France
|
||||||
#define TXT_TURKEY 376 // Turquie
|
#define TXT_TURKEY 376 // Turquie
|
||||||
#define TXT_SHORE 377 // Rivage
|
#define TXT_SHORE 377 // Rivage
|
||||||
|
@ -401,14 +401,14 @@
|
||||||
#define TXT_CHANNEL_GAMES 385 // Parties
|
#define TXT_CHANNEL_GAMES 385 // Parties
|
||||||
#define TXT_SAVING_GAME 386 // Sauvegarder partie...
|
#define TXT_SAVING_GAME 386 // Sauvegarder partie...
|
||||||
#define TXT_GAME_FULL 387 // La partie est au complet.
|
#define TXT_GAME_FULL 387 // La partie est au complet.
|
||||||
#define TXT_MUST_SELECT_GAME 388 // Vous devez s‚lectionner une
|
#define TXT_MUST_SELECT_GAME 388 // Vous devez sélectionner une
|
||||||
#define TXT_S_PLAYING_S 389 // %s joue contre %s
|
#define TXT_S_PLAYING_S 389 // %s joue contre %s
|
||||||
#define TXT_ONLY_HOST_CAN_MODIFY 390 // Seul l'h“te peut modifier
|
#define TXT_ONLY_HOST_CAN_MODIFY 390 // Seul l'hôte peut modifier
|
||||||
#define TXT_GAME_CANCELLED 391 // La partie a ‚t‚ annul‚e.
|
#define TXT_GAME_CANCELLED 391 // La partie a été annulée.
|
||||||
#define TXT_S_FORMED_NEW_GAME 392 // %s a initi‚ une nouvelle
|
#define TXT_S_FORMED_NEW_GAME 392 // %s a initié une nouvelle
|
||||||
#define TXT_GAME_NOW_IN_PROGRESS 393 // La partie de %s est
|
#define TXT_GAME_NOW_IN_PROGRESS 393 // La partie de %s est
|
||||||
#define TXT_TESLA 394 // Bobine de Tesla
|
#define TXT_TESLA 394 // Bobine de Tesla
|
||||||
#define TXT_MGG 395 // G‚n‚rateur d'ombre mobile
|
#define TXT_MGG 395 // Générateur d'ombre mobile
|
||||||
#define TXT_FLAME_TURRET 396 // Tour lance-flammes
|
#define TXT_FLAME_TURRET 396 // Tour lance-flammes
|
||||||
#define TXT_AAGUN 397 // Canon Anti-Avion
|
#define TXT_AAGUN 397 // Canon Anti-Avion
|
||||||
#define TXT_KENNEL 398 // Niche
|
#define TXT_KENNEL 398 // Niche
|
||||||
|
@ -416,29 +416,29 @@
|
||||||
#define TXT_BADGER 400 // Bombardier
|
#define TXT_BADGER 400 // Bombardier
|
||||||
#define TXT_MIG 401 // Mig
|
#define TXT_MIG 401 // Mig
|
||||||
#define TXT_YAK 402 // Yak
|
#define TXT_YAK 402 // Yak
|
||||||
#define TXT_FENCE 403 // Barbel‚s
|
#define TXT_FENCE 403 // Barbelés
|
||||||
#define TXT_MEDIC 404 // M‚decin
|
#define TXT_MEDIC 404 // Médecin
|
||||||
#define TXT_SABOTEUR 405 // Saboteur
|
#define TXT_SABOTEUR 405 // Saboteur
|
||||||
#define TXT_GENERAL 406 // G‚n‚ral
|
#define TXT_GENERAL 406 // Général
|
||||||
#define TXT_E7 407 // Tanya
|
#define TXT_E7 407 // Tanya
|
||||||
#define TXT_PARA_BOMB 408 // Parabombes
|
#define TXT_PARA_BOMB 408 // Parabombes
|
||||||
#define TXT_PARA_INFANTRY 409 // Parachutistes
|
#define TXT_PARA_INFANTRY 409 // Parachutistes
|
||||||
#define TXT_PARA_SABOTEUR 410 // Saboteur parachutiste
|
#define TXT_PARA_SABOTEUR 410 // Saboteur parachutiste
|
||||||
#define TXT_SHIP_YARD 411 // Chantier naval
|
#define TXT_SHIP_YARD 411 // Chantier naval
|
||||||
#define TXT_SUB_PEN 412 // Port sous-marin
|
#define TXT_SUB_PEN 412 // Port sous-marin
|
||||||
#define TXT_SCENARIO_OPTIONS 413 // Options Sc‚nario
|
#define TXT_SCENARIO_OPTIONS 413 // Options Scénario
|
||||||
#define TXT_SPY_MISSION 414 // Avion espion
|
#define TXT_SPY_MISSION 414 // Avion espion
|
||||||
#define TXT_U2 415 // Avion espion
|
#define TXT_U2 415 // Avion espion
|
||||||
#define TXT_GUARD_DOG 416 // Chien d'attaque
|
#define TXT_GUARD_DOG 416 // Chien d'attaque
|
||||||
#define TXT_SPY_INFO 417 // Info Espion
|
#define TXT_SPY_INFO 417 // Info Espion
|
||||||
#define TXT_BUILDNGS 418 // Bƒtiments
|
#define TXT_BUILDNGS 418 // Bâtiments
|
||||||
#define TXT_UNITS 419 // Unit‚s
|
#define TXT_UNITS 419 // Unités
|
||||||
#define TXT_INFANTRY 420 // Infanterie
|
#define TXT_INFANTRY 420 // Infanterie
|
||||||
#define TXT_AIRCRAFT 421 // Avion
|
#define TXT_AIRCRAFT 421 // Avion
|
||||||
#define TXT_TRUCK 422 // Camion d'approvisionnement
|
#define TXT_TRUCK 422 // Camion d'approvisionnement
|
||||||
#define TXT_INVUL 423 // Module d'invuln‚rabilit‚
|
#define TXT_INVUL 423 // Module d'invulnérabilité
|
||||||
#define TXT_IRON_CURTAIN 424 // Rideau de Fer
|
#define TXT_IRON_CURTAIN 424 // Rideau de Fer
|
||||||
#define TXT_ADVANCED_TECH 425 // Centre technique avanc‚
|
#define TXT_ADVANCED_TECH 425 // Centre technique avancé
|
||||||
#define TXT_V2_LAUNCHER 426 // Lance-roquettes V2
|
#define TXT_V2_LAUNCHER 426 // Lance-roquettes V2
|
||||||
#define TXT_FORWARD_COM 427 // Poste de commandement
|
#define TXT_FORWARD_COM 427 // Poste de commandement
|
||||||
#define TXT_DEMOLITIONER 428 // Bombardeur
|
#define TXT_DEMOLITIONER 428 // Bombardeur
|
||||||
|
@ -447,19 +447,19 @@
|
||||||
#define TXT_FAKE_WEAP 431 // Usine d'armement leurre
|
#define TXT_FAKE_WEAP 431 // Usine d'armement leurre
|
||||||
#define TXT_FAKE_YARD 432 // Chantier naval leurre
|
#define TXT_FAKE_YARD 432 // Chantier naval leurre
|
||||||
#define TXT_FAKE_PEN 433 // Port sous-marin leurre
|
#define TXT_FAKE_PEN 433 // Port sous-marin leurre
|
||||||
#define TXT_FAKE_RADAR 434 // D“me radar leurre
|
#define TXT_FAKE_RADAR 434 // Dôme radar leurre
|
||||||
#define TXT_THEME_BIGF 435 // Bigfoot
|
#define TXT_THEME_BIGF 435 // Bigfoot
|
||||||
#define TXT_THEME_CRUS 436 // La r‚volte
|
#define TXT_THEME_CRUS 436 // La révolte
|
||||||
#define TXT_THEME_FAC1 437 // A l'attaque 1
|
#define TXT_THEME_FAC1 437 // A l'attaque 1
|
||||||
#define TXT_THEME_FAC2 438 // A l'attaque 2
|
#define TXT_THEME_FAC2 438 // A l'attaque 2
|
||||||
#define TXT_THEME_HELL 439 // Marche de l'enfer
|
#define TXT_THEME_HELL 439 // Marche de l'enfer
|
||||||
#define TXT_THEME_RUN1 440 // Sauve-qui-peut
|
#define TXT_THEME_RUN1 440 // Sauve-qui-peut
|
||||||
#define TXT_THEME_SMSH 441 // La d‚bƒcle
|
#define TXT_THEME_SMSH 441 // La débâcle
|
||||||
#define TXT_THEME_TREN 442 // Tranch‚es
|
#define TXT_THEME_TREN 442 // Tranchées
|
||||||
#define TXT_THEME_WORK 443 // Les professionnels
|
#define TXT_THEME_WORK 443 // Les professionnels
|
||||||
#define TXT_THEME_AWAIT 444 // Attente
|
#define TXT_THEME_AWAIT 444 // Attente
|
||||||
#define TXT_THEME_DENSE_R 445 // Dense
|
#define TXT_THEME_DENSE_R 445 // Dense
|
||||||
#define TXT_THEME_MAP 446 // S‚lection carte
|
#define TXT_THEME_MAP 446 // Sélection carte
|
||||||
#define TXT_THEME_FOGGER1A 447 // Fogger
|
#define TXT_THEME_FOGGER1A 447 // Fogger
|
||||||
#define TXT_THEME_MUD1A 448 // Boue
|
#define TXT_THEME_MUD1A 448 // Boue
|
||||||
#define TXT_THEME_RADIO2 449 // Radio 2
|
#define TXT_THEME_RADIO2 449 // Radio 2
|
||||||
|
@ -477,7 +477,7 @@
|
||||||
#define TXT_GEMS 461 // Gemmes
|
#define TXT_GEMS 461 // Gemmes
|
||||||
#define TXT_TEASER 462 // Film titre
|
#define TXT_TEASER 462 // Film titre
|
||||||
#define TXT_MOVIES 463 // Films
|
#define TXT_MOVIES 463 // Films
|
||||||
#define TXT_INTERIOR 464 // Int‚rieur
|
#define TXT_INTERIOR 464 // Intérieur
|
||||||
#define TXT_SONAR_PULSE 465 // Signal sonar
|
#define TXT_SONAR_PULSE 465 // Signal sonar
|
||||||
#define TXT_MSLO 466 // Silo de missiles
|
#define TXT_MSLO 466 // Silo de missiles
|
||||||
#define TXT_GPS_SATELLITE 467 // Satellite GPS
|
#define TXT_GPS_SATELLITE 467 // Satellite GPS
|
||||||
|
@ -485,10 +485,10 @@
|
||||||
#define TXT_EASY 469 // Facile
|
#define TXT_EASY 469 // Facile
|
||||||
#define TXT_HARD 470 // Difficile
|
#define TXT_HARD 470 // Difficile
|
||||||
#define TXT_NORMAL 471 // Normal
|
#define TXT_NORMAL 471 // Normal
|
||||||
#define TXT_DIFFICULTY 472 // S‚lectionnez un niveau de
|
#define TXT_DIFFICULTY 472 // Sélectionnez un niveau de
|
||||||
#define TXT_ALLIES 473 // Alli‚s
|
#define TXT_ALLIES 473 // Alliés
|
||||||
#define TXT_SOVIET 474 // Soviets
|
#define TXT_SOVIET 474 // Soviets
|
||||||
#define TXT_THEME_INTRO 475 // ThŠme Intro
|
#define TXT_THEME_INTRO 475 // Thème Intro
|
||||||
#define TXT_SHADOW_REGROWS 476 // Progr. ombre
|
#define TXT_SHADOW_REGROWS 476 // Progr. ombre
|
||||||
#define TXT_ORE_SPREADS 477 // Progr. minerai
|
#define TXT_ORE_SPREADS 477 // Progr. minerai
|
||||||
#define TXT_THEME_SCORE 478 // Musiques
|
#define TXT_THEME_SCORE 478 // Musiques
|
||||||
|
@ -497,9 +497,9 @@
|
||||||
#define TXT_CRATE 481 // Caisses
|
#define TXT_CRATE 481 // Caisses
|
||||||
#define TXT_SKIRMISH 482 // Escarmouche
|
#define TXT_SKIRMISH 482 // Escarmouche
|
||||||
#define TXT_CHOOSE 483 // Choisissez votre camp.
|
#define TXT_CHOOSE 483 // Choisissez votre camp.
|
||||||
#define TXT_MINERALS 484 // Min‚raux pr‚cieux
|
#define TXT_MINERALS 484 // Minéraux précieux
|
||||||
#define TXT_IGNORE 485 // Ignorer
|
#define TXT_IGNORE 485 // Ignorer
|
||||||
#define TXT_ERROR_NO_RESP 486 // Erreur - le modem ne r‚pond
|
#define TXT_ERROR_NO_RESP 486 // Erreur - le modem ne répond
|
||||||
#define TXT_ERROR_NO_RESCODE 487 // Erreur - Le modem n'a pas
|
#define TXT_ERROR_NO_RESCODE 487 // Erreur - Le modem n'a pas
|
||||||
#define TXT_ERROR_NO_INIT 488 // Erreur - Le modem n'a pas
|
#define TXT_ERROR_NO_INIT 488 // Erreur - Le modem n'a pas
|
||||||
#define TXT_ERROR_NO_VERB 489 // Erreur - Le modem n'a pas
|
#define TXT_ERROR_NO_VERB 489 // Erreur - Le modem n'a pas
|
||||||
|
@ -510,62 +510,62 @@
|
||||||
#define TXT_ERROR_TIMEOUT 494 // Erreur - Temps d'attente de
|
#define TXT_ERROR_TIMEOUT 494 // Erreur - Temps d'attente de
|
||||||
#define TXT_ACCOMPLISHED 495 // Accompli
|
#define TXT_ACCOMPLISHED 495 // Accompli
|
||||||
#define TXT_CLICK_CONTINUE 496 // Cliquez pour continuer
|
#define TXT_CLICK_CONTINUE 496 // Cliquez pour continuer
|
||||||
#define TXT_RECEIVING_SCENARIO 497 // R‚ception du sc‚nario de
|
#define TXT_RECEIVING_SCENARIO 497 // Réception du scénario de
|
||||||
#define TXT_SENDING_SCENARIO 498 // Envoi du sc‚nario aux
|
#define TXT_SENDING_SCENARIO 498 // Envoi du scénario aux
|
||||||
#define TXT_NO_FLOW_CONTROL_RESPONSE 499 // Erreur - Le modem n'a pas
|
#define TXT_NO_FLOW_CONTROL_RESPONSE 499 // Erreur - Le modem n'a pas
|
||||||
#define TXT_NO_COMPRESSION_RESPONSE 500 // Erreur - Le modem n'a pas
|
#define TXT_NO_COMPRESSION_RESPONSE 500 // Erreur - Le modem n'a pas
|
||||||
#define TXT_NO_ERROR_CORRECTION_RESPONSE 501 // Erreur - Le modem n'a pas
|
#define TXT_NO_ERROR_CORRECTION_RESPONSE 501 // Erreur - Le modem n'a pas
|
||||||
#define TXT_EXPLAIN_REGISTRATION 502 // Pour jouer … Alerte Rouge
|
#define TXT_EXPLAIN_REGISTRATION 502 // Pour jouer à Alerte Rouge
|
||||||
#define TXT_ERROR_UNABLE_TO_RUN_WCHAT 503 // Erreur - Impossible
|
#define TXT_ERROR_UNABLE_TO_RUN_WCHAT 503 // Erreur - Impossible
|
||||||
#define TXT_REGISTER 504 // Enregistrer
|
#define TXT_REGISTER 504 // Enregistrer
|
||||||
#define TXT_ORE_MINE 505 // Gisement Minerai
|
#define TXT_ORE_MINE 505 // Gisement Minerai
|
||||||
#define TXT_NO_REGISTERED_MODEM 506 // Aucun modem configur‚
|
#define TXT_NO_REGISTERED_MODEM 506 // Aucun modem configuré
|
||||||
#define TXT_CHRONOSHIFT 507 // D‚placement chronoporte
|
#define TXT_CHRONOSHIFT 507 // Déplacement chronoporte
|
||||||
#define TXT_UNABLE_TO_OPEN_PORT 508 // Adresse invalide ou en
|
#define TXT_UNABLE_TO_OPEN_PORT 508 // Adresse invalide ou en
|
||||||
#define TXT_NO_DIAL_TONE 509 // Pas de tonalit‚.
|
#define TXT_NO_DIAL_TONE 509 // Pas de tonalité.
|
||||||
#define TXT_NO_EXPANSION_SCENARIO 510 // Erreur - L'autre joueur n'a
|
#define TXT_NO_EXPANSION_SCENARIO 510 // Erreur - L'autre joueur n'a
|
||||||
#define TXT_STAND_BY 511 // Patientez SVP...
|
#define TXT_STAND_BY 511 // Patientez SVP...
|
||||||
#define TXT_THEME_CREDITS 512 // Musique du g‚n‚rique de fin
|
#define TXT_THEME_CREDITS 512 // Musique du générique de fin
|
||||||
#define TXT_POWER_AAGUN 513 // Puissance faible: Canon(s)
|
#define TXT_POWER_AAGUN 513 // Puissance faible: Canon(s)
|
||||||
#define TXT_POWER_TESLA 514 // Puissance faible: Bobine(s)
|
#define TXT_POWER_TESLA 514 // Puissance faible: Bobine(s)
|
||||||
#define TXT_LOW_POWER 515 // Puissance Faible
|
#define TXT_LOW_POWER 515 // Puissance Faible
|
||||||
#define TXT_COMMANDER 516 // Commandant:
|
#define TXT_COMMANDER 516 // Commandant:
|
||||||
#define TXT_BATTLES_WON 517 // Parties gagn‚es:
|
#define TXT_BATTLES_WON 517 // Parties gagnées:
|
||||||
#define TXT_MISMATCH 518 // Fichier de donn‚es du jeu
|
#define TXT_MISMATCH 518 // Fichier de données du jeu
|
||||||
#define TXT_SCENARIO_ERROR 519 // Votre version de jeu
|
#define TXT_SCENARIO_ERROR 519 // Votre version de jeu
|
||||||
#define TXT_CONNECTING 520 // Connecting
|
#define TXT_CONNECTING 520 // Connecting
|
||||||
#define TXT_MODEM_INITIALISATION 521 // Initialisation du Modem
|
#define TXT_MODEM_INITIALISATION 521 // Initialisation du Modem
|
||||||
#define TXT_DATA_COMPRESSION 522 // Compression des Donn‚es
|
#define TXT_DATA_COMPRESSION 522 // Compression des Données
|
||||||
#define TXT_ERROR_CORRECTION 523 // Correction d'Erreur
|
#define TXT_ERROR_CORRECTION 523 // Correction d'Erreur
|
||||||
#define TXT_HARDWARE_FLOW_CONTROL 524 // Contr“le Mat‚riel du Flux
|
#define TXT_HARDWARE_FLOW_CONTROL 524 // Contrôle Matériel du Flux
|
||||||
#define TXT_ADVANCED 525 // Avanc‚
|
#define TXT_ADVANCED 525 // Avancé
|
||||||
#define TXT_THEME_2ND_HAND 526 // Seconde main
|
#define TXT_THEME_2ND_HAND 526 // Seconde main
|
||||||
#define TXT_THEME_ARAZOID 527 // Arazo‹de
|
#define TXT_THEME_ARAZOID 527 // Arazoïde
|
||||||
#define TXT_THEME_BACKSTAB 528 // Retour … l'envoyeur
|
#define TXT_THEME_BACKSTAB 528 // Retour à l'envoyeur
|
||||||
#define TXT_THEME_CHAOS2 529 // Chaos2
|
#define TXT_THEME_CHAOS2 529 // Chaos2
|
||||||
#define TXT_THEME_SHUT_IT 530 // Fermez-la !
|
#define TXT_THEME_SHUT_IT 530 // Fermez-la !
|
||||||
#define TXT_THEME_TWINMIX1 531 // Visite de courtoisie
|
#define TXT_THEME_TWINMIX1 531 // Visite de courtoisie
|
||||||
#define TXT_THEME_UNDER3 532 // A couvert
|
#define TXT_THEME_UNDER3 532 // A couvert
|
||||||
#define TXT_THEME_VR2 533 // VR2
|
#define TXT_THEME_VR2 533 // VR2
|
||||||
#define TXT_ASK_EMERGENCY_SAVE_NOT_RESPONDING 534 // L'autre systŠme ne r‚pond
|
#define TXT_ASK_EMERGENCY_SAVE_NOT_RESPONDING 534 // L'autre système ne répond
|
||||||
#define TXT_ASK_EMERGENCY_SAVE_HUNG_UP 535 // L'autre systŠme a
|
#define TXT_ASK_EMERGENCY_SAVE_HUNG_UP 535 // L'autre système a
|
||||||
#define TXT_NO_REG_APP 536 // Alerte Rouge n'a pu
|
#define TXT_NO_REG_APP 536 // Alerte Rouge n'a pu
|
||||||
#define TXT_NO_CS_SCENARIOS 537 // Un joueur de la partie n'a
|
#define TXT_NO_CS_SCENARIOS 537 // Un joueur de la partie n'a
|
||||||
#define TXT_MISSILESUB 538 // Sous-marin MS
|
#define TXT_MISSILESUB 538 // Sous-marin MS
|
||||||
#define TXT_SHOCKTROOPER 539 // Electrocuteur
|
#define TXT_SHOCKTROOPER 539 // Electrocuteur
|
||||||
#define TXT_MECHANIC 540 // M‚canicien
|
#define TXT_MECHANIC 540 // Mécanicien
|
||||||
#define TXT_CHRONOTANK 541 // Chrono Tank
|
#define TXT_CHRONOTANK 541 // Chrono Tank
|
||||||
#define TXT_TESLATANK 542 // Tank Tesla
|
#define TXT_TESLATANK 542 // Tank Tesla
|
||||||
#define TXT_MAD 543 // Tank M.A.D.
|
#define TXT_MAD 543 // Tank M.A.D.
|
||||||
#define TXT_DEMOTRUCK 544 // Camion de d‚molition
|
#define TXT_DEMOTRUCK 544 // Camion de démolition
|
||||||
#define TXT_PHASETRANSPORT 545 // Transport Cam‚l‚on
|
#define TXT_PHASETRANSPORT 545 // Transport Caméléon
|
||||||
#define TXT_THEME_BOG 546 // Mar‚cages
|
#define TXT_THEME_BOG 546 // Marécages
|
||||||
#define TXT_THEME_FLOAT_V2 547 // Volutes
|
#define TXT_THEME_FLOAT_V2 547 // Volutes
|
||||||
#define TXT_THEME_GLOOM 548 // T‚nŠbres
|
#define TXT_THEME_GLOOM 548 // Ténèbres
|
||||||
#define TXT_THEME_GRNDWIRE 549 // Terrain min‚
|
#define TXT_THEME_GRNDWIRE 549 // Terrain miné
|
||||||
#define TXT_THEME_RPT 550 // M‚caniciens 2
|
#define TXT_THEME_RPT 550 // Mécaniciens 2
|
||||||
#define TXT_THEME_SEARCH 551 // Battue
|
#define TXT_THEME_SEARCH 551 // Battue
|
||||||
#define TXT_THEME_TRACTION 552 // Traction
|
#define TXT_THEME_TRACTION 552 // Traction
|
||||||
#define TXT_THEME_WASTELND 553 // Chaos
|
#define TXT_THEME_WASTELND 553 // Chaos
|
||||||
#define TXT_CARRIER 554 // H‚liport Mobile
|
#define TXT_CARRIER 554 // Héliport Mobile
|
||||||
#define TXT_INSUFFICIENT_FUNDS 555
|
#define TXT_INSUFFICIENT_FUNDS 555
|
|
@ -45,14 +45,14 @@
|
||||||
#define TXT_REBUILD 0x405 // Rebuild
|
#define TXT_REBUILD 0x405 // Rebuild
|
||||||
#define TXT_SPEED_BUILD 0x406 // Building constructin time
|
#define TXT_SPEED_BUILD 0x406 // Building constructin time
|
||||||
#define TXT_SCENARIO_ERRORx 0x407 // Scenario authentication
|
#define TXT_SCENARIO_ERRORx 0x407 // Scenario authentication
|
||||||
#define TXT_DEBUG_STRESS 0x408 // ÚFrames:ÄÂF/R:ÂCPU:ÄÄÂF/R:ÄÄ
|
#define TXT_DEBUG_STRESS 0x408 // ┌Frames:─┬F/R:┬CPU:──┬F/R:──
|
||||||
#define TXT_DEBUG_VEHICLE 0x409 // ÚFull
|
#define TXT_DEBUG_VEHICLE 0x409 // ┌Full
|
||||||
#define TXT_DEBUG_INFANTRY 0x40a // ÚFull
|
#define TXT_DEBUG_INFANTRY 0x40a // ┌Full
|
||||||
#define TXT_DEBUG_SHIP 0x40b // ÚFull
|
#define TXT_DEBUG_SHIP 0x40b // ┌Full
|
||||||
#define TXT_DEBUG_BUILDING 0x40c // ÚFull
|
#define TXT_DEBUG_BUILDING 0x40c // ┌Full
|
||||||
#define TXT_DEBUG_PERFORMANCE 0x40d // Game Objects³ Drawing
|
#define TXT_DEBUG_PERFORMANCE 0x40d // Game Objects│ Drawing
|
||||||
#define TXT_DEBUG_AIRCRAFT 0x40e // ÚFull
|
#define TXT_DEBUG_AIRCRAFT 0x40e // ┌Full
|
||||||
#define TXT_DEBUG_HOUSE 0x40f // ÚFull Name:ÄÄÄÄÄÄÄÄÂAct
|
#define TXT_DEBUG_HOUSE 0x40f // ┌Full Name:────────┬Act
|
||||||
#define TXT_NO_PENTIUM 0x410 // ****************************
|
#define TXT_NO_PENTIUM 0x410 // ****************************
|
||||||
#define TXT_SIZE_MAP 0x411 // Size Map
|
#define TXT_SIZE_MAP 0x411 // Size Map
|
||||||
#define TXT_TRUCK_CRATE 0x412 // Trucks drop crate when
|
#define TXT_TRUCK_CRATE 0x412 // Trucks drop crate when
|
||||||
|
|
|
@ -178,16 +178,16 @@ const char* XlatNames[] = {
|
||||||
"Harte Verhandlungen", // "SCG47EA", // Negotiations
|
"Harte Verhandlungen", // "SCG47EA", // Negotiations
|
||||||
"Ferngelenktes Kriegsspielzeug",// "SCG45EA", // Monster Tank Madness
|
"Ferngelenktes Kriegsspielzeug",// "SCG45EA", // Monster Tank Madness
|
||||||
"Licht aus", // "SCG44EA", // Time Flies
|
"Licht aus", // "SCG44EA", // Time Flies
|
||||||
"Molekulare Kriegsf<EFBFBD>hrung", // "SCG48EA", // Absolut MADness
|
"Molekulare Kriegsführung", // "SCG48EA", // Absolut MADness
|
||||||
"Bauernopfer", // "SCG46EA", // Pawn
|
"Bauernopfer", // "SCG46EA", // Pawn
|
||||||
|
|
||||||
"Testgel„nde", // "SCU43EA", // Testing Grounds
|
"Testgelände", // "SCU43EA", // Testing Grounds
|
||||||
"Schocktherapie", // "SCU40EA", // Shock Therapy
|
"Schocktherapie", // "SCU40EA", // Shock Therapy
|
||||||
"Der Letzte seiner Art", // "SCU42EA", // Let's Make a Steal
|
"Der Letzte seiner Art", // "SCU42EA", // Let's Make a Steal
|
||||||
"Probefahrt", // "SCU41EA", // Test Drive
|
"Probefahrt", // "SCU41EA", // Test Drive
|
||||||
"Schlaftrunk", // "SCU45EA", // Don't Drink The Water
|
"Schlaftrunk", // "SCU45EA", // Don't Drink The Water
|
||||||
"Der j<EFBFBD>ngste Tag", // "SCU44EA", // Situation Critical
|
"Der jüngste Tag", // "SCU44EA", // Situation Critical
|
||||||
"Waffenbr<EFBFBD>der", // "SCU46EA", // Brothers in Arms
|
"Waffenbrüder", // "SCU46EA", // Brothers in Arms
|
||||||
"Deus Ex Machina", // "SCU47EA", // Deus Ex Machina
|
"Deus Ex Machina", // "SCU47EA", // Deus Ex Machina
|
||||||
"Die Replikanten von Grunyev", // "SCU48EA", // Grunyev Revolution
|
"Die Replikanten von Grunyev", // "SCU48EA", // Grunyev Revolution
|
||||||
|
|
||||||
|
@ -202,39 +202,39 @@ const char* XlatNames[] = {
|
||||||
"Gaz Sarin 1: Ravitaillement Fatal",
|
"Gaz Sarin 1: Ravitaillement Fatal",
|
||||||
"Gaz Sarin 2: En Sous-sol",
|
"Gaz Sarin 2: En Sous-sol",
|
||||||
"Gaz Sarin 3: Attaque Chirurgicale",
|
"Gaz Sarin 3: Attaque Chirurgicale",
|
||||||
"GrŠce Occup‚e 1: Guerre Priv‚e",
|
"Grèce Occupée 1: Guerre Privée",
|
||||||
"GrŠce Occup‚e 2: Evacuation",
|
"Grèce Occupée 2: Evacuation",
|
||||||
"Conflit Sib‚rien 1: Traces FraŒches",
|
"Conflit Sibérien 1: Traces Fraîches",
|
||||||
"Conflit Sib‚rien 2: Pris au PiŠge",
|
"Conflit Sibérien 2: Pris au Piège",
|
||||||
"Conflit Sib‚rien 3: Terres de Glace",
|
"Conflit Sibérien 3: Terres de Glace",
|
||||||
"Mise … l'Epreuve",
|
"Mise à l'Epreuve",
|
||||||
"Assi‚g‚s",
|
"Assiégés",
|
||||||
"La SouriciŠre",
|
"La Souricière",
|
||||||
"L'H‚ritage de Tesla",
|
"L'Héritage de Tesla",
|
||||||
"Tandem de Choc",
|
"Tandem de Choc",
|
||||||
"Jusqu'au Sommet du Monde",
|
"Jusqu'au Sommet du Monde",
|
||||||
"Effets Secondaires",
|
"Effets Secondaires",
|
||||||
"Intensification nucl‚aire",
|
"Intensification nucléaire",
|
||||||
#ifdef FIXIT_CSII // checked - ajw 9/28/98
|
#ifdef FIXIT_CSII // checked - ajw 9/28/98
|
||||||
"Le vieux port", // "SCG43EA", // Harbor Reclamation
|
"Le vieux port", // "SCG43EA", // Harbor Reclamation
|
||||||
"Juste … temps", // "SCG41EA", // In the nick of time
|
"Juste à temps", // "SCG41EA", // In the nick of time
|
||||||
"La main dans le sac", // "SCG40EA", // Caught in the act
|
"La main dans le sac", // "SCG40EA", // Caught in the act
|
||||||
"Production interrompue", // "SCG42EA", // Production Disruption
|
"Production interrompue", // "SCG42EA", // Production Disruption
|
||||||
"N‚gociations", // "SCG47EA", // Negotiations
|
"Négociations", // "SCG47EA", // Negotiations
|
||||||
"Tanks en folie!", // "SCG45EA", // Monster Tank Madness
|
"Tanks en folie!", // "SCG45EA", // Monster Tank Madness
|
||||||
"Le temps passe", // "SCG44EA", // Time Flies
|
"Le temps passe", // "SCG44EA", // Time Flies
|
||||||
"D‚mence absolue", // "SCG48EA", // Absolut MADness
|
"Démence absolue", // "SCG48EA", // Absolut MADness
|
||||||
"Le pion", // "SCG46EA", // Pawn
|
"Le pion", // "SCG46EA", // Pawn
|
||||||
|
|
||||||
"Terrains d'essais", // "SCU43EA", // Testing Grounds
|
"Terrains d'essais", // "SCU43EA", // Testing Grounds
|
||||||
"Th‚rapie de choc", // "SCU40EA", // Shock Therapy
|
"Thérapie de choc", // "SCU40EA", // Shock Therapy
|
||||||
"Au voleur!", // "SCU42EA", // Let's Make a Steal
|
"Au voleur!", // "SCU42EA", // Let's Make a Steal
|
||||||
"Essai de conduite", // "SCU41EA", // Test Drive
|
"Essai de conduite", // "SCU41EA", // Test Drive
|
||||||
"Ne buvez pas la tasse", // "SCU45EA", // Don't Drink The Water
|
"Ne buvez pas la tasse", // "SCU45EA", // Don't Drink The Water
|
||||||
"Situation critique", // "SCU44EA", // Situation Critical
|
"Situation critique", // "SCU44EA", // Situation Critical
|
||||||
"FrŠres d'armes", // "SCU46EA", // Brothers in Arms
|
"Frères d'armes", // "SCU46EA", // Brothers in Arms
|
||||||
"Deus Ex Machina", // "SCU47EA", // Deus Ex Machina
|
"Deus Ex Machina", // "SCU47EA", // Deus Ex Machina
|
||||||
"La R‚volution de Grunyev",// "SCU48EA", // Grunyev Revolution
|
"La Révolution de Grunyev",// "SCU48EA", // Grunyev Revolution
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -46,74 +46,74 @@
|
||||||
Map (screen) class heirarchy.
|
Map (screen) class heirarchy.
|
||||||
|
|
||||||
MapeditClass (most derived class) -- scenario editor
|
MapeditClass (most derived class) -- scenario editor
|
||||||
ウ
|
│
|
||||||
MouseClass -- handles mouse animation and display control
|
MouseClass -- handles mouse animation and display control
|
||||||
ウ
|
│
|
||||||
ScrollClass -- map scroll handler
|
ScrollClass -- map scroll handler
|
||||||
ウ
|
│
|
||||||
HelpClass -- pop-up help text handler
|
HelpClass -- pop-up help text handler
|
||||||
ウ
|
│
|
||||||
TabClass -- file folder tab screen mode control dispatcher
|
TabClass -- file folder tab screen mode control dispatcher
|
||||||
ウ
|
│
|
||||||
SidebarClass -- displays and controls construction list sidebar
|
SidebarClass -- displays and controls construction list sidebar
|
||||||
ウ
|
│
|
||||||
PowerClass -- display power production/consumption bargraph
|
PowerClass -- display power production/consumption bargraph
|
||||||
ウ
|
│
|
||||||
RadarClass -- displays and controls radar map
|
RadarClass -- displays and controls radar map
|
||||||
ウ
|
│
|
||||||
DisplayClass -- general tactical map display handler
|
DisplayClass -- general tactical map display handler
|
||||||
ウ
|
│
|
||||||
MapClass -- general tactical map data handler
|
MapClass -- general tactical map data handler
|
||||||
ウ
|
│
|
||||||
GScreenClass (pure virtual base class) -- generic screen control
|
GScreenClass (pure virtual base class) -- generic screen control
|
||||||
|
|
||||||
AbstractClass
|
AbstractClass
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ObjectClass
|
ObjectClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトツトトトトトトトトトトツトトトトトトトトナトトトトトトトトツトトトトトトトトトトトトトトトトツトトトトトトトトトトトソ
|
┌──────┬──────────┬────────┼────────┬────────────────┬───────────┐
|
||||||
AnimClass ウ TemplateClass ウ テト FuseClass ウ TerrainClass
|
AnimClass │ TemplateClass │ ├─ FuseClass │ TerrainClass
|
||||||
ウ ウ テト FlyClass ウ
|
│ │ ├─ FlyClass │
|
||||||
ウ ウ BulletClass ウ
|
│ │ BulletClass │
|
||||||
OverlayClass MissionClass SmudgeClass
|
OverlayClass MissionClass SmudgeClass
|
||||||
ウ
|
│
|
||||||
RadioClass
|
RadioClass
|
||||||
ウ
|
│
|
||||||
テト CrewClass
|
├─ CrewClass
|
||||||
テト FlasherClass
|
├─ FlasherClass
|
||||||
テト StageClass
|
├─ StageClass
|
||||||
テト CargoClass
|
├─ CargoClass
|
||||||
TechnoClass
|
TechnoClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトトトトトチトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ
|
┌──────────┴────────────────────────────┐
|
||||||
FootClass BuildingClass
|
FootClass BuildingClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトトトトトトトトチツトトトトトトトトトトトトトソ
|
┌─────────────┴┬─────────────┐
|
||||||
DriveClass InfantryClass テト FlyClass
|
DriveClass InfantryClass ├─ FlyClass
|
||||||
ウ AircraftClass
|
│ AircraftClass
|
||||||
レトチトトトトトトトトトソ
|
┌─┴─────────┐
|
||||||
ウ ウ
|
│ │
|
||||||
ウ VesselClass
|
│ VesselClass
|
||||||
ウ
|
│
|
||||||
UnitClass
|
UnitClass
|
||||||
|
|
||||||
|
|
||||||
AbstractTypeClass
|
AbstractTypeClass
|
||||||
ウ
|
│
|
||||||
ObjectTypeClass
|
ObjectTypeClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトトトトトトトトトトトトトトトトトナトトトトトトトトトトトトツトトトトトトトトトトトトトトトトトソ
|
┌──────────────────────┼────────────┬─────────────────┐
|
||||||
ウ ウ ウ ウ
|
│ │ │ │
|
||||||
TechnoTypeClass ウ ウ ウ
|
TechnoTypeClass │ │ │
|
||||||
ウ BulletTypeClass ウ ウ
|
│ BulletTypeClass │ │
|
||||||
ウ TemplateTypeClass ウ
|
│ TemplateTypeClass │
|
||||||
レトトトトトトトトチトトトトトツトトトトトトトトトトトツトトトトトトトトトトトトトトツトトトトトトトトソ TerrainTypeClass
|
┌────────┴─────┬───────────┬──────────────┬────────┐ TerrainTypeClass
|
||||||
ウ ウ ウ ウ ウ
|
│ │ │ │ │
|
||||||
UnitTypeClass ウ BuildingTypeClass ウ VesselTypeClass
|
UnitTypeClass │ BuildingTypeClass │ VesselTypeClass
|
||||||
ウ ウ
|
│ │
|
||||||
AircraftTypeClass InfantryTypeClass
|
AircraftTypeClass InfantryTypeClass
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -30,55 +30,55 @@
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* LinkClass [This is the linked list manager class. It keeps a record *
|
* LinkClass [This is the linked list manager class. It keeps a record *
|
||||||
* ³ of the next and previous gadget in the list. It is possible *
|
* │ of the next and previous gadget in the list. It is possible *
|
||||||
* ³ delete a gadget out of the middle of the list with this *
|
* │ delete a gadget out of the middle of the list with this *
|
||||||
* ³ class.] *
|
* │ class.] *
|
||||||
* ³ *
|
* │ *
|
||||||
* GadgetClass [The is the basic gadget class. It handles processing of *
|
* GadgetClass [The is the basic gadget class. It handles processing of *
|
||||||
* ³ input events and dispatching the appropriate functions. *
|
* │ input events and dispatching the appropriate functions. *
|
||||||
* ³ All gadgets must be derived from this class.] *
|
* │ All gadgets must be derived from this class.] *
|
||||||
* ÃÄÄÄÄ¿ *
|
* ├────┐ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ListClass [This list class functions like a list box does in Windows. It *
|
* │ ListClass [This list class functions like a list box does in Windows. It *
|
||||||
* ³ keeps track of a list of text strings. This list can be *
|
* │ keeps track of a list of text strings. This list can be *
|
||||||
* ³ scrolled and an item selected. If the list becomes larger than *
|
* │ scrolled and an item selected. If the list becomes larger than *
|
||||||
* ³ can be completely displayed, it will automatically create a *
|
* │ can be completely displayed, it will automatically create a *
|
||||||
* ³ slider (at the right edge) to manage the scrolling.] *
|
* │ slider (at the right edge) to manage the scrolling.] *
|
||||||
* ³ *
|
* │ *
|
||||||
* ControlClass [This class adds the concept of giving an ID number to the *
|
* ControlClass [This class adds the concept of giving an ID number to the *
|
||||||
* ³ gadget. This ID can then be returned from the Input() *
|
* │ gadget. This ID can then be returned from the Input() *
|
||||||
* ³ function as if it were a pseudo-keystroke. Additionally, *
|
* │ function as if it were a pseudo-keystroke. Additionally, *
|
||||||
* ³ the ability to inform another button that this button has *
|
* │ the ability to inform another button that this button has *
|
||||||
* ³ been actioned is allowed. This ability allows one button *
|
* │ been actioned is allowed. This ability allows one button *
|
||||||
* ³ to watch what happens to another button. Example: a list *
|
* │ to watch what happens to another button. Example: a list *
|
||||||
* ³ box gadget can tell when an attached slider has been *
|
* │ box gadget can tell when an attached slider has been *
|
||||||
* ³ touched.] *
|
* │ touched.] *
|
||||||
* ÚÄÄÄÄÄÄÄÅÄÄÄÄ¿ *
|
* ┌───────┼────┐ *
|
||||||
* ³ ³ ³ *
|
* │ │ │ *
|
||||||
* ³ ³ GaugeClass [This class looks similar to Windows slider, but has *
|
* │ │ GaugeClass [This class looks similar to Windows slider, but has *
|
||||||
* ³ ³ ³ a different controlling logic. There is no thumb and *
|
* │ │ │ a different controlling logic. There is no thumb and *
|
||||||
* ³ ³ ³ it serves as a simple variable control setting. This *
|
* │ │ │ it serves as a simple variable control setting. This *
|
||||||
* ³ ³ ³ is analogous to a volume slider.] *
|
* │ │ │ is analogous to a volume slider.] *
|
||||||
* ³ ³ ³ *
|
* │ │ │ *
|
||||||
* ³ ³ SliderClass [The slider class is similar to the typical Windows slider. It *
|
* │ │ SliderClass [The slider class is similar to the typical Windows slider. It *
|
||||||
* ³ ³ has a current setting, a thumb, and a controllable scale. This *
|
* │ │ has a current setting, a thumb, and a controllable scale. This *
|
||||||
* ³ ³ is the object created to handle a scrolling list box.] *
|
* │ │ is the object created to handle a scrolling list box.] *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ EditClass *
|
* │ EditClass *
|
||||||
* ³ *
|
* │ *
|
||||||
* ³ *
|
* │ *
|
||||||
* ToggleClass [The toggle class is used for buttons that have an image and behave just *
|
* ToggleClass [The toggle class is used for buttons that have an image and behave just *
|
||||||
* ³ like the buttons in Windows do. That is, they have a separate visual for *
|
* │ like the buttons in Windows do. That is, they have a separate visual for *
|
||||||
* ³ when they are pressed and raised. They are officially triggered (return *
|
* │ when they are pressed and raised. They are officially triggered (return *
|
||||||
* ³ their ID number) when the mouse button is released while over the button. *
|
* │ their ID number) when the mouse button is released while over the button. *
|
||||||
* ³ This class doesn't perform any rendering itself. It merely provides the *
|
* │ This class doesn't perform any rendering itself. It merely provides the *
|
||||||
* ³ logic so that the derived classes will function correctly.] *
|
* │ logic so that the derived classes will function correctly.] *
|
||||||
* ÚÄÁÄÄÄÄ¿ *
|
* ┌─┴────┐ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ TextButtonClass [The text button functions like a normal Windows style button, but *
|
* │ TextButtonClass [The text button functions like a normal Windows style button, but *
|
||||||
* ³ the imagery is based on text that is displayed on the button. A *
|
* │ the imagery is based on text that is displayed on the button. A *
|
||||||
* ³ typical example would be the "OK" or "Cancel" buttons.] *
|
* │ typical example would be the "OK" or "Cancel" buttons.] *
|
||||||
* ³ *
|
* │ *
|
||||||
* ShapeButtonClass [The shape buttons is similar to the TextButton but instead of text *
|
* ShapeButtonClass [The shape buttons is similar to the TextButton but instead of text *
|
||||||
* being used to give the button its imagery, an actual shape is used *
|
* being used to give the button its imagery, an actual shape is used *
|
||||||
* instead. This allows graphic buttons. These are similar to the up/down *
|
* instead. This allows graphic buttons. These are similar to the up/down *
|
||||||
|
|
|
@ -49,25 +49,25 @@
|
||||||
|
|
||||||
|
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
#define TEXT_ERROR_TIMER "Fehler - das Timer-System konnte aufgrund einer Instabilit„t des Systems nicht initialisiert werden. Bitte starten Sie Windows neu."
|
#define TEXT_ERROR_TIMER "Fehler - das Timer-System konnte aufgrund einer Instabilität des Systems nicht initialisiert werden. Bitte starten Sie Windows neu."
|
||||||
#define TEXT_SHORT_TITLE "C&C:AR"
|
#define TEXT_SHORT_TITLE "C&C:AR"
|
||||||
#define TEXT_MEMORY_ERROR "Fehler - Kein Speicher mehr."
|
#define TEXT_MEMORY_ERROR "Fehler - Kein Speicher mehr."
|
||||||
#define TEXT_ABORT "Abbrechen"
|
#define TEXT_ABORT "Abbrechen"
|
||||||
#define TEXT_DDRAW_ERROR "Fehler - Kann prim„ren Videopuffer nicht finden - Abbruch."
|
#define TEXT_DDRAW_ERROR "Fehler - Kann primären Videopuffer nicht finden - Abbruch."
|
||||||
#define TEXT_TITLE "Command & Conquer : Alarmstufe Rot"
|
#define TEXT_TITLE "Command & Conquer : Alarmstufe Rot"
|
||||||
#define TEXT_VIDEO_ERROR "Fehler - Kann Grafikmodus nicht einstellen."
|
#define TEXT_VIDEO_ERROR "Fehler - Kann Grafikmodus nicht einstellen."
|
||||||
#define TEXT_INSUFFICIENT "Nicht genug Festplattenplatz f<EFBFBD>r Command & Conquer:AR.\n"
|
#define TEXT_INSUFFICIENT "Nicht genug Festplattenplatz für Command & Conquer:AR.\n"
|
||||||
#define TEXT_MUST_HAVE "Sie brauchen %d MByte freien Platz auf der Festplatte."
|
#define TEXT_MUST_HAVE "Sie brauchen %d MByte freien Platz auf der Festplatte."
|
||||||
#define TEXT_CRITICALLY_LOW "Nicht genug Festplattenplatz f<EFBFBD>r Command & Conquer:AR.\nSie brauchen %d MByte freien Platz auf der Festplatte."
|
#define TEXT_CRITICALLY_LOW "Nicht genug Festplattenplatz für Command & Conquer:AR.\nSie brauchen %d MByte freien Platz auf der Festplatte."
|
||||||
#define TEXT_NO_RAM "Zuwenig Hauptspeicher verf<EFBFBD>gbar.\n"
|
#define TEXT_NO_RAM "Zuwenig Hauptspeicher verfügbar.\n"
|
||||||
#define TEXT_USE_START_MENU "\n\rWenn auf Ihrem Rechner Windows 95 läuft,\n\rstarten Sie die DOS-Version von Alarmstufe Rot\n\rbitte über das Start-Menü von Windows 95.\n\rZum Weitermachen beliebige Taste drücken.\n\r"
|
#define TEXT_USE_START_MENU "\n\rWenn auf Ihrem Rechner Windows 95 lõuft,\n\rstarten Sie die DOS-Version von Alarmstufe Rot\n\rbitte ³ber das Start-Men³ von Windows 95.\n\rZum Weitermachen beliebige Taste dr³cken.\n\r"
|
||||||
#define TEXT_SETUP_FIRST "Bitte erst das SETUP-Programm starten.\n"
|
#define TEXT_SETUP_FIRST "Bitte erst das SETUP-Programm starten.\n"
|
||||||
#define TEXT_NO_MOUSE "C&C:AR kann Ihren Maustreiber nicht finden..."
|
#define TEXT_NO_MOUSE "C&C:AR kann Ihren Maustreiber nicht finden..."
|
||||||
#define TEXT_FILE_ERROR "DATEIFEHLER"
|
#define TEXT_FILE_ERROR "DATEIFEHLER"
|
||||||
#define TEXT_PRESS_KEY "Beliebige Taste dr<EFBFBD>cken f<>r erneuten Versuch."
|
#define TEXT_PRESS_KEY "Beliebige Taste drücken für erneuten Versuch."
|
||||||
#define TEXT_ESC_KEY "<ESC> dr<EFBFBD>cken, um das Programm zu verlassen."
|
#define TEXT_ESC_KEY "<ESC> drücken, um das Programm zu verlassen."
|
||||||
#define TEXT_TO_EXIT "Beliebige Taste dr<EFBFBD>cken, um das Programm zu verlassen."
|
#define TEXT_TO_EXIT "Beliebige Taste drücken, um das Programm zu verlassen."
|
||||||
#define TEXT_INVALID "Ung<EFBFBD>ltiger Parameter.\n"
|
#define TEXT_INVALID "Ungültiger Parameter.\n"
|
||||||
#define TEXT_MAP_ERROR "Kartenfehler!"
|
#define TEXT_MAP_ERROR "Kartenfehler!"
|
||||||
#define TEXT_STOP "Halt"
|
#define TEXT_STOP "Halt"
|
||||||
#define TEXT_CONTINUE "Weiter"
|
#define TEXT_CONTINUE "Weiter"
|
||||||
|
@ -83,20 +83,20 @@
|
||||||
|
|
||||||
|
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
#define TEXT_ERROR_TIMER "Error - L'horloge système n'a pas pu s'initialiser en raison de l'instabilit‚ du sytème. Vous devez red‚marrer Windows."
|
#define TEXT_ERROR_TIMER "Error - L'horloge systÞme n'a pas pu s'initialiser en raison de l'instabilité du sytÞme. Vous devez redémarrer Windows."
|
||||||
#define TEXT_SHORT_TITLE "Alerte Rouge"
|
#define TEXT_SHORT_TITLE "Alerte Rouge"
|
||||||
#define TEXT_MEMORY_ERROR "Erreur - Plus de m‚moire."
|
#define TEXT_MEMORY_ERROR "Erreur - Plus de mémoire."
|
||||||
#define TEXT_ABORT "Interrompre"
|
#define TEXT_ABORT "Interrompre"
|
||||||
#define TEXT_DDRAW_ERROR " Erreur - Impossible d'allouer le tampon vid‚o principal - Interruption."
|
#define TEXT_DDRAW_ERROR " Erreur - Impossible d'allouer le tampon vidéo principal - Interruption."
|
||||||
#define TEXT_TITLE "Command & Conquer : Alerte Rouge"
|
#define TEXT_TITLE "Command & Conquer : Alerte Rouge"
|
||||||
#define TEXT_VIDEO_ERROR " Erreur - Impossible d'‚tablir le mode vid‚o."
|
#define TEXT_VIDEO_ERROR " Erreur - Impossible d'établir le mode vidéo."
|
||||||
#define TEXT_INSUFFICIENT "Espace disque insuffisant pour lancer Command & Conquer.\n"
|
#define TEXT_INSUFFICIENT "Espace disque insuffisant pour lancer Command & Conquer.\n"
|
||||||
#define TEXT_MUST_HAVE "Vous devez disposer de %d Mo d'espace disponsible sur le disque dur."
|
#define TEXT_MUST_HAVE "Vous devez disposer de %d Mo d'espace disponsible sur le disque dur."
|
||||||
#define TEXT_CRITICALLY_LOW "Espace disque insuffisant pour lancer Command & Conquer.\nVous devez disposer de %d Mo d'espace disponsible sur le disque dur."
|
#define TEXT_CRITICALLY_LOW "Espace disque insuffisant pour lancer Command & Conquer.\nVous devez disposer de %d Mo d'espace disponsible sur le disque dur."
|
||||||
#define TEXT_NO_RAM "M‚moire vive (RAM) insuffisante.\n"
|
#define TEXT_NO_RAM "Mémoire vive (RAM) insuffisante.\n"
|
||||||
#define TEXT_USE_START_MENU "\n\rSi vous ˆtes dans Windows 95 vous devez lancer Alerte Rouge\r\nDOS … partir du menu D‚marrer de Windows 95.\n\rAppuyez sur n'importe quelle touche.\n\r"
|
#define TEXT_USE_START_MENU "\n\rSi vous êtes dans Windows 95 vous devez lancer Alerte Rouge\r\nDOS à partir du menu Démarrer de Windows 95.\n\rAppuyez sur n'importe quelle touche.\n\r"
|
||||||
#define TEXT_SETUP_FIRST "Lancez d'abord le programme de configuration SETUP.\n"
|
#define TEXT_SETUP_FIRST "Lancez d'abord le programme de configuration SETUP.\n"
|
||||||
#define TEXT_NO_MOUSE "Alerte Rouge ne peut pas d‚tecter votre gestionnaire de souris."
|
#define TEXT_NO_MOUSE "Alerte Rouge ne peut pas détecter votre gestionnaire de souris."
|
||||||
#define TEXT_FILE_ERROR "ERREUR DE FICHIER"
|
#define TEXT_FILE_ERROR "ERREUR DE FICHIER"
|
||||||
#define TEXT_PRESS_KEY "Appuyez sur une touche pour recommencer."
|
#define TEXT_PRESS_KEY "Appuyez sur une touche pour recommencer."
|
||||||
#define TEXT_ESC_KEY "Appuyez sur Echap pour quitter le programme."
|
#define TEXT_ESC_KEY "Appuyez sur Echap pour quitter le programme."
|
||||||
|
@ -106,12 +106,12 @@
|
||||||
#define TEXT_STOP "Stop"
|
#define TEXT_STOP "Stop"
|
||||||
#define TEXT_CONTINUE "Continuer"
|
#define TEXT_CONTINUE "Continuer"
|
||||||
#define TEXT_OPTIONS "Alerte Rouge (c) 1996, Westwood Studios\r\n" \
|
#define TEXT_OPTIONS "Alerte Rouge (c) 1996, Westwood Studios\r\n" \
|
||||||
"Paramètres:\r\n" \
|
"ParamÞtres:\r\n" \
|
||||||
" -DESTNET = Sp‚cifier le num‚ro de r‚seau du systŠme de destination\r\n" \
|
" -DESTNET = Spécifier le numéro de réseau du système de destination\r\n" \
|
||||||
" (Syntaxe: DESTNETxx.xx.xx.xx)\r\n" \
|
" (Syntaxe: DESTNETxx.xx.xx.xx)\r\n" \
|
||||||
" -SOCKET = ID Socket r‚seau (0 16383)\r\n" \
|
" -SOCKET = ID Socket réseau (0 16383)\r\n" \
|
||||||
" -STEALTH = Cacher les noms en mode multijoueurs (\"Mode Boss\")\r\n" \
|
" -STEALTH = Cacher les noms en mode multijoueurs (\"Mode Boss\")\r\n" \
|
||||||
" -MESSAGES = Autorise les messages ext‚rieurs … ce jeu.\r\n" \
|
" -MESSAGES = Autorise les messages extérieurs à ce jeu.\r\n" \
|
||||||
"\r\n"
|
"\r\n"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -398,21 +398,21 @@ int MapEditClass::Save_Scenario(void)
|
||||||
* - House (GDI, NOD) *
|
* - House (GDI, NOD) *
|
||||||
* - Scenario # *
|
* - Scenario # *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌──────────────────────────────────┐ *
|
||||||
* ³ Caption ³ *
|
* │ Caption │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Scenario ___ ³ *
|
* │ Scenario ___ │ *
|
||||||
* ³ Version ___ ³ *
|
* │ Version ___ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [East] [West] ³ *
|
* │ [East] [West] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [ GDI ] ³ *
|
* │ [ GDI ] │ *
|
||||||
* ³ [ NOD ] ³ *
|
* │ [ NOD ] │ *
|
||||||
* ³ [Multi-Player] ³ *
|
* │ [Multi-Player] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └──────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* caption string to use as a title *
|
* caption string to use as a title *
|
||||||
|
@ -895,26 +895,26 @@ int MapEditClass::Pick_Scenario(char const * caption, int & scen_nump, ScenarioP
|
||||||
* properly exit the screen, since they have a blank undisplayed cell to *
|
* properly exit the screen, since they have a blank undisplayed cell to *
|
||||||
* exit onto. *
|
* exit onto. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌─────────────────────────────────────────────────────┐ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ Clear Terrain ³ *
|
* │ ┌─────────────────────┐ Clear Terrain │ *
|
||||||
* ³ ³ ³ Water ³ *
|
* │ │ │ Water │ *
|
||||||
* ³ ³ ³ Tiberium ³ *
|
* │ │ │ Tiberium │ *
|
||||||
* ³ ³ ³ Rock/Wall/Road ³ *
|
* │ │ │ Rock/Wall/Road │ *
|
||||||
* ³ ³ (Map Area) ³ GDI Unit ³ *
|
* │ │ (Map Area) │ GDI Unit │ *
|
||||||
* ³ ³ ³ NOD Unit ³ *
|
* │ │ │ NOD Unit │ *
|
||||||
* ³ ³ ³ Neutral Unit ³ *
|
* │ │ │ Neutral Unit │ *
|
||||||
* ³ ³ ³ Terrain Object ³ *
|
* │ │ │ Terrain Object │ *
|
||||||
* ³ ³ ³ Starting Cell ³ *
|
* │ │ │ Starting Cell │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ X Y Width Height ³ *
|
* │ X Y Width Height │ *
|
||||||
* ³ ## ## ## ## ³ *
|
* │ ## ## ## ## │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └─────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* x,y,w,h: initial size parameters (-1 = center the thing) *
|
* x,y,w,h: initial size parameters (-1 = center the thing) *
|
||||||
|
@ -2476,22 +2476,22 @@ void MapEditClass::Handle_Triggers(void)
|
||||||
* *
|
* *
|
||||||
* CurTrigger can be NULL when this function is called. *
|
* CurTrigger can be NULL when this function is called. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Triggers ³ *
|
* │ Triggers │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────┬─┐ │ *
|
||||||
* ³ ³ Name Event Action House Team ³³ ³ *
|
* │ │ Name Event Action House Team ││ │ *
|
||||||
* ³ ³ Name Event Action House Team ÃÄ´ ³ *
|
* │ │ Name Event Action House Team ├─┤ │ *
|
||||||
* ³ ³ Name Event Action House Team ³ ³ ³ *
|
* │ │ Name Event Action House Team │ │ │ *
|
||||||
* ³ ³ Name Event Action House Team ³ ³ ³ *
|
* │ │ Name Event Action House Team │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ *
|
* │ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └────────────────────────────────────────────┴─┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [Edit] [New] [Delete] [OK] ³ *
|
* │ [Edit] [New] [Delete] [OK] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
|
|
@ -64,24 +64,24 @@
|
||||||
* placement mode. *
|
* placement mode. *
|
||||||
* This routine does not modify PendingObject or PendingHouse. *
|
* This routine does not modify PendingObject or PendingHouse. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌──────────────────────────────────────────────────┐ *
|
||||||
* ³ [GDI] [NOD] [Neutral] ³ *
|
* │ [GDI] [NOD] [Neutral] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌───────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ [Template] ³ *
|
* │ │ │ [Template] │ *
|
||||||
* ³ ³ ³ [Overlay ] ³ *
|
* │ │ │ [Overlay ] │ *
|
||||||
* ³ ³ ³ [Smudge ] ³ *
|
* │ │ │ [Smudge ] │ *
|
||||||
* ³ ³ ³ [Terrain ] ³ *
|
* │ │ │ [Terrain ] │ *
|
||||||
* ³ ³ (Object picture) ³ [Unit ] ³ *
|
* │ │ (Object picture) │ [Unit ] │ *
|
||||||
* ³ ³ ³ [Infantry] ³ *
|
* │ │ │ [Infantry] │ *
|
||||||
* ³ ³ ³ [Aircraft] ³ *
|
* │ │ │ [Aircraft] │ *
|
||||||
* ³ ³ ³ [Building] ³ *
|
* │ │ │ [Building] │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄ¿ ³ *
|
* │ └───────────────────────────────┘ ┌──────┐ │ *
|
||||||
* ³ [<-] [->] ³(Grid)³ ³ *
|
* │ [<-] [->] │(Grid)│ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ [OK] [Cancel] ÀÄÄÄÄÄÄÙ ³ *
|
* │ [OK] [Cancel] └──────┘ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └──────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
|
|
@ -150,22 +150,22 @@ void MapEditClass::Handle_Teams(char const * caption)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* MapEditClass::Select_Team -- user selects a team from a list *
|
* MapEditClass::Select_Team -- user selects a team from a list *
|
||||||
* *
|
* *
|
||||||
* レトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ *
|
* ┌────────────────────────────────────────────────────────┐ *
|
||||||
* ウ Teams ウ *
|
* │ Teams │ *
|
||||||
* ウ レトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトツトソ ウ *
|
* │ ┌────────────────────────────────────────────┬─┐ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count ウウ ウ *
|
* │ │ Name House Class:Count,Class:Count ││ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count テトエ ウ *
|
* │ │ Name House Class:Count,Class:Count ├─┤ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count ウ ウ ウ *
|
* │ │ Name House Class:Count,Class:Count │ │ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count ウ ウ ウ *
|
* │ │ Name House Class:Count,Class:Count │ │ │ *
|
||||||
* ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ *
|
||||||
* ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ *
|
||||||
* ウ ウ テトエ ウ *
|
* │ │ ├─┤ │ *
|
||||||
* ウ ウ ウウ ウ *
|
* │ │ ││ │ *
|
||||||
* ウ タトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトチトル ウ *
|
* │ └────────────────────────────────────────────┴─┘ │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* ウ [Edit] [New] [Delete] [OK] ウ *
|
* │ [Edit] [New] [Delete] [OK] │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* タトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトル *
|
* └────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -390,24 +390,24 @@ int MapEditClass::Select_Team(char const * )
|
||||||
* 10 pixels are left between rows of objects, so the # of that type of *
|
* 10 pixels are left between rows of objects, so the # of that type of *
|
||||||
* object can be displayed underneath the object. *
|
* object can be displayed underneath the object. *
|
||||||
* *
|
* *
|
||||||
* レトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ *
|
* ┌─────────────────────────────────────────────────┐ *
|
||||||
* ウ Team Members ウ *
|
* │ Team Members │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* ウ レトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトソ ウ *
|
* │ ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ タトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトル ウ *
|
* │ └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘ │ *
|
||||||
* ウ [OK] [Cancel] ウ *
|
* │ [OK] [Cancel] │ *
|
||||||
* タトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトル *
|
* └─────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* house house to display objects for *
|
* house house to display objects for *
|
||||||
|
|
|
@ -444,16 +444,16 @@ char const *EngMisStr[] = {
|
||||||
|
|
||||||
"A Path Beyond (Lg)", "Weg ins Jenseits (Gr)",
|
"A Path Beyond (Lg)", "Weg ins Jenseits (Gr)",
|
||||||
"Central Conflict (Lg)", "Der zentrale Konflikt (Gr)",
|
"Central Conflict (Lg)", "Der zentrale Konflikt (Gr)",
|
||||||
"Coastal Influence (Med)", "Sturm an der K<EFBFBD>ste (Mit)",
|
"Coastal Influence (Med)", "Sturm an der Küste (Mit)",
|
||||||
"Combat Alley (Med)", "Boulevard der Schlachten (Mit)",
|
"Combat Alley (Med)", "Boulevard der Schlachten (Mit)",
|
||||||
"Desolation (Lg)", "Verw<EFBFBD>stung (Gr)",
|
"Desolation (Lg)", "Verwüstung (Gr)",
|
||||||
"Dugout Isle (Med)", "Buddelschiff (Mit)",
|
"Dugout Isle (Med)", "Buddelschiff (Mit)",
|
||||||
"Equal Opportunity (Sm)", "Gleiche Chancen (Kl)",
|
"Equal Opportunity (Sm)", "Gleiche Chancen (Kl)",
|
||||||
"First Come, First Serve (Sm)", "Wer zuerst kommt... (Kl)",
|
"First Come, First Serve (Sm)", "Wer zuerst kommt... (Kl)",
|
||||||
"Island Hoppers (Sm)", "Inselspringen (Kl)",
|
"Island Hoppers (Sm)", "Inselspringen (Kl)",
|
||||||
"Island Wars (Lg)", "Der Krieg der Eilande (Gr)",
|
"Island Wars (Lg)", "Der Krieg der Eilande (Gr)",
|
||||||
"Isle of Fury (Lg)", "Insel des Zorns (Gr)",
|
"Isle of Fury (Lg)", "Insel des Zorns (Gr)",
|
||||||
"Ivory Wastelands (Sm)", "Elfenbeinw<EFBFBD>ste (Kl)",
|
"Ivory Wastelands (Sm)", "Elfenbeinwüste (Kl)",
|
||||||
"Keep off the Grass (Sm)", "Rasen betreten verboten (Kl)",
|
"Keep off the Grass (Sm)", "Rasen betreten verboten (Kl)",
|
||||||
"Marooned II (Med)", "Gestrandet (Mit)",
|
"Marooned II (Med)", "Gestrandet (Mit)",
|
||||||
"Middle Mayhem (Sm)", "Mittelsmann (Kl)",
|
"Middle Mayhem (Sm)", "Mittelsmann (Kl)",
|
||||||
|
@ -461,7 +461,7 @@ char const *EngMisStr[] = {
|
||||||
"No Man's Land (Med)", "Niemandsland (Mit)",
|
"No Man's Land (Med)", "Niemandsland (Mit)",
|
||||||
"Normandy (Med)", "Normandie (Mit)",
|
"Normandy (Med)", "Normandie (Mit)",
|
||||||
"North By Northwest (Lg)", "Nord auf Nordwest (Gr)",
|
"North By Northwest (Lg)", "Nord auf Nordwest (Gr)",
|
||||||
"Pond Skirmish (Med)", "Teichgepl„nkel (Mit)",
|
"Pond Skirmish (Med)", "Teichgeplänkel (Mit)",
|
||||||
"Raraku (Lg)", "Raraku (Gr)",
|
"Raraku (Lg)", "Raraku (Gr)",
|
||||||
"Ridge War (Med)", "Das Tal der Cyborgs (Mit)",
|
"Ridge War (Med)", "Das Tal der Cyborgs (Mit)",
|
||||||
"Shallow Grave (Med)", "Ein enges Grab (Mit)",
|
"Shallow Grave (Med)", "Ein enges Grab (Mit)",
|
||||||
|
@ -469,18 +469,18 @@ char const *EngMisStr[] = {
|
||||||
|
|
||||||
"Africa (Lg)", "Afrika (Gr)",
|
"Africa (Lg)", "Afrika (Gr)",
|
||||||
"Alaska Anarchy (Lg)", "Anarchie in Alaska (Gr)",
|
"Alaska Anarchy (Lg)", "Anarchie in Alaska (Gr)",
|
||||||
"All that Glitters... (Lg)", "Alles was gl„nzt... (Gr)",
|
"All that Glitters... (Lg)", "Alles was glänzt... (Gr)",
|
||||||
"Apre's Peace (Lg)", "Apres Frieden (Gr)",
|
"Apre's Peace (Lg)", "Apres Frieden (Gr)",
|
||||||
"Antartica (Lg)", "Antarktica (Gr)",
|
"Antartica (Lg)", "Antarktica (Gr)",
|
||||||
"Armourgarden (Lg)", "Garten der Panzer (Gr)",
|
"Armourgarden (Lg)", "Garten der Panzer (Gr)",
|
||||||
"Austraila (Med)", "Koalaland (Mit)",
|
"Austraila (Med)", "Koalaland (Mit)",
|
||||||
"Barrier to Entry (Lg)", "Zutritt verboten (Gr)",
|
"Barrier to Entry (Lg)", "Zutritt verboten (Gr)",
|
||||||
"Bavarian Blast (Med)", "Bayrische Blasmusik (Mit)",
|
"Bavarian Blast (Med)", "Bayrische Blasmusik (Mit)",
|
||||||
"Be Shore (Med)", "Strandl„ufer (Mit)",
|
"Be Shore (Med)", "Strandläufer (Mit)",
|
||||||
"Bearing Straits (Med)", "Die Heringstrasse (Mit)",
|
"Bearing Straits (Med)", "Die Heringstrasse (Mit)",
|
||||||
"Blow Holes (Lg)", "L”cheriger K„se (Gr)",
|
"Blow Holes (Lg)", "Löcheriger Käse (Gr)",
|
||||||
"Bonsai (Sm)", "Bonsai (Kl)",
|
"Bonsai (Sm)", "Bonsai (Kl)",
|
||||||
"Brother Stalin (Lg)", "Br<EFBFBD>derchen Stalin (Gr)",
|
"Brother Stalin (Lg)", "Brüderchen Stalin (Gr)",
|
||||||
"Bullseye (Lg)", "Bullseye (Gr)",
|
"Bullseye (Lg)", "Bullseye (Gr)",
|
||||||
"C&C (Med)", "C&C (Mit)",
|
"C&C (Med)", "C&C (Mit)",
|
||||||
"Camos Canyon (Med)", "Camos-Canyon (Mit)",
|
"Camos Canyon (Med)", "Camos-Canyon (Mit)",
|
||||||
|
@ -490,11 +490,11 @@ char const *EngMisStr[] = {
|
||||||
"Central Arena (Lg)", "Spielplatz des Teufels (Gr)",
|
"Central Arena (Lg)", "Spielplatz des Teufels (Gr)",
|
||||||
"Canyon River (Med)", "Canyonfluss (Mit)",
|
"Canyon River (Med)", "Canyonfluss (Mit)",
|
||||||
"Crossroads (Sm)", "Kreuzung (Kl)",
|
"Crossroads (Sm)", "Kreuzung (Kl)",
|
||||||
"Czech Mate (Lg)", "Tschechische Er”ffnung (Gr)",
|
"Czech Mate (Lg)", "Tschechische Eröffnung (Gr)",
|
||||||
"Dday (Med)", "D-Day (Mit)",
|
"Dday (Med)", "D-Day (Mit)",
|
||||||
"Disaster Central (Lg)", "Endstation Schweinebucht (Gr)",
|
"Disaster Central (Lg)", "Endstation Schweinebucht (Gr)",
|
||||||
"Docklands (Med)", "Docklands (Mit)",
|
"Docklands (Med)", "Docklands (Mit)",
|
||||||
"East Coast (Med)", "Ostk<EFBFBD>ste (Mit)",
|
"East Coast (Med)", "Ostküste (Mit)",
|
||||||
"Eastern Seaboard (Lg)", "Die Passage nach Osten (Gr)",
|
"Eastern Seaboard (Lg)", "Die Passage nach Osten (Gr)",
|
||||||
"Finger Lake (Lg)", "Fingersee (Gr)",
|
"Finger Lake (Lg)", "Fingersee (Gr)",
|
||||||
"Fjords (Med)", "Fjorde (Mit)",
|
"Fjords (Med)", "Fjorde (Mit)",
|
||||||
|
@ -503,13 +503,13 @@ char const *EngMisStr[] = {
|
||||||
"Four Corners (Lg)", "Viereck (Gr)",
|
"Four Corners (Lg)", "Viereck (Gr)",
|
||||||
"Frostbit Fjords (Lg)", "Frostbeulenfjord (Gr)",
|
"Frostbit Fjords (Lg)", "Frostbeulenfjord (Gr)",
|
||||||
"Glenboig (Sm)", "Glenboig (Kl)",
|
"Glenboig (Sm)", "Glenboig (Kl)",
|
||||||
"Hell Frozen Over (Lg)", "Winter in der H”lle (Gr)",
|
"Hell Frozen Over (Lg)", "Winter in der Hölle (Gr)",
|
||||||
"India (Lg)", "Indien (Gr)",
|
"India (Lg)", "Indien (Gr)",
|
||||||
"Indirect Fire (Lg)", "Indirekter Beschuss (Gr)",
|
"Indirect Fire (Lg)", "Indirekter Beschuss (Gr)",
|
||||||
"Island Wars II (Lg)", "Krieg der Inseln (Gr)",
|
"Island Wars II (Lg)", "Krieg der Inseln (Gr)",
|
||||||
"Italy (Lg)", "Italien (Gr)",
|
"Italy (Lg)", "Italien (Gr)",
|
||||||
"Kabalo (Lg)", "Kabalo (Gr)",
|
"Kabalo (Lg)", "Kabalo (Gr)",
|
||||||
"King of the Hills (Lg)", "K”nig des Maulwurfsh<73>gels (Gr)",
|
"King of the Hills (Lg)", "König des Maulwurfshügels (Gr)",
|
||||||
"Lake Divide (Med)", "Wasserscheide (Mit)",
|
"Lake Divide (Med)", "Wasserscheide (Mit)",
|
||||||
"Lakelands (Lg)", "Seenplatte (Gr)",
|
"Lakelands (Lg)", "Seenplatte (Gr)",
|
||||||
"Land Ladder (Lg)", "Das Leiterspiel (Gr)",
|
"Land Ladder (Lg)", "Das Leiterspiel (Gr)",
|
||||||
|
@ -518,23 +518,23 @@ char const *EngMisStr[] = {
|
||||||
"Malibu Fields (Med)", "Malibu (Mit)",
|
"Malibu Fields (Med)", "Malibu (Mit)",
|
||||||
"Marshland (Med)", "Schlammschlacht (Mit)",
|
"Marshland (Med)", "Schlammschlacht (Mit)",
|
||||||
"MyLai Delta (Med)", "Das Delta von My Lai (Mit)",
|
"MyLai Delta (Med)", "Das Delta von My Lai (Mit)",
|
||||||
"Natural Harbor (Med)", "Nat<EFBFBD>rlicher Hafen (Mit)",
|
"Natural Harbor (Med)", "Natürlicher Hafen (Mit)",
|
||||||
"No Way Out (Lg)", "Kein Entkommen (Gr)",
|
"No Way Out (Lg)", "Kein Entkommen (Gr)",
|
||||||
"Normandy Landing (Lg)", "Landung in der Normandie (Gr)",
|
"Normandy Landing (Lg)", "Landung in der Normandie (Gr)",
|
||||||
"Ore Wars (Med)", "Die Erz-Kriege (Mit)",
|
"Ore Wars (Med)", "Die Erz-Kriege (Mit)",
|
||||||
"Oz (Lg)", "Das Land Oz (Gr)",
|
"Oz (Lg)", "Das Land Oz (Gr)",
|
||||||
"Pilgrim Fathers II (Lg)", "Die Gr<EFBFBD>nderv„ter (Gr)",
|
"Pilgrim Fathers II (Lg)", "Die Gründerväter (Gr)",
|
||||||
"Pip's Ice Tea (Med)", "Pips Eistee (Mit)",
|
"Pip's Ice Tea (Med)", "Pips Eistee (Mit)",
|
||||||
"Polar Panic (Lg)", "Panik am Pol (Gr)",
|
"Polar Panic (Lg)", "Panik am Pol (Gr)",
|
||||||
"Ponds (Med)", "T<EFBFBD>mpelspringer (Mit)",
|
"Ponds (Med)", "Tümpelspringer (Mit)",
|
||||||
"Putney (Lg)", "Putney (Gr)",
|
"Putney (Lg)", "Putney (Gr)",
|
||||||
"Return to Zion (Lg)", "R<EFBFBD>ckkehr nach Zion (Gr)",
|
"Return to Zion (Lg)", "Rückkehr nach Zion (Gr)",
|
||||||
"Ring of Land (Lg)", "Der Landring (Gr)",
|
"Ring of Land (Lg)", "Der Landring (Gr)",
|
||||||
"River Basin (Lg)", "Flusslauf (Gr)",
|
"River Basin (Lg)", "Flusslauf (Gr)",
|
||||||
"River Delta (Med)", "Flussdelta (Mit)",
|
"River Delta (Med)", "Flussdelta (Mit)",
|
||||||
"River Islands (Med)", "Flussinsel (Mit)",
|
"River Islands (Med)", "Flussinsel (Mit)",
|
||||||
"River Maze (Sm)", "Flussgewirr (Kl)",
|
"River Maze (Sm)", "Flussgewirr (Kl)",
|
||||||
"Rivers (Sm)", "Fl<EFBFBD>sse (Kl)",
|
"Rivers (Sm)", "Flüsse (Kl)",
|
||||||
"Run the Gauntlet (Med)", "Spiessrutenlauf (Mit)",
|
"Run the Gauntlet (Med)", "Spiessrutenlauf (Mit)",
|
||||||
"Scappa Flow (Lg)", "Scapa Flow (Gr)",
|
"Scappa Flow (Lg)", "Scapa Flow (Gr)",
|
||||||
"Siberian Slaughter (Lg)", "Sibirisches Gemetzel (Gr)",
|
"Siberian Slaughter (Lg)", "Sibirisches Gemetzel (Gr)",
|
||||||
|
@ -544,8 +544,8 @@ char const *EngMisStr[] = {
|
||||||
"Snowball fight (Lg)", "Schneeballschlacht (Gr)",
|
"Snowball fight (Lg)", "Schneeballschlacht (Gr)",
|
||||||
"Snowy Island (Lg)", "Schneeinsel (Gr)",
|
"Snowy Island (Lg)", "Schneeinsel (Gr)",
|
||||||
"So Near So Far (Sm)", "So nah und doch so fern (Kl)",
|
"So Near So Far (Sm)", "So nah und doch so fern (Kl)",
|
||||||
"South America (Lg)", "S<EFBFBD>damerika (Gr)",
|
"South America (Lg)", "Südamerika (Gr)",
|
||||||
"Spring Line (Lg)", "Fr<EFBFBD>hlingsgef<EFBFBD>hle (Gr)",
|
"Spring Line (Lg)", "Frühlingsgefühle (Gr)",
|
||||||
"Star (Lg)", "Stern (Gr)",
|
"Star (Lg)", "Stern (Gr)",
|
||||||
"Straighter & Narrower (Sm)", "Enger & schmaler (Kl)",
|
"Straighter & Narrower (Sm)", "Enger & schmaler (Kl)",
|
||||||
"TerrainSpotting (Sm)", "TerrainSpotting (Kl)",
|
"TerrainSpotting (Sm)", "TerrainSpotting (Kl)",
|
||||||
|
@ -554,22 +554,22 @@ char const *EngMisStr[] = {
|
||||||
"The Great Lakes (Med)", "Die Grossen Seen (Mit)",
|
"The Great Lakes (Med)", "Die Grossen Seen (Mit)",
|
||||||
"The Ice Arena (Lg)", "Eisarena (Gr)",
|
"The Ice Arena (Lg)", "Eisarena (Gr)",
|
||||||
"The Lake District (Lg)", "Kalte Seenplatte (Gr)",
|
"The Lake District (Lg)", "Kalte Seenplatte (Gr)",
|
||||||
"The Linked lands (Lg)", "Die verbundenen L„nder (Gr)",
|
"The Linked lands (Lg)", "Die verbundenen Länder (Gr)",
|
||||||
"The Mississippi (Med)", "Gr<EFBFBD>sse von Tom Sawyer (Mit)",
|
"The Mississippi (Med)", "Grüsse von Tom Sawyer (Mit)",
|
||||||
"The Sticky Bit (Lg)", "Der klebrige Teil (Gr)",
|
"The Sticky Bit (Lg)", "Der klebrige Teil (Gr)",
|
||||||
"The Valley (Med)", "Das Tal (Mit)",
|
"The Valley (Med)", "Das Tal (Mit)",
|
||||||
"The Woods Today (Lg)", "Waldl„ufer (Gr)",
|
"The Woods Today (Lg)", "Waldläufer (Gr)",
|
||||||
"Things to Come (Lg)", "Was die Zukunft bringt (Gr)",
|
"Things to Come (Lg)", "Was die Zukunft bringt (Gr)",
|
||||||
"Tiger Core (Sm)", "Das Herz des Tigers (Kl)",
|
"Tiger Core (Sm)", "Das Herz des Tigers (Kl)",
|
||||||
"To the Core (Sm)", "Mitten ins Herz (Kl)",
|
"To the Core (Sm)", "Mitten ins Herz (Kl)",
|
||||||
"Tournament Hills (Lg)", "H<EFBFBD>gel der Entscheidung (Gr)",
|
"Tournament Hills (Lg)", "Hügel der Entscheidung (Gr)",
|
||||||
"Tropical Storm (Med)", "Tropenst<EFBFBD>rme (Mit)",
|
"Tropical Storm (Med)", "Tropenstürme (Mit)",
|
||||||
"Tundra Trouble (Lg)", "Tauziehen in der Tundra (Gr)",
|
"Tundra Trouble (Lg)", "Tauziehen in der Tundra (Gr)",
|
||||||
"Uk (Med)", "GB (Mit)",
|
"Uk (Med)", "GB (Mit)",
|
||||||
"Undiscovered Country (Sm)", "Unentdecktes Land (Kl)",
|
"Undiscovered Country (Sm)", "Unentdecktes Land (Kl)",
|
||||||
"United States (Med)", "US (Mit)",
|
"United States (Med)", "US (Mit)",
|
||||||
"Volcano (Sm)", "Vulkan (Kl)",
|
"Volcano (Sm)", "Vulkan (Kl)",
|
||||||
"Wastelands (Lg)", "W<EFBFBD>stenei (Gr)",
|
"Wastelands (Lg)", "Wüstenei (Gr)",
|
||||||
"Water Works (Sm)", "Wasserwerke (Kl)",
|
"Water Works (Sm)", "Wasserwerke (Kl)",
|
||||||
"World Map (Med)", "Weltkarte (Kl)",
|
"World Map (Med)", "Weltkarte (Kl)",
|
||||||
"Zambezi (Lg)", "Sambesi (Gr)",
|
"Zambezi (Lg)", "Sambesi (Gr)",
|
||||||
|
@ -579,63 +579,63 @@ char const *EngMisStr[] = {
|
||||||
"Arena Valley Extreme (Mega 8 players)", "Arenatal (sehr gross, 8 Spieler)",
|
"Arena Valley Extreme (Mega 8 players)", "Arenatal (sehr gross, 8 Spieler)",
|
||||||
"Around the Rim (Sm 4 players)", "Um die Kante (klein, 4 Spieler)",
|
"Around the Rim (Sm 4 players)", "Um die Kante (klein, 4 Spieler)",
|
||||||
"Ashes to Ashes (Lg 6 players)", "Asche zu Asche (gross, 6 Spieler)",
|
"Ashes to Ashes (Lg 6 players)", "Asche zu Asche (gross, 6 Spieler)",
|
||||||
"Artic Wasteland (Mega 8 players)", "Arktische W<EFBFBD>ste (sehr gross, 8 Spieler)",
|
"Artic Wasteland (Mega 8 players)", "Arktische Wüste (sehr gross, 8 Spieler)",
|
||||||
"Badajoz (Med 4 players)", "Badjoz (mittelgross, 4 Spieler)",
|
"Badajoz (Med 4 players)", "Badjoz (mittelgross, 4 Spieler)",
|
||||||
"Baptism of Fire (Lg 6 players)", "Feuertaufe (gross, 6 Spieler)",
|
"Baptism of Fire (Lg 6 players)", "Feuertaufe (gross, 6 Spieler)",
|
||||||
"Big Fish, Small Pond (Lg 6 players)", "Grosser Fisch im kleinen Teich (gross, 6 Spieler)",
|
"Big Fish, Small Pond (Lg 6 players)", "Grosser Fisch im kleinen Teich (gross, 6 Spieler)",
|
||||||
"Blue Lakes (Lg 8 players)", "Die blauen Seen (gross, 8 Spieler)",
|
"Blue Lakes (Lg 8 players)", "Die blauen Seen (gross, 8 Spieler)",
|
||||||
"Booby Traps (Mega 8 players)", "Vorsicht, Falle! (sehr gross, 8 Spieler)",
|
"Booby Traps (Mega 8 players)", "Vorsicht, Falle! (sehr gross, 8 Spieler)",
|
||||||
"Bridgehead (Lg 6 players)", "Br<EFBFBD>ckenkopf im Niemandsland (gross, 6 Spieler)",
|
"Bridgehead (Lg 6 players)", "Brückenkopf im Niemandsland (gross, 6 Spieler)",
|
||||||
"Butterfly Bay (Lg 6 players)", "Schmetterlingsbucht (gross, 6 Spieler)",
|
"Butterfly Bay (Lg 6 players)", "Schmetterlingsbucht (gross, 6 Spieler)",
|
||||||
"Central Conflict Extreme (Mega 8 players)", "Zentraler Konflikt f<EFBFBD>r K”nner (sehr gross, 8 Spieler)",
|
"Central Conflict Extreme (Mega 8 players)", "Zentraler Konflikt für Könner (sehr gross, 8 Spieler)",
|
||||||
"Circles of Death (Mega 8 players)", "Todeskreise (sehr gross, 8 Spieler)",
|
"Circles of Death (Mega 8 players)", "Todeskreise (sehr gross, 8 Spieler)",
|
||||||
"Cold Front (Med 6 players)", "Kaltfront ( mittelgross, 6 Spieler)",
|
"Cold Front (Med 6 players)", "Kaltfront ( mittelgross, 6 Spieler)",
|
||||||
"Cold Pass (Med 4 players)", "Cooler Pass (mittelgross, 4 Spieler)",
|
"Cold Pass (Med 4 players)", "Cooler Pass (mittelgross, 4 Spieler)",
|
||||||
"Combat Zones (Mega 8 players)", "Kampfgebiete (sehr gross, 8 Spieler)",
|
"Combat Zones (Mega 8 players)", "Kampfgebiete (sehr gross, 8 Spieler)",
|
||||||
"Conflict Cove (Sm 4 players)", "H”hlenkonflikt (klein, 4 Spieler)",
|
"Conflict Cove (Sm 4 players)", "Höhlenkonflikt (klein, 4 Spieler)",
|
||||||
"Culloden Moor (Med 8 players)", "Culloden-Moor (mittelgross, 8 Spieler)",
|
"Culloden Moor (Med 8 players)", "Culloden-Moor (mittelgross, 8 Spieler)",
|
||||||
"Damnation Alley (Mega 8 players)", "Strasse der Verdammten (sehr gross, 8 Spieler)",
|
"Damnation Alley (Mega 8 players)", "Strasse der Verdammten (sehr gross, 8 Spieler)",
|
||||||
"Death Valley (Mega 8 players)", "Tal des Todes (sehr gross, 8 Spieler)",
|
"Death Valley (Mega 8 players)", "Tal des Todes (sehr gross, 8 Spieler)",
|
||||||
"Deep Six (Mega 8 players)", "Tiefe Sechs (sehr gross, 8 Spieler)",
|
"Deep Six (Mega 8 players)", "Tiefe Sechs (sehr gross, 8 Spieler)",
|
||||||
"Destruction Derby (Mega 8 players)", "Destruction Derby (sehr gross, 8 Spieler)",
|
"Destruction Derby (Mega 8 players)", "Destruction Derby (sehr gross, 8 Spieler)",
|
||||||
"Diamonds Aren't Forever (Mega 8 players)", "Verg„ngliche Diamanten (sehr gross, 8 Spieler)",
|
"Diamonds Aren't Forever (Mega 8 players)", "Vergängliche Diamanten (sehr gross, 8 Spieler)",
|
||||||
"Elysium (Sm 4 players)", "Elysium (klein, 4 Spieler)",
|
"Elysium (Sm 4 players)", "Elysium (klein, 4 Spieler)",
|
||||||
"Equal Shares (Lg 4 players)", "Gleiche Anteile (gross, 4 Spieler)",
|
"Equal Shares (Lg 4 players)", "Gleiche Anteile (gross, 4 Spieler)",
|
||||||
"Frost Bitten (Mega 8 players)", "Frostbrand (sehr gross, 8 Spieler)",
|
"Frost Bitten (Mega 8 players)", "Frostbrand (sehr gross, 8 Spieler)",
|
||||||
"Frozen Valley (Med 6 players)", "Eisiges Tal (mittelgross, 6 Spieler)",
|
"Frozen Valley (Med 6 players)", "Eisiges Tal (mittelgross, 6 Spieler)",
|
||||||
"Gettysburg (Sm 4 players)", "Gettysburg (klein, 4 Spieler)",
|
"Gettysburg (Sm 4 players)", "Gettysburg (klein, 4 Spieler)",
|
||||||
"Glacial Valley (Sm 4 players)", "Gletschertal (klein, 4 Spieler)",
|
"Glacial Valley (Sm 4 players)", "Gletschertal (klein, 4 Spieler)",
|
||||||
"Gold Coast (Med 6 players)", "Goldk<EFBFBD>ste (mittelgross, 6 Spieler)",
|
"Gold Coast (Med 6 players)", "Goldküste (mittelgross, 6 Spieler)",
|
||||||
"Gold Rush (Lg 4 players)", "Goldrausch (gross, 4 Spieler)",
|
"Gold Rush (Lg 4 players)", "Goldrausch (gross, 4 Spieler)",
|
||||||
"Habitat (Lg 4 players)", "Habitat (gross, 4 Spieler)",
|
"Habitat (Lg 4 players)", "Habitat (gross, 4 Spieler)",
|
||||||
"Hades Frozen Over (Sm 4 players)", "Frostschutz f<EFBFBD>r die H”lle (klein, 4 Spieler)",
|
"Hades Frozen Over (Sm 4 players)", "Frostschutz für die Hölle (klein, 4 Spieler)",
|
||||||
"Hamburger Hill (Mega 8 players)", "Hamburger Hill (sehr gross, 8 Spieler)",
|
"Hamburger Hill (Mega 8 players)", "Hamburger Hill (sehr gross, 8 Spieler)",
|
||||||
"Hastings (Sm 4 players)", "Hastings (klein, 4 Spieler)",
|
"Hastings (Sm 4 players)", "Hastings (klein, 4 Spieler)",
|
||||||
"Hell's Pass (Med 6 players)", "H”llenpass (mittelgross, 6 Spieler)",
|
"Hell's Pass (Med 6 players)", "Höllenpass (mittelgross, 6 Spieler)",
|
||||||
"Holy Grounds (Mega 8 players)", "Heiliger Boden (sehr gross, 8 Spieler)",
|
"Holy Grounds (Mega 8 players)", "Heiliger Boden (sehr gross, 8 Spieler)",
|
||||||
"Ice Bergs (Med 6 players)", "Eisberge (mittelgross, 6 Spieler)",
|
"Ice Bergs (Med 6 players)", "Eisberge (mittelgross, 6 Spieler)",
|
||||||
"Ice Station (Lg 6 players)", "Eisstation (gross, 6 Spieler)",
|
"Ice Station (Lg 6 players)", "Eisstation (gross, 6 Spieler)",
|
||||||
"Ice Queen (Lg 4 players)", "Eisk”nigin (gross, 4 Spieler)",
|
"Ice Queen (Lg 4 players)", "Eiskönigin (gross, 4 Spieler)",
|
||||||
"In the Sun (Med 6 players)", "Unter der Sonne (mittelgross, 6 Spieler)",
|
"In the Sun (Med 6 players)", "Unter der Sonne (mittelgross, 6 Spieler)",
|
||||||
"Innocents? (Mega 8 players)", "Unschuldig? Wer? (sehr gross, 8 Spieler)",
|
"Innocents? (Mega 8 players)", "Unschuldig? Wer? (sehr gross, 8 Spieler)",
|
||||||
"Islands (Med 8 players)", "Inseln im Nebel (mittelgross, 8 Spieler)",
|
"Islands (Med 8 players)", "Inseln im Nebel (mittelgross, 8 Spieler)",
|
||||||
"Island Plateau (Lg 4 players)", "Inselplateau (gross, 4 Spieler)",
|
"Island Plateau (Lg 4 players)", "Inselplateau (gross, 4 Spieler)",
|
||||||
"Island Wars Extreme (Mega 8 players)", "Extremes Inselspringen (sehr gross, 8 Spieler)",
|
"Island Wars Extreme (Mega 8 players)", "Extremes Inselspringen (sehr gross, 8 Spieler)",
|
||||||
"Kananga (Med 6 players)", "Kananga (mittelgross, 6 Spieler)",
|
"Kananga (Med 6 players)", "Kananga (mittelgross, 6 Spieler)",
|
||||||
"King of the Hills Extreme (Mega 8 players)", "K”nig des Maulwurfsh<73>gels (sehr gross, 8 Spieler)",
|
"King of the Hills Extreme (Mega 8 players)", "König des Maulwurfshügels (sehr gross, 8 Spieler)",
|
||||||
"Lake Land (Lg 8 players)", "Seenland (gross, 8 Spieler)",
|
"Lake Land (Lg 8 players)", "Seenland (gross, 8 Spieler)",
|
||||||
"Land Locked (Lg 8 players)", "Das Verschlossene Land (gross, 8 Spieler)",
|
"Land Locked (Lg 8 players)", "Das Verschlossene Land (gross, 8 Spieler)",
|
||||||
"Lanes (Med 8 players)", "Gassenjungen (mittelgross, 8 Spieler)",
|
"Lanes (Med 8 players)", "Gassenjungen (mittelgross, 8 Spieler)",
|
||||||
"Leipzip (Sm 4 players)", "Leipzig (klein, 4 Spieler)",
|
"Leipzip (Sm 4 players)", "Leipzig (klein, 4 Spieler)",
|
||||||
"Meander (Lg 8 players)", "M„ander (gross, 8 Spieler)",
|
"Meander (Lg 8 players)", "Mäander (gross, 8 Spieler)",
|
||||||
"Mekong (Med 8 players)", "Mekong (mittelgross, 8 Spieler)",
|
"Mekong (Med 8 players)", "Mekong (mittelgross, 8 Spieler)",
|
||||||
"Middle Ground (Med 8 players)", "Mittelsmann (mittelgross, 8 Spieler)",
|
"Middle Ground (Med 8 players)", "Mittelsmann (mittelgross, 8 Spieler)",
|
||||||
"Naval Conquests (Mega 8 players)", "Kommt zur Marine, haben sie gesagt (sehr gross, 8 Spieler)",
|
"Naval Conquests (Mega 8 players)", "Kommt zur Marine, haben sie gesagt (sehr gross, 8 Spieler)",
|
||||||
"On your Marks (Med 4 players)", "Auf die Pl„tze (mittelgross, 4 Spieler)",
|
"On your Marks (Med 4 players)", "Auf die Plätze (mittelgross, 4 Spieler)",
|
||||||
"Open Warfare (Mega 8 players)", "Offener Schlagabtausch (sehr gross, 8 Spieler)",
|
"Open Warfare (Mega 8 players)", "Offener Schlagabtausch (sehr gross, 8 Spieler)",
|
||||||
"Ore Gardens (Lg 8 players)", "Erzparadies (gross, 8 Spieler)",
|
"Ore Gardens (Lg 8 players)", "Erzparadies (gross, 8 Spieler)",
|
||||||
"Potholes (Mega 8 players)", "Schlagl”cher (sehr gross, 8 Spieler)",
|
"Potholes (Mega 8 players)", "Schlaglöcher (sehr gross, 8 Spieler)",
|
||||||
"Puddles (Med 4 players)", "Pf<EFBFBD>tzen (mittelgross, 4 Spieler)",
|
"Puddles (Med 4 players)", "Pfützen (mittelgross, 4 Spieler)",
|
||||||
"Random Violence (Mega 8 players)", "Unberechenbare Gewalt (sehr gross, 8 Spieler)",
|
"Random Violence (Mega 8 players)", "Unberechenbare Gewalt (sehr gross, 8 Spieler)",
|
||||||
"Revenge (Med 8 players)", "Rache (mittelgross, 8 Spieler)",
|
"Revenge (Med 8 players)", "Rache (mittelgross, 8 Spieler)",
|
||||||
"Rias (Med 8 players)", "Kabul (mittelgross, 8 Spieler)",
|
"Rias (Med 8 players)", "Kabul (mittelgross, 8 Spieler)",
|
||||||
|
@ -646,28 +646,28 @@ char const *EngMisStr[] = {
|
||||||
"Rorkes Drift (Lg 4 players)", "Rorkes Drift (gross, 4 Spieler)",
|
"Rorkes Drift (Lg 4 players)", "Rorkes Drift (gross, 4 Spieler)",
|
||||||
"Seaside (Med 4 players)", "Strandleben (mittelgross, 4 Spieler)",
|
"Seaside (Med 4 players)", "Strandleben (mittelgross, 4 Spieler)",
|
||||||
"Shades (Med 8 players)", "Schattenreich (mittelgross, 8 Spieler)",
|
"Shades (Med 8 players)", "Schattenreich (mittelgross, 8 Spieler)",
|
||||||
"Smuggler's Cove (Lg 6 players)", "Schmugglerh”hle (gross, 6 Spieler)",
|
"Smuggler's Cove (Lg 6 players)", "Schmugglerhöhle (gross, 6 Spieler)",
|
||||||
"Snow Garden (Sm 2 players)", "Schneegest”ber (klein, 2 Spieler)",
|
"Snow Garden (Sm 2 players)", "Schneegestöber (klein, 2 Spieler)",
|
||||||
"Stalingrad (Sm 4 players)", "Stalingrad (klein, 4 Spieler)",
|
"Stalingrad (Sm 4 players)", "Stalingrad (klein, 4 Spieler)",
|
||||||
"Sticks & Stones (Med 4 players)", "Holz und Steine (mittelgross, 4 Spieler)",
|
"Sticks & Stones (Med 4 players)", "Holz und Steine (mittelgross, 4 Spieler)",
|
||||||
"Strathearn Valley (Lg 6 players)", "Das Tal von Strathearn (gross, 6 Spieler)",
|
"Strathearn Valley (Lg 6 players)", "Das Tal von Strathearn (gross, 6 Spieler)",
|
||||||
"Super Bridgehead (Mega 8 players)", "Super-Br<EFBFBD>ckenkopf (sehr gross, 8 Spieler)",
|
"Super Bridgehead (Mega 8 players)", "Super-Brückenkopf (sehr gross, 8 Spieler)",
|
||||||
"Super Mekong (Mega 8 players)", "Super-Mekong (sehr gross, 8 Spieler)",
|
"Super Mekong (Mega 8 players)", "Super-Mekong (sehr gross, 8 Spieler)",
|
||||||
"Super Ore Gardens (Mega 8 players)", "Super-Erzparadies (sehr gross, 8 Spieler)",
|
"Super Ore Gardens (Mega 8 players)", "Super-Erzparadies (sehr gross, 8 Spieler)",
|
||||||
"Switch (Med 4 players)", "Schalter (mittelgross, 4 Spieler)",
|
"Switch (Med 4 players)", "Schalter (mittelgross, 4 Spieler)",
|
||||||
"The Berg (Mega 8 players)", "Der Berg (sehr gross, 8 Spieler)",
|
"The Berg (Mega 8 players)", "Der Berg (sehr gross, 8 Spieler)",
|
||||||
"The Boyne (Med 4 players)", "Boyne (mittelgross, 4 Spieler)",
|
"The Boyne (Med 4 players)", "Boyne (mittelgross, 4 Spieler)",
|
||||||
"The Bulge (Sm 4 players)", "Die W”lbung (klein, 4 Spieler)",
|
"The Bulge (Sm 4 players)", "Die Wölbung (klein, 4 Spieler)",
|
||||||
"The Cauldron (Lg 6 players)", "Der Kessel (gross, 6 Spieler)",
|
"The Cauldron (Lg 6 players)", "Der Kessel (gross, 6 Spieler)",
|
||||||
"The Finger (Lg 6 players)", "Der Finger (gross, 6 Spieler)",
|
"The Finger (Lg 6 players)", "Der Finger (gross, 6 Spieler)",
|
||||||
"The Hills Have Eyes (Mega 8 players)", "Die H<EFBFBD>gel haben Augen (sehr gross, 8 Spieler)",
|
"The Hills Have Eyes (Mega 8 players)", "Die Hügel haben Augen (sehr gross, 8 Spieler)",
|
||||||
"The Keyes (Med 6 players)", "Ein Sumpf (mittelgross, 6 Spieler)",
|
"The Keyes (Med 6 players)", "Ein Sumpf (mittelgross, 6 Spieler)",
|
||||||
"The Lakes (Med 8 players)", "Die Seen (mittelgross, 8 Spieler)",
|
"The Lakes (Med 8 players)", "Die Seen (mittelgross, 8 Spieler)",
|
||||||
"The Neck (Med 6 players)", "Der Hals (mittelgross, 6 Spieler)",
|
"The Neck (Med 6 players)", "Der Hals (mittelgross, 6 Spieler)",
|
||||||
"The Web (Lg 6 players)", "Das Netz (gross, 6 Spieler)",
|
"The Web (Lg 6 players)", "Das Netz (gross, 6 Spieler)",
|
||||||
"To the Core (Lg 4 players)", "Mitten ins Herz (gross, 4 Spieler)",
|
"To the Core (Lg 4 players)", "Mitten ins Herz (gross, 4 Spieler)",
|
||||||
"Trafalgar (Lg 4 players)", "Trafalgar (gross, 4 Spieler)",
|
"Trafalgar (Lg 4 players)", "Trafalgar (gross, 4 Spieler)",
|
||||||
"Twin Rivers (Sm 4 players)", "Zwillingsstr”me (klein, 4 Spieler)",
|
"Twin Rivers (Sm 4 players)", "Zwillingsströme (klein, 4 Spieler)",
|
||||||
"Umtumbo Gorge (Lg 4 players)", "Die Umtumbo-Schlucht (gross, 4 Spieler)",
|
"Umtumbo Gorge (Lg 4 players)", "Die Umtumbo-Schlucht (gross, 4 Spieler)",
|
||||||
"Watch Your Step Extreme (Mega 8 players)", "Vorsicht, Lebensgefahr (sehr gross, 8 Spieler)",
|
"Watch Your Step Extreme (Mega 8 players)", "Vorsicht, Lebensgefahr (sehr gross, 8 Spieler)",
|
||||||
"Waterfalls (Lg 8 players)", "Wasserfall (gross, 8 Spieler)",
|
"Waterfalls (Lg 8 players)", "Wasserfall (gross, 8 Spieler)",
|
||||||
|
@ -686,18 +686,18 @@ char const *EngMisStr[] = {
|
||||||
"Central Conflict (Lg)", "Conflit Central (Max)",
|
"Central Conflict (Lg)", "Conflit Central (Max)",
|
||||||
"Coastal Influence (Med)", "Le Chant des Canons (Moy)",
|
"Coastal Influence (Med)", "Le Chant des Canons (Moy)",
|
||||||
"Combat Alley (Med)", "Aux Armes! (Moy)",
|
"Combat Alley (Med)", "Aux Armes! (Moy)",
|
||||||
"Desolation (Lg)", "D‚solation (Max)",
|
"Desolation (Lg)", "Désolation (Max)",
|
||||||
"Dugout Isle (Med)", "L'Ile Maudite (Moy)",
|
"Dugout Isle (Med)", "L'Ile Maudite (Moy)",
|
||||||
"Equal Opportunity (Sm)", "A Chances Egales (Min)",
|
"Equal Opportunity (Sm)", "A Chances Egales (Min)",
|
||||||
"First Come, First Serve (Sm)", "La Loi du Plus Fort (Min)",
|
"First Come, First Serve (Sm)", "La Loi du Plus Fort (Min)",
|
||||||
"Island Hoppers (Sm)", "D'une Ile … l'autre (Min)",
|
"Island Hoppers (Sm)", "D'une Ile à l'autre (Min)",
|
||||||
"Island Wars (Lg)", "Guerres Insulaires (Max)",
|
"Island Wars (Lg)", "Guerres Insulaires (Max)",
|
||||||
"Isle of Fury (Lg)", "L'Ile de la Furie(Max)",
|
"Isle of Fury (Lg)", "L'Ile de la Furie(Max)",
|
||||||
"Ivory Wastelands (Sm)", "Terres d'Ivoire (Min)",
|
"Ivory Wastelands (Sm)", "Terres d'Ivoire (Min)",
|
||||||
"Keep off the Grass (Sm)", "Hors de mon Chemin (Min)",
|
"Keep off the Grass (Sm)", "Hors de mon Chemin (Min)",
|
||||||
"Marooned II (Med)", "Isolement II (Moy)",
|
"Marooned II (Med)", "Isolement II (Moy)",
|
||||||
"Middle Mayhem (Sm)", "Chaos Interne (Min)",
|
"Middle Mayhem (Sm)", "Chaos Interne (Min)",
|
||||||
"No Escape (Med)", "Le PiŠge (Moy)",
|
"No Escape (Med)", "Le Piège (Moy)",
|
||||||
"No Man's Land (Med)", "No Man's Land (Moy)",
|
"No Man's Land (Med)", "No Man's Land (Moy)",
|
||||||
"Normandy (Med)", "Normandie (Moy)",
|
"Normandy (Med)", "Normandie (Moy)",
|
||||||
"North By Northwest (Lg)", "Nord, Nord-Ouest (Max)",
|
"North By Northwest (Lg)", "Nord, Nord-Ouest (Max)",
|
||||||
|
@ -705,43 +705,43 @@ char const *EngMisStr[] = {
|
||||||
"Raraku (Lg)", "Raraku (Max)",
|
"Raraku (Lg)", "Raraku (Max)",
|
||||||
"Ridge War (Med)", "Guerre au Sommet (Moy)",
|
"Ridge War (Med)", "Guerre au Sommet (Moy)",
|
||||||
"Shallow Grave (Med)", "La Saveur de la Mort (Moy)",
|
"Shallow Grave (Med)", "La Saveur de la Mort (Moy)",
|
||||||
"Treasure Isle (Med)", "L'Ile au Tr‚sor (Moy)",
|
"Treasure Isle (Med)", "L'Ile au Trésor (Moy)",
|
||||||
|
|
||||||
"Africa (Lg)", "Afrique (Max)",
|
"Africa (Lg)", "Afrique (Max)",
|
||||||
"Alaska Anarchy (Lg)", "Anarchie en Alaska (Max)",
|
"Alaska Anarchy (Lg)", "Anarchie en Alaska (Max)",
|
||||||
"All that Glitters... (Lg)", "Tout ce qui brille... (Max)",
|
"All that Glitters... (Lg)", "Tout ce qui brille... (Max)",
|
||||||
"Apre's Peace (Lg)", "Une Paix Durement N‚goci‚e... (Max)",
|
"Apre's Peace (Lg)", "Une Paix Durement Négociée... (Max)",
|
||||||
"Antartica (Lg)", "Antarctique (Max)",
|
"Antartica (Lg)", "Antarctique (Max)",
|
||||||
"Armourgarden (Lg)", "La Guerre des Blind‚s (Max)",
|
"Armourgarden (Lg)", "La Guerre des Blindés (Max)",
|
||||||
"Austraila (Med)", "Australie (Moy)",
|
"Austraila (Med)", "Australie (Moy)",
|
||||||
"Barrier to Entry (Lg)", "BarriŠre … l'Entr‚e (Max)",
|
"Barrier to Entry (Lg)", "Barrière à l'Entrée (Max)",
|
||||||
"Bavarian Blast (Med)", "Tonnerre Bavarois (Moy)",
|
"Bavarian Blast (Med)", "Tonnerre Bavarois (Moy)",
|
||||||
"Be Shore (Med)", "Plages Menac‚es (Moy)",
|
"Be Shore (Med)", "Plages Menacées (Moy)",
|
||||||
"Bearing Straits (Med)", "Droit Devant ! (Moy)",
|
"Bearing Straits (Med)", "Droit Devant ! (Moy)",
|
||||||
"Blow Holes (Lg)", "CratŠres (Max)",
|
"Blow Holes (Lg)", "Cratères (Max)",
|
||||||
"Bonsai (Sm)", "Bonsa‹ (Min)",
|
"Bonsai (Sm)", "Bonsaï (Min)",
|
||||||
"Brother Stalin (Lg)", "FrŠre Staline (Max)",
|
"Brother Stalin (Lg)", "Frère Staline (Max)",
|
||||||
"Bullseye (Lg)", "L'oeil du Taureau (Max)",
|
"Bullseye (Lg)", "L'oeil du Taureau (Max)",
|
||||||
"C&C (Med)", "C&C (Moy)",
|
"C&C (Med)", "C&C (Moy)",
|
||||||
"Camos Canyon (Med)", "Le Canyon (Moy)",
|
"Camos Canyon (Med)", "Le Canyon (Moy)",
|
||||||
"Camos Coves (Lg)", "Criques (Max)",
|
"Camos Coves (Lg)", "Criques (Max)",
|
||||||
"Camos Cross (Lg)", "La Croix de Guerre (Max)",
|
"Camos Cross (Lg)", "La Croix de Guerre (Max)",
|
||||||
"Camos Crossing (Sm)", "La Crois‚e des Chemins (Min)",
|
"Camos Crossing (Sm)", "La Croisée des Chemins (Min)",
|
||||||
"Central Arena (Lg)", "L'ArŠne Diabolique (Max)",
|
"Central Arena (Lg)", "L'Arène Diabolique (Max)",
|
||||||
"Canyon River (Med)", "Au Milieu Coule Une RiviŠre (Moy)",
|
"Canyon River (Med)", "Au Milieu Coule Une Rivière (Moy)",
|
||||||
"Crossroads (Sm)", "Carrefours (Min)",
|
"Crossroads (Sm)", "Carrefours (Min)",
|
||||||
"Czech Mate (Lg)", "TchŠque et Mat (Max)",
|
"Czech Mate (Lg)", "Tchèque et Mat (Max)",
|
||||||
"Dday (Med)", "Le Jour J (Moy)",
|
"Dday (Med)", "Le Jour J (Moy)",
|
||||||
"Disaster Central (Lg)", "D‚sastre Central (Max)",
|
"Disaster Central (Lg)", "Désastre Central (Max)",
|
||||||
"Docklands (Med)", "L'Enfer des Docks (Moy)",
|
"Docklands (Med)", "L'Enfer des Docks (Moy)",
|
||||||
"East Coast (Med)", "C“te Est (Moy)",
|
"East Coast (Med)", "Côte Est (Moy)",
|
||||||
"Eastern Seaboard (Lg)", "Rivages de l'Est (Max)",
|
"Eastern Seaboard (Lg)", "Rivages de l'Est (Max)",
|
||||||
"Finger Lake (Lg)", "Le Lac de tous les Dangers (Max)",
|
"Finger Lake (Lg)", "Le Lac de tous les Dangers (Max)",
|
||||||
"Fjords (Med)", "Fjords (Moy)",
|
"Fjords (Med)", "Fjords (Moy)",
|
||||||
"Floodlands (Lg)", "Campagne Lacustre (Max)",
|
"Floodlands (Lg)", "Campagne Lacustre (Max)",
|
||||||
"Forest under fire (Lg)", "Forˆt en flammes (Max)",
|
"Forest under fire (Lg)", "Forêt en flammes (Max)",
|
||||||
"Four Corners (Lg)", "4 Coins (Max)",
|
"Four Corners (Lg)", "4 Coins (Max)",
|
||||||
"Frostbit Fjords (Lg)", "Fjords Gel‚s (Max)",
|
"Frostbit Fjords (Lg)", "Fjords Gelés (Max)",
|
||||||
"Glenboig (Sm)", "Glenboig (Min)",
|
"Glenboig (Sm)", "Glenboig (Min)",
|
||||||
"Hell Frozen Over (Lg)", "Enfer de Glace Max)",
|
"Hell Frozen Over (Lg)", "Enfer de Glace Max)",
|
||||||
"India (Lg)", "Inde (Max)",
|
"India (Lg)", "Inde (Max)",
|
||||||
|
@ -751,40 +751,40 @@ char const *EngMisStr[] = {
|
||||||
"Kabalo (Lg)", "Kabalo (Max)",
|
"Kabalo (Lg)", "Kabalo (Max)",
|
||||||
"King of the Hills (Lg)", "Le Roi des Montagnes (Max)",
|
"King of the Hills (Lg)", "Le Roi des Montagnes (Max)",
|
||||||
"Lake Divide (Med)", "La Guerre du Lac (Moy)",
|
"Lake Divide (Med)", "La Guerre du Lac (Moy)",
|
||||||
"Lakelands (Lg)", "Terres Submerg‚es (Max)",
|
"Lakelands (Lg)", "Terres Submergées (Max)",
|
||||||
"Land Ladder (Lg)", "Jusqu'au Sommet (Max)",
|
"Land Ladder (Lg)", "Jusqu'au Sommet (Max)",
|
||||||
"Lotsa Lakes (Lg)", "Terres de Lacs (Max)",
|
"Lotsa Lakes (Lg)", "Terres de Lacs (Max)",
|
||||||
"Lunar Battlefield (Lg Special)", "Combat Lunaire (Max Sp‚cial)",
|
"Lunar Battlefield (Lg Special)", "Combat Lunaire (Max Spécial)",
|
||||||
"Malibu Fields (Med)", "Les Champs de Malibu (Moy)",
|
"Malibu Fields (Med)", "Les Champs de Malibu (Moy)",
|
||||||
"Marshland (Med)", "Mar‚cages (Moy)",
|
"Marshland (Med)", "Marécages (Moy)",
|
||||||
"MyLai Delta (Med)", "Le Delta Mylai (Moy)",
|
"MyLai Delta (Med)", "Le Delta Mylai (Moy)",
|
||||||
"Natural Harbor (Med)", "Port Naturel (Moy)",
|
"Natural Harbor (Med)", "Port Naturel (Moy)",
|
||||||
"No Way Out (Lg)", "Sans Issue (Max)",
|
"No Way Out (Lg)", "Sans Issue (Max)",
|
||||||
"Normandy Landing (Lg)", "Le D‚barquement (Max)",
|
"Normandy Landing (Lg)", "Le Débarquement (Max)",
|
||||||
"Ore Wars (Med)", "La Guerre du Minerai (Moy)",
|
"Ore Wars (Med)", "La Guerre du Minerai (Moy)",
|
||||||
"Oz (Lg)", "Oz (Max)",
|
"Oz (Lg)", "Oz (Max)",
|
||||||
"Pilgrim Fathers II (Lg)", "Les PŠlerins 2 (Max)",
|
"Pilgrim Fathers II (Lg)", "Les Pèlerins 2 (Max)",
|
||||||
"Pip's Ice Tea (Med)", "Les Tranch‚es de Glace (Moy)",
|
"Pip's Ice Tea (Med)", "Les Tranchées de Glace (Moy)",
|
||||||
"Polar Panic (Lg)", "Panique Polaire (Max)",
|
"Polar Panic (Lg)", "Panique Polaire (Max)",
|
||||||
"Ponds (Med)", "Les Etangs (Moy)",
|
"Ponds (Med)", "Les Etangs (Moy)",
|
||||||
"Putney (Lg)", "La Meilleure D‚fense... (Max)",
|
"Putney (Lg)", "La Meilleure Défense... (Max)",
|
||||||
"Return to Zion (Lg)", "Retour … Sion (Max)",
|
"Return to Zion (Lg)", "Retour à Sion (Max)",
|
||||||
"Ring of Land (Lg)", "Le Cycle Infernal (Max)",
|
"Ring of Land (Lg)", "Le Cycle Infernal (Max)",
|
||||||
"River Basin (Lg)", "Confrontation Navale (Max)",
|
"River Basin (Lg)", "Confrontation Navale (Max)",
|
||||||
"River Delta (Med)", "Le Delta (Moy)",
|
"River Delta (Med)", "Le Delta (Moy)",
|
||||||
"River Islands (Med)", "C“tes … Surveiller de PrŠs (Moy)",
|
"River Islands (Med)", "Côtes à Surveiller de Près (Moy)",
|
||||||
"River Maze (Sm)", "Labyrinthe Fluvial (Min)",
|
"River Maze (Sm)", "Labyrinthe Fluvial (Min)",
|
||||||
"Rivers (Sm)", "RiviŠres (Min)",
|
"Rivers (Sm)", "Rivières (Min)",
|
||||||
"Run the Gauntlet (Med)", "Relevons le D‚fi ! (Moy)",
|
"Run the Gauntlet (Med)", "Relevons le Défi ! (Moy)",
|
||||||
"Scappa Flow (Lg)", "Combats Sanglants (Max)",
|
"Scappa Flow (Lg)", "Combats Sanglants (Max)",
|
||||||
"Siberian Slaughter (Lg)", "Carnage Sib‚rien (Max)",
|
"Siberian Slaughter (Lg)", "Carnage Sibérien (Max)",
|
||||||
"Sleepy Valley (Sm)", "La Vall‚e Endormie (Min)",
|
"Sleepy Valley (Sm)", "La Vallée Endormie (Min)",
|
||||||
"Snake River (Lg)", "La RiviŠre aux Serpents (Max)",
|
"Snake River (Lg)", "La Rivière aux Serpents (Max)",
|
||||||
"Snow Wars (Lg)", "Guerres de Neige (Max)",
|
"Snow Wars (Lg)", "Guerres de Neige (Max)",
|
||||||
"Snowball fight (Lg)", "Bataille de Boules de Neige (Max)",
|
"Snowball fight (Lg)", "Bataille de Boules de Neige (Max)",
|
||||||
"Snowy Island (Lg)", "L'Ile sous la Neige (Max)",
|
"Snowy Island (Lg)", "L'Ile sous la Neige (Max)",
|
||||||
"So Near So Far (Sm)", "Si Loin, Si Proche (Min)",
|
"So Near So Far (Sm)", "Si Loin, Si Proche (Min)",
|
||||||
"South America (Lg)", "Am‚rique du Sud (Max)",
|
"South America (Lg)", "Amérique du Sud (Max)",
|
||||||
"Spring Line (Lg)", "Ligne de Front (Max)",
|
"Spring Line (Lg)", "Ligne de Front (Max)",
|
||||||
"Star (Lg)", "Etoile (Max)",
|
"Star (Lg)", "Etoile (Max)",
|
||||||
"Straighter & Narrower (Sm)", "L'Entonnoir (Min)",
|
"Straighter & Narrower (Sm)", "L'Entonnoir (Min)",
|
||||||
|
@ -792,14 +792,14 @@ char const *EngMisStr[] = {
|
||||||
"The Bay (Lg)", "La Baie (Max)",
|
"The Bay (Lg)", "La Baie (Max)",
|
||||||
"The Garden (Lg)", "Le Jardin (Max)",
|
"The Garden (Lg)", "Le Jardin (Max)",
|
||||||
"The Great Lakes (Med)", "Les Grands Lacs (Moy)",
|
"The Great Lakes (Med)", "Les Grands Lacs (Moy)",
|
||||||
"The Ice Arena (Lg)", "L'ArŠne de Glace (Max)",
|
"The Ice Arena (Lg)", "L'Arène de Glace (Max)",
|
||||||
"The Lake District (Lg)", "Un Lac Imprenable (Max)",
|
"The Lake District (Lg)", "Un Lac Imprenable (Max)",
|
||||||
"The Linked lands (Lg)", "Passages … Gu‚ (Max)",
|
"The Linked lands (Lg)", "Passages à Gué (Max)",
|
||||||
"The Mississippi (Med)", "Mississippi (Moy)",
|
"The Mississippi (Med)", "Mississippi (Moy)",
|
||||||
"The Sticky Bit (Lg)", "Marasme (Max)",
|
"The Sticky Bit (Lg)", "Marasme (Max)",
|
||||||
"The Valley (Med)", "La Vall‚e (Moy)",
|
"The Valley (Med)", "La Vallée (Moy)",
|
||||||
"The Woods Today (Lg)", "Aujoud'hui: la Mort ! (Max)",
|
"The Woods Today (Lg)", "Aujoud'hui: la Mort ! (Max)",
|
||||||
"Things to Come (Lg)", "D‚nouement Incertain (Max)",
|
"Things to Come (Lg)", "Dénouement Incertain (Max)",
|
||||||
"Tiger Core (Sm)", "Le Coeur du Tigre (Min)",
|
"Tiger Core (Sm)", "Le Coeur du Tigre (Min)",
|
||||||
"To the Core (Sm)", "Le Coeur du Conflit (Min)",
|
"To the Core (Sm)", "Le Coeur du Conflit (Min)",
|
||||||
"Tournament Hills (Lg)", "Combat en Altitude (Max)",
|
"Tournament Hills (Lg)", "Combat en Altitude (Max)",
|
||||||
|
@ -809,89 +809,89 @@ char const *EngMisStr[] = {
|
||||||
"Undiscovered Country (Sm)", "Terre Inconnue (Min)",
|
"Undiscovered Country (Sm)", "Terre Inconnue (Min)",
|
||||||
"United States (Med)", "Etats Unis (Moy)",
|
"United States (Med)", "Etats Unis (Moy)",
|
||||||
"Volcano (Sm)", "Le Volcan (Min)",
|
"Volcano (Sm)", "Le Volcan (Min)",
|
||||||
"Wastelands (Lg)", "Terres D‚sol‚es (Max)",
|
"Wastelands (Lg)", "Terres Désolées (Max)",
|
||||||
"Water Works (Sm)", "Jeux d'Eau (Min)",
|
"Water Works (Sm)", "Jeux d'Eau (Min)",
|
||||||
"World Map (Med)", "Carte du Monde (Moy)",
|
"World Map (Med)", "Carte du Monde (Moy)",
|
||||||
"Zambezi (Lg)", "ZambŠze (Max)",
|
"Zambezi (Lg)", "Zambèze (Max)",
|
||||||
//#if 0
|
//#if 0
|
||||||
"A Pattern of Islands (Lg 8 players)", "Archipel (Max. 8 joueurs)",
|
"A Pattern of Islands (Lg 8 players)", "Archipel (Max. 8 joueurs)",
|
||||||
"Arena Valley Extreme (Mega 8 players)", "La Vall‚e de l'arŠne (XL 8 joueurs)",
|
"Arena Valley Extreme (Mega 8 players)", "La Vallée de l'arène (XL 8 joueurs)",
|
||||||
"Around the Rim (Sm 4 players)", "Autour de la crˆte (Min. 4 joueurs)",
|
"Around the Rim (Sm 4 players)", "Autour de la crête (Min. 4 joueurs)",
|
||||||
"Ashes to Ashes (Lg 6 players)", "R‚duit en cendres (Max. 6 joueurs)",
|
"Ashes to Ashes (Lg 6 players)", "Réduit en cendres (Max. 6 joueurs)",
|
||||||
"Artic Wasteland (Mega 8 players)", "D‚solation arctique (XL 8 joueurs)",
|
"Artic Wasteland (Mega 8 players)", "Désolation arctique (XL 8 joueurs)",
|
||||||
"Badajoz (Med 4 players)", "Badjoz (Moy. 4 joueurs)",
|
"Badajoz (Med 4 players)", "Badjoz (Moy. 4 joueurs)",
|
||||||
"Baptism of Fire (Lg 6 players)", "Baptˆme du feu (Max. 6 joueurs)",
|
"Baptism of Fire (Lg 6 players)", "Baptême du feu (Max. 6 joueurs)",
|
||||||
"Big Fish, Small Pond (Lg 6 players)", "Gros poisson, Min. Mare (Max. 6 joueurs)",
|
"Big Fish, Small Pond (Lg 6 players)", "Gros poisson, Min. Mare (Max. 6 joueurs)",
|
||||||
"Blue Lakes (Lg 8 players)", "Lacs bleus (Max. 8 joueurs)",
|
"Blue Lakes (Lg 8 players)", "Lacs bleus (Max. 8 joueurs)",
|
||||||
"Booby Traps (Mega 8 players)", "PiŠges (XL 8 joueurs)",
|
"Booby Traps (Mega 8 players)", "Pièges (XL 8 joueurs)",
|
||||||
"Bridgehead (Lg 6 players)", "Tˆte de pont (Max. 6 joueurs)",
|
"Bridgehead (Lg 6 players)", "Tête de pont (Max. 6 joueurs)",
|
||||||
"Butterfly Bay (Lg 6 players)", "La baie du papillon (Max. 6 joueurs)",
|
"Butterfly Bay (Lg 6 players)", "La baie du papillon (Max. 6 joueurs)",
|
||||||
"Central Conflict Extreme (Mega 8 players)", "Conflit central extrˆme (XL 8 joueurs)",
|
"Central Conflict Extreme (Mega 8 players)", "Conflit central extrême (XL 8 joueurs)",
|
||||||
"Circles of Death (Mega 8 players)", "Les cercles de la mort (XL 8 joueurs)",
|
"Circles of Death (Mega 8 players)", "Les cercles de la mort (XL 8 joueurs)",
|
||||||
"Cold Front (Med 6 players)", "Front froid ( Moy. 6 joueurs)",
|
"Cold Front (Med 6 players)", "Front froid ( Moy. 6 joueurs)",
|
||||||
"Cold Pass (Med 4 players)", "La Passe Glac‚e (Moy. 4 joueurs)",
|
"Cold Pass (Med 4 players)", "La Passe Glacée (Moy. 4 joueurs)",
|
||||||
"Combat Zones (Mega 8 players)", "Zones de combat (XL 8 joueurs)",
|
"Combat Zones (Mega 8 players)", "Zones de combat (XL 8 joueurs)",
|
||||||
"Conflict Cove (Sm 4 players)", "La Crique du conflit (Min. 4 joueurs)",
|
"Conflict Cove (Sm 4 players)", "La Crique du conflit (Min. 4 joueurs)",
|
||||||
"Culloden Moor (Med 8 players)", "La Lande de Culloden (Moy. 8 joueurs)",
|
"Culloden Moor (Med 8 players)", "La Lande de Culloden (Moy. 8 joueurs)",
|
||||||
"Damnation Alley (Mega 8 players)", "Le chemin de la damnation (XL 8 joueurs)",
|
"Damnation Alley (Mega 8 players)", "Le chemin de la damnation (XL 8 joueurs)",
|
||||||
"Death Valley (Mega 8 players)", "La vall‚e de la mort (XL 8 joueurs)",
|
"Death Valley (Mega 8 players)", "La vallée de la mort (XL 8 joueurs)",
|
||||||
"Deep Six (Mega 8 players)", "Six de profondeur (XL 8 joueurs)",
|
"Deep Six (Mega 8 players)", "Six de profondeur (XL 8 joueurs)",
|
||||||
"Destruction Derby (Mega 8 players)", "Stock car (XL 8 joueurs)",
|
"Destruction Derby (Mega 8 players)", "Stock car (XL 8 joueurs)",
|
||||||
"Diamonds Aren't Forever (Mega 8 players)", "Les diamants ne sont pas ‚ternels (XL 8 joueurs)",
|
"Diamonds Aren't Forever (Mega 8 players)", "Les diamants ne sont pas éternels (XL 8 joueurs)",
|
||||||
"Elysium (Sm 4 players)", "Elys‚e (Min. 4 joueurs)",
|
"Elysium (Sm 4 players)", "Elysée (Min. 4 joueurs)",
|
||||||
"Equal Shares (Lg 4 players)", "Parts ‚gales (Max. 4 joueurs)",
|
"Equal Shares (Lg 4 players)", "Parts égales (Max. 4 joueurs)",
|
||||||
"Frost Bitten (Mega 8 players)", "Engelures (XL 8 joueurs)",
|
"Frost Bitten (Mega 8 players)", "Engelures (XL 8 joueurs)",
|
||||||
"Frozen Valley (Med 6 players)", "La Vall‚e glac‚e (Moy. 6 joueurs)",
|
"Frozen Valley (Med 6 players)", "La Vallée glacée (Moy. 6 joueurs)",
|
||||||
"Gettysburg (Sm 4 players)", "Gettysburg (Min. 4 joueurs)",
|
"Gettysburg (Sm 4 players)", "Gettysburg (Min. 4 joueurs)",
|
||||||
"Glacial Valley (Sm 4 players)", "Vall‚e de glace (Min. 4 joueurs)",
|
"Glacial Valley (Sm 4 players)", "Vallée de glace (Min. 4 joueurs)",
|
||||||
"Gold Coast (Med 6 players)", "La c“te dor‚e (Moy. 6 joueurs)",
|
"Gold Coast (Med 6 players)", "La côte dorée (Moy. 6 joueurs)",
|
||||||
"Gold Rush (Lg 4 players)", "La ru‚e vers l'or (Max. 4 joueurs)",
|
"Gold Rush (Lg 4 players)", "La ruée vers l'or (Max. 4 joueurs)",
|
||||||
"Habitat (Lg 4 players)", "Habitat (Max. 4 joueurs)",
|
"Habitat (Lg 4 players)", "Habitat (Max. 4 joueurs)",
|
||||||
"Hades Frozen Over (Sm 4 players)", "Les enfers glac‚s (Min. 4 joueurs)",
|
"Hades Frozen Over (Sm 4 players)", "Les enfers glacés (Min. 4 joueurs)",
|
||||||
"Hamburger Hill (Mega 8 players)", "Hamburger Hill (XL 8 joueurs)",
|
"Hamburger Hill (Mega 8 players)", "Hamburger Hill (XL 8 joueurs)",
|
||||||
"Hastings (Sm 4 players)", "Hastings (Min. 4 joueurs)",
|
"Hastings (Sm 4 players)", "Hastings (Min. 4 joueurs)",
|
||||||
"Hell's Pass (Med 6 players)", "La route de l'enfer (Moy. 6 joueurs)",
|
"Hell's Pass (Med 6 players)", "La route de l'enfer (Moy. 6 joueurs)",
|
||||||
"Holy Grounds (Mega 8 players)", "Terres saintes (XL 8 joueurs)",
|
"Holy Grounds (Mega 8 players)", "Terres saintes (XL 8 joueurs)",
|
||||||
"Ice Bergs (Med 6 players)", "Icebergs (Moy. 6 joueurs)",
|
"Ice Bergs (Med 6 players)", "Icebergs (Moy. 6 joueurs)",
|
||||||
"Ice Station (Lg 6 players)", "Station glac‚e (Max. 6 joueurs)",
|
"Ice Station (Lg 6 players)", "Station glacée (Max. 6 joueurs)",
|
||||||
"Ice Queen (Lg 4 players)", "Reine des glaces (Max. 4 joueurs)",
|
"Ice Queen (Lg 4 players)", "Reine des glaces (Max. 4 joueurs)",
|
||||||
"In the Sun (Med 6 players)", "Sous le soleil (Moy. 6 joueurs)",
|
"In the Sun (Med 6 players)", "Sous le soleil (Moy. 6 joueurs)",
|
||||||
"Innocents? (Mega 8 players)", "Innocents ? (XL 8 joueurs)",
|
"Innocents? (Mega 8 players)", "Innocents ? (XL 8 joueurs)",
|
||||||
"Islands (Med 8 players)", "Iles (Moy. 8 joueurs)",
|
"Islands (Med 8 players)", "Iles (Moy. 8 joueurs)",
|
||||||
"Island Plateau (Lg 4 players)", "Plateau des Œles (Max. 4 joueurs)",
|
"Island Plateau (Lg 4 players)", "Plateau des îles (Max. 4 joueurs)",
|
||||||
"Island Wars Extreme (Mega 8 players)", "Guerres insulaires extrˆme (XL 8 joueurs)",
|
"Island Wars Extreme (Mega 8 players)", "Guerres insulaires extrême (XL 8 joueurs)",
|
||||||
"Kananga (Med 6 players)", "Kananga (Moy. 6 joueurs)",
|
"Kananga (Med 6 players)", "Kananga (Moy. 6 joueurs)",
|
||||||
"King of the Hills Extreme (Mega 8 players)", "Roi des collines extrˆme (XL 8 joueurs)",
|
"King of the Hills Extreme (Mega 8 players)", "Roi des collines extrême (XL 8 joueurs)",
|
||||||
"Lake Land (Lg 8 players)", "Paysage lacustre (Max. 8 joueurs)",
|
"Lake Land (Lg 8 players)", "Paysage lacustre (Max. 8 joueurs)",
|
||||||
"Land Locked (Lg 8 players)", "Enclave (Max. 8 joueurs)",
|
"Land Locked (Lg 8 players)", "Enclave (Max. 8 joueurs)",
|
||||||
"Lanes (Med 8 players)", "Le parcours du combattant (Moy. 8 joueurs)",
|
"Lanes (Med 8 players)", "Le parcours du combattant (Moy. 8 joueurs)",
|
||||||
"Leipzip (Sm 4 players)", "Leipzig (Min. 4 joueurs)",
|
"Leipzip (Sm 4 players)", "Leipzig (Min. 4 joueurs)",
|
||||||
"Meander (Lg 8 players)", "M‚andre (Max. 8 joueurs)",
|
"Meander (Lg 8 players)", "Méandre (Max. 8 joueurs)",
|
||||||
"Mekong (Med 8 players)", "M‚kong (Moy. 8 joueurs)",
|
"Mekong (Med 8 players)", "Mékong (Moy. 8 joueurs)",
|
||||||
"Middle Ground (Med 8 players)", "Plateau m‚dian (Moy. 8 joueurs)",
|
"Middle Ground (Med 8 players)", "Plateau médian (Moy. 8 joueurs)",
|
||||||
"Naval Conquests (Mega 8 players)", "Conquˆtes navales (XL 8 joueurs)",
|
"Naval Conquests (Mega 8 players)", "Conquêtes navales (XL 8 joueurs)",
|
||||||
"On your Marks (Med 4 players)", "A vos marques (Moy. 4 joueurs)",
|
"On your Marks (Med 4 players)", "A vos marques (Moy. 4 joueurs)",
|
||||||
"Open Warfare (Mega 8 players)", "Guerre ouverte (XL 8 joueurs)",
|
"Open Warfare (Mega 8 players)", "Guerre ouverte (XL 8 joueurs)",
|
||||||
"Ore Gardens (Lg 8 players)", "Jardins de minerai (Max. 8 joueurs)",
|
"Ore Gardens (Lg 8 players)", "Jardins de minerai (Max. 8 joueurs)",
|
||||||
"Potholes (Mega 8 players)", "Nids de poules (XL 8 joueurs)",
|
"Potholes (Mega 8 players)", "Nids de poules (XL 8 joueurs)",
|
||||||
"Puddles (Med 4 players)", "Flaques (Moy. 4 joueurs)",
|
"Puddles (Med 4 players)", "Flaques (Moy. 4 joueurs)",
|
||||||
"Random Violence (Mega 8 players)", "Violence al‚atoire (XL 8 joueurs)",
|
"Random Violence (Mega 8 players)", "Violence aléatoire (XL 8 joueurs)",
|
||||||
"Revenge (Med 8 players)", "Vengeance (Moy. 8 joueurs)",
|
"Revenge (Med 8 players)", "Vengeance (Moy. 8 joueurs)",
|
||||||
"Rias (Med 8 players)", "Rias (Moy. 8 joueurs)",
|
"Rias (Med 8 players)", "Rias (Moy. 8 joueurs)",
|
||||||
"River Crossing (Sm 4 players)", "Passage … gu‚ (Min. 4 joueurs)",
|
"River Crossing (Sm 4 players)", "Passage à gué (Min. 4 joueurs)",
|
||||||
"River Rampage (Mega 8 players)", "RiviŠre d‚chaŒn‚e (XL 8 joueurs)",
|
"River Rampage (Mega 8 players)", "Rivière déchaînée (XL 8 joueurs)",
|
||||||
"River Rapids (Lg 6 players)", "Rapides (Max. 6 joueurs)",
|
"River Rapids (Lg 6 players)", "Rapides (Max. 6 joueurs)",
|
||||||
"Rivers Wild (Mega 8 players)", "RiviŠres sauvages (XL 8 joueurs)",
|
"Rivers Wild (Mega 8 players)", "Rivières sauvages (XL 8 joueurs)",
|
||||||
"Rorkes Drift (Lg 4 players)", "L'Exode de Rorkes (Max. 4 joueurs)",
|
"Rorkes Drift (Lg 4 players)", "L'Exode de Rorkes (Max. 4 joueurs)",
|
||||||
"Seaside (Med 4 players)", "C“te (Moy. 4 joueurs)",
|
"Seaside (Med 4 players)", "Côte (Moy. 4 joueurs)",
|
||||||
"Shades (Med 8 players)", "Ombres (Moy. 8 joueurs)",
|
"Shades (Med 8 players)", "Ombres (Moy. 8 joueurs)",
|
||||||
"Smuggler's Cove (Lg 6 players)", "La Crique du contrebandier (Max. 6 joueurs)",
|
"Smuggler's Cove (Lg 6 players)", "La Crique du contrebandier (Max. 6 joueurs)",
|
||||||
"Snow Garden (Sm 2 players)", "Jardin de neige (Min. 2 joueurs)",
|
"Snow Garden (Sm 2 players)", "Jardin de neige (Min. 2 joueurs)",
|
||||||
"Stalingrad (Sm 4 players)", "Stalingrad (Min. 4 joueurs)",
|
"Stalingrad (Sm 4 players)", "Stalingrad (Min. 4 joueurs)",
|
||||||
"Sticks & Stones (Med 4 players)", "Bƒton & Roches (Moy. 4 joueurs)",
|
"Sticks & Stones (Med 4 players)", "Bâton & Roches (Moy. 4 joueurs)",
|
||||||
"Strathearn Valley (Lg 6 players)", "La Vall‚e de Strathearn (Max. 6 joueurs)",
|
"Strathearn Valley (Lg 6 players)", "La Vallée de Strathearn (Max. 6 joueurs)",
|
||||||
"Super Bridgehead (Mega 8 players)", "Super tˆte de pont (XL 8 joueurs)",
|
"Super Bridgehead (Mega 8 players)", "Super tête de pont (XL 8 joueurs)",
|
||||||
"Super Mekong (Mega 8 players)", "Super M‚kong (XL 8 joueurs)",
|
"Super Mekong (Mega 8 players)", "Super Mékong (XL 8 joueurs)",
|
||||||
"Super Ore Gardens (Mega 8 players)", "Super jardin de minerai (XL 8 joueurs)",
|
"Super Ore Gardens (Mega 8 players)", "Super jardin de minerai (XL 8 joueurs)",
|
||||||
"Switch (Med 4 players)", "Permutation (Moy. 4 joueurs)",
|
"Switch (Med 4 players)", "Permutation (Moy. 4 joueurs)",
|
||||||
"The Berg (Mega 8 players)", "Le Berg (XL 8 joueurs)",
|
"The Berg (Mega 8 players)", "Le Berg (XL 8 joueurs)",
|
||||||
|
@ -906,9 +906,9 @@ char const *EngMisStr[] = {
|
||||||
"The Web (Lg 6 players)", "La toile (Max. 6 joueurs)",
|
"The Web (Lg 6 players)", "La toile (Max. 6 joueurs)",
|
||||||
"To the Core (Lg 4 players)", "Jusqu'au cour (Max. 4 joueurs)",
|
"To the Core (Lg 4 players)", "Jusqu'au cour (Max. 4 joueurs)",
|
||||||
"Trafalgar (Lg 4 players)", "Trafalgar (Max. 4 joueurs)",
|
"Trafalgar (Lg 4 players)", "Trafalgar (Max. 4 joueurs)",
|
||||||
"Twin Rivers (Sm 4 players)", "Les deux riviŠres (Min. 4 joueurs)",
|
"Twin Rivers (Sm 4 players)", "Les deux rivières (Min. 4 joueurs)",
|
||||||
"Umtumbo Gorge (Lg 4 players)", "La Gorge de Umtumbo (Max. 4 joueurs)",
|
"Umtumbo Gorge (Lg 4 players)", "La Gorge de Umtumbo (Max. 4 joueurs)",
|
||||||
"Watch Your Step Extreme (Mega 8 players)", "Pas-…-pas extrˆme (XL 8 joueurs)",
|
"Watch Your Step Extreme (Mega 8 players)", "Pas-à-pas extrême (XL 8 joueurs)",
|
||||||
"Waterfalls (Lg 8 players)", "Chutes d'eau (Max. 8 joueurs)",
|
"Waterfalls (Lg 8 players)", "Chutes d'eau (Max. 8 joueurs)",
|
||||||
"Waterloo Revisited (Lg 6 players)", "Waterloo II (Max. 6 joueurs)",
|
"Waterloo Revisited (Lg 6 players)", "Waterloo II (Max. 6 joueurs)",
|
||||||
"Water Werks (Mega 8 players)", "Jeux d'eau (XL 8 joueurs)",
|
"Water Werks (Mega 8 players)", "Jeux d'eau (XL 8 joueurs)",
|
||||||
|
@ -6112,31 +6112,31 @@ extern bool Spawn_WChat(bool can_launch);
|
||||||
* routine is exited; their contents are used to form connections to the other players, *
|
* routine is exited; their contents are used to form connections to the other players, *
|
||||||
* after the scenario has been loaded. *
|
* after the scenario has been loaded. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────┐ *
|
||||||
* ³ New Network Game ³ *
|
* │ New Network Game │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Players Scenario ³ *
|
* │ Players Scenario │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌─────────────┬─┐ ┌──────────────────┬─┐ │ *
|
||||||
* ³ ³ Boffo ³.³ ³ Green Acres ³.³ ³ *
|
* │ │ Boffo │.│ │ Green Acres │.│ │ *
|
||||||
* ³ ³ Bozo ÃÄ´ ³ Brown Sewers ÃÄ´ ³ *
|
* │ │ Bozo ├─┤ │ Brown Sewers ├─┤ │ *
|
||||||
* ³ ³ Bonzo ³ ³ ³ ... ³ ³ ³ *
|
* │ │ Bonzo │ │ │ ... │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ ├─┤ │ *
|
||||||
* ³ ³ ³.³ ³ ³.³ ³ *
|
* │ │ │.│ │ │.│ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └─────────────┴─┘ └──────────────────┴─┘ │ *
|
||||||
* ³ [Reject] Count:--- ## ³ *
|
* │ [Reject] Count:--- ## │ *
|
||||||
* ³ Level:--- ## ³ *
|
* │ Level:--- ## │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Credits: _____ ³ *
|
* │ Credits: _____ │ *
|
||||||
* ³ [ Bases ] [ Crates ] ³ *
|
* │ [ Bases ] [ Crates ] │ *
|
||||||
* ³ [ Tiberium ] [ AI Players ] ³ *
|
* │ [ Tiberium ] [ AI Players ] │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌─────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────────────────────┘ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌─────────────────────────────────────┐ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────────────────────┘ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -6893,35 +6893,35 @@ static int Net_Fake_New_Dialog(void)
|
||||||
* we ping him, requesting a CHAT_ANNOUNCE if he's still in chat. If we don't hear *
|
* we ping him, requesting a CHAT_ANNOUNCE if he's still in chat. If we don't hear *
|
||||||
* from him after that, we remove him from our list. *
|
* from him after that, we remove him from our list. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌───────────────────────────────────────────────────┐ *
|
||||||
* ³ Network Games ³ *
|
* │ Network Games │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Your Name: ____________ ³ *
|
* │ Your Name: ____________ │ *
|
||||||
* ³ House: [GDI] [NOD] ³ *
|
* │ House: [GDI] [NOD] │ *
|
||||||
* ³ Desired Color: [ ][ ][ ][ ] ³ *
|
* │ Desired Color: [ ][ ][ ][ ] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Games Players ³ *
|
* │ Games Players │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌──────────────────────┬─┐ ┌──────────────────┬─┐ │ *
|
||||||
* ³ ³(Bill's Game )³.³ ³ Peter Parker GDI ³.³ ³ *
|
* │ │(Bill's Game )│.│ │ Peter Parker GDI │.│ │ *
|
||||||
* ³ ³ Peter Parker's Game ÃÄ´ ³ Mary Jane GDI ÃÄ´ ³ *
|
* │ │ Peter Parker's Game ├─┤ │ Mary Jane GDI ├─┤ │ *
|
||||||
* ³ ³(Magnum PI's Game )³ ³ ³ JJ Jameson NOD ³ ³ ³ *
|
* │ │(Magnum PI's Game )│ │ │ JJ Jameson NOD │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ ├─┤ │ *
|
||||||
* ³ ³ ³.³ ³ ³.³ ³ *
|
* │ │ │.│ │ │.│ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └──────────────────────┴─┘ └──────────────────┴─┘ │ *
|
||||||
* ³ Scenario: Big Long Description ³ *
|
* │ Scenario: Big Long Description │ *
|
||||||
* ³ Starting Credits: xxxx ³ *
|
* │ Starting Credits: xxxx │ *
|
||||||
* ³ Count: --- Level: --- ³ *
|
* │ Count: --- Level: --- │ *
|
||||||
* ³ Bases: ON Crates: ON ³ *
|
* │ Bases: ON Crates: ON │ *
|
||||||
* ³ Tiberium: ON AI Players: ON ³ *
|
* │ Tiberium: ON AI Players: ON │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌─────────────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────────────────────────────┘ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌─────────────────────────────────────────────┐ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────────────────────────────┘ │ *
|
||||||
* ³ [Join] [Cancel] [New] ³ *
|
* │ [Join] [Cancel] [New] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └───────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
|
|
@ -1581,35 +1581,35 @@ Advanced_Modem_Settings (SerialSettingsType *settings)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Com_Settings_Dialog -- Lets user select serial port settings *
|
* Com_Settings_Dialog -- Lets user select serial port settings *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌──────────────────────────────────────────────────────┐ *
|
||||||
* ³ Settings ³ *
|
* │ Settings │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Port:____ IRQ:__ Baud:______ ³ *
|
* │ Port:____ IRQ:__ Baud:______ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌────────────┐ ┌────────────┐ ┌────────────┐ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └────────────┘ └────────────┘ └────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Initialization: [Add] [Delete] ³ *
|
* │ Initialization: [Add] [Delete] │ *
|
||||||
* ³ _____________________________ ³ *
|
* │ _____________________________ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └────────────────────────────────────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Call Waiting: ³ *
|
* │ Call Waiting: │ *
|
||||||
* ³ _______________ ³ *
|
* │ _______________ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ [Tone Dialing] ³ *
|
* │ ┌─────────────────┐ [Tone Dialing] │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ [Pulse Dialing] ³ *
|
* │ │ │ [Pulse Dialing] │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └──────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* settings ptr to SerialSettingsType structure *
|
* settings ptr to SerialSettingsType structure *
|
||||||
|
@ -4751,29 +4751,29 @@ bool Find_Local_Scenario (char *description, char *filename, unsigned int length
|
||||||
* vector, and Chat vector aren't used at all by this routine. The Game & Players *
|
* vector, and Chat vector aren't used at all by this routine. The Game & Players *
|
||||||
* list boxes are filled in manually in the processing loop. *
|
* list boxes are filled in manually in the processing loop. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Serial Game ³ *
|
* │ Serial Game │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Your Name: __________ ³ *
|
* │ Your Name: __________ │ *
|
||||||
* ³ House: [GDI] [NOD] ³ *
|
* │ House: [GDI] [NOD] │ *
|
||||||
* ³ Desired Color: [ ][ ][ ][ ] ³ *
|
* │ Desired Color: [ ][ ][ ][ ] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Opponent: Name ³ *
|
* │ Opponent: Name │ *
|
||||||
* ³ Scenario: Description ³ *
|
* │ Scenario: Description │ *
|
||||||
* ³ Credits: xxxx ³ *
|
* │ Credits: xxxx │ *
|
||||||
* ³ Bases: ON ³ *
|
* │ Bases: ON │ *
|
||||||
* ³ Crates: ON ³ *
|
* │ Crates: ON │ *
|
||||||
* ³ Tiberium: ON ³ *
|
* │ Tiberium: ON │ *
|
||||||
* ³ Ghosts: ON ³ *
|
* │ Ghosts: ON │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [Cancel] ³ *
|
* │ [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └────────────────────────────────────────────────────┘ │ *
|
||||||
* ³ [Send Message] ³ *
|
* │ [Send Message] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -7593,7 +7593,7 @@ void Hex_Dump_Data( char *buffer, int length )
|
||||||
itoh(c, buff);
|
itoh(c, buff);
|
||||||
|
|
||||||
if (!(i & 0x3) && i) {
|
if (!(i & 0x3) && i) {
|
||||||
Smart_Printf("³ ");
|
Smart_Printf("│ ");
|
||||||
}
|
}
|
||||||
|
|
||||||
Smart_Printf("%s ", buff);
|
Smart_Printf("%s ", buff);
|
||||||
|
@ -7627,7 +7627,7 @@ void Hex_Dump_Data( char *buffer, int length )
|
||||||
c = ptr[i];
|
c = ptr[i];
|
||||||
itoh(c, buff);
|
itoh(c, buff);
|
||||||
if (!(i & 0x3) && i) {
|
if (!(i & 0x3) && i) {
|
||||||
Smart_Printf("³ ");
|
Smart_Printf("│ ");
|
||||||
}
|
}
|
||||||
Smart_Printf("%s ", buff);
|
Smart_Printf("%s ", buff);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -159,7 +159,7 @@ const char* NewName[] = {
|
||||||
"Scout Ant", "Kundschafter-Ameise",
|
"Scout Ant", "Kundschafter-Ameise",
|
||||||
"Warrior Ant", "Krieger-Ameise",
|
"Warrior Ant", "Krieger-Ameise",
|
||||||
"Fire Ant", "Feuer-Ameise",
|
"Fire Ant", "Feuer-Ameise",
|
||||||
"Queen Ant", "Ameisenk”nigin",
|
"Queen Ant", "Ameisenkönigin",
|
||||||
"ATS", "Angriffs-U-Boot",
|
"ATS", "Angriffs-U-Boot",
|
||||||
"Tesla Tank", "Telsapanzer",
|
"Tesla Tank", "Telsapanzer",
|
||||||
"Volkov", "Modell Volkov",
|
"Volkov", "Modell Volkov",
|
||||||
|
@ -175,7 +175,7 @@ const char* NewName[] = {
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
const char* NewName[] = {
|
const char* NewName[] = {
|
||||||
"Scout Ant", "Fourmi de Reconnaissance",
|
"Scout Ant", "Fourmi de Reconnaissance",
|
||||||
"Warrior Ant", "Fourmi GuerriŠre",
|
"Warrior Ant", "Fourmi Guerrière",
|
||||||
"Fire Ant", "Fourmi Lance-Flammes",
|
"Fire Ant", "Fourmi Lance-Flammes",
|
||||||
"Queen Ant", "Reine des Fourmis",
|
"Queen Ant", "Reine des Fourmis",
|
||||||
"ATS", "SMTA",
|
"ATS", "SMTA",
|
||||||
|
@ -183,9 +183,9 @@ const char* NewName[] = {
|
||||||
"Volkov", "Volkov",
|
"Volkov", "Volkov",
|
||||||
"Chitzkoi", "Cyber-Chien",
|
"Chitzkoi", "Cyber-Chien",
|
||||||
"Stavros", "Stavros",
|
"Stavros", "Stavros",
|
||||||
"F-A Longbow", "HAA (H‚licoptŠre d'Assaut Avanc‚)",
|
"F-A Longbow", "HAA (Hélicoptère d'Assaut Avancé)",
|
||||||
"Civilian Specialist", "Sp‚cialiste Civil",
|
"Civilian Specialist", "Spécialiste Civil",
|
||||||
"Alloy Facility", "Usine M‚tallurgique",
|
"Alloy Facility", "Usine Métallurgique",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -2145,8 +2145,8 @@ bool WolapiObject::SpawnBrowser( const char* szURL )
|
||||||
NULL, // Thread handle not inheritable.
|
NULL, // Thread handle not inheritable.
|
||||||
FALSE, // Set handle inheritance to FALSE.
|
FALSE, // Set handle inheritance to FALSE.
|
||||||
0, // No creation flags.
|
0, // No creation flags.
|
||||||
NULL, // Use parent’s environment block.
|
NULL, // Use parentÆs environment block.
|
||||||
NULL, // Use parent’s starting directory.
|
NULL, // Use parentÆs starting directory.
|
||||||
&si, // Pointer to STARTUPINFO structure.
|
&si, // Pointer to STARTUPINFO structure.
|
||||||
&pi ) ) // Pointer to PROCESS_INFORMATION structure.
|
&pi ) ) // Pointer to PROCESS_INFORMATION structure.
|
||||||
{
|
{
|
||||||
|
|
|
@ -409,7 +409,7 @@ const char TXT_WOL_PRIVATE[] = "<private>";
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
#pragma message( "...Building German version..." )
|
#pragma message( "...Building German version..." )
|
||||||
|
|
||||||
// Replaced "á" with ascii 169 (in octal, 251) in cases where 8 point font is used (see 8point.lbm for why).
|
// Replaced "ß" with ascii 169 (in octal, 251) in cases where 8 point font is used (see 8point.lbm for why).
|
||||||
const char TXT_WOL_INTERNETBUTTON[] = "Internet";
|
const char TXT_WOL_INTERNETBUTTON[] = "Internet";
|
||||||
const char TXT_WOL_ERRORMESSAGE[] = "Unerwarteter Fehler trat bei der Kommunikation mit Westwood Online auf.";
|
const char TXT_WOL_ERRORMESSAGE[] = "Unerwarteter Fehler trat bei der Kommunikation mit Westwood Online auf.";
|
||||||
const char TXT_WOL_CONNECT[] = "Verbinden";
|
const char TXT_WOL_CONNECT[] = "Verbinden";
|
||||||
|
@ -421,8 +421,8 @@ const char TXT_WOL_LOGINCANCEL[] = "Login abgebrochen.";
|
||||||
const char TXT_WOL_MISSINGNAME[] = "Bitte geben Sie Ihren Login-Spitznamen ein.";
|
const char TXT_WOL_MISSINGNAME[] = "Bitte geben Sie Ihren Login-Spitznamen ein.";
|
||||||
const char TXT_WOL_MISSINGPASSWORD[] = "Bitte geben Sie Ihr Login-Pa\251wort ein.";
|
const char TXT_WOL_MISSINGPASSWORD[] = "Bitte geben Sie Ihr Login-Pa\251wort ein.";
|
||||||
const char TXT_WOL_CANTSAVENICK[] = "Fehler beim Speichern des Spitznamens/Pa\251worts";
|
const char TXT_WOL_CANTSAVENICK[] = "Fehler beim Speichern des Spitznamens/Pa\251worts";
|
||||||
const char TXT_WOL_NICKINUSE[] = "Dieser Spitzname wird bereits verwendet. Bitte w„hlen Sie einen anderen.";
|
const char TXT_WOL_NICKINUSE[] = "Dieser Spitzname wird bereits verwendet. Bitte wählen Sie einen anderen.";
|
||||||
const char TXT_WOL_BADPASS[] = "Ung<EFBFBD>ltiges Pa\251wort f<>r diesen Spitznamen";
|
const char TXT_WOL_BADPASS[] = "Ungültiges Pa\251wort für diesen Spitznamen";
|
||||||
const char TXT_WOL_TIMEOUT[] = "Verbindung zu Westwood Online unterbrochen";
|
const char TXT_WOL_TIMEOUT[] = "Verbindung zu Westwood Online unterbrochen";
|
||||||
const char TXT_WOL_CONNECTING[] = "Verbinde zu Westwood Online...";
|
const char TXT_WOL_CONNECTING[] = "Verbinde zu Westwood Online...";
|
||||||
const char TXT_WOL_CANTCONNECT[] = "Verbindung zu Westwood Online konnte nicht hergestellt werden.";
|
const char TXT_WOL_CANTCONNECT[] = "Verbindung zu Westwood Online konnte nicht hergestellt werden.";
|
||||||
|
@ -439,14 +439,14 @@ const char TXT_WOL_CHANNELLISTLOADING[] = "... Daten werden heruntergeladen ...
|
||||||
const char TXT_WOL_YOURENOTINCHANNEL[] = "Sie befinden sich zur Zeit nicht in einem Chat-Channel.";
|
const char TXT_WOL_YOURENOTINCHANNEL[] = "Sie befinden sich zur Zeit nicht in einem Chat-Channel.";
|
||||||
const char TXT_WOL_ACTION[] = "Action";
|
const char TXT_WOL_ACTION[] = "Action";
|
||||||
const char TXT_WOL_JOIN[] = "Teilnehmen";
|
const char TXT_WOL_JOIN[] = "Teilnehmen";
|
||||||
const char TXT_WOL_CANTCREATEINCHANNEL[] = "Sie k”nnen keinen neuen Channel erstellen, bevor Sie diesen Channel verlassen.";
|
const char TXT_WOL_CANTCREATEINCHANNEL[] = "Sie können keinen neuen Channel erstellen, bevor Sie diesen Channel verlassen.";
|
||||||
const char TXT_WOL_NEWSOMETHING[] = "Neu";
|
const char TXT_WOL_NEWSOMETHING[] = "Neu";
|
||||||
const char TXT_WOL_CREATECHANNELTITLE[] = "Channel erstellen";
|
const char TXT_WOL_CREATECHANNELTITLE[] = "Channel erstellen";
|
||||||
const char TXT_WOL_CREATECHANNELPROMPT[] = "Channel-Name: ";
|
const char TXT_WOL_CREATECHANNELPROMPT[] = "Channel-Name: ";
|
||||||
const char TXT_WOL_PASSPROMPT[] = "Pa\251wort: ";
|
const char TXT_WOL_PASSPROMPT[] = "Pa\251wort: ";
|
||||||
const char TXT_WOL_OPTIONALPASSPROMPT[] = "Pa\251wort (optional): ";
|
const char TXT_WOL_OPTIONALPASSPROMPT[] = "Pa\251wort (optional): ";
|
||||||
const char TXT_WOL_CHANNEL_TOP[] = ".. <zur<EFBFBD>ck zum Anfang>";
|
const char TXT_WOL_CHANNEL_TOP[] = ".. <zurück zum Anfang>";
|
||||||
const char TXT_WOL_CHANNEL_BACK[] = ".. <zur<EFBFBD>ck>";
|
const char TXT_WOL_CHANNEL_BACK[] = ".. <zurück>";
|
||||||
const char TXT_WOL_YOUJOINED[] = "Sie nehmen am %s-Channel teil.";
|
const char TXT_WOL_YOUJOINED[] = "Sie nehmen am %s-Channel teil.";
|
||||||
const char TXT_WOL_YOUJOINEDGAME[] = "Sie nehmen an %ss Spiel teil.";
|
const char TXT_WOL_YOUJOINEDGAME[] = "Sie nehmen an %ss Spiel teil.";
|
||||||
const char TXT_WOL_YOUCREATEDGAME[] = "Neues Spiel erstellt.";
|
const char TXT_WOL_YOUCREATEDGAME[] = "Neues Spiel erstellt.";
|
||||||
|
@ -477,7 +477,7 @@ const char TXT_WOL_WASPAGED[] = "Die Nachricht wurde %s erfolgreich zugestell
|
||||||
const char TXT_WOL_ONLYOWNERCANKICK[] = "Nur der Channel-Besitzer kann andere User hinauswerfen.";
|
const char TXT_WOL_ONLYOWNERCANKICK[] = "Nur der Channel-Besitzer kann andere User hinauswerfen.";
|
||||||
const char TXT_WOL_USERKICKEDUSER[] = "%s hat %s aus dem Channel geworfen.";
|
const char TXT_WOL_USERKICKEDUSER[] = "%s hat %s aus dem Channel geworfen.";
|
||||||
const char TXT_WOL_USERKICKEDYOU[] = "Sie wurden von %s aus dem Channel geworfen.";
|
const char TXT_WOL_USERKICKEDYOU[] = "Sie wurden von %s aus dem Channel geworfen.";
|
||||||
const char TXT_WOL_NOONETOKICK[] = "W„hlen Sie den/die User, die Sie hinauswerfen m”chten.";
|
const char TXT_WOL_NOONETOKICK[] = "Wählen Sie den/die User, die Sie hinauswerfen möchten.";
|
||||||
const char TXT_WOL_USERWASBANNED[] = "%s hat keinen Zutritt mehr zu diesem Channel.";
|
const char TXT_WOL_USERWASBANNED[] = "%s hat keinen Zutritt mehr zu diesem Channel.";
|
||||||
const char TXT_WOL_CREATEPRIVGAMETITLE[] = "Privates Spiel erstellen";
|
const char TXT_WOL_CREATEPRIVGAMETITLE[] = "Privates Spiel erstellen";
|
||||||
const char TXT_WOL_YOUREBANNED[] = "Sie haben keinen Zutritt mehr zu diesem Channel.";
|
const char TXT_WOL_YOUREBANNED[] = "Sie haben keinen Zutritt mehr zu diesem Channel.";
|
||||||
|
@ -490,7 +490,7 @@ const char TXT_WOL_USERRANK[] = "%s (Platz %u)";
|
||||||
const char TXT_WOL_USERHOUSE[] = "%s <%s>";
|
const char TXT_WOL_USERHOUSE[] = "%s <%s>";
|
||||||
const char TXT_WOL_USERRANKHOUSE[] = "%s (Platz %u) <%s>";
|
const char TXT_WOL_USERRANKHOUSE[] = "%s (Platz %u) <%s>";
|
||||||
const char TXT_WOL_STARTBUTTON[] = "Start";
|
const char TXT_WOL_STARTBUTTON[] = "Start";
|
||||||
const char TXT_WOL_ACCEPTBUTTON[] = "Best„tigen";
|
const char TXT_WOL_ACCEPTBUTTON[] = "Bestätigen";
|
||||||
const char TXT_WOL_HOSTLEFTGAME[] = "%s hat das Spiel abgebrochen.";
|
const char TXT_WOL_HOSTLEFTGAME[] = "%s hat das Spiel abgebrochen.";
|
||||||
const char TXT_WOL_WAITINGTOSTART[] = "Spiel wird gestartet ...";
|
const char TXT_WOL_WAITINGTOSTART[] = "Spiel wird gestartet ...";
|
||||||
const char TXT_WOL_TTIP_DISCON[] = " Westwood Online verlassen";
|
const char TXT_WOL_TTIP_DISCON[] = " Westwood Online verlassen";
|
||||||
|
@ -504,11 +504,11 @@ const char TXT_WOL_TTIP_OPTIONS[] = " Westwood-Online-Optionen einstellen ";
|
||||||
const char TXT_WOL_TTIP_LADDER[] = " Alarmstufe-Rot-Tabelle durchsuchen ";
|
const char TXT_WOL_TTIP_LADDER[] = " Alarmstufe-Rot-Tabelle durchsuchen ";
|
||||||
const char TXT_WOL_TTIP_HELP[] = " Westwood-Online-Hilfe anzeigen ";
|
const char TXT_WOL_TTIP_HELP[] = " Westwood-Online-Hilfe anzeigen ";
|
||||||
const char TXT_WOL_TTIP_START[] = " Spiel starten ";
|
const char TXT_WOL_TTIP_START[] = " Spiel starten ";
|
||||||
const char TXT_WOL_TTIP_ACCEPT[] = " Aktuelle Spieleinstellungen best„tigen ";
|
const char TXT_WOL_TTIP_ACCEPT[] = " Aktuelle Spieleinstellungen bestätigen ";
|
||||||
const char TXT_WOL_TTIP_EXPANDLIST[] = " Listen erweitern/verkleinern ";
|
const char TXT_WOL_TTIP_EXPANDLIST[] = " Listen erweitern/verkleinern ";
|
||||||
const char TXT_WOL_TTIP_CANCELGAME[] = " Einen Level zur<EFBFBD>ck ";
|
const char TXT_WOL_TTIP_CANCELGAME[] = " Einen Level zurück ";
|
||||||
const char TXT_WOL_TTIP_JOIN[] = " An Chat- oder Game-Channel teilnehmen ";
|
const char TXT_WOL_TTIP_JOIN[] = " An Chat- oder Game-Channel teilnehmen ";
|
||||||
const char TXT_WOL_TTIP_BACK[] = " Einen Level zur<EFBFBD>ck ";
|
const char TXT_WOL_TTIP_BACK[] = " Einen Level zurück ";
|
||||||
const char TXT_WOL_TTIP_CREATE[] = " Neuen Chat- oder Game-Level erstellen ";
|
const char TXT_WOL_TTIP_CREATE[] = " Neuen Chat- oder Game-Level erstellen ";
|
||||||
const char TXT_WOL_TTIP_ACTION[] = " Action-Nachricht ";
|
const char TXT_WOL_TTIP_ACTION[] = " Action-Nachricht ";
|
||||||
const char TXT_WOL_OPTFIND[] = "Lassen Sie zu, da\251 andere Sie FINDEN.";
|
const char TXT_WOL_OPTFIND[] = "Lassen Sie zu, da\251 andere Sie FINDEN.";
|
||||||
|
@ -524,8 +524,8 @@ const char TXT_WOL_CG_PRIVACY[] = "Privat";
|
||||||
const char TXT_WOL_CG_RAGAME[] = "Alarmstufe-Rot-Spiel";
|
const char TXT_WOL_CG_RAGAME[] = "Alarmstufe-Rot-Spiel";
|
||||||
const char TXT_WOL_CG_CSGAME[] = "Gegenangriff-Spiel";
|
const char TXT_WOL_CG_CSGAME[] = "Gegenangriff-Spiel";
|
||||||
const char TXT_WOL_CG_AMGAME[] = "Vergeltungsschlag-Spiel";
|
const char TXT_WOL_CG_AMGAME[] = "Vergeltungsschlag-Spiel";
|
||||||
const char TXT_WOL_NEEDCOUNTERSTRIKE[] = "Sie m<EFBFBD>ssen 'Gegenangriff' installiert haben, um dieses Spiel spielen zu k”nnen.";
|
const char TXT_WOL_NEEDCOUNTERSTRIKE[] = "Sie müssen 'Gegenangriff' installiert haben, um dieses Spiel spielen zu können.";
|
||||||
const char TXT_WOL_NEEDAFTERMATH[] = "Sie m<EFBFBD>ssen 'Vergeltungsschlag' installiert haben, um dieses Spiel spielen zu k”nnen.";
|
const char TXT_WOL_NEEDAFTERMATH[] = "Sie müssen 'Vergeltungsschlag' installiert haben, um dieses Spiel spielen zu können.";
|
||||||
const char TXT_WOL_TTIP_CHANLIST_CHAT[] = " Doppelklick zur Teilnahme am '%s'-Channel (z.Z. %i User). ";
|
const char TXT_WOL_TTIP_CHANLIST_CHAT[] = " Doppelklick zur Teilnahme am '%s'-Channel (z.Z. %i User). ";
|
||||||
const char TXT_WOL_TTIP_CHANLIST_LOBBY[] = " Doppelklick zur Teilnahme an der '%s'-Lobby (z.Z. %i User). ";
|
const char TXT_WOL_TTIP_CHANLIST_LOBBY[] = " Doppelklick zur Teilnahme an der '%s'-Lobby (z.Z. %i User). ";
|
||||||
const char TXT_WOL_TTIP_REDALERT[] = "Alarmstufe Rot";
|
const char TXT_WOL_TTIP_REDALERT[] = "Alarmstufe Rot";
|
||||||
|
@ -536,13 +536,13 @@ const char TXT_WOL_TTIP_CHANLIST_GAME[] = " %s-Spiel (%i Spieler). ";
|
||||||
const char TXT_WOL_TTIP_PRIVATEGAME[] = "(Privat) ";
|
const char TXT_WOL_TTIP_PRIVATEGAME[] = "(Privat) ";
|
||||||
const char TXT_WOL_TTIP_TOURNAMENTGAME[] = "(Turnier) ";
|
const char TXT_WOL_TTIP_TOURNAMENTGAME[] = "(Turnier) ";
|
||||||
const char TXT_WOL_TTIP_CHANNELTYPE_GAMESOFTYPE[] = " Doppelklicken Sie, um %s-Spiele anzusehen. ";
|
const char TXT_WOL_TTIP_CHANNELTYPE_GAMESOFTYPE[] = " Doppelklicken Sie, um %s-Spiele anzusehen. ";
|
||||||
const char TXT_WOL_TOURNAMENTPLAYERLIMIT[] = "Turnierspiele m<EFBFBD>ssen von zwei Spieler gespielt werden.";
|
const char TXT_WOL_TOURNAMENTPLAYERLIMIT[] = "Turnierspiele müssen von zwei Spieler gespielt werden.";
|
||||||
const char TXT_WOL_PRIVATEPASSWORD[] = "Pa\251wort: %s";
|
const char TXT_WOL_PRIVATEPASSWORD[] = "Pa\251wort: %s";
|
||||||
const char TXT_WOL_RULESMISMATCH[] = "Ihr Spiel ist mit dem des Host nicht kompatibel!";
|
const char TXT_WOL_RULESMISMATCH[] = "Ihr Spiel ist mit dem des Host nicht kompatibel!";
|
||||||
const char TXT_WOL_STARTTIMEOUT[] = "Keine Antworten von G„sten! Spielstart abgebrochen.";
|
const char TXT_WOL_STARTTIMEOUT[] = "Keine Antworten von Gästen! Spielstart abgebrochen.";
|
||||||
const char TXT_WOL_STARTCANCELLED[] = "Spielstart abgebrochen.";
|
const char TXT_WOL_STARTCANCELLED[] = "Spielstart abgebrochen.";
|
||||||
const char TXT_WOL_CANCELGAME[] = "Zur<EFBFBD>ck";
|
const char TXT_WOL_CANCELGAME[] = "Zurück";
|
||||||
const char TXT_WOL_PATCHQUESTION[] = "Ein Update-Patch wird f<EFBFBD>r Internet-Spiele ben”tigt. M”chten Sie es jetzt herunterladen?";
|
const char TXT_WOL_PATCHQUESTION[] = "Ein Update-Patch wird für Internet-Spiele benötigt. Möchten Sie es jetzt herunterladen?";
|
||||||
const char TXT_WOL_DOWNLOADING[] = "Datei %i von %i herunterladen";
|
const char TXT_WOL_DOWNLOADING[] = "Datei %i von %i herunterladen";
|
||||||
const char TXT_WOL_DOWNLOADERROR[] = "Ein Fehler trat beim Herunterladen der Dateien auf.";
|
const char TXT_WOL_DOWNLOADERROR[] = "Ein Fehler trat beim Herunterladen der Dateien auf.";
|
||||||
const char TXT_WOL_DOWNLOADBYTES[] = "%i Bytes von %i erhalten. (%i%%%%)";
|
const char TXT_WOL_DOWNLOADBYTES[] = "%i Bytes von %i erhalten. (%i%%%%)";
|
||||||
|
@ -552,31 +552,31 @@ const char TXT_WOL_DOWNLOADCONNECTING[] = "Status: Verbinde ...";
|
||||||
const char TXT_WOL_DOWNLOADLOCATING[] = "Status: Suche Datei ...";
|
const char TXT_WOL_DOWNLOADLOCATING[] = "Status: Suche Datei ...";
|
||||||
const char TXT_WOL_DOWNLOADDOWNLOADING[] = "Status: Lade herunter ...";
|
const char TXT_WOL_DOWNLOADDOWNLOADING[] = "Status: Lade herunter ...";
|
||||||
const char TXT_WOL_DOWNLOADEXITWARNING[] = "Herunterladen abgeschlossen! Alarmstufe Rot wird jetzt neugestartet, damit das Update-Patch angewendet werden kann.";
|
const char TXT_WOL_DOWNLOADEXITWARNING[] = "Herunterladen abgeschlossen! Alarmstufe Rot wird jetzt neugestartet, damit das Update-Patch angewendet werden kann.";
|
||||||
const char TXT_WOL_HELPSHELL[] = "Sind Sie sicher, da\251 Sie den Internet-Browser f<EFBFBD>r die Westwood-Online-Hilfe starten m”chten?";
|
const char TXT_WOL_HELPSHELL[] = "Sind Sie sicher, da\251 Sie den Internet-Browser für die Westwood-Online-Hilfe starten möchten?";
|
||||||
const char TXT_WOL_LADDERSHELL[] = "Sind Sie sicher, da\251 Sie den Internet-Browser f<EFBFBD>r die Alarmstufe-Rot-Tabellen starten m”chten?";
|
const char TXT_WOL_LADDERSHELL[] = "Sind Sie sicher, da\251 Sie den Internet-Browser für die Alarmstufe-Rot-Tabellen starten möchten?";
|
||||||
const char TXT_WOL_WEBREGISTRATIONSHELL[] = "Keine gespeicherten User-Namen gefunden. M”chten Sie einen neuen User-Namen f<>r Westwood Online eintragen?";
|
const char TXT_WOL_WEBREGISTRATIONSHELL[] = "Keine gespeicherten User-Namen gefunden. Möchten Sie einen neuen User-Namen für Westwood Online eintragen?";
|
||||||
const char TXT_WOL_GAMEADVERTSHELL[] = "Sind Sie sicher, da\251 Sie den Internet-Browser f<EFBFBD>r Informationen <20>ber %s starten m”chten?";
|
const char TXT_WOL_GAMEADVERTSHELL[] = "Sind Sie sicher, da\251 Sie den Internet-Browser für Informationen über %s starten möchten?";
|
||||||
const char TXT_WOL_USERLIST[] = "User: %i";
|
const char TXT_WOL_USERLIST[] = "User: %i";
|
||||||
const char TXT_WOL_NOUSERLIST[] = "(nicht in einem Channel)";
|
const char TXT_WOL_NOUSERLIST[] = "(nicht in einem Channel)";
|
||||||
const char TXT_WOL_CANTCREATEHERE[] = "Um ein Spiel zu starten, m<EFBFBD>ssen Sie in der Lobby Alarmstufe Rot sein.";
|
const char TXT_WOL_CANTCREATEHERE[] = "Um ein Spiel zu starten, müssen Sie in der Lobby Alarmstufe Rot sein.";
|
||||||
const char TXT_WOL_WOLAPIGONE[] = "Verbindung zu Westwood Online verloren!";
|
const char TXT_WOL_WOLAPIGONE[] = "Verbindung zu Westwood Online verloren!";
|
||||||
const char TXT_WOL_WOLAPIREINIT[] = "Verbindung zu Westwood Online verloren. Verbinde erneut ...";
|
const char TXT_WOL_WOLAPIREINIT[] = "Verbindung zu Westwood Online verloren. Verbinde erneut ...";
|
||||||
const char TXT_WOL_NOTPAGED[] = "Kann keine Antwort senden, niemand hat Ihnen geschrieben.";
|
const char TXT_WOL_NOTPAGED[] = "Kann keine Antwort senden, niemand hat Ihnen geschrieben.";
|
||||||
const char TXT_WOL_SCENARIONAMEWAIT[] = "Warte auf Szenario ...";
|
const char TXT_WOL_SCENARIONAMEWAIT[] = "Warte auf Szenario ...";
|
||||||
const char TXT_WOL_BACK[] = "Zur<EFBFBD>ck";
|
const char TXT_WOL_BACK[] = "Zurück";
|
||||||
const char TXT_WOL_AMDISCNEEDED[] = "Die CD 'Vergeltungsschlag' wird f<EFBFBD>r dieses Spiel ben”tigt, bitte legen Sie sie jetzt ein.";
|
const char TXT_WOL_AMDISCNEEDED[] = "Die CD 'Vergeltungsschlag' wird für dieses Spiel benötigt, bitte legen Sie sie jetzt ein.";
|
||||||
const char TXT_WOL_CONFIRMLOGOUT[] = "Sind Sie sicher, da\251 Sie Westwood Online verlassen m”chten?";
|
const char TXT_WOL_CONFIRMLOGOUT[] = "Sind Sie sicher, da\251 Sie Westwood Online verlassen möchten?";
|
||||||
const char TXT_WOL_PROPOSE_DRAW[] = "Unentschieden vorschlagen";
|
const char TXT_WOL_PROPOSE_DRAW[] = "Unentschieden vorschlagen";
|
||||||
const char TXT_WOL_RETRACT_DRAW[] = "Unentschieden-Vorschlag zur<EFBFBD>ckziehen";
|
const char TXT_WOL_RETRACT_DRAW[] = "Unentschieden-Vorschlag zurückziehen";
|
||||||
const char TXT_WOL_ACCEPT_DRAW[] = "Unentschieden-Vorschlag akzeptieren";
|
const char TXT_WOL_ACCEPT_DRAW[] = "Unentschieden-Vorschlag akzeptieren";
|
||||||
const char TXT_WOL_PROPOSE_DRAW_CONFIRM[] = "Sind Sie sicher, da\251 Sie ein Unentschieden vorschlagen m”chten?";
|
const char TXT_WOL_PROPOSE_DRAW_CONFIRM[] = "Sind Sie sicher, da\251 Sie ein Unentschieden vorschlagen möchten?";
|
||||||
const char TXT_WOL_ACCEPT_DRAW_CONFIRM[] = "Sind Sie sicher, da\251 Sie ein Unentschieden akzeptieren m”chten?";
|
const char TXT_WOL_ACCEPT_DRAW_CONFIRM[] = "Sind Sie sicher, da\251 Sie ein Unentschieden akzeptieren möchten?";
|
||||||
const char TXT_WOL_DRAW_PROPOSED_LOCAL[] = "Sie haben vorgeschlagen, da\251 das Spiel f<EFBFBD>r unentschieden erkl„rt wird.";
|
const char TXT_WOL_DRAW_PROPOSED_LOCAL[] = "Sie haben vorgeschlagen, da\251 das Spiel für unentschieden erklärt wird.";
|
||||||
const char TXT_WOL_DRAW_PROPOSED_OTHER[] = "%s hat vorgeschlagen, da\251 das Spiel f<EFBFBD>r unentschieden erkl„rt wird.";
|
const char TXT_WOL_DRAW_PROPOSED_OTHER[] = "%s hat vorgeschlagen, da\251 das Spiel für unentschieden erklärt wird.";
|
||||||
const char TXT_WOL_DRAW_RETRACTED_LOCAL[] = "Sie haben Ihr Unentschieden-Angebot zur<EFBFBD>ckgezogen.";
|
const char TXT_WOL_DRAW_RETRACTED_LOCAL[] = "Sie haben Ihr Unentschieden-Angebot zurückgezogen.";
|
||||||
const char TXT_WOL_DRAW_RETRACTED_OTHER[] = "%s hat das Unentschieden-Angebot zur<EFBFBD>ckgezogen.";
|
const char TXT_WOL_DRAW_RETRACTED_OTHER[] = "%s hat das Unentschieden-Angebot zurückgezogen.";
|
||||||
const char TXT_WOL_DRAW[] = "Das Spiel ist unentschieden";
|
const char TXT_WOL_DRAW[] = "Das Spiel ist unentschieden";
|
||||||
const char TXT_WOL_CANTLAUNCHBROWSER[] = "Web-Browser kann %s nicht ”ffnen!";
|
const char TXT_WOL_CANTLAUNCHBROWSER[] = "Web-Browser kann %s nicht öffnen!";
|
||||||
const char TXT_WOL_CHANNELFULL[] = "Dieser Chat-/Game-Channel ist voll.";
|
const char TXT_WOL_CHANNELFULL[] = "Dieser Chat-/Game-Channel ist voll.";
|
||||||
const char TXT_WOL_CHANNELTYPE_TOP[] = " Doppelklicken Sie, um zum obersten Level zu gelangen. ";
|
const char TXT_WOL_CHANNELTYPE_TOP[] = " Doppelklicken Sie, um zum obersten Level zu gelangen. ";
|
||||||
const char TXT_WOL_CHANNELTYPE_OFFICIALCHAT[] = " Doppelklicken Sie, um zum offiziellen Chat-Channel-Level zu gelangen. ";
|
const char TXT_WOL_CHANNELTYPE_OFFICIALCHAT[] = " Doppelklicken Sie, um zum offiziellen Chat-Channel-Level zu gelangen. ";
|
||||||
|
@ -584,20 +584,20 @@ const char TXT_WOL_CHANNELTYPE_USERCHAT[] = " Doppelklicken Sie, um zum User-Ch
|
||||||
const char TXT_WOL_CHANNELTYPE_GAMES[] = " Doppelklicken Sie, um zum Game-Channel-Level zu gelangen. ";
|
const char TXT_WOL_CHANNELTYPE_GAMES[] = " Doppelklicken Sie, um zum Game-Channel-Level zu gelangen. ";
|
||||||
const char TXT_WOL_CHANNELTYPE_LOADING[] = " Liste von Westwood Online wird geladen, bitte warten... ";
|
const char TXT_WOL_CHANNELTYPE_LOADING[] = " Liste von Westwood Online wird geladen, bitte warten... ";
|
||||||
const char TXT_WOL_CHANNELTYPE_LOBBIES[] = " Doppelklicken Sie, um zum Lobby-Level zu gelangen. ";
|
const char TXT_WOL_CHANNELTYPE_LOBBIES[] = " Doppelklicken Sie, um zum Lobby-Level zu gelangen. ";
|
||||||
const char TXT_WOL_FINDINGLOBBY[] = "Verbunden - suche verf<EFBFBD>gbare Lobby...";
|
const char TXT_WOL_FINDINGLOBBY[] = "Verbunden - suche verfügbare Lobby...";
|
||||||
const char TXT_WOL_PRIVATETOMULTIPLE[] = "<Privat an mehrere User>:";
|
const char TXT_WOL_PRIVATETOMULTIPLE[] = "<Privat an mehrere User>:";
|
||||||
const char TXT_WOL_PRIVATETO[] = "Privat an";
|
const char TXT_WOL_PRIVATETO[] = "Privat an";
|
||||||
const char TXT_WOL_CS_MISSIONS[] = "Gegenangriff-Missionen";
|
const char TXT_WOL_CS_MISSIONS[] = "Gegenangriff-Missionen";
|
||||||
const char TXT_WOL_AM_MISSIONS[] = "Vergeltungsschlag-Missionen";
|
const char TXT_WOL_AM_MISSIONS[] = "Vergeltungsschlag-Missionen";
|
||||||
const char TXT_WOL_CANTSQUELCHSELF[] = "Sie k”nnen die Option zum Lesen Ihrer eigenen Nachrichten nicht ausschalten!";
|
const char TXT_WOL_CANTSQUELCHSELF[] = "Sie können die Option zum Lesen Ihrer eigenen Nachrichten nicht ausschalten!";
|
||||||
const char TXT_WOL_OPTTITLE[] = "Westwood Online-Optionen";
|
const char TXT_WOL_OPTTITLE[] = "Westwood Online-Optionen";
|
||||||
const char TXT_WOL_SLOWUNITBUILD[] = "Einheitenbau verlangsamen";
|
const char TXT_WOL_SLOWUNITBUILD[] = "Einheitenbau verlangsamen";
|
||||||
const char TXT_WOL_THEGAMEHOST[] = "Der Spiel-Host";
|
const char TXT_WOL_THEGAMEHOST[] = "Der Spiel-Host";
|
||||||
const char TXT_WOL_TTIP_RANKRA[] = " Alarmstufe-Rot-Platz anzeigen ";
|
const char TXT_WOL_TTIP_RANKRA[] = " Alarmstufe-Rot-Platz anzeigen ";
|
||||||
const char TXT_WOL_TTIP_RANKAM[] = " Vergeltungsschlag-Platz anzeigen ";
|
const char TXT_WOL_TTIP_RANKAM[] = " Vergeltungsschlag-Platz anzeigen ";
|
||||||
const char TXT_WOL_OPTRANKAM[] = "Vergeltungsschlag-Platz anzeigen.";
|
const char TXT_WOL_OPTRANKAM[] = "Vergeltungsschlag-Platz anzeigen.";
|
||||||
const char TXT_WOL_CANCELMEANSFORFEIT[] = " (UND B<EFBFBD>SSEN SIE DAS SPIEL EIN)";
|
const char TXT_WOL_CANCELMEANSFORFEIT[] = " (UND BüSSEN SIE DAS SPIEL EIN)";
|
||||||
const char TXT_WOL_DLLERROR_GETIE3[] = "Ihre Version der Windows ist veraltet. Bauen Sie bitte zu den Windows SP1, aus oder installieren Sie Internet Explorer 3,0 oder h”heres.";
|
const char TXT_WOL_DLLERROR_GETIE3[] = "Ihre Version der Windows ist veraltet. Bauen Sie bitte zu den Windows SP1, aus oder installieren Sie Internet Explorer 3,0 oder höheres.";
|
||||||
const char TXT_WOL_DLLERROR_CALLUS[] = "Ein unerwarteter Fehler ist aufgetreten. Bitte wenden Sie sich an den Technischen Kundendienst.";
|
const char TXT_WOL_DLLERROR_CALLUS[] = "Ein unerwarteter Fehler ist aufgetreten. Bitte wenden Sie sich an den Technischen Kundendienst.";
|
||||||
const char TXT_WOL_PRIVATE[] = "<privat>";
|
const char TXT_WOL_PRIVATE[] = "<privat>";
|
||||||
|
|
||||||
|
@ -606,49 +606,49 @@ const char TXT_WOL_PRIVATE[] = "<privat>";
|
||||||
#pragma message( "...Building French version..." )
|
#pragma message( "...Building French version..." )
|
||||||
|
|
||||||
const char TXT_WOL_INTERNETBUTTON[] = "Internet";
|
const char TXT_WOL_INTERNETBUTTON[] = "Internet";
|
||||||
const char TXT_WOL_ERRORMESSAGE[] = "Erreur inattendue lors de la connexion … Westwood Online.";
|
const char TXT_WOL_ERRORMESSAGE[] = "Erreur inattendue lors de la connexion à Westwood Online.";
|
||||||
const char TXT_WOL_CONNECT[] = "Se connecter";
|
const char TXT_WOL_CONNECT[] = "Se connecter";
|
||||||
const char TXT_WOL_LOGINDIALOG[] = "Identifiant … Westwood Online";
|
const char TXT_WOL_LOGINDIALOG[] = "Identifiant à Westwood Online";
|
||||||
const char TXT_WOL_NAME[] = "Pseudo";
|
const char TXT_WOL_NAME[] = "Pseudo";
|
||||||
const char TXT_WOL_PASSWORD[] = "Mot de passe";
|
const char TXT_WOL_PASSWORD[] = "Mot de passe";
|
||||||
const char TXT_WOL_SAVELOGIN[] = "Sauvegarder";
|
const char TXT_WOL_SAVELOGIN[] = "Sauvegarder";
|
||||||
const char TXT_WOL_LOGINCANCEL[] = "Ouverture de session annul‚e.";
|
const char TXT_WOL_LOGINCANCEL[] = "Ouverture de session annulée.";
|
||||||
const char TXT_WOL_MISSINGNAME[] = "Veuillez entrer l'identifiant pour votre pseudo.";
|
const char TXT_WOL_MISSINGNAME[] = "Veuillez entrer l'identifiant pour votre pseudo.";
|
||||||
const char TXT_WOL_MISSINGPASSWORD[] = "Veuillez entrer l'identifiant pour votre mot de passe.";
|
const char TXT_WOL_MISSINGPASSWORD[] = "Veuillez entrer l'identifiant pour votre mot de passe.";
|
||||||
const char TXT_WOL_CANTSAVENICK[] = "Erreur lors de la sauvegarde du pseudo/mot de passe.";
|
const char TXT_WOL_CANTSAVENICK[] = "Erreur lors de la sauvegarde du pseudo/mot de passe.";
|
||||||
const char TXT_WOL_NICKINUSE[] = "Ce pseudo est d‚j… utilis‚. S‚lectionnez-en un autre.";
|
const char TXT_WOL_NICKINUSE[] = "Ce pseudo est déjà utilisé. Sélectionnez-en un autre.";
|
||||||
const char TXT_WOL_BADPASS[] = "Mot de passe invalide pour ce pseudo.";
|
const char TXT_WOL_BADPASS[] = "Mot de passe invalide pour ce pseudo.";
|
||||||
const char TXT_WOL_TIMEOUT[] = "Expiration du temps de connexion … Westwood Online.";
|
const char TXT_WOL_TIMEOUT[] = "Expiration du temps de connexion à Westwood Online.";
|
||||||
const char TXT_WOL_CONNECTING[] = "Connexion … Westwood Online...";
|
const char TXT_WOL_CONNECTING[] = "Connexion à Westwood Online...";
|
||||||
const char TXT_WOL_CANTCONNECT[] = "Impossible d'‚tablir la connexion … Westwood Online.";
|
const char TXT_WOL_CANTCONNECT[] = "Impossible d'établir la connexion à Westwood Online.";
|
||||||
const char TXT_WOL_ATTEMPTLOGIN[] = "Ouverture de la session en cours...";
|
const char TXT_WOL_ATTEMPTLOGIN[] = "Ouverture de la session en cours...";
|
||||||
const char TXT_WOL_ATTEMPTLOGOUT[] = "Fermeture de la session en cours...";
|
const char TXT_WOL_ATTEMPTLOGOUT[] = "Fermeture de la session en cours...";
|
||||||
const char TXT_WOL_ERRORLOGOUT[] = "Fin de connexion avec Westwood Online...";
|
const char TXT_WOL_ERRORLOGOUT[] = "Fin de connexion avec Westwood Online...";
|
||||||
const char TXT_WOL_WAIT[] = "Attendez svp, en communication … Westwood Online...";
|
const char TXT_WOL_WAIT[] = "Attendez svp, en communication à Westwood Online...";
|
||||||
const char TXT_WOL_TOPLEVELTITLE[] = "Westwood Online";
|
const char TXT_WOL_TOPLEVELTITLE[] = "Westwood Online";
|
||||||
const char TXT_WOL_OFFICIALCHAT[] = "Conversation officielle";
|
const char TXT_WOL_OFFICIALCHAT[] = "Conversation officielle";
|
||||||
const char TXT_WOL_USERCHAT[] = "Conversation utilisateur";
|
const char TXT_WOL_USERCHAT[] = "Conversation utilisateur";
|
||||||
const char TXT_WOL_GAMECHANNELS[] = "Canaux de jeu";
|
const char TXT_WOL_GAMECHANNELS[] = "Canaux de jeu";
|
||||||
const char TXT_WOL_REDALERTLOBBIES[] = "Salons d'Alerte Rouge";
|
const char TXT_WOL_REDALERTLOBBIES[] = "Salons d'Alerte Rouge";
|
||||||
const char TXT_WOL_CHANNELLISTLOADING[] = "...En cours de t‚l‚chargement...";
|
const char TXT_WOL_CHANNELLISTLOADING[] = "...En cours de téléchargement...";
|
||||||
const char TXT_WOL_YOURENOTINCHANNEL[] = "Vous n'ˆtes pas dans un canal de conversation.";
|
const char TXT_WOL_YOURENOTINCHANNEL[] = "Vous n'êtes pas dans un canal de conversation.";
|
||||||
const char TXT_WOL_ACTION[] = "Action";
|
const char TXT_WOL_ACTION[] = "Action";
|
||||||
const char TXT_WOL_JOIN[] = "Rejoindre";
|
const char TXT_WOL_JOIN[] = "Rejoindre";
|
||||||
const char TXT_WOL_CANTCREATEINCHANNEL[] = "Cr‚ation d'un nouveau canal impossible tant que vous ne quittez pas ce canal.";
|
const char TXT_WOL_CANTCREATEINCHANNEL[] = "Création d'un nouveau canal impossible tant que vous ne quittez pas ce canal.";
|
||||||
const char TXT_WOL_NEWSOMETHING[] = "Nouveau";
|
const char TXT_WOL_NEWSOMETHING[] = "Nouveau";
|
||||||
const char TXT_WOL_CREATECHANNELTITLE[] = "Cr‚er un canal";
|
const char TXT_WOL_CREATECHANNELTITLE[] = "Créer un canal";
|
||||||
const char TXT_WOL_CREATECHANNELPROMPT[] = "Nom du canal : ";
|
const char TXT_WOL_CREATECHANNELPROMPT[] = "Nom du canal : ";
|
||||||
const char TXT_WOL_PASSPROMPT[] = "Mot de passe : ";
|
const char TXT_WOL_PASSPROMPT[] = "Mot de passe : ";
|
||||||
const char TXT_WOL_OPTIONALPASSPROMPT[] = "Mot de passe (en option): ";
|
const char TXT_WOL_OPTIONALPASSPROMPT[] = "Mot de passe (en option): ";
|
||||||
const char TXT_WOL_CHANNEL_TOP[] = ".. <retour … la page d'accueil>";
|
const char TXT_WOL_CHANNEL_TOP[] = ".. <retour à la page d'accueil>";
|
||||||
const char TXT_WOL_CHANNEL_BACK[] = ".. <retour>";
|
const char TXT_WOL_CHANNEL_BACK[] = ".. <retour>";
|
||||||
const char TXT_WOL_YOUJOINED[] = "Vous avez rejoint le canal %s.";
|
const char TXT_WOL_YOUJOINED[] = "Vous avez rejoint le canal %s.";
|
||||||
const char TXT_WOL_YOUJOINEDGAME[] = "Vous rejoignez la partie de %s.";
|
const char TXT_WOL_YOUJOINEDGAME[] = "Vous rejoignez la partie de %s.";
|
||||||
const char TXT_WOL_YOUCREATEDGAME[] = "Cr‚ation d'une nouvelle partie.";
|
const char TXT_WOL_YOUCREATEDGAME[] = "Création d'une nouvelle partie.";
|
||||||
const char TXT_WOL_YOUJOINEDLOBBY[] = "Vous ˆtes entr‚ dans le salon %s.";
|
const char TXT_WOL_YOUJOINEDLOBBY[] = "Vous êtes entré dans le salon %s.";
|
||||||
const char TXT_WOL_YOULEFT[] = "Vous avez quitt‚ le canal %s.";
|
const char TXT_WOL_YOULEFT[] = "Vous avez quitté le canal %s.";
|
||||||
const char TXT_WOL_YOULEFTLOBBY[] = "Vous avez quitt‚ le salon %s.";
|
const char TXT_WOL_YOULEFTLOBBY[] = "Vous avez quitté le salon %s.";
|
||||||
const char TXT_WOL_JOINPRIVATETITLE[] = "Rejoindre un canal priv‚";
|
const char TXT_WOL_JOINPRIVATETITLE[] = "Rejoindre un canal privé";
|
||||||
const char TXT_WOL_JOINPRIVATEPROMPT[] = "Entrer le mot de passe du canal : ";
|
const char TXT_WOL_JOINPRIVATEPROMPT[] = "Entrer le mot de passe du canal : ";
|
||||||
const char TXT_WOL_BADCHANKEY[] = "Mot de passe du canal incorrect.";
|
const char TXT_WOL_BADCHANKEY[] = "Mot de passe du canal incorrect.";
|
||||||
const char TXT_WOL_PAGELOCATE[] = "Envoyer/Rechercher";
|
const char TXT_WOL_PAGELOCATE[] = "Envoyer/Rechercher";
|
||||||
|
@ -656,135 +656,135 @@ const char TXT_WOL_USERNAMEPROMPT[] = "Nom de l'utilisateur : ";
|
||||||
const char TXT_WOL_PAGE[] = "Envoyer";
|
const char TXT_WOL_PAGE[] = "Envoyer";
|
||||||
const char TXT_WOL_LOCATE[] = "Rechercher";
|
const char TXT_WOL_LOCATE[] = "Rechercher";
|
||||||
const char TXT_WOL_LOCATING[] = "Recherche de %s en cours ...";
|
const char TXT_WOL_LOCATING[] = "Recherche de %s en cours ...";
|
||||||
const char TXT_WOL_FIND_NOTHERE[] = "Le nom de l'utilisateur sp‚cifi‚ n'existe pas.";
|
const char TXT_WOL_FIND_NOTHERE[] = "Le nom de l'utilisateur spécifié n'existe pas.";
|
||||||
const char TXT_WOL_FIND_NOCHAN[] = "L'utilisateur sp‚cifi‚ n'est pas sur le canal pour le moment.";
|
const char TXT_WOL_FIND_NOCHAN[] = "L'utilisateur spécifié n'est pas sur le canal pour le moment.";
|
||||||
const char TXT_WOL_FIND_OFF[] = "L'utilisateur sp‚cifi‚ a d‚sactiv‚ la fonction de recherche.";
|
const char TXT_WOL_FIND_OFF[] = "L'utilisateur spécifié a désactivé la fonction de recherche.";
|
||||||
const char TXT_WOL_FOUNDIN[] = "Utilisateur trouv‚ dans le canal %s.";
|
const char TXT_WOL_FOUNDIN[] = "Utilisateur trouvé dans le canal %s.";
|
||||||
const char TXT_WOL_PAGEMESSAGETITLE[] = "Envoyer … l'utilisateur";
|
const char TXT_WOL_PAGEMESSAGETITLE[] = "Envoyer à l'utilisateur";
|
||||||
const char TXT_WOL_PAGEMESSAGEPROMPT[] = "Message … envoyer : ";
|
const char TXT_WOL_PAGEMESSAGEPROMPT[] = "Message à envoyer : ";
|
||||||
const char TXT_WOL_PAGING[] = "Envoi … %s en cours...";
|
const char TXT_WOL_PAGING[] = "Envoi à %s en cours...";
|
||||||
const char TXT_WOL_PAGE_NOTHERE[] = "L'utilisateur sp‚cifi‚ n'a pas ouvert la session.";
|
const char TXT_WOL_PAGE_NOTHERE[] = "L'utilisateur spécifié n'a pas ouvert la session.";
|
||||||
const char TXT_WOL_PAGE_OFF[] = "L'utilisateur sp‚cifi‚ a d‚sactiv‚ la fonction d'envoi de messages.";
|
const char TXT_WOL_PAGE_OFF[] = "L'utilisateur spécifié a désactivé la fonction d'envoi de messages.";
|
||||||
const char TXT_WOL_ONPAGE[] = "Envoi de %s : %s";
|
const char TXT_WOL_ONPAGE[] = "Envoi de %s : %s";
|
||||||
const char TXT_WOL_WASPAGED[] = "Envoi … %s r‚ussi.";
|
const char TXT_WOL_WASPAGED[] = "Envoi à %s réussi.";
|
||||||
//const char TXT_WOL_USERISSQUELCHED[] = "%s a ‚t‚ rejet‚."; // ajw rejete really means squelched?
|
//const char TXT_WOL_USERISSQUELCHED[] = "%s a été rejeté."; // ajw rejete really means squelched?
|
||||||
//const char TXT_WOL_USERISNOTSQUELCHED[] = "%s n'est plus rejet‚.";
|
//const char TXT_WOL_USERISNOTSQUELCHED[] = "%s n'est plus rejeté.";
|
||||||
const char TXT_WOL_ONLYOWNERCANKICK[] = "Seul le responsable du canal peut expulser des utilisateurs.";
|
const char TXT_WOL_ONLYOWNERCANKICK[] = "Seul le responsable du canal peut expulser des utilisateurs.";
|
||||||
const char TXT_WOL_USERKICKEDUSER[] = "%s expulse %s du canal.";
|
const char TXT_WOL_USERKICKEDUSER[] = "%s expulse %s du canal.";
|
||||||
const char TXT_WOL_USERKICKEDYOU[] = "Vous ˆtes expuls‚ du canal par %s.";
|
const char TXT_WOL_USERKICKEDYOU[] = "Vous êtes expulsé du canal par %s.";
|
||||||
const char TXT_WOL_NOONETOKICK[] = "S‚lectionnez l'(les) utilisateur(s) que vous voulez expulser.";
|
const char TXT_WOL_NOONETOKICK[] = "Sélectionnez l'(les) utilisateur(s) que vous voulez expulser.";
|
||||||
const char TXT_WOL_USERWASBANNED[] = "%s est exclu du canal.";
|
const char TXT_WOL_USERWASBANNED[] = "%s est exclu du canal.";
|
||||||
const char TXT_WOL_CREATEPRIVGAMETITLE[] = "Cr‚er une partie priv‚e";
|
const char TXT_WOL_CREATEPRIVGAMETITLE[] = "Créer une partie privée";
|
||||||
const char TXT_WOL_YOUREBANNED[] = "Vous n'ˆtes pas autoris‚ … entrer dans ce canal.";
|
const char TXT_WOL_YOUREBANNED[] = "Vous n'êtes pas autorisé à entrer dans ce canal.";
|
||||||
const char TXT_WOL_PLAYERLEFTGAME[] = "%s a quitt‚ la partie.";
|
const char TXT_WOL_PLAYERLEFTGAME[] = "%s a quitté la partie.";
|
||||||
const char TXT_WOL_PLAYERJOINEDGAME[] = "%s a rejoint la partie.";
|
const char TXT_WOL_PLAYERJOINEDGAME[] = "%s a rejoint la partie.";
|
||||||
const char TXT_WOL_YOUWEREKICKEDFROMGAME[] = "Vous avez ‚t‚ expuls‚ de la partie.";
|
const char TXT_WOL_YOUWEREKICKEDFROMGAME[] = "Vous avez été expulsé de la partie.";
|
||||||
const char TXT_WOL_PERSONALWINLOSSRECORD[] = "%s. Alerte Rouge: position %u. Vict. %u. D‚f. %u. Pts. %u.";
|
const char TXT_WOL_PERSONALWINLOSSRECORD[] = "%s. Alerte Rouge: position %u. Vict. %u. Déf. %u. Pts. %u.";
|
||||||
const char TXT_WOL_PERSONALWINLOSSRECORDAM[]= "%s. Missions M.A.D.: position %u. Vict. %u. D‚f. %u. Pts. %u.";
|
const char TXT_WOL_PERSONALWINLOSSRECORDAM[]= "%s. Missions M.A.D.: position %u. Vict. %u. Déf. %u. Pts. %u.";
|
||||||
const char TXT_WOL_USERRANK[] = "%s (Position %u)";
|
const char TXT_WOL_USERRANK[] = "%s (Position %u)";
|
||||||
const char TXT_WOL_USERHOUSE[] = "%s <%s>";
|
const char TXT_WOL_USERHOUSE[] = "%s <%s>";
|
||||||
const char TXT_WOL_USERRANKHOUSE[] = "%s (Position %u) <%s>";
|
const char TXT_WOL_USERRANKHOUSE[] = "%s (Position %u) <%s>";
|
||||||
const char TXT_WOL_STARTBUTTON[] = "D‚marrer";
|
const char TXT_WOL_STARTBUTTON[] = "Démarrer";
|
||||||
const char TXT_WOL_ACCEPTBUTTON[] = "Accepter";
|
const char TXT_WOL_ACCEPTBUTTON[] = "Accepter";
|
||||||
const char TXT_WOL_HOSTLEFTGAME[] = "%s a annul‚ la partie.";
|
const char TXT_WOL_HOSTLEFTGAME[] = "%s a annulé la partie.";
|
||||||
const char TXT_WOL_WAITINGTOSTART[] = "Lancement de la partie...";
|
const char TXT_WOL_WAITINGTOSTART[] = "Lancement de la partie...";
|
||||||
const char TXT_WOL_TTIP_DISCON[] = " Quitter Westwood Online ";
|
const char TXT_WOL_TTIP_DISCON[] = " Quitter Westwood Online ";
|
||||||
const char TXT_WOL_TTIP_LEAVE[] = " Quitter le canal o— vous vous trouvez ";
|
const char TXT_WOL_TTIP_LEAVE[] = " Quitter le canal où vous vous trouvez ";
|
||||||
const char TXT_WOL_TTIP_REFRESH[] = " RafraŒchir la liste du canal ";
|
const char TXT_WOL_TTIP_REFRESH[] = " Rafraîchir la liste du canal ";
|
||||||
const char TXT_WOL_TTIP_SQUELCH[] = " Activer/d‚sactiver les messages en provenance de(s) l'utilisateur(s) ";
|
const char TXT_WOL_TTIP_SQUELCH[] = " Activer/désactiver les messages en provenance de(s) l'utilisateur(s) ";
|
||||||
const char TXT_WOL_TTIP_BAN[] = " Exclure l'/les utilisateur(s)du canal ";
|
const char TXT_WOL_TTIP_BAN[] = " Exclure l'/les utilisateur(s)du canal ";
|
||||||
const char TXT_WOL_TTIP_KICK[] = " Expulser l'/les utilisateurs du canal ";
|
const char TXT_WOL_TTIP_KICK[] = " Expulser l'/les utilisateurs du canal ";
|
||||||
const char TXT_WOL_TTIP_FINDPAGE[] = " Rechercher ou envoyer un message … un utilisateur ";
|
const char TXT_WOL_TTIP_FINDPAGE[] = " Rechercher ou envoyer un message à un utilisateur ";
|
||||||
const char TXT_WOL_TTIP_OPTIONS[] = " R‚gler les options de Westwood Online ";
|
const char TXT_WOL_TTIP_OPTIONS[] = " Régler les options de Westwood Online ";
|
||||||
const char TXT_WOL_TTIP_LADDER[] = " Parcourir les hi‚rarchies d'Alerte Rouge ";
|
const char TXT_WOL_TTIP_LADDER[] = " Parcourir les hiérarchies d'Alerte Rouge ";
|
||||||
const char TXT_WOL_TTIP_HELP[] = " Afficher l'aide de Westwood Online ";
|
const char TXT_WOL_TTIP_HELP[] = " Afficher l'aide de Westwood Online ";
|
||||||
const char TXT_WOL_TTIP_START[] = " D‚marrer le jeu ";
|
const char TXT_WOL_TTIP_START[] = " Démarrer le jeu ";
|
||||||
const char TXT_WOL_TTIP_ACCEPT[] = " Valider les paramŠtres actuels du jeu ";
|
const char TXT_WOL_TTIP_ACCEPT[] = " Valider les paramètres actuels du jeu ";
|
||||||
const char TXT_WOL_TTIP_EXPANDLIST[] = " Compl‚ter/r‚duire la liste ";
|
const char TXT_WOL_TTIP_EXPANDLIST[] = " Compléter/réduire la liste ";
|
||||||
const char TXT_WOL_TTIP_CANCELGAME[] = " Retour au niveau pr‚c‚dent ";
|
const char TXT_WOL_TTIP_CANCELGAME[] = " Retour au niveau précédent ";
|
||||||
const char TXT_WOL_TTIP_JOIN[] = " Rejoindre un canal de conversation/jeu ";
|
const char TXT_WOL_TTIP_JOIN[] = " Rejoindre un canal de conversation/jeu ";
|
||||||
const char TXT_WOL_TTIP_BACK[] = " Retour au niveau pr‚c‚dent ";
|
const char TXT_WOL_TTIP_BACK[] = " Retour au niveau précédent ";
|
||||||
const char TXT_WOL_TTIP_CREATE[] = " Cr‚er un nouveau canal de conversation/jeu ";
|
const char TXT_WOL_TTIP_CREATE[] = " Créer un nouveau canal de conversation/jeu ";
|
||||||
const char TXT_WOL_TTIP_ACTION[] = " Message d'action ";
|
const char TXT_WOL_TTIP_ACTION[] = " Message d'action ";
|
||||||
const char TXT_WOL_OPTFIND[] = "Laisser les autres vous RECHERCHER.";
|
const char TXT_WOL_OPTFIND[] = "Laisser les autres vous RECHERCHER.";
|
||||||
const char TXT_WOL_OPTPAGE[] = "Laisser les autres vous ENVOYER des messages.";
|
const char TXT_WOL_OPTPAGE[] = "Laisser les autres vous ENVOYER des messages.";
|
||||||
const char TXT_WOL_OPTLANGUAGE[] = "Filtrer les vulgarit‚s.";
|
const char TXT_WOL_OPTLANGUAGE[] = "Filtrer les vulgarités.";
|
||||||
const char TXT_WOL_OPTGAMESCOPE[] = "Afficher seulement les parties en salons locaux.";
|
const char TXT_WOL_OPTGAMESCOPE[] = "Afficher seulement les parties en salons locaux.";
|
||||||
//const char TXT_WOL_OPTTITLE[] = "Options";
|
//const char TXT_WOL_OPTTITLE[] = "Options";
|
||||||
const char TXT_WOL_CHANNELGONE[] = "Ce canal n'existe plus.";
|
const char TXT_WOL_CHANNELGONE[] = "Ce canal n'existe plus.";
|
||||||
const char TXT_WOL_CG_TITLE[] = "Cr‚er une partie";
|
const char TXT_WOL_CG_TITLE[] = "Créer une partie";
|
||||||
const char TXT_WOL_CG_PLAYERS[] = "Joueurs : %i";
|
const char TXT_WOL_CG_PLAYERS[] = "Joueurs : %i";
|
||||||
const char TXT_WOL_CG_TOURNAMENT[] = "Tournoi";
|
const char TXT_WOL_CG_TOURNAMENT[] = "Tournoi";
|
||||||
const char TXT_WOL_CG_PRIVACY[] = "Priv‚e";
|
const char TXT_WOL_CG_PRIVACY[] = "Privée";
|
||||||
const char TXT_WOL_CG_RAGAME[] = "Partie Alerte Rouge";
|
const char TXT_WOL_CG_RAGAME[] = "Partie Alerte Rouge";
|
||||||
const char TXT_WOL_CG_CSGAME[] = "Partie Missions Ta‹ga";
|
const char TXT_WOL_CG_CSGAME[] = "Partie Missions Taïga";
|
||||||
const char TXT_WOL_CG_AMGAME[] = "Partie Missions M.A.D.";
|
const char TXT_WOL_CG_AMGAME[] = "Partie Missions M.A.D.";
|
||||||
const char TXT_WOL_NEEDCOUNTERSTRIKE[] = "D‚sol‚, vous devez installer Missions Ta‹ga pour jouer cette partie.";
|
const char TXT_WOL_NEEDCOUNTERSTRIKE[] = "Désolé, vous devez installer Missions Taïga pour jouer cette partie.";
|
||||||
const char TXT_WOL_NEEDAFTERMATH[] = "D‚sol‚, vous devez installer Missions M.A.D. pour jouer cette partie.";
|
const char TXT_WOL_NEEDAFTERMATH[] = "Désolé, vous devez installer Missions M.A.D. pour jouer cette partie.";
|
||||||
const char TXT_WOL_TTIP_CHANLIST_CHAT[] = " Double-clic pour rejoindre canal %s (%i utilisateurs). ";
|
const char TXT_WOL_TTIP_CHANLIST_CHAT[] = " Double-clic pour rejoindre canal %s (%i utilisateurs). ";
|
||||||
const char TXT_WOL_TTIP_CHANLIST_LOBBY[] = " Double-clic pour rejoindre salon %s (%i utilisateurs). ";
|
const char TXT_WOL_TTIP_CHANLIST_LOBBY[] = " Double-clic pour rejoindre salon %s (%i utilisateurs). ";
|
||||||
const char TXT_WOL_TTIP_REDALERT[] = "Alerte Rouge";
|
const char TXT_WOL_TTIP_REDALERT[] = "Alerte Rouge";
|
||||||
const char TXT_WOL_TTIP_COUNTERSTRIKE[] = "Missions Ta‹ga";
|
const char TXT_WOL_TTIP_COUNTERSTRIKE[] = "Missions Taïga";
|
||||||
const char TXT_WOL_TTIP_AFTERMATH[] = "Missions M.A.D.";
|
const char TXT_WOL_TTIP_AFTERMATH[] = "Missions M.A.D.";
|
||||||
const char TXT_WOL_TTIP_CHANLIST_RAGAME[] = " Partie de %s (%i joueurs pour un max. de %i). ";
|
const char TXT_WOL_TTIP_CHANLIST_RAGAME[] = " Partie de %s (%i joueurs pour un max. de %i). ";
|
||||||
const char TXT_WOL_TTIP_CHANLIST_GAME[] = " Partie de %s (%i joueurs). ";
|
const char TXT_WOL_TTIP_CHANLIST_GAME[] = " Partie de %s (%i joueurs). ";
|
||||||
const char TXT_WOL_TTIP_PRIVATEGAME[] = "(Priv‚e) ";
|
const char TXT_WOL_TTIP_PRIVATEGAME[] = "(Privée) ";
|
||||||
const char TXT_WOL_TTIP_TOURNAMENTGAME[] = "(Tournoi) ";
|
const char TXT_WOL_TTIP_TOURNAMENTGAME[] = "(Tournoi) ";
|
||||||
const char TXT_WOL_TTIP_CHANNELTYPE_GAMESOFTYPE[] = " Double-clic pour afficher les parties %s. ";
|
const char TXT_WOL_TTIP_CHANNELTYPE_GAMESOFTYPE[] = " Double-clic pour afficher les parties %s. ";
|
||||||
const char TXT_WOL_TOURNAMENTPLAYERLIMIT[] = "Les parties en tournoi doivent rassembler deux joueurs.";
|
const char TXT_WOL_TOURNAMENTPLAYERLIMIT[] = "Les parties en tournoi doivent rassembler deux joueurs.";
|
||||||
const char TXT_WOL_PRIVATEPASSWORD[] = "Mot de passe : %s";
|
const char TXT_WOL_PRIVATEPASSWORD[] = "Mot de passe : %s";
|
||||||
const char TXT_WOL_RULESMISMATCH[] = "Votre partie n'est pas compatible avec celle du serveur !";
|
const char TXT_WOL_RULESMISMATCH[] = "Votre partie n'est pas compatible avec celle du serveur !";
|
||||||
const char TXT_WOL_STARTTIMEOUT[] = "Expiration du temps de r‚ponse des clients ! D‚marrage du jeu annul‚.";
|
const char TXT_WOL_STARTTIMEOUT[] = "Expiration du temps de réponse des clients ! Démarrage du jeu annulé.";
|
||||||
const char TXT_WOL_STARTCANCELLED[] = "D‚marrage du jeu annul‚.";
|
const char TXT_WOL_STARTCANCELLED[] = "Démarrage du jeu annulé.";
|
||||||
const char TXT_WOL_CANCELGAME[] = "Retour";
|
const char TXT_WOL_CANCELGAME[] = "Retour";
|
||||||
const char TXT_WOL_PATCHQUESTION[] = "Un patch mis … jour est n‚cessaire pour le jeu sur Internet. Voulez-vous le t‚l‚charger maintenant ?";
|
const char TXT_WOL_PATCHQUESTION[] = "Un patch mis à jour est nécessaire pour le jeu sur Internet. Voulez-vous le télécharger maintenant ?";
|
||||||
const char TXT_WOL_DOWNLOADING[] = "T‚l‚charger %i fichier(s) sur %i.";
|
const char TXT_WOL_DOWNLOADING[] = "Télécharger %i fichier(s) sur %i.";
|
||||||
const char TXT_WOL_DOWNLOADERROR[] = "Erreur lors du t‚l‚chargement du fichier.";
|
const char TXT_WOL_DOWNLOADERROR[] = "Erreur lors du téléchargement du fichier.";
|
||||||
const char TXT_WOL_DOWNLOADBYTES[] = "R‚ception de %i octets sur %i. (%i%%%%).";
|
const char TXT_WOL_DOWNLOADBYTES[] = "Réception de %i octets sur %i. (%i%%%%).";
|
||||||
const char TXT_WOL_DOWNLOADTIME[] = "Temps restant : %i min. %i secs.";
|
const char TXT_WOL_DOWNLOADTIME[] = "Temps restant : %i min. %i secs.";
|
||||||
const char TXT_WOL_DOWNLOADRESUMED[] = "%s (reprise aprŠs interruption.)";
|
const char TXT_WOL_DOWNLOADRESUMED[] = "%s (reprise après interruption.)";
|
||||||
const char TXT_WOL_DOWNLOADCONNECTING[] = "Etat : en cours de connexion...";
|
const char TXT_WOL_DOWNLOADCONNECTING[] = "Etat : en cours de connexion...";
|
||||||
const char TXT_WOL_DOWNLOADLOCATING[] = "Etat : recherche du fichier...";
|
const char TXT_WOL_DOWNLOADLOCATING[] = "Etat : recherche du fichier...";
|
||||||
const char TXT_WOL_DOWNLOADDOWNLOADING[] = "Etat : en cours de t‚l‚chargement...";
|
const char TXT_WOL_DOWNLOADDOWNLOADING[] = "Etat : en cours de téléchargement...";
|
||||||
const char TXT_WOL_DOWNLOADEXITWARNING[] = "T‚l‚chargement termin‚ ! Alerte Rouge est relanc‚ pour que le nouveau patch soit pris en compte.";
|
const char TXT_WOL_DOWNLOADEXITWARNING[] = "Téléchargement terminé ! Alerte Rouge est relancé pour que le nouveau patch soit pris en compte.";
|
||||||
const char TXT_WOL_HELPSHELL[] = "Voulez-vous vraiment lancer le navigateur Internet pour obtenir l'aide Westwood Online ?";
|
const char TXT_WOL_HELPSHELL[] = "Voulez-vous vraiment lancer le navigateur Internet pour obtenir l'aide Westwood Online ?";
|
||||||
const char TXT_WOL_LADDERSHELL[] = "Voulez-vous vraiment lancer le navigateur Internet pour les hi‚rarchies d'Alerte Rouge ?";
|
const char TXT_WOL_LADDERSHELL[] = "Voulez-vous vraiment lancer le navigateur Internet pour les hiérarchies d'Alerte Rouge ?";
|
||||||
const char TXT_WOL_WEBREGISTRATIONSHELL[] = "Aucun nom d'utilisateur sauvegard‚. Voulez-vous enregistrer un nouveau nom d'utilisateur pour Westwood Online ?";
|
const char TXT_WOL_WEBREGISTRATIONSHELL[] = "Aucun nom d'utilisateur sauvegardé. Voulez-vous enregistrer un nouveau nom d'utilisateur pour Westwood Online ?";
|
||||||
const char TXT_WOL_GAMEADVERTSHELL[] = "Voulez-vous vraiment lancer le navigateur Internet pour obtenir des informations sur %s ?";
|
const char TXT_WOL_GAMEADVERTSHELL[] = "Voulez-vous vraiment lancer le navigateur Internet pour obtenir des informations sur %s ?";
|
||||||
const char TXT_WOL_USERLIST[] = "Utilisateurs %i";
|
const char TXT_WOL_USERLIST[] = "Utilisateurs %i";
|
||||||
const char TXT_WOL_NOUSERLIST[] = "(absent du canal)";
|
const char TXT_WOL_NOUSERLIST[] = "(absent du canal)";
|
||||||
const char TXT_WOL_CANTCREATEHERE[] = "Pour commencer une partie, vous devez ˆtre dans un salon d'Alerte Rouge.";
|
const char TXT_WOL_CANTCREATEHERE[] = "Pour commencer une partie, vous devez être dans un salon d'Alerte Rouge.";
|
||||||
const char TXT_WOL_WOLAPIGONE[] = "Perte de connexion avec Westwood Online !";
|
const char TXT_WOL_WOLAPIGONE[] = "Perte de connexion avec Westwood Online !";
|
||||||
const char TXT_WOL_WOLAPIREINIT[] = "Perte de connexion avec Westwood Online. R‚initialisation en cours...";
|
const char TXT_WOL_WOLAPIREINIT[] = "Perte de connexion avec Westwood Online. Réinitialisation en cours...";
|
||||||
const char TXT_WOL_NOTPAGED[] = "Impossible de r‚pondre au message ; personne ne vous en a envoy‚.";
|
const char TXT_WOL_NOTPAGED[] = "Impossible de répondre au message ; personne ne vous en a envoyé.";
|
||||||
const char TXT_WOL_SCENARIONAMEWAIT[] = "En attente du sc‚nario...";
|
const char TXT_WOL_SCENARIONAMEWAIT[] = "En attente du scénario...";
|
||||||
const char TXT_WOL_BACK[] = "Retour";
|
const char TXT_WOL_BACK[] = "Retour";
|
||||||
const char TXT_WOL_AMDISCNEEDED[] = "Le CD de Missions M.A.D. est n‚cessaire pour cette partie ; ins‚rez-le maintenant.";
|
const char TXT_WOL_AMDISCNEEDED[] = "Le CD de Missions M.A.D. est nécessaire pour cette partie ; insérez-le maintenant.";
|
||||||
const char TXT_WOL_CONFIRMLOGOUT[] = "Voulez-vous vraiment quitter Westwood Online ?";
|
const char TXT_WOL_CONFIRMLOGOUT[] = "Voulez-vous vraiment quitter Westwood Online ?";
|
||||||
const char TXT_WOL_PROPOSE_DRAW[] = "Proposer une fin avec ‚galit‚";
|
const char TXT_WOL_PROPOSE_DRAW[] = "Proposer une fin avec égalité";
|
||||||
const char TXT_WOL_RETRACT_DRAW[] = "Annuler la proposition de fin avec ‚galit‚";
|
const char TXT_WOL_RETRACT_DRAW[] = "Annuler la proposition de fin avec égalité";
|
||||||
const char TXT_WOL_ACCEPT_DRAW[] = "Accepter la proposition de fin avec ‚galit‚";
|
const char TXT_WOL_ACCEPT_DRAW[] = "Accepter la proposition de fin avec égalité";
|
||||||
const char TXT_WOL_PROPOSE_DRAW_CONFIRM[] = "Voulez-vous vraiment proposer une fin avec ‚galit‚ ?";
|
const char TXT_WOL_PROPOSE_DRAW_CONFIRM[] = "Voulez-vous vraiment proposer une fin avec égalité ?";
|
||||||
const char TXT_WOL_ACCEPT_DRAW_CONFIRM[] = "Voulez-vous vraiment accepter une fin avec ‚galit‚ ?" ;
|
const char TXT_WOL_ACCEPT_DRAW_CONFIRM[] = "Voulez-vous vraiment accepter une fin avec égalité ?" ;
|
||||||
const char TXT_WOL_DRAW_PROPOSED_LOCAL[] = "Vous proposez de terminer la partie sans vainqueur ni perdant.";
|
const char TXT_WOL_DRAW_PROPOSED_LOCAL[] = "Vous proposez de terminer la partie sans vainqueur ni perdant.";
|
||||||
const char TXT_WOL_DRAW_PROPOSED_OTHER[] = "%s a propos‚ de terminer la partie sans vainqueur ni perdant.";
|
const char TXT_WOL_DRAW_PROPOSED_OTHER[] = "%s a proposé de terminer la partie sans vainqueur ni perdant.";
|
||||||
const char TXT_WOL_DRAW_RETRACTED_LOCAL[] = "Vous avez annul‚ votre proposition de terminer la partie sans vainqueur ni perdant.";
|
const char TXT_WOL_DRAW_RETRACTED_LOCAL[] = "Vous avez annulé votre proposition de terminer la partie sans vainqueur ni perdant.";
|
||||||
const char TXT_WOL_DRAW_RETRACTED_OTHER[] = "%s a annul‚ sa proposition de terminer la partie sans vainqueur ni perdant.";
|
const char TXT_WOL_DRAW_RETRACTED_OTHER[] = "%s a annulé sa proposition de terminer la partie sans vainqueur ni perdant.";
|
||||||
const char TXT_WOL_DRAW[] = "Match nul";
|
const char TXT_WOL_DRAW[] = "Match nul";
|
||||||
const char TXT_WOL_CANTLAUNCHBROWSER[] = "Impossible de lancer le navigateur web pour ouvrir %s !";
|
const char TXT_WOL_CANTLAUNCHBROWSER[] = "Impossible de lancer le navigateur web pour ouvrir %s !";
|
||||||
const char TXT_WOL_CHANNELFULL[] = "Ce canal de jeu/conversation est satur‚.";
|
const char TXT_WOL_CHANNELFULL[] = "Ce canal de jeu/conversation est saturé.";
|
||||||
const char TXT_WOL_CHANNELTYPE_TOP[] = " Double-clic pour retourner au premier niveau. ";
|
const char TXT_WOL_CHANNELTYPE_TOP[] = " Double-clic pour retourner au premier niveau. ";
|
||||||
const char TXT_WOL_CHANNELTYPE_OFFICIALCHAT[] = " Double-clic pour les canaux de conversation officiels. ";
|
const char TXT_WOL_CHANNELTYPE_OFFICIALCHAT[] = " Double-clic pour les canaux de conversation officiels. ";
|
||||||
const char TXT_WOL_CHANNELTYPE_USERCHAT[] = " Double-clic pour les canaux d' utilisateur. ";
|
const char TXT_WOL_CHANNELTYPE_USERCHAT[] = " Double-clic pour les canaux d' utilisateur. ";
|
||||||
const char TXT_WOL_CHANNELTYPE_GAMES[] = " Double-clic pour acc‚der au niveau des canaux de jeu. ";
|
const char TXT_WOL_CHANNELTYPE_GAMES[] = " Double-clic pour accéder au niveau des canaux de jeu. ";
|
||||||
const char TXT_WOL_CHANNELTYPE_LOADING[] = " Chargement de la liste depuis Westwood Online, veuillez patienter...";
|
const char TXT_WOL_CHANNELTYPE_LOADING[] = " Chargement de la liste depuis Westwood Online, veuillez patienter...";
|
||||||
const char TXT_WOL_CHANNELTYPE_LOBBIES[] = " Double-clic pour acc‚der au niveau des salons. ";
|
const char TXT_WOL_CHANNELTYPE_LOBBIES[] = " Double-clic pour accéder au niveau des salons. ";
|
||||||
const char TXT_WOL_FINDINGLOBBY[] = "Connection : recherche de salons disponibles...";
|
const char TXT_WOL_FINDINGLOBBY[] = "Connection : recherche de salons disponibles...";
|
||||||
const char TXT_WOL_PRIVATETOMULTIPLE[] = "<Message personnel adress‚ … divers utilisateurs> :";
|
const char TXT_WOL_PRIVATETOMULTIPLE[] = "<Message personnel adressé à divers utilisateurs> :";
|
||||||
const char TXT_WOL_PRIVATETO[] = "Message personnel …";
|
const char TXT_WOL_PRIVATETO[] = "Message personnel à";
|
||||||
const char TXT_WOL_CS_MISSIONS[] = "Missions extraites de Missions Ta‹ga";
|
const char TXT_WOL_CS_MISSIONS[] = "Missions extraites de Missions Taïga";
|
||||||
const char TXT_WOL_AM_MISSIONS[] = "Missions extraites de Missions M.A.D.";
|
const char TXT_WOL_AM_MISSIONS[] = "Missions extraites de Missions M.A.D.";
|
||||||
const char TXT_WOL_CANTSQUELCHSELF[] = "Vous ne pouvez pas d‚sactiver vos propres messages!";
|
const char TXT_WOL_CANTSQUELCHSELF[] = "Vous ne pouvez pas désactiver vos propres messages!";
|
||||||
const char TXT_WOL_OPTTITLE[] = "Options de Westwood Online";
|
const char TXT_WOL_OPTTITLE[] = "Options de Westwood Online";
|
||||||
const char TXT_WOL_SLOWUNITBUILD[] = "Ralentir la Construction";
|
const char TXT_WOL_SLOWUNITBUILD[] = "Ralentir la Construction";
|
||||||
const char TXT_WOL_THEGAMEHOST[] = "Le serveur";
|
const char TXT_WOL_THEGAMEHOST[] = "Le serveur";
|
||||||
|
@ -792,7 +792,7 @@ const char TXT_WOL_TTIP_RANKRA[] = " Afficher les positions d'Alerte Rouge ";
|
||||||
const char TXT_WOL_TTIP_RANKAM[] = " Afficher les positions de Missions M.A.D. ";
|
const char TXT_WOL_TTIP_RANKAM[] = " Afficher les positions de Missions M.A.D. ";
|
||||||
const char TXT_WOL_OPTRANKAM[] = "Afficher les positions de Missions M.A.D.";
|
const char TXT_WOL_OPTRANKAM[] = "Afficher les positions de Missions M.A.D.";
|
||||||
const char TXT_WOL_CANCELMEANSFORFEIT[] = " (ET RENONCER AU JEU)";
|
const char TXT_WOL_CANCELMEANSFORFEIT[] = " (ET RENONCER AU JEU)";
|
||||||
const char TXT_WOL_DLLERROR_GETIE3[] = "Votre version des Windows est d‚mod‚e. Am‚liorez s'il vous plait aux Windows SP1, ou installez l'Internet Explorer 3,0 ou plus haut.";
|
const char TXT_WOL_DLLERROR_GETIE3[] = "Votre version des Windows est démodée. Améliorez s'il vous plait aux Windows SP1, ou installez l'Internet Explorer 3,0 ou plus haut.";
|
||||||
const char TXT_WOL_DLLERROR_CALLUS[] = "Une erreur inattendue s'est produite. Veuillez contacter l'assistance technique de Electronic Arts.";
|
const char TXT_WOL_DLLERROR_CALLUS[] = "Une erreur inattendue s'est produite. Veuillez contacter l'assistance technique de Electronic Arts.";
|
||||||
const char TXT_WOL_PRIVATE[] = "<personnel>";
|
const char TXT_WOL_PRIVATE[] = "<personnel>";
|
||||||
|
|
||||||
|
|
|
@ -1960,26 +1960,26 @@ void AircraftClass::Debug_Dump(MonoClass *mono) const
|
||||||
Validate();
|
Validate();
|
||||||
mono->Set_Cursor(0, 0);
|
mono->Set_Cursor(0, 0);
|
||||||
mono->Print(
|
mono->Print(
|
||||||
"ÚName:ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂMission:ÄÄÄÂTarCom:ÂNavCom:ÂRadio:ÂCoord:ÄÄÂAltitudeÂSt:Ä¿\n"
|
"┌Name:──────────────┬Mission:───┬TarCom:┬NavCom:┬Radio:┬Coord:──┬Altitude┬St:─┐\n"
|
||||||
"³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│ │ │ │ │ │ │ │ │\n"
|
||||||
"ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂNÂYÂHealth:ÄÂFdir:ÂÄBdir:ÄÂSpeed:ÂÄÄÄÄÄÁÄÄÄÄÄÄÂCargo:ÄÄÄÄÁÄÄÄÄ´\n"
|
"├──────────────┬N┬Y┬Health:─┬Fdir:┬─Bdir:─┬Speed:┬─────┴──────┬Cargo:────┴────┤\n"
|
||||||
"³Active........³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│Active........│ │ │ │ │ │ │ │ │\n"
|
||||||
"³Limbo.........³ ³ ÃÄÄÄÄÄÄÄÄÁÄÄÄÄÄÁÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n"
|
"│Limbo.........│ │ ├────────┴─────┴───────┴──────┴────────────┴───────────────┤\n"
|
||||||
"³Owned.........³ ³ ³Last Message: ³\n"
|
"│Owned.........│ │ │Last Message: │\n"
|
||||||
"³Discovered....³ ³ ÃTimer:ÂArm:ÂÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÂFlash:ÂStage:ÂTeam:ÄÄÄÄÂArch:´\n"
|
"│Discovered....│ │ ├Timer:┬Arm:┬──────┬─────────┬Flash:┬Stage:┬Team:────┬Arch:┤\n"
|
||||||
"³Selected......³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│Selected......│ │ │ │ │ │ │ │ │ │ │\n"
|
||||||
"³Teathered.....³ ³ ÃÄÄÄÄÄÄÁÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÙ\n"
|
"│Teathered.....│ │ ├──────┴────┴──────┴─────────┴──────┴──────┴─────────┴─────┘\n"
|
||||||
"³Locked on Map.³ ³ ³ \n"
|
"│Locked on Map.│ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³Is A Loaner...³ ³ ³ \n"
|
"│Is A Loaner...│ │ │ \n"
|
||||||
"³Is Landing....³ ³ ³ \n"
|
"│Is Landing....│ │ │ \n"
|
||||||
"³Is Taking Off.³ ³ ³ \n"
|
"│Is Taking Off.│ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³Recoiling.....³ ³ ³ \n"
|
"│Recoiling.....│ │ │ \n"
|
||||||
"³To Display....³ ³ ³ \n"
|
"│To Display....│ │ │ \n"
|
||||||
"ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÁÄÙ \n");
|
"└──────────────┴─┴─┘ \n");
|
||||||
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
||||||
mono->Set_Cursor(36, 3);mono->Printf("%02X:%02X", SecondaryFacing.Current(), SecondaryFacing.Desired());
|
mono->Set_Cursor(36, 3);mono->Printf("%02X:%02X", SecondaryFacing.Current(), SecondaryFacing.Desired());
|
||||||
mono->Set_Cursor(42, 1);mono->Printf("%04X", NavCom);
|
mono->Set_Cursor(42, 1);mono->Printf("%04X", NavCom);
|
||||||
|
|
|
@ -416,26 +416,26 @@ void BuildingClass::Debug_Dump(MonoClass *mono) const
|
||||||
Validate();
|
Validate();
|
||||||
mono->Set_Cursor(0, 0);
|
mono->Set_Cursor(0, 0);
|
||||||
mono->Print(
|
mono->Print(
|
||||||
"ÚName:ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂMission:ÄÄÄÂTarCom:ÂÄÄÄÄÄÄÄÂRadio:ÂCoord:ÄÄÂÄÄÄÄÄÄÄÄÂSt:Ä¿\n"
|
"┌Name:──────────────┬Mission:───┬TarCom:┬───────┬Radio:┬Coord:──┬────────┬St:─┐\n"
|
||||||
"³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│ │ │ │ │ │ │ │ │\n"
|
||||||
"ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂNÂYÂHealth:ÄÂÄÄÄÁÄÂTurret:ÂÄÄÄÄÄÁÂÄBuilding:ÄÄÂCargo:ÄÄÄÄÁÄÄÄÄ´\n"
|
"├──────────────┬N┬Y┬Health:─┬───┴─┬Turret:┬─────┴┬─Building:──┬Cargo:────┴────┤\n"
|
||||||
"³Active........³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│Active........│ │ │ │ │ │ │ │ │\n"
|
||||||
"³Limbo.........³ ³ ÃÄÄÄÄÄÄÄÄÁÄÄÄÄÄÁÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n"
|
"│Limbo.........│ │ ├────────┴─────┴───────┴──────┴────────────┴───────────────┤\n"
|
||||||
"³Owned.........³ ³ ³Last Message: ³\n"
|
"│Owned.........│ │ │Last Message: │\n"
|
||||||
"³Discovered....³ ³ ÃTimer:ÂArm:ÂÄÄÄÄÄÄÂTiberium:ÂFlash:ÂStage:ÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ\n"
|
"│Discovered....│ │ ├Timer:┬Arm:┬──────┬Tiberium:┬Flash:┬Stage:┬───────────────┘\n"
|
||||||
"³Selected......³ ³ ³ ³ ³ ³ ³ ³ ³ \n"
|
"│Selected......│ │ │ │ │ │ │ │ │ \n"
|
||||||
"³Teathered.....³ ³ ÃÄÄÄÄÄÄÁÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÙ \n"
|
"│Teathered.....│ │ ├──────┴────┴──────┴─────────┴──────┴──────┘ \n"
|
||||||
"³Locked on Map.³ ³ ³ \n"
|
"│Locked on Map.│ │ │ \n"
|
||||||
"³Is A Loaner...³ ³ ³ \n"
|
"│Is A Loaner...│ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³Repairing.....³ ³ ³ \n"
|
"│Repairing.....│ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³ ³ ³ ³ \n"
|
"│ │ │ │ \n"
|
||||||
"³Recoiling.....³ ³ ³ \n"
|
"│Recoiling.....│ │ │ \n"
|
||||||
"³To Display....³ ³ ³ \n"
|
"│To Display....│ │ │ \n"
|
||||||
"ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÁÄÙ \n");
|
"└──────────────┴─┴─┘ \n");
|
||||||
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
||||||
mono->Set_Cursor(35, 3);mono->Printf("%02X:%02X", PrimaryFacing.Current(), PrimaryFacing.Desired());
|
mono->Set_Cursor(35, 3);mono->Printf("%02X:%02X", PrimaryFacing.Current(), PrimaryFacing.Desired());
|
||||||
mono->Set_Cursor(50, 3);
|
mono->Set_Cursor(50, 3);
|
||||||
|
|
|
@ -762,31 +762,31 @@ void CommBufferClass::Mono_Debug_Print(int refresh)
|
||||||
------------------------------------------------------------------------*/
|
------------------------------------------------------------------------*/
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct ACK ID Ct ACK ID Ct ACK³ ID Rd ACK ID Rd ACK ID Rd ACK³\n");
|
Mono_Printf("│ ID Ct ACK ID Ct ACK ID Ct ACK│ ID Rd ACK ID Rd ACK ID Rd ACK│\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
|
@ -888,31 +888,31 @@ void CommBufferClass::Mono_Debug_Print2(int refresh)
|
||||||
------------------------------------------------------------------------*/
|
------------------------------------------------------------------------*/
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct Type Data Name ACK ³ ID Rd Type Data Name ACK ³\n");
|
Mono_Printf("│ ID Ct Type Data Name ACK │ ID Rd Type Data Name ACK │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
|
|
|
@ -738,31 +738,31 @@ void CommQueueClass::Mono_Debug_Print(int refresh)
|
||||||
------------------------------------------------------------------------*/
|
------------------------------------------------------------------------*/
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct ACK ID Ct ACK ID Ct ACK³ ID Rd ACK ID Rd ACK ID Rd ACK³\n");
|
Mono_Printf("│ ID Ct ACK ID Ct ACK ID Ct ACK│ ID Rd ACK ID Rd ACK ID Rd ACK│\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
|
@ -864,31 +864,31 @@ void CommQueueClass::Mono_Debug_Print2(int refresh)
|
||||||
------------------------------------------------------------------------*/
|
------------------------------------------------------------------------*/
|
||||||
if (refresh) {
|
if (refresh) {
|
||||||
Mono_Clear_Screen ();
|
Mono_Clear_Screen ();
|
||||||
Mono_Printf("ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n");
|
Mono_Printf("┌─────────────────────────────────────────────────────────────────────────────┐\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("³ ³\n");
|
Mono_Printf("│ │\n");
|
||||||
Mono_Printf("ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n");
|
Mono_Printf("├──────────────────────────────────────┬──────────────────────────────────────┤\n");
|
||||||
Mono_Printf("³ Send Queue ³ Receive Queue ³\n");
|
Mono_Printf("│ Send Queue │ Receive Queue │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ID Ct Type Data Name ACK ³ ID Rd Type Data Name ACK ³\n");
|
Mono_Printf("│ ID Ct Type Data Name ACK │ ID Rd Type Data Name ACK │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("³ ³ ³\n");
|
Mono_Printf("│ │ │\n");
|
||||||
Mono_Printf("ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ");
|
Mono_Printf("└──────────────────────────────────────┴──────────────────────────────────────┘");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------
|
/*------------------------------------------------------------------------
|
||||||
|
|
|
@ -39,74 +39,74 @@
|
||||||
Map (screen) class heirarchy.
|
Map (screen) class heirarchy.
|
||||||
|
|
||||||
MapeditClass (most derived class) -- scenario editor
|
MapeditClass (most derived class) -- scenario editor
|
||||||
ウ
|
│
|
||||||
MouseClass -- handles mouse animation and display control
|
MouseClass -- handles mouse animation and display control
|
||||||
ウ
|
│
|
||||||
ScrollClass -- map scroll handler
|
ScrollClass -- map scroll handler
|
||||||
ウ
|
│
|
||||||
HelpClass -- pop-up help text handler
|
HelpClass -- pop-up help text handler
|
||||||
ウ
|
│
|
||||||
TabClass -- file folder tab screen mode control dispatcher
|
TabClass -- file folder tab screen mode control dispatcher
|
||||||
ウ
|
│
|
||||||
SidebarClass -- displays and controls construction list sidebar
|
SidebarClass -- displays and controls construction list sidebar
|
||||||
ウ
|
│
|
||||||
PowerClass -- display power production/consumption bargraph
|
PowerClass -- display power production/consumption bargraph
|
||||||
ウ
|
│
|
||||||
RadarClass -- displays and controls radar map
|
RadarClass -- displays and controls radar map
|
||||||
ウ
|
│
|
||||||
DisplayClass -- general tactical map display handler
|
DisplayClass -- general tactical map display handler
|
||||||
ウ
|
│
|
||||||
MapClass -- general tactical map data handler
|
MapClass -- general tactical map data handler
|
||||||
ウ
|
│
|
||||||
GScreenClass (pure virtual base class) -- generic screen control
|
GScreenClass (pure virtual base class) -- generic screen control
|
||||||
|
|
||||||
AbstractClass
|
AbstractClass
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ObjectClass
|
ObjectClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトツトトトトトトトトトトツトトトトトトトトナトトトトトトトトツトトトトトトトトトトトトトトトトツトトトトトトトトトトトソ
|
┌──────┬──────────┬────────┼────────┬────────────────┬───────────┐
|
||||||
AnimClass ウ TemplateClass ウ テト FuseClass ウ TerrainClass
|
AnimClass │ TemplateClass │ ├─ FuseClass │ TerrainClass
|
||||||
ウ ウ テト FlyClass ウ
|
│ │ ├─ FlyClass │
|
||||||
ウ ウ BulletClass ウ
|
│ │ BulletClass │
|
||||||
OverlayClass MissionClass SmudgeClass
|
OverlayClass MissionClass SmudgeClass
|
||||||
ウ
|
│
|
||||||
RadioClass
|
RadioClass
|
||||||
ウ
|
│
|
||||||
テト CrewClass
|
├─ CrewClass
|
||||||
テト FlasherClass
|
├─ FlasherClass
|
||||||
テト StageClass
|
├─ StageClass
|
||||||
テト CargoClass
|
├─ CargoClass
|
||||||
TechnoClass
|
TechnoClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトトトトトトトトトトトトトトトトトトトチトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ
|
┌────────────────────────┴────────────────────────────┐
|
||||||
FootClass BuildingClass
|
FootClass BuildingClass
|
||||||
ウ
|
│
|
||||||
テトトトトトトトトトトトトトトツトトトトトトトトトトトトトソ
|
├──────────────┬─────────────┐
|
||||||
DriveClass InfantryClass テト FlyClass
|
DriveClass InfantryClass ├─ FlyClass
|
||||||
ウ AircraftClass
|
│ AircraftClass
|
||||||
TurretClass
|
TurretClass
|
||||||
ウ
|
│
|
||||||
TarComClass
|
TarComClass
|
||||||
ウ
|
│
|
||||||
UnitClass
|
UnitClass
|
||||||
|
|
||||||
|
|
||||||
AbstractTypeClass
|
AbstractTypeClass
|
||||||
ウ
|
│
|
||||||
ObjectTypeClass
|
ObjectTypeClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトトトトトトトトトトトトトトトトトナトトトトトトトトトトトトツトトトトトトトトトトトトトトトトトソ
|
┌──────────────────────┼────────────┬─────────────────┐
|
||||||
ウ ウ ウ ウ
|
│ │ │ │
|
||||||
TechnoTypeClass ウ ウ ウ
|
TechnoTypeClass │ │ │
|
||||||
ウ BulletTypeClass ウ ウ
|
│ BulletTypeClass │ │
|
||||||
ウ TemplateTypeClass ウ
|
│ TemplateTypeClass │
|
||||||
レトトトトトトトトチトトトトトツトトトトトトトトトトトツトトトトトトトトトトトトトトソ TerrainTypeClass
|
┌────────┴─────┬───────────┬──────────────┐ TerrainTypeClass
|
||||||
ウ ウ ウ ウ
|
│ │ │ │
|
||||||
UnitTypeClass ウ BuildingTypeClass ウ
|
UnitTypeClass │ BuildingTypeClass │
|
||||||
ウ InfantryTypeClass
|
│ InfantryTypeClass
|
||||||
AircraftTypeClass
|
AircraftTypeClass
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -30,55 +30,55 @@
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* LinkClass [This is the linked list manager class. It keeps a record *
|
* LinkClass [This is the linked list manager class. It keeps a record *
|
||||||
* ³ of the next and previous gadget in the list. It is possible *
|
* │ of the next and previous gadget in the list. It is possible *
|
||||||
* ³ delete a gadget out of the middle of the list with this *
|
* │ delete a gadget out of the middle of the list with this *
|
||||||
* ³ class.] *
|
* │ class.] *
|
||||||
* ³ *
|
* │ *
|
||||||
* GadgetClass [The is the basic gadget class. It handles processing of *
|
* GadgetClass [The is the basic gadget class. It handles processing of *
|
||||||
* ³ input events and dispatching the appropriate functions. *
|
* │ input events and dispatching the appropriate functions. *
|
||||||
* ³ All gadgets must be derived from this class.] *
|
* │ All gadgets must be derived from this class.] *
|
||||||
* ÃÄÄÄÄ¿ *
|
* ├────┐ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ListClass [Ths list class functions like a list box does in Windows. It *
|
* │ ListClass [Ths list class functions like a list box does in Windows. It *
|
||||||
* ³ keeps track of a list of text strings. This list can be *
|
* │ keeps track of a list of text strings. This list can be *
|
||||||
* ³ scrolled and an item selected. If the list becomes larger than *
|
* │ scrolled and an item selected. If the list becomes larger than *
|
||||||
* ³ can be completely displayed, it will automatically create a *
|
* │ can be completely displayed, it will automatically create a *
|
||||||
* ³ slider (at the right edge) to manage the scrolling.] *
|
* │ slider (at the right edge) to manage the scrolling.] *
|
||||||
* ³ *
|
* │ *
|
||||||
* ControlClass [This class adds the concept of giving an ID number to the *
|
* ControlClass [This class adds the concept of giving an ID number to the *
|
||||||
* ³ gadget. This ID can then be returned from the Input() *
|
* │ gadget. This ID can then be returned from the Input() *
|
||||||
* ³ function as if it were a pseudo-keystroke. Additionally, *
|
* │ function as if it were a pseudo-keystroke. Additionally, *
|
||||||
* ³ the ability to inform another button that this button has *
|
* │ the ability to inform another button that this button has *
|
||||||
* ³ been actioned is allowed. This ability allows one button *
|
* │ been actioned is allowed. This ability allows one button *
|
||||||
* ³ to watch what happens to another button. Example: a list *
|
* │ to watch what happens to another button. Example: a list *
|
||||||
* ³ box gadget can tell when an attached slider has been *
|
* │ box gadget can tell when an attached slider has been *
|
||||||
* ³ touched.] *
|
* │ touched.] *
|
||||||
* ÚÄÄÄÄÄÄÄÅÄÄÄÄ¿ *
|
* ┌───────┼────┐ *
|
||||||
* ³ ³ ³ *
|
* │ │ │ *
|
||||||
* ³ ³ GaugeClass [This class looks similar to Windows slider, but has *
|
* │ │ GaugeClass [This class looks similar to Windows slider, but has *
|
||||||
* ³ ³ ³ a different controlling logic. There is no thumb and *
|
* │ │ │ a different controlling logic. There is no thumb and *
|
||||||
* ³ ³ ³ it serves as a simple variable control setting. This *
|
* │ │ │ it serves as a simple variable control setting. This *
|
||||||
* ³ ³ ³ is analagous to a volume slider.] *
|
* │ │ │ is analagous to a volume slider.] *
|
||||||
* ³ ³ ³ *
|
* │ │ │ *
|
||||||
* ³ ³ SliderClass [The slider class is similar to the typical Windows slider. It *
|
* │ │ SliderClass [The slider class is similar to the typical Windows slider. It *
|
||||||
* ³ ³ has a current setting, a thumb, and a controlable scale. This *
|
* │ │ has a current setting, a thumb, and a controlable scale. This *
|
||||||
* ³ ³ is the object created to handle a scrolling list box.] *
|
* │ │ is the object created to handle a scrolling list box.] *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ EditClass *
|
* │ EditClass *
|
||||||
* ³ *
|
* │ *
|
||||||
* ³ *
|
* │ *
|
||||||
* ToggleClass [The toggle class is used for buttons that have an image and behave just *
|
* ToggleClass [The toggle class is used for buttons that have an image and behave just *
|
||||||
* ³ like the buttons in Windows do. That is, they have a separate visual for *
|
* │ like the buttons in Windows do. That is, they have a separate visual for *
|
||||||
* ³ when they are pressed and raised. They are officially triggered (return *
|
* │ when they are pressed and raised. They are officially triggered (return *
|
||||||
* ³ their ID number) when the mouse button is released while over the button. *
|
* │ their ID number) when the mouse button is released while over the button. *
|
||||||
* ³ This class doesn't perform any rendering itself. It merely provides the *
|
* │ This class doesn't perform any rendering itself. It merely provides the *
|
||||||
* ³ logic so that the derived classes will function correctly.] *
|
* │ logic so that the derived classes will function correctly.] *
|
||||||
* ÚÄÁÄÄÄÄ¿ *
|
* ┌─┴────┐ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ TextButtonClass [The text button functions like a normal Windows style button, but *
|
* │ TextButtonClass [The text button functions like a normal Windows style button, but *
|
||||||
* ³ the imagery is based on text that is displayed on the button. A *
|
* │ the imagery is based on text that is displayed on the button. A *
|
||||||
* ³ typical example would be the "OK" or "Cancel" buttons.] *
|
* │ typical example would be the "OK" or "Cancel" buttons.] *
|
||||||
* ³ *
|
* │ *
|
||||||
* ShapeButtonClass [The shape buttons is similar to the TextButton but instead of text *
|
* ShapeButtonClass [The shape buttons is similar to the TextButton but instead of text *
|
||||||
* being used to give the button its imagery, an actual shape is used *
|
* being used to give the button its imagery, an actual shape is used *
|
||||||
* instead. This allows graphic buttons. These are similar to the up/down *
|
* instead. This allows graphic buttons. These are similar to the up/down *
|
||||||
|
|
|
@ -188,26 +188,26 @@ void InfantryClass::Debug_Dump(MonoClass *mono) const
|
||||||
{
|
{
|
||||||
Validate();
|
Validate();
|
||||||
mono->Set_Cursor(0, 0);mono->Print(
|
mono->Set_Cursor(0, 0);mono->Print(
|
||||||
"ÚName:ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂMission:ÄÄÄÂTarCom:ÂNavCom:ÂRadio:ÂCoord:ÄÄÂHeadTo:ÄÂSt:Ä¿\n"
|
"┌Name:──────────────┬Mission:───┬TarCom:┬NavCom:┬Radio:┬Coord:──┬HeadTo:─┬St:─┐\n"
|
||||||
"³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│ │ │ │ │ │ │ │ │\n"
|
||||||
"ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂNÂYÂHealth:ÄÂBody:ÂTurret:ÂSpeed:ÂPath:ÁÄÄÄÄÄÄÂCargo:ÄÄÄÄÁÄÄÄÄ´\n"
|
"├──────────────┬N┬Y┬Health:─┬Body:┬Turret:┬Speed:┬Path:┴──────┬Cargo:────┴────┤\n"
|
||||||
"³Active........³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│Active........│ │ │ │ │ │ │ │ │\n"
|
||||||
"³Limbo.........³ ³ ÃÄÄÄÄÄÄÄÄÁÄÄÄÄÄÁÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n"
|
"│Limbo.........│ │ ├────────┴─────┴───────┴──────┴────────────┴───────────────┤\n"
|
||||||
"³Owned.........³ ³ ³Last Message: ³\n"
|
"│Owned.........│ │ │Last Message: │\n"
|
||||||
"³Discovered....³ ³ ÃTimer:ÂArm:ÂTrack:ÂTiberium:ÂFlash:ÂStage:ÂTeam:ÄÄÄÄÂArch:´\n"
|
"│Discovered....│ │ ├Timer:┬Arm:┬Track:┬Tiberium:┬Flash:┬Stage:┬Team:────┬Arch:┤\n"
|
||||||
"³Selected......³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│Selected......│ │ │ │ │ │ │ │ │ │ │\n"
|
||||||
"³Teathered.....³ ³ ÃÄÄÄÄÄÄÁÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÙ\n"
|
"│Teathered.....│ │ ├──────┴────┴──────┴─────────┴──────┴──────┴─────────┴─────┘\n"
|
||||||
"³Locked on Map.³ ³ ³ \n"
|
"│Locked on Map.│ │ │ \n"
|
||||||
"³Is Prone......³ ³ ³ \n"
|
"│Is Prone......│ │ │ \n"
|
||||||
"³Is A Loner....³ ³ ³ \n"
|
"│Is A Loner....│ │ │ \n"
|
||||||
"³Deploying.....³ ³ ³ \n"
|
"│Deploying.....│ │ │ \n"
|
||||||
"³Rotating......³ ³ ³ \n"
|
"│Rotating......│ │ │ \n"
|
||||||
"³Firing........³ ³ ³ \n"
|
"│Firing........│ │ │ \n"
|
||||||
"³Driving.......³ ³ ³ \n"
|
"│Driving.......│ │ │ \n"
|
||||||
"³To Look.......³ ³ ³ \n"
|
"│To Look.......│ │ │ \n"
|
||||||
"³Recoiling.....³ ³ ³ \n"
|
"│Recoiling.....│ │ │ \n"
|
||||||
"³To Display....³ ³ ³ \n"
|
"│To Display....│ │ │ \n"
|
||||||
"ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÁÄÙ \n");
|
"└──────────────┴─┴─┘ \n");
|
||||||
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
||||||
mono->Text_Print("X", 16 + (IsProne?2:0), 10);
|
mono->Text_Print("X", 16 + (IsProne?2:0), 10);
|
||||||
mono->Set_Cursor(33, 7);mono->Printf("%2d", Fear);
|
mono->Set_Cursor(33, 7);mono->Printf("%2d", Fear);
|
||||||
|
|
|
@ -283,7 +283,7 @@ bool Init_Game(int , char *[])
|
||||||
sprintf(buffer, "Command & Conquer kann Ihren Maustreiber nicht finden..");
|
sprintf(buffer, "Command & Conquer kann Ihren Maustreiber nicht finden..");
|
||||||
#else
|
#else
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
sprintf(buffer, "Command & Conquer ne peut pas d‚tecter votre gestionnaire de souris.");
|
sprintf(buffer, "Command & Conquer ne peut pas détecter votre gestionnaire de souris.");
|
||||||
#else
|
#else
|
||||||
sprintf(buffer, "Command & Conquer is unable to detect your mouse driver.");
|
sprintf(buffer, "Command & Conquer is unable to detect your mouse driver.");
|
||||||
#endif
|
#endif
|
||||||
|
@ -2059,25 +2059,25 @@ bool Parse_Command_Line(int argc, char *argv[])
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
puts("Command & Conquer (c) 1995,1996 Westwood Studios\r\n"
|
puts("Command & Conquer (c) 1995,1996 Westwood Studios\r\n"
|
||||||
"Parameter:\r\n"
|
"Parameter:\r\n"
|
||||||
// " -CD<Pfad> = Suchpfad f<EFBFBD>r Daten-Dateien festlegen.\r\n"
|
// " -CD<Pfad> = Suchpfad für Daten-Dateien festlegen.\r\n"
|
||||||
" -DESTNET = Netzwerkkennung des Zielrechners festlegen\r\n"
|
" -DESTNET = Netzwerkkennung des Zielrechners festlegen\r\n"
|
||||||
" (Syntax: DESTNETxx.xx.xx.xx)\r\n"
|
" (Syntax: DESTNETxx.xx.xx.xx)\r\n"
|
||||||
" -SOCKET = Kennung des Netzwerk-Sockets (0 - 16383)\n"
|
" -SOCKET = Kennung des Netzwerk-Sockets (0 - 16383)\n"
|
||||||
" -STEALTH = Namen im Mehrspieler-Modus verstecken (\"Boss-Modus\")\r\n"
|
" -STEALTH = Namen im Mehrspieler-Modus verstecken (\"Boss-Modus\")\r\n"
|
||||||
" -MESSAGES = Mitteilungen von auáerhalb des Spiels zulassen\r\n"
|
" -MESSAGES = Mitteilungen von außerhalb des Spiels zulassen\r\n"
|
||||||
// " -ELITE = Fortgeschrittene KI und Gefechtstechniken.\r\n"
|
// " -ELITE = Fortgeschrittene KI und Gefechtstechniken.\r\n"
|
||||||
"\r\n");
|
"\r\n");
|
||||||
#else
|
#else
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
puts("Command & Conquer (c) 1995, Westwood Studios\r\n"
|
puts("Command & Conquer (c) 1995, Westwood Studios\r\n"
|
||||||
"ParamŠtres:\r\n"
|
"Paramètres:\r\n"
|
||||||
// " -CD<chemin d'accŠs> = Recherche des fichiers dans le\r\n"
|
// " -CD<chemin d'accès> = Recherche des fichiers dans le\r\n"
|
||||||
// " r‚pertoire indiqu‚.\r\n"
|
// " répertoire indiqué.\r\n"
|
||||||
" -DESTNET = Sp‚cifier le num‚ro de r‚seau du systŠme de destination\r\n"
|
" -DESTNET = Spécifier le numéro de réseau du système de destination\r\n"
|
||||||
" (Syntaxe: DESTNETxx.xx.xx.xx)\r\n"
|
" (Syntaxe: DESTNETxx.xx.xx.xx)\r\n"
|
||||||
" -SOCKET = ID poste r‚seau (0 … 16383)\r\n"
|
" -SOCKET = ID poste réseau (0 à 16383)\r\n"
|
||||||
" -STEALTH = Cacher les noms en mode multijoueurs (\"Mode Boss\")\r\n"
|
" -STEALTH = Cacher les noms en mode multijoueurs (\"Mode Boss\")\r\n"
|
||||||
" -MESSAGES = Autorise les messages ext‚rieurs … ce jeu.\r\n"
|
" -MESSAGES = Autorise les messages extérieurs à ce jeu.\r\n"
|
||||||
"\r\n");
|
"\r\n");
|
||||||
#else
|
#else
|
||||||
puts("Command & Conquer (c) 1995, 1996 Westwood Studios\r\n"
|
puts("Command & Conquer (c) 1995, 1996 Westwood Studios\r\n"
|
||||||
|
@ -2512,7 +2512,7 @@ bool Parse_Command_Line(int argc, char *argv[])
|
||||||
|
|
||||||
default:
|
default:
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
puts("Ung<EFBFBD>ltiger Parameter.\n");
|
puts("Ungültiger Parameter.\n");
|
||||||
#else
|
#else
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
puts("Commande d'option invalide.\n");
|
puts("Commande d'option invalide.\n");
|
||||||
|
@ -2564,9 +2564,9 @@ void Parse_INI_File(void)
|
||||||
/*
|
/*
|
||||||
** These arrays store the coded version of the names Geologic, Period, & Jurassic.
|
** These arrays store the coded version of the names Geologic, Period, & Jurassic.
|
||||||
** Decode them by subtracting 83. For you curious types, the names look like:
|
** Decode them by subtracting 83. For you curious types, the names look like:
|
||||||
** š¸Â¿Âº¼¶
|
** Ü©┬┐┬║╝Â
|
||||||
** £¸Å¼Â·
|
** ú©┼╝┬À
|
||||||
** <EFBFBD>ÈÅ´ÆÆ¼¶
|
** Ø╚┼┤ãã╝Â
|
||||||
** If these INI entries aren't found, the IsJurassic flag does nothing.
|
** If these INI entries aren't found, the IsJurassic flag does nothing.
|
||||||
*/
|
*/
|
||||||
static char coded_section[] = {154,184,194,191,194,186,188,182,0};
|
static char coded_section[] = {154,184,194,191,194,186,188,182,0};
|
||||||
|
|
|
@ -74,20 +74,20 @@ void LogicClass::Debug_Dump(MonoClass *mono) const
|
||||||
|
|
||||||
mono->Set_Cursor(21, 9);
|
mono->Set_Cursor(21, 9);
|
||||||
mono->Print(
|
mono->Print(
|
||||||
"ÚÄÄÄÄÄÄÄÄÄÄÂÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\r"
|
"┌──────────┬───┬─────────────────────────────────────────┐\r"
|
||||||
"³Units.....³ ³Frame Rate: Avg: Frame: ³\r"
|
"│Units.....│ │Frame Rate: Avg: Frame: │\r"
|
||||||
"³Infantry..³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\r"
|
"│Infantry..│ ├─────────────────────────────────────────┤\r"
|
||||||
"³Aircraft..³ ³ ³\r"
|
"│Aircraft..│ │ │\r"
|
||||||
"³Buildings.³ ³ ³\r"
|
"│Buildings.│ │ │\r"
|
||||||
"³Terrain...³ Ã ´\r"
|
"│Terrain...│ ├ ┤\r"
|
||||||
"³Bullets...³ ³ ³\r"
|
"│Bullets...│ │ │\r"
|
||||||
"³Anims.....³ ³ ³\r"
|
"│Anims.....│ │ │\r"
|
||||||
"³Teams.....³ Ã Ä´\r"
|
"│Teams.....│ ├ ─┤\r"
|
||||||
"³Triggers..³ ³ ³\r"
|
"│Triggers..│ │ │\r"
|
||||||
"³Factories.³ ³ ³\r"
|
"│Factories.│ │ │\r"
|
||||||
"³ ³ Ã ´\r"
|
"│ │ ├ ┤\r"
|
||||||
"³ ³ ³ ³\r"
|
"│ │ │ │\r"
|
||||||
"ÀÄÄÄÄÄÄÄÄÄÄÁÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄ´Spare CPU TimeÃÄÄÄÄÄÄÄÄÄÄÄÄÙ\r");
|
"└──────────┴───┴─────────────┤Spare CPU Time├────────────┘\r");
|
||||||
|
|
||||||
_framecounter++;
|
_framecounter++;
|
||||||
mono->Set_Cursor(70, 10);mono->Printf("%ld", Frame);
|
mono->Set_Cursor(70, 10);mono->Printf("%ld", Frame);
|
||||||
|
|
|
@ -347,21 +347,21 @@ int MapEditClass::Save_Scenario(void)
|
||||||
* - House (GDI, NOD) *
|
* - House (GDI, NOD) *
|
||||||
* - Scenario # *
|
* - Scenario # *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌──────────────────────────────────┐ *
|
||||||
* ³ Caption ³ *
|
* │ Caption │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Scenario ___ ³ *
|
* │ Scenario ___ │ *
|
||||||
* ³ Version ___ ³ *
|
* │ Version ___ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [East] [West] ³ *
|
* │ [East] [West] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [ GDI ] ³ *
|
* │ [ GDI ] │ *
|
||||||
* ³ [ NOD ] ³ *
|
* │ [ NOD ] │ *
|
||||||
* ³ [Multi-Player] ³ *
|
* │ [Multi-Player] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └──────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* caption string to use as a title *
|
* caption string to use as a title *
|
||||||
|
@ -847,26 +847,26 @@ int MapEditClass::Pick_Scenario(char const * caption, int *scen_nump,
|
||||||
* properly exit the screen, since they have a blank undisplayed cell to *
|
* properly exit the screen, since they have a blank undisplayed cell to *
|
||||||
* exit onto. *
|
* exit onto. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌─────────────────────────────────────────────────────┐ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ Clear Terrain ³ *
|
* │ ┌─────────────────────┐ Clear Terrain │ *
|
||||||
* ³ ³ ³ Water ³ *
|
* │ │ │ Water │ *
|
||||||
* ³ ³ ³ Tiberium ³ *
|
* │ │ │ Tiberium │ *
|
||||||
* ³ ³ ³ Rock/Wall/Road ³ *
|
* │ │ │ Rock/Wall/Road │ *
|
||||||
* ³ ³ (Map Area) ³ GDI Unit ³ *
|
* │ │ (Map Area) │ GDI Unit │ *
|
||||||
* ³ ³ ³ NOD Unit ³ *
|
* │ │ │ NOD Unit │ *
|
||||||
* ³ ³ ³ Neutral Unit ³ *
|
* │ │ │ Neutral Unit │ *
|
||||||
* ³ ³ ³ Terrain Object ³ *
|
* │ │ │ Terrain Object │ *
|
||||||
* ³ ³ ³ Starting Cell ³ *
|
* │ │ │ Starting Cell │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ X Y Width Height ³ *
|
* │ X Y Width Height │ *
|
||||||
* ³ ## ## ## ## ³ *
|
* │ ## ## ## ## │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └─────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* x,y,w,h: initial size parameters (-1 = center the thing) *
|
* x,y,w,h: initial size parameters (-1 = center the thing) *
|
||||||
|
@ -1495,28 +1495,28 @@ int MapEditClass::Size_Map(int x, int y, int w, int h)
|
||||||
* Lets the user edit the Theater, starting credits for houses, and the *
|
* Lets the user edit the Theater, starting credits for houses, and the *
|
||||||
* Edge for HOUSE_GOOD & HOUSE_BAD. *
|
* Edge for HOUSE_GOOD & HOUSE_BAD. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌─────────────────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Theater Credits / 1000 ³ *
|
* │ Theater Credits / 1000 │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌───────────────┐ │ *
|
||||||
* ³ ³ Temperate ³ GDI: _____ ³ *
|
* │ │ Temperate │ GDI: _____ │ *
|
||||||
* ³ ³ Desert ³ NOD: _____ ³ *
|
* │ │ Desert │ NOD: _____ │ *
|
||||||
* ³ ³ Jungle ³ Neutral: _____ ³ *
|
* │ │ Jungle │ Neutral: _____ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └───────────────┘ │ *
|
||||||
* ³ Build Level:___ ³ *
|
* │ Build Level:___ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Reinforcements ³ *
|
* │ Reinforcements │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ GDI NOD ³ *
|
* │ GDI NOD │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ <- -> <- -> ³ *
|
* │ <- -> <- -> │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └─────────────────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -2220,22 +2220,22 @@ void MapEditClass::Handle_Triggers(void)
|
||||||
* *
|
* *
|
||||||
* CurTrigger can be NULL when this function is called. *
|
* CurTrigger can be NULL when this function is called. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Triggers ³ *
|
* │ Triggers │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────┬─┐ │ *
|
||||||
* ³ ³ Name Event Action House Team ³³ ³ *
|
* │ │ Name Event Action House Team ││ │ *
|
||||||
* ³ ³ Name Event Action House Team ÃÄ´ ³ *
|
* │ │ Name Event Action House Team ├─┤ │ *
|
||||||
* ³ ³ Name Event Action House Team ³ ³ ³ *
|
* │ │ Name Event Action House Team │ │ │ *
|
||||||
* ³ ³ Name Event Action House Team ³ ³ ³ *
|
* │ │ Name Event Action House Team │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ *
|
* │ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └────────────────────────────────────────────┴─┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [Edit] [New] [Delete] [OK] ³ *
|
* │ [Edit] [New] [Delete] [OK] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -2551,27 +2551,27 @@ int MapEditClass::Select_Trigger(void)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* MapEditClass::Edit_Trigger -- lets user edit a [new] trigger *
|
* MapEditClass::Edit_Trigger -- lets user edit a [new] trigger *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌─────────────────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Trigger Editor ³ *
|
* │ Trigger Editor │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Events Actions ³ *
|
* │ Events Actions │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌────────────────────────┬─┐ ┌─────────────────────────┬─┐ │ *
|
||||||
* ³ ³ ³³ ³ ³³ ³ *
|
* │ │ ││ │ ││ │ *
|
||||||
* ³ ³ ÃÄ´ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ ├─┤ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ ³³ ³ *
|
* │ │ ││ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └────────────────────────┴─┘ └─────────────────────────┴─┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Name: _______ [ Volatile ] ³ *
|
* │ Name: _______ [ Volatile ] │ *
|
||||||
* ³ [GDI] [ Persistent ] ³ *
|
* │ [GDI] [ Persistent ] │ *
|
||||||
* ³ Time / Credits: _______ [NOD] [SemiPersistent] ³ *
|
* │ Time / Credits: _______ [NOD] [SemiPersistent] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [Team] Team_Name ³ *
|
* │ [Team] Team_Name │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └─────────────────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -3172,22 +3172,22 @@ int MapEditClass::Edit_Trigger(void)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* MapEditClass::Import_Triggers -- lets user import triggers *
|
* MapEditClass::Import_Triggers -- lets user import triggers *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌─────────────────────────────────────────────────┐ *
|
||||||
* ³ Triggers ³ *
|
* │ Triggers │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌──────────────────────────────────────┬─┐ │ *
|
||||||
* ³ ³x Name Event Action House ³³ ³ *
|
* │ │x Name Event Action House ││ │ *
|
||||||
* ³ ³ Name Event Action House ÃÄ´ ³ *
|
* │ │ Name Event Action House ├─┤ │ *
|
||||||
* ³ ³x Name Event Action House ³ ³ ³ *
|
* │ │x Name Event Action House │ │ │ *
|
||||||
* ³ ³ Name Event Action House ³ ³ ³ *
|
* │ │ Name Event Action House │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ *
|
* │ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └──────────────────────────────────────┴─┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └─────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -3511,22 +3511,22 @@ int MapEditClass::Import_Triggers(void)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* MapEditClass::Import_Teams -- lets the user import teams *
|
* MapEditClass::Import_Teams -- lets the user import teams *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Teams ³ *
|
* │ Teams │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────┬─┐ │ *
|
||||||
* ³ ³ Name House Class:Count,Class:Count ³³ ³ *
|
* │ │ Name House Class:Count,Class:Count ││ │ *
|
||||||
* ³ ³ Name House Class:Count,Class:Count ÃÄ´ ³ *
|
* │ │ Name House Class:Count,Class:Count ├─┤ │ *
|
||||||
* ³ ³ Name House Class:Count,Class:Count ³ ³ ³ *
|
* │ │ Name House Class:Count,Class:Count │ │ │ *
|
||||||
* ³ ³ Name House Class:Count,Class:Count ³ ³ ³ *
|
* │ │ Name House Class:Count,Class:Count │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ *
|
* │ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └────────────────────────────────────────────┴─┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
|
|
@ -64,24 +64,24 @@
|
||||||
* placement mode. *
|
* placement mode. *
|
||||||
* This routine does not modify PendingObject or PendingHouse. *
|
* This routine does not modify PendingObject or PendingHouse. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌──────────────────────────────────────────────────┐ *
|
||||||
* ³ [GDI] [NOD] [Neutral] ³ *
|
* │ [GDI] [NOD] [Neutral] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌───────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ [Template] ³ *
|
* │ │ │ [Template] │ *
|
||||||
* ³ ³ ³ [Overlay ] ³ *
|
* │ │ │ [Overlay ] │ *
|
||||||
* ³ ³ ³ [Smudge ] ³ *
|
* │ │ │ [Smudge ] │ *
|
||||||
* ³ ³ ³ [Terrain ] ³ *
|
* │ │ │ [Terrain ] │ *
|
||||||
* ³ ³ (Object picture) ³ [Unit ] ³ *
|
* │ │ (Object picture) │ [Unit ] │ *
|
||||||
* ³ ³ ³ [Infantry] ³ *
|
* │ │ │ [Infantry] │ *
|
||||||
* ³ ³ ³ [Aircraft] ³ *
|
* │ │ │ [Aircraft] │ *
|
||||||
* ³ ³ ³ [Building] ³ *
|
* │ │ │ [Building] │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄ¿ ³ *
|
* │ └───────────────────────────────┘ ┌──────┐ │ *
|
||||||
* ³ [<-] [->] ³(Grid)³ ³ *
|
* │ [<-] [->] │(Grid)│ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ [OK] [Cancel] ÀÄÄÄÄÄÄÙ ³ *
|
* │ [OK] [Cancel] └──────┘ │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └──────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
|
|
@ -144,22 +144,22 @@ void MapEditClass::Handle_Teams(char const * caption)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* MapEditClass::Select_Team -- user selects a team from a list *
|
* MapEditClass::Select_Team -- user selects a team from a list *
|
||||||
* *
|
* *
|
||||||
* レトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ *
|
* ┌────────────────────────────────────────────────────────┐ *
|
||||||
* ウ Teams ウ *
|
* │ Teams │ *
|
||||||
* ウ レトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトツトソ ウ *
|
* │ ┌────────────────────────────────────────────┬─┐ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count ウウ ウ *
|
* │ │ Name House Class:Count,Class:Count ││ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count テトエ ウ *
|
* │ │ Name House Class:Count,Class:Count ├─┤ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count ウ ウ ウ *
|
* │ │ Name House Class:Count,Class:Count │ │ │ *
|
||||||
* ウ ウ Name House Class:Count,Class:Count ウ ウ ウ *
|
* │ │ Name House Class:Count,Class:Count │ │ │ *
|
||||||
* ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ *
|
||||||
* ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ *
|
||||||
* ウ ウ テトエ ウ *
|
* │ │ ├─┤ │ *
|
||||||
* ウ ウ ウウ ウ *
|
* │ │ ││ │ *
|
||||||
* ウ タトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトチトル ウ *
|
* │ └────────────────────────────────────────────┴─┘ │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* ウ [Edit] [New] [Delete] [OK] ウ *
|
* │ [Edit] [New] [Delete] [OK] │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* タトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトル *
|
* └────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -473,29 +473,29 @@ int MapEditClass::Select_Team(char const * caption)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* MapEditClass::Edit_Team -- user edits a team's options *
|
* MapEditClass::Edit_Team -- user edits a team's options *
|
||||||
* *
|
* *
|
||||||
* レトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ *
|
* ┌───────────────────────────────────────────────────────────────┐ *
|
||||||
* ウ Team Editor ウ *
|
* │ Team Editor │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* ウ Name ______ [Roundabout] ウ *
|
* │ Name ______ [Roundabout] │ *
|
||||||
* ウ Priority ______ [ GDI ] [Learning ] ウ *
|
* │ Priority ______ [ GDI ] [Learning ] │ *
|
||||||
* ウ Max Num ______ [ NOD ] [Suicide ] ウ *
|
* │ Max Num ______ [ NOD ] [Suicide ] │ *
|
||||||
* ウ Init Num ______ [Autocreate] ウ *
|
* │ Init Num ______ [Autocreate] │ *
|
||||||
* ウ Fear ______ [Mercenary ] ウ *
|
* │ Fear ______ [Mercenary ] │ *
|
||||||
* ウ [Prebuild ] ウ *
|
* │ [Prebuild ] │ *
|
||||||
* ウ [Reinforce ] ウ *
|
* │ [Reinforce ] │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* ウ レトトトトトトトトトトトトトトトトトトトツトソ レトトトトトトトトトトトトトトトトトトトツトソ ウ *
|
* │ ┌───────────────────┬─┐ ┌───────────────────┬─┐ │ *
|
||||||
* ウ ウ ウ^ウ ウ ウ^ウ ウ *
|
* │ │ │^│ │ │^│ │ *
|
||||||
* ウ ウ テトエ [Add >>] ウ テトエ ウ *
|
* │ │ ├─┤ [Add >>] │ ├─┤ │ *
|
||||||
* ウ ウ ウ ウ [Insert] ウ ウ ウ ウ *
|
* │ │ │ │ [Insert] │ │ │ │ *
|
||||||
* ウ ウ ウ ウ [Delete] ウ ウ ウ ウ *
|
* │ │ │ │ [Delete] │ │ │ │ *
|
||||||
* ウ ウ テトエ ____ ウ テトエ ウ *
|
* │ │ ├─┤ ____ │ ├─┤ │ *
|
||||||
* ウ ウ ウvウ ウ ウvウ ウ *
|
* │ │ │v│ │ │v│ │ *
|
||||||
* ウ タトトトトトトトトトトトトトトトトトトトチトル タトトトトトトトトトトトトトトトトトトトチトル ウ *
|
* │ └───────────────────┴─┘ └───────────────────┴─┘ │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* ウ [Members] [Cancel] [OK] ウ *
|
* │ [Members] [Cancel] [OK] │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* タトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトル *
|
* └───────────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -1387,24 +1387,24 @@ int MapEditClass::Edit_Team(void)
|
||||||
* 10 pixels are left between rows of objects, so the # of that type of *
|
* 10 pixels are left between rows of objects, so the # of that type of *
|
||||||
* object can be displayed underneath the object. *
|
* object can be displayed underneath the object. *
|
||||||
* *
|
* *
|
||||||
* レトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ *
|
* ┌─────────────────────────────────────────────────┐ *
|
||||||
* ウ Team Members ウ *
|
* │ Team Members │ *
|
||||||
* ウ ウ *
|
* │ │ *
|
||||||
* ウ レトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトツトトトソ ウ *
|
* │ ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ テトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトナトトトエ ウ *
|
* │ ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ │ *
|
||||||
* ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ ウ *
|
* │ │ │ │ │ │ │ │ │ │ │ │ │ │ *
|
||||||
* ウ タトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトチトトトル ウ *
|
* │ └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘ │ *
|
||||||
* ウ [OK] [Cancel] ウ *
|
* │ [OK] [Cancel] │ *
|
||||||
* タトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトトル *
|
* └─────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* house house to display objects for *
|
* house house to display objects for *
|
||||||
|
|
|
@ -701,34 +701,34 @@ bool Client_Remote_Connect(void)
|
||||||
* *
|
* *
|
||||||
* Any game running in Stealth mode won't show up on this dialog. *
|
* Any game running in Stealth mode won't show up on this dialog. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌───────────────────────────────────────────────────┐ *
|
||||||
* ³ Network Games ³ *
|
* │ Network Games │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Your Name: ____________ ³ *
|
* │ Your Name: ____________ │ *
|
||||||
* ³ House: [GDI] [NOD] ³ *
|
* │ House: [GDI] [NOD] │ *
|
||||||
* ³ Desired Color: [ ][ ][ ][ ] ³ *
|
* │ Desired Color: [ ][ ][ ][ ] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Games Players ³ *
|
* │ Games Players │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌──────────────────────┬─┐ ┌──────────────────┬─┐ │ *
|
||||||
* ³ ³(Bill's Game )³³ ³ Peter Parker GDI ³³ ³ *
|
* │ │(Bill's Game )││ │ Peter Parker GDI ││ │ *
|
||||||
* ³ ³ Peter Parker's Game ÃÄ´ ³ Mary Jane GDI ÃÄ´ ³ *
|
* │ │ Peter Parker's Game ├─┤ │ Mary Jane GDI ├─┤ │ *
|
||||||
* ³ ³(Magnum PI's Game )³ ³ ³ JJ Jameson NOD ³ ³ ³ *
|
* │ │(Magnum PI's Game )│ │ │ JJ Jameson NOD │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ ³³ ³ *
|
* │ │ ││ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └──────────────────────┴─┘ └──────────────────┴─┘ │ *
|
||||||
* ³ Scenario: Big Long Description ³ *
|
* │ Scenario: Big Long Description │ *
|
||||||
* ³ Starting Credits: xxxx ³ *
|
* │ Starting Credits: xxxx │ *
|
||||||
* ³ Count: --- Level: --- ³ *
|
* │ Count: --- Level: --- │ *
|
||||||
* ³ Bases: ON Crates: ON ³ *
|
* │ Bases: ON Crates: ON │ *
|
||||||
* ³ Tiberium: ON AI Players: ON ³ *
|
* │ Tiberium: ON AI Players: ON │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [Join] [Cancel] [New] ³ *
|
* │ [Join] [Cancel] [New] │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌─────────────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────────────────────────────┘ │ *
|
||||||
* ³ [Send Message] ³ *
|
* │ [Send Message] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └───────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -2622,31 +2622,31 @@ CCDebugString ("C&C95 - Received the 'GO' packet\n");
|
||||||
* This dialog shows a list of who's requesting to join this game, and lets *
|
* This dialog shows a list of who's requesting to join this game, and lets *
|
||||||
* the game initiator selectively approve each user. *
|
* the game initiator selectively approve each user. *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────┐ *
|
||||||
* ³ New Network Game ³ *
|
* │ New Network Game │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Players Scenario ³ *
|
* │ Players Scenario │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌─────────────┬─┐ ┌──────────────────┬─┐ │ *
|
||||||
* ³ ³ Boffo ³³ ³ Hell's Kitchen ³³ ³ *
|
* │ │ Boffo ││ │ Hell's Kitchen ││ │ *
|
||||||
* ³ ³ Bozo ÃÄ´ ³ Heaven's Gate ÃÄ´ ³ *
|
* │ │ Bozo ├─┤ │ Heaven's Gate ├─┤ │ *
|
||||||
* ³ ³ Bonzo ³ ³ ³ ... ³ ³ ³ *
|
* │ │ Bonzo │ │ │ ... │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ ³³ ³ *
|
* │ │ ││ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └─────────────┴─┘ └──────────────────┴─┘ │ *
|
||||||
* ³ [Reject] Count:--- ## ³ *
|
* │ [Reject] Count:--- ## │ *
|
||||||
* ³ Level:--- ## ³ *
|
* │ Level:--- ## │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Credits: _____ ³ *
|
* │ Credits: _____ │ *
|
||||||
* ³ [ Bases ] [ Crates ] ³ *
|
* │ [ Bases ] [ Crates ] │ *
|
||||||
* ³ [ Tiberium ] [ AI Players ] ³ *
|
* │ [ Tiberium ] [ AI Players ] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌─────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────────────────────────┘ │ *
|
||||||
* ³ [Send Message] ³ *
|
* │ [Send Message] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
|
|
@ -1600,35 +1600,35 @@ Advanced_Modem_Settings (SerialSettingsType *settings)
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Com_Settings_Dialog -- Lets user select serial port settings *
|
* Com_Settings_Dialog -- Lets user select serial port settings *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌──────────────────────────────────────────────────────┐ *
|
||||||
* ³ Settings ³ *
|
* │ Settings │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Port:____ IRQ:__ Baud:______ ³ *
|
* │ Port:____ IRQ:__ Baud:______ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌────────────┐ ┌────────────┐ ┌────────────┐ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ³ ³ ³ ³ ³ ³ ³ *
|
* │ │ │ │ │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └────────────┘ └────────────┘ └────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Initialization: [Add] [Delete] ³ *
|
* │ Initialization: [Add] [Delete] │ *
|
||||||
* ³ _____________________________ ³ *
|
* │ _____________________________ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └────────────────────────────────────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Call Waiting: ³ *
|
* │ Call Waiting: │ *
|
||||||
* ³ _______________ ³ *
|
* │ _______________ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ [Tone Dialing] ³ *
|
* │ ┌─────────────────┐ [Tone Dialing] │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ [Pulse Dialing] ³ *
|
* │ │ │ [Pulse Dialing] │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └─────────────────┘ │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └──────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* settings ptr to SerialSettingsType structure *
|
* settings ptr to SerialSettingsType structure *
|
||||||
|
@ -3049,31 +3049,31 @@ static int Init_String_Compare (const void *p1, const void *p2)
|
||||||
* Com_Scenario_Dialog -- Serial game scenario selection dialog *
|
* Com_Scenario_Dialog -- Serial game scenario selection dialog *
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Serial Game ³ *
|
* │ Serial Game │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Your Name: __________ House: [GDI] [NOD] ³ *
|
* │ Your Name: __________ House: [GDI] [NOD] │ *
|
||||||
* ³ Credits: ______ Desired Color: [ ][ ][ ][ ] ³ *
|
* │ Credits: ______ Desired Color: [ ][ ][ ][ ] │ *
|
||||||
* ³ Opponent: Name ³ *
|
* │ Opponent: Name │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Scenario ³ *
|
* │ Scenario │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄ¿ ³ *
|
* │ ┌──────────────────┬─┐ │ *
|
||||||
* ³ ³ Hell's Kitchen ³³ ³ *
|
* │ │ Hell's Kitchen ││ │ *
|
||||||
* ³ ³ Heaven's Gate ÃÄ´ ³ *
|
* │ │ Heaven's Gate ├─┤ │ *
|
||||||
* ³ ³ ... ³ ³ ³ *
|
* │ │ ... │ │ │ *
|
||||||
* ³ ³ ÃÄ´ ³ *
|
* │ │ ├─┤ │ *
|
||||||
* ³ ³ ³³ ³ *
|
* │ │ ││ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÙ ³ *
|
* │ └──────────────────┴─┘ │ *
|
||||||
* ³ [ Bases ] [ Crates ] ³ *
|
* │ [ Bases ] [ Crates ] │ *
|
||||||
* ³ [ Tiberium ] [ AI Players ] ³ *
|
* │ [ Tiberium ] [ AI Players ] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [OK] [Cancel] ³ *
|
* │ [OK] [Cancel] │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └────────────────────────────────────────────────────┘ │ *
|
||||||
* ³ [Send Message] ³ *
|
* │ [Send Message] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -4516,29 +4516,29 @@ CCDebugString (flip);
|
||||||
* Com_Show_Scenario_Dialog -- Serial game scenario selection dialog *
|
* Com_Show_Scenario_Dialog -- Serial game scenario selection dialog *
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *
|
* ┌────────────────────────────────────────────────────────────┐ *
|
||||||
* ³ Serial Game ³ *
|
* │ Serial Game │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Your Name: __________ ³ *
|
* │ Your Name: __________ │ *
|
||||||
* ³ House: [GDI] [NOD] ³ *
|
* │ House: [GDI] [NOD] │ *
|
||||||
* ³ Desired Color: [ ][ ][ ][ ] ³ *
|
* │ Desired Color: [ ][ ][ ][ ] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ Opponent: Name ³ *
|
* │ Opponent: Name │ *
|
||||||
* ³ Scenario: Description ³ *
|
* │ Scenario: Description │ *
|
||||||
* ³ Credits: xxxx ³ *
|
* │ Credits: xxxx │ *
|
||||||
* ³ Bases: ON ³ *
|
* │ Bases: ON │ *
|
||||||
* ³ Crates: ON ³ *
|
* │ Crates: ON │ *
|
||||||
* ³ Tiberium: ON ³ *
|
* │ Tiberium: ON │ *
|
||||||
* ³ Ghosts: ON ³ *
|
* │ Ghosts: ON │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ [Cancel] ³ *
|
* │ [Cancel] │ *
|
||||||
* ³ ³ *
|
* │ │ *
|
||||||
* ³ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ *
|
* │ ┌────────────────────────────────────────────────────┐ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ³ ³ ³ *
|
* │ │ │ │ *
|
||||||
* ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ *
|
* │ └────────────────────────────────────────────────────┘ │ *
|
||||||
* ³ [Send Message] ³ *
|
* │ [Send Message] │ *
|
||||||
* ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ *
|
* └────────────────────────────────────────────────────────────┘ *
|
||||||
* *
|
* *
|
||||||
* INPUT: *
|
* INPUT: *
|
||||||
* none. *
|
* none. *
|
||||||
|
@ -7041,7 +7041,7 @@ void Hex_Dump_Data( char *buffer, int length )
|
||||||
itoh(c, buff);
|
itoh(c, buff);
|
||||||
|
|
||||||
if (!(i & 0x3) && i) {
|
if (!(i & 0x3) && i) {
|
||||||
Smart_Printf("³ ");
|
Smart_Printf("│ ");
|
||||||
}
|
}
|
||||||
|
|
||||||
Smart_Printf("%s ", buff);
|
Smart_Printf("%s ", buff);
|
||||||
|
@ -7075,7 +7075,7 @@ void Hex_Dump_Data( char *buffer, int length )
|
||||||
c = ptr[i];
|
c = ptr[i];
|
||||||
itoh(c, buff);
|
itoh(c, buff);
|
||||||
if (!(i & 0x3) && i) {
|
if (!(i & 0x3) && i) {
|
||||||
Smart_Printf("³ ");
|
Smart_Printf("│ ");
|
||||||
}
|
}
|
||||||
Smart_Printf("%s ", buff);
|
Smart_Printf("%s ", buff);
|
||||||
} else {
|
} else {
|
||||||
|
@ -8268,7 +8268,7 @@ void Hex_Dump_Data( char *buffer, int length )
|
||||||
itoh(c, buff);
|
itoh(c, buff);
|
||||||
|
|
||||||
if (!(i & 0x3) && i) {
|
if (!(i & 0x3) && i) {
|
||||||
Smart_Printf("³ ");
|
Smart_Printf("│ ");
|
||||||
}
|
}
|
||||||
|
|
||||||
Smart_Printf("%s ", buff);
|
Smart_Printf("%s ", buff);
|
||||||
|
@ -8302,7 +8302,7 @@ void Hex_Dump_Data( char *buffer, int length )
|
||||||
c = ptr[i];
|
c = ptr[i];
|
||||||
itoh(c, buff);
|
itoh(c, buff);
|
||||||
if (!(i & 0x3) && i) {
|
if (!(i & 0x3) && i) {
|
||||||
Smart_Printf("³ ");
|
Smart_Printf("│ ");
|
||||||
}
|
}
|
||||||
Smart_Printf("%s ", buff);
|
Smart_Printf("%s ", buff);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -39,74 +39,74 @@
|
||||||
Map (screen) class heirarchy.
|
Map (screen) class heirarchy.
|
||||||
|
|
||||||
MapeditClass (most derived class) -- scenario editor
|
MapeditClass (most derived class) -- scenario editor
|
||||||
ウ
|
│
|
||||||
MouseClass -- handles mouse animation and display control
|
MouseClass -- handles mouse animation and display control
|
||||||
ウ
|
│
|
||||||
ScrollClass -- map scroll handler
|
ScrollClass -- map scroll handler
|
||||||
ウ
|
│
|
||||||
HelpClass -- pop-up help text handler
|
HelpClass -- pop-up help text handler
|
||||||
ウ
|
│
|
||||||
TabClass -- file folder tab screen mode control dispatcher
|
TabClass -- file folder tab screen mode control dispatcher
|
||||||
ウ
|
│
|
||||||
SidebarClass -- displays and controls construction list sidebar
|
SidebarClass -- displays and controls construction list sidebar
|
||||||
ウ
|
│
|
||||||
PowerClass -- display power production/consumption bargraph
|
PowerClass -- display power production/consumption bargraph
|
||||||
ウ
|
│
|
||||||
RadarClass -- displays and controls radar map
|
RadarClass -- displays and controls radar map
|
||||||
ウ
|
│
|
||||||
DisplayClass -- general tactical map display handler
|
DisplayClass -- general tactical map display handler
|
||||||
ウ
|
│
|
||||||
MapClass -- general tactical map data handler
|
MapClass -- general tactical map data handler
|
||||||
ウ
|
│
|
||||||
GScreenClass (pure virtual base class) -- generic screen control
|
GScreenClass (pure virtual base class) -- generic screen control
|
||||||
|
|
||||||
AbstractClass
|
AbstractClass
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ウ
|
│
|
||||||
ObjectClass
|
ObjectClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトツトトトトトトトトトトツトトトトトトトトナトトトトトトトトツトトトトトトトトトトトトトトトトツトトトトトトトトトトトソ
|
┌──────┬──────────┬────────┼────────┬────────────────┬───────────┐
|
||||||
AnimClass ウ TemplateClass ウ テト FuseClass ウ TerrainClass
|
AnimClass │ TemplateClass │ ├─ FuseClass │ TerrainClass
|
||||||
ウ ウ テト FlyClass ウ
|
│ │ ├─ FlyClass │
|
||||||
ウ ウ BulletClass ウ
|
│ │ BulletClass │
|
||||||
OverlayClass MissionClass SmudgeClass
|
OverlayClass MissionClass SmudgeClass
|
||||||
ウ
|
│
|
||||||
RadioClass
|
RadioClass
|
||||||
ウ
|
│
|
||||||
テト CrewClass
|
├─ CrewClass
|
||||||
テト FlasherClass
|
├─ FlasherClass
|
||||||
テト StageClass
|
├─ StageClass
|
||||||
テト CargoClass
|
├─ CargoClass
|
||||||
TechnoClass
|
TechnoClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトトトトトトトトトトトトトトトトトトトチトトトトトトトトトトトトトトトトトトトトトトトトトトトトソ
|
┌────────────────────────┴────────────────────────────┐
|
||||||
FootClass BuildingClass
|
FootClass BuildingClass
|
||||||
ウ
|
│
|
||||||
テトトトトトトトトトトトトトトツトトトトトトトトトトトトトソ
|
├──────────────┬─────────────┐
|
||||||
DriveClass InfantryClass テト FlyClass
|
DriveClass InfantryClass ├─ FlyClass
|
||||||
ウ AircraftClass
|
│ AircraftClass
|
||||||
TurretClass
|
TurretClass
|
||||||
ウ
|
│
|
||||||
TarComClass
|
TarComClass
|
||||||
ウ
|
│
|
||||||
UnitClass
|
UnitClass
|
||||||
|
|
||||||
|
|
||||||
AbstractTypeClass
|
AbstractTypeClass
|
||||||
ウ
|
│
|
||||||
ObjectTypeClass
|
ObjectTypeClass
|
||||||
ウ
|
│
|
||||||
レトトトトトトトトトトトトトトトトトトトトトトナトトトトトトトトトトトトツトトトトトトトトトトトトトトトトトソ
|
┌──────────────────────┼────────────┬─────────────────┐
|
||||||
ウ ウ ウ ウ
|
│ │ │ │
|
||||||
TechnoTypeClass ウ ウ ウ
|
TechnoTypeClass │ │ │
|
||||||
ウ BulletTypeClass ウ ウ
|
│ BulletTypeClass │ │
|
||||||
ウ TemplateTypeClass ウ
|
│ TemplateTypeClass │
|
||||||
レトトトトトトトトチトトトトトツトトトトトトトトトトトツトトトトトトトトトトトトトトソ TerrainTypeClass
|
┌────────┴─────┬───────────┬──────────────┐ TerrainTypeClass
|
||||||
ウ ウ ウ ウ
|
│ │ │ │
|
||||||
UnitTypeClass ウ BuildingTypeClass ウ
|
UnitTypeClass │ BuildingTypeClass │
|
||||||
ウ InfantryTypeClass
|
│ InfantryTypeClass
|
||||||
AircraftTypeClass
|
AircraftTypeClass
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -203,10 +203,10 @@ int DLL_Startup(const char * command_line_in)
|
||||||
|
|
||||||
if (Ram_Free(MEM_NORMAL) < 5000000) {
|
if (Ram_Free(MEM_NORMAL) < 5000000) {
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
printf("Zuwenig Hauptspeicher verf<EFBFBD>gbar.\n");
|
printf("Zuwenig Hauptspeicher verfügbar.\n");
|
||||||
#else
|
#else
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
printf("M‚moire vive (RAM) insuffisante.\n");
|
printf("Mémoire vive (RAM) insuffisante.\n");
|
||||||
#else
|
#else
|
||||||
printf("Insufficient RAM available.\n");
|
printf("Insufficient RAM available.\n");
|
||||||
#endif
|
#endif
|
||||||
|
@ -322,10 +322,10 @@ int DLL_Startup(const char * command_line_in)
|
||||||
Sleep (1000);
|
Sleep (1000);
|
||||||
if (WindowsTimer->Get_System_Tick_Count() == time_test){
|
if (WindowsTimer->Get_System_Tick_Count() == time_test){
|
||||||
#ifdef FRENCH
|
#ifdef FRENCH
|
||||||
MessageBox(0, "Error - L'horloge systŠme n'a pas pu s'initialiser en raison de l'instabilit‚ du sytŠme. Vous devez red‚marrer Windows.", "Command & Conquer" , MB_OK|MB_ICONSTOP);
|
MessageBox(0, "Error - L'horloge système n'a pas pu s'initialiser en raison de l'instabilité du sytème. Vous devez redémarrer Windows.", "Command & Conquer" , MB_OK|MB_ICONSTOP);
|
||||||
#else
|
#else
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
MessageBox(0, "Fehler - das Timer-System konnte aufgrund einer Instabilit„t des Systems nicht initialisiert werden. Bitte starten Sie Windows neu.", "Command & Conquer", MB_OK|MB_ICONSTOP);
|
MessageBox(0, "Fehler - das Timer-System konnte aufgrund einer Instabilität des Systems nicht initialisiert werden. Bitte starten Sie Windows neu.", "Command & Conquer", MB_OK|MB_ICONSTOP);
|
||||||
#else
|
#else
|
||||||
MessageBox(0, "Error - Timer system failed to start due to system instability. You need to restart Windows.", "Command & Conquer", MB_OK|MB_ICONSTOP);
|
MessageBox(0, "Error - Timer system failed to start due to system instability. You need to restart Windows.", "Command & Conquer", MB_OK|MB_ICONSTOP);
|
||||||
#endif //GERMAN
|
#endif //GERMAN
|
||||||
|
@ -359,7 +359,7 @@ int DLL_Startup(const char * command_line_in)
|
||||||
if (Disk_Space_Available() < INIT_FREE_DISK_SPACE) {
|
if (Disk_Space_Available() < INIT_FREE_DISK_SPACE) {
|
||||||
#ifdef GERMAN
|
#ifdef GERMAN
|
||||||
char disk_space_message [512];
|
char disk_space_message [512];
|
||||||
sprintf (disk_space_message, "Nicht genug Festplattenplatz f<EFBFBD>r Command & Conquer.\nSie brauchen %d MByte freien Platz auf der Festplatte.", (INIT_FREE_DISK_SPACE) / (1024 * 1024));
|
sprintf (disk_space_message, "Nicht genug Festplattenplatz für Command & Conquer.\nSie brauchen %d MByte freien Platz auf der Festplatte.", (INIT_FREE_DISK_SPACE) / (1024 * 1024));
|
||||||
MessageBox(NULL, disk_space_message, "Command & Conquer", MB_ICONEXCLAMATION|MB_OK);
|
MessageBox(NULL, disk_space_message, "Command & Conquer", MB_ICONEXCLAMATION|MB_OK);
|
||||||
if ( WindowsTimer )
|
if ( WindowsTimer )
|
||||||
delete WindowsTimer;
|
delete WindowsTimer;
|
||||||
|
|
|
@ -304,26 +304,26 @@ void UnitClass::Debug_Dump(MonoClass *mono) const
|
||||||
Validate();
|
Validate();
|
||||||
mono->Set_Cursor(0, 0);
|
mono->Set_Cursor(0, 0);
|
||||||
mono->Print(
|
mono->Print(
|
||||||
"ÚName:ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂMission:ÄÄÄÂTarCom:ÂNavCom:ÂRadio:ÂCoord:ÄÄÂHeadTo:ÄÂSt:Ä¿\n"
|
"┌Name:──────────────┬Mission:───┬TarCom:┬NavCom:┬Radio:┬Coord:──┬HeadTo:─┬St:─┐\n"
|
||||||
"³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│ │ │ │ │ │ │ │ │\n"
|
||||||
"ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂNÂYÂHealth:ÄÂBody:ÂTurret:ÂSpeed:ÂPath:ÁÄÄÄÄÄÄÂCargo:ÄÄÄÄÁÄÄÄÄ´\n"
|
"├──────────────┬N┬Y┬Health:─┬Body:┬Turret:┬Speed:┬Path:┴──────┬Cargo:────┴────┤\n"
|
||||||
"³Active........³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│Active........│ │ │ │ │ │ │ │ │\n"
|
||||||
"³Limbo.........³ ³ ÃÄÄÄÄÄÄÄÄÁÄÄÄÄÄÁÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´\n"
|
"│Limbo.........│ │ ├────────┴─────┴───────┴──────┴────────────┴───────────────┤\n"
|
||||||
"³Owned.........³ ³ ³Last Message: ³\n"
|
"│Owned.........│ │ │Last Message: │\n"
|
||||||
"³Discovered....³ ³ ÃTimer:ÂArm:ÂTrack:ÂTiberium:ÂFlash:ÂStage:ÂTeam:ÄÄÄÄÂArch:´\n"
|
"│Discovered....│ │ ├Timer:┬Arm:┬Track:┬Tiberium:┬Flash:┬Stage:┬Team:────┬Arch:┤\n"
|
||||||
"³Selected......³ ³ ³ ³ ³ ³ ³ ³ ³ ³ ³\n"
|
"│Selected......│ │ │ │ │ │ │ │ │ │ │\n"
|
||||||
"³Teathered.....³ ³ ÃÄÄÄÄÄÄÁÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÙ\n"
|
"│Teathered.....│ │ ├──────┴────┴──────┴─────────┴──────┴──────┴─────────┴─────┘\n"
|
||||||
"³Locked on Map.³ ³ ³ \n"
|
"│Locked on Map.│ │ │ \n"
|
||||||
"³Turret Locked.³ ³ ³ \n"
|
"│Turret Locked.│ │ │ \n"
|
||||||
"³Is A Loaner...³ ³ ³ \n"
|
"│Is A Loaner...│ │ │ \n"
|
||||||
"³Deploying.....³ ³ ³ \n"
|
"│Deploying.....│ │ │ \n"
|
||||||
"³Rotating......³ ³ ³ \n"
|
"│Rotating......│ │ │ \n"
|
||||||
"³Firing........³ ³ ³ \n"
|
"│Firing........│ │ │ \n"
|
||||||
"³Driving.......³ ³ ³ \n"
|
"│Driving.......│ │ │ \n"
|
||||||
"³To Look.......³ ³ ³ \n"
|
"│To Look.......│ │ │ \n"
|
||||||
"³Recoiling.....³ ³ ³ \n"
|
"│Recoiling.....│ │ │ \n"
|
||||||
"³To Display....³ ³ ³ \n"
|
"│To Display....│ │ │ \n"
|
||||||
"ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÁÄÙ \n");
|
"└──────────────┴─┴─┘ \n");
|
||||||
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
mono->Set_Cursor(1, 1);mono->Printf("%s:%s", House->Class->IniName, Class->IniName);
|
||||||
CargoClass::Debug_Dump(mono);
|
CargoClass::Debug_Dump(mono);
|
||||||
MissionClass::Debug_Dump(mono);
|
MissionClass::Debug_Dump(mono);
|
||||||
|
|
|
@ -134,7 +134,7 @@ template<class T> T MAX(T a, T b)
|
||||||
|
|
||||||
|
|
||||||
// Inline Routines
|
// Inline Routines
|
||||||
//ヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘ
|
//════════════════
|
||||||
//
|
//
|
||||||
// These Template functions are generally used
|
// These Template functions are generally used
|
||||||
// by classes when they havce over loaded > and <.
|
// by classes when they havce over loaded > and <.
|
||||||
|
|
Reference in a new issue