inshy
0d661ec0cf
Translated new line in Russian lang
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4521 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2011-06-22 05:27:21 +00:00
Wanne
4b55d692c7
BUGZILLA #539 : Formatting of "No funds available" output screwed due to tab char
...
o I also moved the hardcoded English text to the proper language text files.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4511 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2011-06-21 13:03:56 +00:00
Wanne
6e2bdd557c
****************************************************************************
...
** Merged Source Code from Development trunk, for the Spring 2011 Release **
****************************************************************************
o Development Trunk (Revision: 4444): https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP
o This trunk (the official 1.13 source trunk) will only be used for fixing bugs. No new features will be added here.
New Features are only included in the Development trunk
o !!! After we have fixed a bug here in this trunk, we should MANUALLY merge the bugfix in the development trunk !!!
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4446 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2011-05-26 11:04:47 +00:00
Wanne
50916acbdb
**************************************************************************
...
* Merged Language specific GameDir from Development Trunk: Revision 4067 *
**************************************************************************
- This will be the official Beta 2011 build version
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4068 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2011-01-18 14:12:49 +00:00
Wanne
91087ca8c0
************************************************************
...
* Merged Source Code from Development Trunk: Revision 4063 *
************************************************************
- Source Code is merged from: https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP
- This will be the Source for the Beta 2011 Test
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4064 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2011-01-18 09:11:09 +00:00
inshy
3d34c587df
Update Russian text
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3682 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-09-15 05:50:29 +00:00
inshy
6c98e683c1
Updated Russian text. Fixed few mistakes in translation.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3546 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-07-10 19:46:30 +00:00
inshy
a7b0a1510e
Fixed text
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3503 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-04-27 12:57:36 +00:00
inshy
2ea6628a77
Russian text updated.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3437 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-04-01 09:30:11 +00:00
inshy
4bb9913919
-a few fix and translations
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3391 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-03-12 23:24:05 +00:00
Wanne
09ad70f868
*************************************************************************
...
** Merged source code from development (MP+BMP) trunk (Revision: 3352) **
** https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP **
*************************************************************************
1 (Rev. 3343)
Changes:
Control hardcoded list of unclickable ("bad") sectors via XML file. (by Realist)
On the strategic map, the player cannot click or highlight specific
sectors (e.g. A4, A5). Introduce a <BadSector> tag in MovementCosts.xml
that flags a sector as "bad". (<BadSector>1</BadSector>)
Files:
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Map Screen Interface Map.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic Movement Costs.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/mapscreen.cpp
/branches/Wanne/JA2 1.13 MP/GameDir/Data/TableData/Map
/branches/Wanne/JA2 1.13 MP/GameDir/Data/TableData/Map/MovementCosts.xml
/branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/TableData/Map
/branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/TableData/Map/MovementCosts.xml
2 (Rev. 3344)
Changes:
Move hardcoded underground sectors initialization to Lua script file. (by Realist)
Locate "initunderground.lua" at data-xyz\scripts ("xyz" subject to change).
Lua script allows easily adding underground sectors at arbitrary locations and defining enemy garrisons and creature population.
Also enables underground bloodcat population.
Files:
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Campaign Init.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Campaign Types.h
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Queen Command.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic AI.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic_2005Express.vcproj
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic_VS2008.vcproj
/branches/Wanne/JA2 1.13 MP/Build/Strategic/UndergroundInit.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/UndergroundInit.h
/branches/Wanne/JA2 1.13 MP/Build/Strategic/strategicmap.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Soldier Init List.cpp
/branches/Wanne/JA2 1.13 MP/GameDir/Data/Scripts
/branches/Wanne/JA2 1.13 MP/GameDir/Data/Scripts/initunderground.lua
/branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/Scripts
/branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/Scripts/initunderground.lua
3 (Rev. 3345)
Changes:
Bugfix: In Method CreateDestroyMouseRegionsForFacilityAssignmentMenu() (by Headrock)
Files:
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Assignments.cpp
4 (Rev. 3346)
Changes:
Changed order of properties in GameSettings.cpp (by Headrock)
HAM 3.6 fixes (by Headrock)
Sorted Data-1.13\ja2_options.ini (by Headrock)
Files:
/branches/Wanne/JA2 1.13 MP/Build/GameSettings.cpp
/branches/Wanne/JA2 1.13 MP/Build/GameSettings.h
/branches/Wanne/JA2 1.13 MP/Build/Laptop/BobbyRGuns.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Assignments.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/MilitiaSquads.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic Mines.cpp
/branches/Wanne/JA2 1.13 MP/Build/Strategic/Town Militia.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Campaign.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Interface Enhanced.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Interface Items.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Items.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Items.h
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Overhead.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Soldier Control.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Soldier Profile.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Weapons.cpp
/branches/Wanne/JA2 1.13 MP/Build/TileEngine/Explosion Control.cpp
/branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/Ja2_Options.INI
/branches/Wanne/JA2 1.13 MP/GameDir/INIEditorJA2Options.xml
5 (Rev. 3347)
Changes:
Bugfix: Turns out that the program is saving the number of used Placement Slots to the temp file fine,
but if that number is equal to the limit of how many enemies/civvies are allowed in a sector by the INI settings,
it leads to an assertion error instead when trying to re-load that sector. (by Headrock)
Re-ordered Data/Ja2_Options.INI (by Headrock)
Files:
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Enemy Soldier Save.cpp
/branches/Wanne/JA2 1.13 MP/GameDir/Data/Ja2_Options.INI
6 (Rev. 3348)
Changes:
Translated missing HAM 3.6 German Texts (by systemfehler)
Files:
/branches/Wanne/JA2 1.13 MP/Build/Utils/_GermanText.cpp
7 (Rev. 3351)
Changes:
PlusAI 1.0 Patch (by Headrock)
Files:
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Points.cpp
/branches/Wanne/JA2 1.13 MP/Build/Tactical/Points.h
/branches/Wanne/JA2 1.13 MP/Build/TacticalAI/Attacks.cpp
/branches/Wanne/JA2 1.13 MP/Build/TacticalAI/DecideAction.cpp
/branches/Wanne/JA2 1.13 MP/Build/TacticalAI/FindLocations.cpp
/branches/Wanne/JA2 1.13 MP/Build/TacticalAI/ai.h
8 (Rev. 3352)
Changes:
Bugfix: The DEBUG only setting "fEnableInventoryPoolQ" is now only enabled in a DEBUG version. In all other builds it is set to FALSE.
Files:
/branches/Wanne/JA2 1.13 MP/Build/GameSettings.cpp
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3354 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-03-07 11:37:32 +00:00
inshy
107704922c
Added missing options text.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3349 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-03-04 10:43:24 +00:00
Wanne
14750c6903
**********************************************************
...
** Big Maps Projects code (incl. Multiplayer v1.5 **
**********************************************************
- Merged Big Maps Project code from BMP+MP trunk (Revision: 3340)
o Complete SVN Revision history: https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP
- Before THIS merge, I made a branch of the existing 1.13 source
o SVN Branch: https://81.169.133.124/source/ja2/branches/JA2_rev.3336/src
- Removed old VS 6.0 and VS 2003 project and solutions files, because compilation is broken long time ago
- I will add VS 2010 projects and solution file in the next few days
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3341 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-02-28 18:38:52 +00:00
Wanne
c45a64ee33
- Added missing language text strings for HAM 3.6
...
- Search for "TODO.Translate"
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3324 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-02-20 16:47:14 +00:00
bugmonster
09a3f95d6f
- fixed a few typos in russian text
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3238 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-10-08 12:48:04 +00:00
bugmonster
5b11e6790e
- removed loading of unused ja2_logo.STI
...
- message "windowed mode requires a color depth of 16bpp" localized (need translation to Dutch & German)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3163 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-08-30 10:11:36 +00:00
inshy
30792631ce
-Fixed some mistakes in Russian.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3159 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-08-27 10:02:56 +00:00
inshy
53be2f3ef5
Translated to russian all lines for new IMP.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3054 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-06-30 11:17:05 +00:00
Wanne
aebc4f2e88
Bugfix: EDB Fix by Headrock
...
- Show Burst AND Auto penalty instead of only ONE (usually Burst penalty)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2974 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-06-06 16:47:31 +00:00
Wanne
17f44f63e8
Corrected one sentence for Enhanced IMP Creation in the language specific text files
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2957 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-06-04 17:27:54 +00:00
Wanne
7445ba2051
Merged "Enhanced IMP Creation" (by Sandro)
...
- For code changes search for // SANDRO
- Tooltips can now be toggled on/off in the options screen instead of "Random IMP Personality" option
- Updated Version Number for new Release Build (2949)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2949 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-06-04 10:44:23 +00:00
Wanne
12f0ed5554
Externalized new messages for the Real-Time Mode
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2926 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-06-02 13:19:33 +00:00
Wanne
2f36054c50
Updated language spec text files from MP branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2914 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-30 00:01:02 +00:00
Wanne
128e7e7647
- Updated language text files from MP branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2894 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-27 08:43:11 +00:00
inshy
38fb47080c
translated some english text
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2890 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-27 06:37:33 +00:00
Wanne
2e99cbe784
Improved Game Settings (by Arynn)
...
- fixed corruption of ja2.set
- ja2.set will no be saved to ja2_settings.ini
- a few more minor game setting fixes and error tracings
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2844 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-12 11:52:35 +00:00
inshy
c9117c2939
With rev. 2837 all translated text (in rev. 2820) was replace with English. Be careful in the future, it is the not first case.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2842 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-12 10:55:37 +00:00
Wanne
516e08e905
- Merged/updated text files from multiplayer project branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2837 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-11 11:26:38 +00:00
inshy
434a45c4d3
Translated new text for Russian version.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2820 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-07 12:35:50 +00:00
Wanne
bd6448278c
- Forgot to add the "," character after a text line
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2819 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-07 11:57:02 +00:00
Wanne
753dc7d605
- Merged/updated text files from multiplayer project branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2816 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-07 11:31:56 +00:00
Wanne
1ec9fda897
- Merged/updated text files from multiplayer project branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2806 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-05-06 07:54:04 +00:00
Wanne
a9b029e854
- Corrected spelling mistakes in _GermanText.cpp (thx to Scheinworld)
...
- Merged text files from multiplayer branch
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2786 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-30 12:27:27 +00:00
Wanne
8935f20145
- Merged/updated text files from multiplayer project branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2783 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-28 19:47:30 +00:00
ChrisL
dffb0fc7fe
Found a bug in the russian text file that was preventing the creation of russian builds.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2738 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-13 22:31:39 +00:00
Wanne
f927aa7388
- Translated MP Text in _GermanText.cpp
...
- A few minor adjustments
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2728 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-12 23:01:40 +00:00
Wanne
305d3e4cea
- Added the new strings from the multiplayer branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2724 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-11 18:38:52 +00:00
Wanne
17279936bc
- Added the new strings from the multiplayer branch
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2713 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-10 18:23:34 +00:00
Wanne
9b9e22f09d
- Fixes/Improvements to Option screen (by Arynn)
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2709 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-10 10:36:08 +00:00
inshy
9a65840def
Translated new text for Multiplayer and HAM.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2693 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-09 13:58:17 +00:00
Wanne
335747c3ff
Added Headrock's HAM 2.8
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2650 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-04-01 12:20:30 +00:00
Wanne
8fa1c2a4e6
Merged Multiplayer UI patch from Zathras:
...
New Features
- Added hits, misses, accuracy to scoreboard
- Added in-game chat with history
- Added more options from the ini to the host screen, Use NIV and Enable
civillians
bugfixes
- Clients connecting at the same time controlling the wrong client
- Team Deathmatch working again
- Refreshing the player list after a player changes team / edge
- AI is always on for Co-op now
- There is now always a scoreboard in Co-op even when you lose.
- scores on the Co-op scoreboard have been fixed for all deaths including
bleeding
- Start Game button now only appears for server
- Fixed cleaning up game resources on disconnection
- Disabled the 1,2,3,4 keys for connecting / disconnecting
- Fixed victory conditions for all game modes
- Fixed players names getting copied into TeamTurnString each game resulting
in multiple names
- Fixed Assertion bug caused by the game sometimes calling
SetCurrentWorldSector more than once before placement of mercs
- Fixed a bug that was possible when merging items such as M14 and EBR stock
on mapscreen.
- Fixed bug with game starting while a player was in chat, closes chat
window when game is starting
- Fixed bug with game starting while a player was in the options screen, if
the player leaves the mapscreen while ready, they are set to unready
- Team and Spawn direction popups changed to use buttons to open/close them
- Disabled players joining after the laptop has been unlocked, as they would
be out of state with any hires
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2628 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-03-19 15:31:55 +00:00
inshy
9fe8221e31
Translated new strings for Forced Turn Mode (Russian and Polish)
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2625 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-03-18 12:29:08 +00:00
Wanne
c4e483539f
Updates / Fixes by Arynn
...
- Fixed: Mercs randomly drop aimed weapons automatically under some weird circumstances
- Fixed: Merc are now a little more "talkactive"
- Update: New option screen with "Next" and "Prev" button. This allows "unlimited" of options in the option screen
- New: New "Forced turn base mode" option in the option screen and also available via keyboard shortcut (CTRL+ALT+SHIFT+T) in tactical.
This forces the game to go in turn based mode when there are enemies in the sector.
INFO: There is a new STI Graphic (OPTIONSCREENADDONS2.sti) which is needed for the updated option screen.
You can download the file from http://ja2.h758491.serverkompetenz.net/Wanne/NewOptionScreen/OPTIONSCREENADDONS2.sti
Put this file in your Data\Interface folder. If I build a new release I will upload the file to SVN GameDir and then remove it from my private download folder.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2610 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-02-28 09:16:25 +00:00
Wanne
a6adf843b8
1) some fix in russiantext.cpp (by inshy)
...
2) fixed mistakes in UFS web page (was missing ","), add missing line (by inshy)
3) added russian layout for IMP Begin screen, now russian users can type name of they heroes using russian letters. Fixed position for male\female text in russian version (by Heinz)
4) fixed wrong position for items in inventory (by Heinz)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2533 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-01-21 15:21:36 +00:00
SpaceViking
2858c74013
Updated "check goggles" message for French, Polish, and Russian.
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2513 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-01-17 02:40:14 +00:00
SpaceViking
f26095d86f
Space Viking's many mercs changes plus numerous generic bug fixes
...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2498 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-01-15 01:26:13 +00:00
Wanne
bc7014a079
Bugfix: Lua shutdown (possible NULL reference)
...
Russian, French and Polish texts update
Fonts update (for future Italian version)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2463 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2008-12-29 14:08:35 +00:00
Wanne
b8c1ceffee
New Release Build (2445)
...
BE SURE TO UPDATE FROM SVN GAME DIR (REV. 1060) TO GET THE UDPATED GAME DATA FILES (FONTS) FOR THIS SOURCE MODIFICATION, BECAUSE OF FRENCH VERSION ADJUSTMENTS
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2445 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2008-12-05 22:44:55 +00:00
Wanne
8f2201afe4
- on-the-fly convertation of all codepages to unicode (by lalien and bugmonster). I think this is needed for a Polish release in the future.
...
BE SURE TO UPDATE FROM SVN GAME DIR (REV. 1050) TO GET THE NEEDED GAME DATA FILES FOR THIS SOURCE MODIFICATION
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2417 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2008-11-14 11:50:38 +00:00