Files @ r12410:4bb7a12b2f71
Branch filter:

Location: cpp/openttd-patchpack/source/src/ottdres.rc.in - annotation

rubidium
(svn r16854) -Fix (r2046): savegames from before this version would get the town id as their 'index' (#<num). For stations with custom names that custom name would be dropped and the lowest 6 bits of the StringID would be used for the 'index'. In other words, it resulted in a mess.
r7564:3b7ac73c8322
r7780:af8c230bc12c
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r8766:585444f1892e
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r8683:e185512fc805
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r10521:583ce8a65b7f
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r11911:68c886dabb52
r11911:68c886dabb52
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r11911:68c886dabb52
r7564:3b7ac73c8322
r11402:838592c9d123
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r11911:68c886dabb52
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
r7564:3b7ac73c8322
//Microsoft Developer Studio generated resource script.
// $Id$
//
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_READONLY_SYMBOLS
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#ifdef MSVC
#include "winres.h"
#else
#define IDC_STATIC              (-1)     // all static controls
#endif

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Neutral (Default) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD)
#ifdef _WIN32
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
100                     ICON    DISCARDABLE     "../media/openttd.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

100 DIALOG DISCARDABLE  0, 0, 305, 77
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Fatal Application Failure"
FONT 8, "MS Sans Serif"
BEGIN
    PUSHBUTTON      "&Close",12,7,58,50,14
//    PUSHBUTTON      "&Submit report",14,81,58,68,14,WS_DISABLED
    PUSHBUTTON      "&Emergency save",13,155,58,68,14
    PUSHBUTTON      "",15,243,58,55,14
    EDITTEXT        11,7,79,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
                    WS_HSCROLL | NOT WS_TABSTOP
    LTEXT           "",10,36,7,262,43
    ICON            100,IDC_STATIC,9,9,20,20
END


#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 0,8,0,!!REVISION!!
 PRODUCTVERSION 0,8,0,!!REVISION!!
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "000004b0"
        BEGIN
            VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
            VALUE "CompanyName", "OpenTTD Development Team\0"
            VALUE "FileDescription", "OpenTTD\0"
            VALUE "FileVersion", "Development !!VERSION!!\0"
            VALUE "InternalName", "openttd\0"
            VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-2009. All Rights Reserved.\0"
            VALUE "LegalTrademarks", "\0"
            VALUE "OriginalFilename", "openttd.exe\0"
            VALUE "PrivateBuild", "\0"
            VALUE "ProductName", "OpenTTD\0"
            VALUE "ProductVersion", "Development !!VERSION!!\0"
            VALUE "SpecialBuild", "-\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x0, 1200
    END
END

#endif    // !_MAC

#endif    // Neutral (Default) resources
/////////////////////////////////////////////////////////////////////////////