Changeset 77
- Timestamp:
- Jan 15, 2017, 5:57:01 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 50 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Locale.pas
r75 r77 90 90 Languages.AddItem('', 'System'); 91 91 Languages.AddItem('cs', 'Czech'); 92 Languages.AddItem('de', ' Deutch');92 Languages.AddItem('de', 'German'); 93 93 Languages.AddItem('en', 'English'); 94 Languages.AddItem('it', 'Italian'); 95 Languages.AddItem('ru', 'Russian'); 94 96 95 97 OKBtn.Caption := Phrases.Lookup('BTN_OK'); -
trunk/readme.txt
r2 r77 1 C-evo 1.2.0 sources ported to Lazarus/FPC 2 3 * Used development enviroment: Lazarus 1.6.2 4 * Supported platforms: Windows and Linux 5 * Supported architecuters: 32-bit and 64-bit x86 6 7 =Code changes to original source= 8 9 * Converted from Delphi to Lazarus 10 * Merged source code and binaries from installed game 11 * Graphics files converted from BMP to PNG 12 * Game text files .txt converted to UTF-8 13 * Binary .dfm files conveted to text .lfm 14 * Removed external Configurator application written in C#. Use ingame config interface. 15 * Available localizations included in installed game 16 * Used latest Delphi StdAI. Newer is implemented in C#. 17 * Added installer scripts for Windows and Ubuntu/Debian Linux. 18 19 20 =Original readme content= 21 1 22 The C-evo sources 2 23
Note:
See TracChangeset
for help on using the changeset viewer.