mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Features (by Buggler)
- More AIM sorting options. Default: Sort by Name Laptop\AIM Homepage Screen - Hotkeys 'm': Members Sorting page - Hotkeys 'l': Links page - Hotkeys 'h': History page - Hotkeys 'p': Policies page Laptop\AIM Sorting Screen - Hotkeys BACKSPACE: Back to AIM Homepage Screen - Hotkeys 'm': Mug Shot Index page - Hotkeys 'f': Member page - Hotkeys 'a': Alumni page Laptop\AIM Mug Shot Index Screen - Hotkeys BACKSPACE: Back to AIM Sorting Screen - Hotkeys LEFT ARROW: Previous Page - Hotkeys RIGHT ARROW: Next Page git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5636 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+23
-9
@@ -4515,12 +4515,19 @@ STR16 AimSortText[] =
|
||||
|
||||
// sort by...
|
||||
|
||||
L"Prezzo",
|
||||
L"Prezzo",
|
||||
L"Esperienza",
|
||||
L"Mira",
|
||||
L"Pronto socc.",
|
||||
L"Esplosivi",
|
||||
L"Meccanica",
|
||||
L"Esplosivi",
|
||||
L"Pronto socc.",
|
||||
L"Salute",
|
||||
L"Agilità",
|
||||
L"Destrezza",
|
||||
L"Forza",
|
||||
L"Comando",
|
||||
L"Saggezza",
|
||||
L"Nome",
|
||||
|
||||
//Text of the links to other AIM pages
|
||||
|
||||
@@ -4572,9 +4579,9 @@ STR16 CharacterInfo[] =
|
||||
{
|
||||
// The various attributes of the merc
|
||||
|
||||
L"Salute",
|
||||
L"Agilità",
|
||||
L"Destrezza",
|
||||
L"Salute",
|
||||
L"Agilità",
|
||||
L"Destrezza",
|
||||
L"Forza",
|
||||
L"Comando",
|
||||
L"Saggezza",
|
||||
@@ -4711,12 +4718,19 @@ STR16 AimFiText[] =
|
||||
{
|
||||
// displays the way in which the mercs were sorted
|
||||
|
||||
L"Prezzo ",
|
||||
L"Prezzo",
|
||||
L"Esperienza",
|
||||
L"Mira",
|
||||
L"Pronto socc.",
|
||||
L"Esplosivi",
|
||||
L"Meccanica",
|
||||
L"Esplosivi",
|
||||
L"Pronto socc.",
|
||||
L"Salute",
|
||||
L"Agilità",
|
||||
L"Destrezza",
|
||||
L"Forza",
|
||||
L"Comando",
|
||||
L"Saggezza",
|
||||
L"Nome",
|
||||
|
||||
// The title of the page, the above text gets added at the end of this text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user