From aa3f63fd497558a02feb3ddbc44f31eac091f39b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Oct 2017 22:14:45 +0300 Subject: Remove most unused files. --- data/help/CMakeLists.txt | 23 ----- data/help/Makefile.am | 26 ------ data/help/about-tmw.txt | 11 --- data/help/about.txt | 21 ----- data/help/chatcommands.txt | 144 ------------------------------ data/help/chatguild.txt | 11 --- data/help/chatparty.txt | 16 ---- data/help/commands.txt | 197 ----------------------------------------- data/help/download.txt | 11 --- data/help/footer.txt | 3 - data/help/header.txt | 3 - data/help/idx/CMakeLists.txt | 16 ---- data/help/idx/Makefile.am | 19 ---- data/help/idx/about-tmw.idx | 2 - data/help/idx/about.idx | 4 - data/help/idx/chatcommands.idx | 4 - data/help/idx/chatguild.idx | 2 - data/help/idx/chatparty.idx | 2 - data/help/idx/download.idx | 1 - data/help/idx/index.idx | 1 - data/help/idx/otherteam.idx | 1 - data/help/idx/skills.idx | 1 - data/help/idx/support.idx | 1 - data/help/idx/tags.idx | 2 - data/help/idx/team.idx | 2 - data/help/index.txt | 22 ----- data/help/otherteam.txt | 77 ---------------- data/help/searchmany.txt | 4 - data/help/searchnotfound.txt | 7 -- data/help/skills.txt | 22 ----- data/help/support.txt | 33 ------- data/help/team.txt | 149 ------------------------------- data/help/tips/1-1.jpg | Bin 42139 -> 0 bytes data/help/tips/1-2.jpg | Bin 26274 -> 0 bytes data/help/tips/1.txt | 3 - data/help/tips/10.txt | 2 - data/help/tips/11.txt | 2 - data/help/tips/12.txt | 3 - data/help/tips/13.txt | 2 - data/help/tips/14.txt | 1 - data/help/tips/15.txt | 2 - data/help/tips/16.txt | 3 - data/help/tips/17.txt | 1 - data/help/tips/18.txt | 3 - data/help/tips/2.txt | 2 - data/help/tips/3.txt | 2 - data/help/tips/4.txt | 2 - data/help/tips/5.txt | 2 - data/help/tips/6.txt | 2 - data/help/tips/7.txt | 2 - data/help/tips/8.txt | 2 - data/help/tips/9.txt | 3 - data/help/tips/CMakeLists.txt | 24 ----- data/help/tips/Makefile.am | 28 ------ data/help/windows.txt | 12 --- 55 files changed, 941 deletions(-) delete mode 100644 data/help/CMakeLists.txt delete mode 100644 data/help/Makefile.am delete mode 100644 data/help/about-tmw.txt delete mode 100644 data/help/about.txt delete mode 100644 data/help/chatcommands.txt delete mode 100644 data/help/chatguild.txt delete mode 100644 data/help/chatparty.txt delete mode 100644 data/help/commands.txt delete mode 100644 data/help/download.txt delete mode 100644 data/help/footer.txt delete mode 100644 data/help/header.txt delete mode 100644 data/help/idx/CMakeLists.txt delete mode 100644 data/help/idx/Makefile.am delete mode 100644 data/help/idx/about-tmw.idx delete mode 100644 data/help/idx/about.idx delete mode 100644 data/help/idx/chatcommands.idx delete mode 100644 data/help/idx/chatguild.idx delete mode 100644 data/help/idx/chatparty.idx delete mode 100644 data/help/idx/download.idx delete mode 100644 data/help/idx/index.idx delete mode 100644 data/help/idx/otherteam.idx delete mode 100644 data/help/idx/skills.idx delete mode 100644 data/help/idx/support.idx delete mode 100644 data/help/idx/tags.idx delete mode 100644 data/help/idx/team.idx delete mode 100644 data/help/index.txt delete mode 100644 data/help/otherteam.txt delete mode 100644 data/help/searchmany.txt delete mode 100644 data/help/searchnotfound.txt delete mode 100644 data/help/skills.txt delete mode 100644 data/help/support.txt delete mode 100644 data/help/team.txt delete mode 100644 data/help/tips/1-1.jpg delete mode 100644 data/help/tips/1-2.jpg delete mode 100644 data/help/tips/1.txt delete mode 100644 data/help/tips/10.txt delete mode 100644 data/help/tips/11.txt delete mode 100644 data/help/tips/12.txt delete mode 100644 data/help/tips/13.txt delete mode 100644 data/help/tips/14.txt delete mode 100644 data/help/tips/15.txt delete mode 100644 data/help/tips/16.txt delete mode 100644 data/help/tips/17.txt delete mode 100644 data/help/tips/18.txt delete mode 100644 data/help/tips/2.txt delete mode 100644 data/help/tips/3.txt delete mode 100644 data/help/tips/4.txt delete mode 100644 data/help/tips/5.txt delete mode 100644 data/help/tips/6.txt delete mode 100644 data/help/tips/7.txt delete mode 100644 data/help/tips/8.txt delete mode 100644 data/help/tips/9.txt delete mode 100644 data/help/tips/CMakeLists.txt delete mode 100644 data/help/tips/Makefile.am delete mode 100644 data/help/windows.txt (limited to 'data/help') diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt deleted file mode 100644 index aae5b480e..000000000 --- a/data/help/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -SET(FILES - about.txt - about-tmw.txt - chatcommands.txt - chatguild.txt - chatparty.txt - commands.txt - download.txt - footer.txt - header.txt - index.txt - otherteam.txt - searchmany.txt - searchnotfound.txt - skills.txt - support.txt - team.txt - windows.txt - ) - -ADD_SUBDIRECTORY(idx tips) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help) diff --git a/data/help/Makefile.am b/data/help/Makefile.am deleted file mode 100644 index 929228dc5..000000000 --- a/data/help/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -SUBDIRS = idx tips - -helpdir = $(pkgdatadir)/data/help - -help_DATA = \ - about-tmw.txt \ - about.txt \ - chatcommands.txt \ - chatguild.txt \ - chatparty.txt \ - commands.txt \ - download.txt \ - footer.txt \ - header.txt \ - index.txt \ - otherteam.txt \ - searchmany.txt \ - searchnotfound.txt \ - skills.txt \ - support.txt \ - team.txt \ - windows.txt - -EXTRA_DIST = \ - $(help_DATA) \ - CMakeLists.txt diff --git a/data/help/about-tmw.txt b/data/help/about-tmw.txt deleted file mode 100644 index 6e8e7394e..000000000 --- a/data/help/about-tmw.txt +++ /dev/null @@ -1,11 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === - - ##2<> - - -> @@http://themanaworld.org/|http://themanaworld.org/@@ diff --git a/data/help/about.txt b/data/help/about.txt deleted file mode 100644 index e0202466b..000000000 --- a/data/help/about.txt +++ /dev/null @@ -1,21 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === - <<##2ManaPlus##9 is extended client based on old code from ##2Mana##9 client. - Added many features, improved perfomance, stability, security and more.>> - - <<##2ManaPlus##9 is a serious effort to create an innovative free and open - source MMORPG Client. ManaPlus uses 2D graphics and aims to create a large - and diverse interactive world. It is licensed under the GPL, making - sure this game can't ever run away from you.>> - -##9 Copyright (C) 2012-2017 The ManaPlus Developers - -> @@team|<>, http://manaplus.org@@ - -##9 Copyright (C) 2004-2017 The Mana World Development Team - -> @@about-tmw|<>@@ - - -> @@about-server|<>@@ - -##9 <> diff --git a/data/help/chatcommands.txt b/data/help/chatcommands.txt deleted file mode 100644 index c171d9487..000000000 --- a/data/help/chatcommands.txt +++ /dev/null @@ -1,144 +0,0 @@ - <- @@index|<>@@ - - -##3 <> - - -##9<> -##2 - <> - <> - <> - <> - - -##9<> -##2 - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - - -##9<> -##2 - <> - <> - <> - - -##9<> -##2 - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - -##9<> -##2 - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - -##9<> -##2 - <> - <> - -##9<> -##2 - <> - <> - <> - <> - <> - -##9<> -##2 - <> - <> - -##9<> - <> - <> - <> - -##9<> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> - -##9<> -##2 - <> - <> - <> - - -##9<> -##2 -<> diff --git a/data/help/chatguild.txt b/data/help/chatguild.txt deleted file mode 100644 index e22507e5f..000000000 --- a/data/help/chatguild.txt +++ /dev/null @@ -1,11 +0,0 @@ - <- @@index|<>@@ - - -##3 <> - -##2 - <> - <> - <> - <> - <> diff --git a/data/help/chatparty.txt b/data/help/chatparty.txt deleted file mode 100644 index e9c5878bd..000000000 --- a/data/help/chatparty.txt +++ /dev/null @@ -1,16 +0,0 @@ - <- @@index|<>@@ - - -##3 <> - -##2 - <> - <> - <> - <> - <> - <> - <> - <> - <> - <> diff --git a/data/help/commands.txt b/data/help/commands.txt deleted file mode 100644 index 799dbed84..000000000 --- a/data/help/commands.txt +++ /dev/null @@ -1,197 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === - -##2<> - - ##2###keyMoveUp;##9 \t40;<<"Move up">> - ##2###keyMoveDown;##9 \t40;<<"Move down">> - ##2###keyMoveLeft;##9 \t40;<<"Move left">> - ##2###keyMoveRight;##9 \t40;<<"Move right">> - ##2###keyAttack;##9 \t40;<<"Attack">> - ##2###keyTargetAttack;##9 \t40;<<"Target & attack">> - ##2###keyMoveToTarget;##9 \t40;<<"Move to target">> - ##2###keyChangeMoveToTarget;##9 \t40;<<"Change move to target type">> - ##2###keyMoveToHome;##9 \t40;<<"Move to home location">> - ##2###keySetHome;##9 \t40;<<"Set home location/set arrow">> - ##2###keyMoveToPoint; + <>##9 \t40;<<"Move to navigation point">> - ##2###keySmilie; + <>##9 \t40;<<"Smilie">> - ##2###keyTalk;##9 \t40;<<"Talk">> - ##2###keyTarget;##9 \t40;<<"Stop Attack">> - ##2###keyTargetMonster;##9 \t40;<<"Target closest monster">> - ##2###keyTargetNPC;##9 \t40;<<"Target NPC">> - ##2###keyTargetPlayer;##9 \t40;<<"Target player">> - ##2###keyPickup;##9 \t40;<<"Pickup">> - ##2###keyChangePickupType;##9 \t40;<<"Change pickup type">> - ##2###keyHideWindows;##9 \t40;<<"Hide windows">> - ##2###keyBeingSit;##9 \t40;<<"Sit">> - ##2###keyScreenshot;##9 \t40;<<"Screenshot">> - ##2###keyTrade;##9 \t40;<<"Enable/disable trading">> - ##2###keyPathfind;##9 \t40;<<"Change map view mode">> - ##2###keyShortcutsKey;##9 \t40;<<"Item shortcuts Key">> - ##2###keyShortcut1;##9 \t40;<<"Item shortcut 1">> - ##2###keyShortcut2;##9 \t40;<<"Item shortcut 2">> - ##2###keyShortcut3;##9 \t40;<<"Item shortcut 3">> - ##2###keyShortcut4;##9 \t40;<<"Item shortcut 4">> - ##2###keyShortcut5;##9 \t40;<<"Item shortcut 5">> - ##2###keyShortcut6;##9 \t40;<<"Item shortcut 6">> - ##2###keyShortcut7;##9 \t40;<<"Item shortcut 7">> - ##2###keyShortcut8;##9 \t40;<<"Item shortcut 8">> - ##2###keyShortcut9;##9 \t40;<<"Item shortcut 9">> - ##2###keyShortcut0;##9 \t40;<<"Item shortcut 10">> - ##2###keyShortcut10;##9 \t40;<<"Item shortcut 11">> - ##2###keyShortcut11;##9 \t40;<<"Item shortcut 12">> - ##2###keyShortcut12;##9 \t40;<<"Item shortcut 13">> - ##2###keyShortcut13;##9 \t40;<<"Item shortcut 14">> - ##2###keyShortcut14;##9 \t40;<<"Item shortcut 15">> - ##2###keyWindowHelp;##9 \t40;<<"Help window">> - ##2###keyWindowStatus;##9 \t40;<<"Status window">> - ##2###keyWindowInventory;##9 \t40;<<"Inventory window">> - ##2###keyWindowEquipment;##9 \t40;<<"Equipment window">> - ##2###keyWindowSkill;##9 \t40;<<"Skill window">> - ##2###keyWindowMinimap;##9 \t40;<<"Minimap window">> - ##2###keyWindowChat;##9 \t40;<<"Chat window">> - ##2###keyWindowShortcut;##9 \t40;<<"Item shortcut window">> - ##2###keyWindowSetup;##9 \t40;<<"Setup window">> - ##2###keyWindowDebug;##9 \t40;<<"Debug window">> - ##2###keyWindowSocial;##9 \t40;<<"Social window">> - ##2###keyWindowEmoteBar;##9 \t40;<<"Emote shortcut window">> - ##2###keyWindowOutfit;##9 \t40;<<"Outfits window">> - ##2###keyWindowShop;##9 \t40;<<"Shop window">> - ##2###keyWindowDrop;##9 \t40;<<"Quick drop window">> - ##2###keyWindowKills;##9 \t40;<<"Kills stats window">> - ##2###keyWindowSpells;##9 \t40;<<"Commands window">> - ##2###keyWindowBotChecker;##9 \t40;<<"Bot checker window">> - ##2###keyWindowOnline;##9 \t40;<<"Who is online window">> - ##2###keyWindowDidYouKnow;##9 \t40;<<"Did you know window">> - ##2###keyWindowQuests;##9 \t40;<<"Quests window">> - ##2###keySmilie; + ###keyEmoteShortcut1;##9 \t40;<<"Emote shortcut 1">> - ##2###keySmilie; + ###keyEmoteShortcut2;##9 \t40;<<"Emote shortcut 2">> - ##2###keySmilie; + ###keyEmoteShortcut3;##9 \t40;<<"Emote shortcut 3">> - ##2###keySmilie; + ###keyEmoteShortcut4;##9 \t40;<<"Emote shortcut 4">> - ##2###keySmilie; + ###keyEmoteShortcut5;##9 \t40;<<"Emote shortcut 5">> - ##2###keySmilie; + ###keyEmoteShortcut6;##9 \t40;<<"Emote shortcut 6">> - ##2###keySmilie; + ###keyEmoteShortcut7;##9 \t40;<<"Emote shortcut 7">> - ##2###keySmilie; + ###keyEmoteShortcut8;##9 \t40;<<"Emote shortcut 8">> - ##2###keySmilie; + ###keyEmoteShortcut9;##9 \t40;<<"Emote shortcut 9">> - ##2###keySmilie; + ###keyEmoteShortcut10;##9 \t40;<<"Emote shortcut 10">> - ##2###keySmilie; + ###keyEmoteShortcut11;##9 \t40;<<"Emote shortcut 11">> - ##2###keySmilie; + ###keyEmoteShortcut12;##9 \t40;<<"Emote shortcut 12">> - ##2###keySmilie; + ###keyEmoteShortcut13;##9 \t40;<<"Emote shortcut 13">> - ##2###keySmilie; + ###keyEmoteShortcut14;##9 \t40;<<"Emote shortcut 14">> - ##2###keyWearOutfit;##9 \t40;<<"Wear outfit">> - ##2###keyCopyOutfit;##9 \t40;<<"Copy outfit">> - ##2###keyCopyEquipedOutfit;##9 \t40;<<"Copy equiped to Outfit">> - ##2###keyOutfitShortcut1;##9 \t40;<<"Outfit shortcut 1">> - ##2###keyOutfitShortcut2;##9 \t40;<<"Outfit shortcut 2">> - ##2###keyOutfitShortcut3;##9 \t40;<<"Outfit shortcut 3">> - ##2###keyOutfitShortcut4;##9 \t40;<<"Outfit shortcut 4">> - ##2###keyOutfitShortcut5;##9 \t40;<<"Outfit shortcut 5">> - ##2###keyOutfitShortcut6;##9 \t40;<<"Outfit shortcut 6">> - ##2###keyOutfitShortcut7;##9 \t40;<<"Outfit shortcut 7">> - ##2###keyOutfitShortcut8;##9 \t40;<<"Outfit shortcut 8">> - ##2###keyOutfitShortcut9;##9 \t40;<<"Outfit shortcut 9">> - ##2###keyOutfitShortcut0;##9 \t40;<<"Outfit shortcut 10">> - ##2###keyOutfitShortcut10;##9 \t40;<<"Outfit shortcut 11">> - ##2###keyOutfitShortcut11;##9 \t40;<<"Outfit shortcut 12">> - ##2###keyOutfitShortcut12;##9 \t40;<<"Outfit shortcut 13">> - ##2###keyOutfitShortcut13;##9 \t40;<<"Outfit shortcut 14">> - ##2###keyOutfitShortcut14;##9 \t40;<<"Outfit shortcut 15">> - ##2###keyChat;##9 \t40;<<"Toggle chat">> - ##2###keyChatScrollUp;##9 \t40;<<"Scroll chat up">> - ##2###keyChatScrollDown;##9 \t40;<<"Scroll chat down">> - ##2###keyChatPrevTab;##9 \t40;<<"Previous chat tab">> - ##2###keyChatNextTab;##9 \t40;<<"Next chat tab">> - ##2###keyChatCloseTab;##9 \t40;<<"Close chat tab">> - ##2###keyChatPrevHistory;##9 \t40;<<"Previous chat tab line">> - ##2###keyChatNextHistory;##9 \t40;<<"Next chat tab line">> - ##2###keyGUITab;##9 \t40;<<"Chat auto complete">> - ##2###keyGUICancel;##9 \t40;<<"Deactivate chat input">> - ##2###keyOK;##9 \t40;<<"Select OK">> - ##2###keyQuit;##9 \t40;<<"Quit">> - ##2###keyIgnoreInput1;##9 \t40;<<"Ignore input 1">> - ##2###keyIgnoreInput2;##9 \t40;<<"Ignore input 2">> - ##2###keyDirectUp;##9 \t40;<<"Set direction up">> - ##2###keyDirectDown;##9 \t40;<<"Set direction down">> - ##2###keyDirectLeft;##9 \t40;<<"Set direction left">> - ##2###keyDirectRight;##9 \t40;<<"Set direction right">> - ##2###keyCrazyMoves;##9 \t40;<<"Crazy moves">> - ##2###keyChangeCrazyMoveType;##9 \t40;<<"Change crazy Move mode">> - ##2###keyQuickDrop;##9 \t40;<<"Quick drop N items from 0 slot">> - ##2###keyQuickDropN;##9 \t40;<<"Quick drop N items">> - ##2###keySwitchQuickDrop;##9 \t40;<<"Switch quick drop counter">> - ##2###keyMagicInma1;##9 \t40;<<"Quick heal target or self">> - ##2###keyMagicItenplz;##9 \t40;<<"Use #itenplz spell">> - ##2###keyMagicAttack;##9 \t40;<<"Use magic attack">> - ##2###keySwitchMagicAttack;##9 \t40;<<"Switch magic attack">> - ##2###keySwitchPvpAttack;##9 \t40;<<"Switch pvp attack">> - ##2###keyInvertDirection;##9 \t40;<<"Change move type">> - ##2###keyChangeAttackWeaponType;##9 \t40;<<"Change attack weapon type">> - ##2###keyChangeAttackType;##9 \t40;<<"Change attack type">> - ##2###keyChangeFollowMode;##9 \t40;<<"Change follow mode">> - ##2###keyChangeImitationMode;##9 \t40;<<"Change imitation mode">> - ##2###keyDisableGameModifiers;##9 \t40;<<"Disable / enable game modifier keys">> - ##2###keyChangeAudio;##9 \t40;<<"On / off audio">> - ##2###keyAway;##9 \t40;<<"Enable / disable away mode">> - ##2###keyRightClick;##9 \t40;<<"Emulate right click from keyboard">> - ##2###keyCameraMode;##9 \t40;<<"Toggle camera mode">> - ##2###keySafeVideo;##9 \t40;<<"Reset video mode to safe value">> - - -##2<> - -<< Left click to execute default action: walk, pick up an item, attack a monster - and talk to NPCs (be sure to click on their feet). Right click to show up a - context menu. Holding [Left Shift] prevents from walking when attacking.>> - - -##2<> - - <> - - <> @@chatcommands|<>@@ - - -##2<> - -<< You may find that not all communication is to your liking. While most people - are nice, some may offend you or try to make your life harder-- since this is - an open game, there is nothing the developers can do to prevent this.>> - -<< However, you can protect yourself from such players by ignoring them. Right- - click on them to bring up the context menu, then select `Ignore' or - `Disregard' (see below). You can fine-tune your player relations in the - `Setup' menu, which lists all the players you have added to it. To open this - menu, select `Setup' in the upper right corner of the screen, then `Relations'.>> - -<< There you will find a list of all players you are acquainted with, as well as - several configuration options:>> - -<< - ##2save player list##9: Should your acquaintance list be saved when you - quit the game? If you enable this option, your list will survive when you - quit and re-start.>> -<< - ##2allow trading##9: Do you wish to allow trade requests from arbitrary - players?>> -<< - ##2allow whispers##9: Do you wish to allow arbitrary players to send - private messages to you in-game?>> - -##2<> - -<< The player list lists all of your acquaintances. They are categorised as one - of the following:>> - -<< - ##2neutral##9: As far as the game is concerned, this is the same as not - having the player listed: the player may chat with you, but may only trade - or whisper if you have this option allowed for everyone.>> -<< - ##2friend##9: You consider this player a friend. The player may chat, - message your in private, or trade with you at any point.>> -<< - ##2disregarded##9: You wish to disregard this player, meaning that his or - her chat messages are not logged and trade requests and whispers are - ignored.>> -<< - ##2ignored##9: You wish to completely ignore this player. You will not - even see floating text for him or her anymore, nor emotions.>> - - diff --git a/data/help/download.txt b/data/help/download.txt deleted file mode 100644 index d8381a26c..000000000 --- a/data/help/download.txt +++ /dev/null @@ -1,11 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === - - ##2Android: @@http://download.evolonline.org/manaplus/download/manaplus.apk|apk@@, @@http://www.amazon.com/gp/product/B00FINPCWA|Amazon@@, @@https://play.google.com/store/apps/details?id=org.evolonline.beta.manaplus|Google Play@@ - ##2Chrome: @@https://chrome.google.com/webstore/detail/manaplus/fgdcjlfkdeadkbplfhkbjjccagjepodj|<>@@ - ##2MacOSX: @@http://download.evolonline.org/manaplus/macosx/manaplus-lion-1.3.9.15.dmg|Lion@@, @@http://download.evolonline.org/manaplus/macosx/manaplus-snowleopard.dmg|Snow leopard@@ - ##2Windows: @@http://download.evolonline.org/manaplus/download/manaplus-win32.exe|<>@@, @@http://manaplus.org/windowsinstaller|<>@@ - ##2<> @@http://download.evolonline.org/manaplus/download/manaplus.tar.xz|<>@@ - ##2<> @@http://download.evolonline.org/manaplus/download/manaplus-linux.tar.bz2|<>@@ diff --git a/data/help/footer.txt b/data/help/footer.txt deleted file mode 100644 index be8738115..000000000 --- a/data/help/footer.txt +++ /dev/null @@ -1,3 +0,0 @@ - -##2 <> - diff --git a/data/help/header.txt b/data/help/header.txt deleted file mode 100644 index 2657b9e4e..000000000 --- a/data/help/header.txt +++ /dev/null @@ -1,3 +0,0 @@ - - <<##2ManaPlus version: ##6%VER%>> - diff --git a/data/help/idx/CMakeLists.txt b/data/help/idx/CMakeLists.txt deleted file mode 100644 index 64a2f7b2c..000000000 --- a/data/help/idx/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -SET(FILES - about-tmw.idx - about.idx - chatcommands.idx - chatguild.idx - chatparty.idx - download.idx - index.idx - otherteam.idx - skills.idx - support.idx - tags.idx - team.idx - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/idx) diff --git a/data/help/idx/Makefile.am b/data/help/idx/Makefile.am deleted file mode 100644 index fd9119f4c..000000000 --- a/data/help/idx/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -idxdir = $(pkgdatadir)/data/help/idx - -idx_DATA = \ - about-tmw.idx \ - about.idx \ - chatcommands.idx \ - chatguild.idx \ - chatparty.idx \ - download.idx \ - index.idx \ - otherteam.idx \ - skills.idx \ - support.idx \ - tags.idx \ - team.idx - -EXTRA_DIST = \ - $(idx_DATA) \ - CMakeLists.txt diff --git a/data/help/idx/about-tmw.idx b/data/help/idx/about-tmw.idx deleted file mode 100644 index b5c67b356..000000000 --- a/data/help/idx/about-tmw.idx +++ /dev/null @@ -1,2 +0,0 @@ -about-tmw|tmw -about-tmw|abouttmw diff --git a/data/help/idx/about.idx b/data/help/idx/about.idx deleted file mode 100644 index 40ce8cb34..000000000 --- a/data/help/idx/about.idx +++ /dev/null @@ -1,4 +0,0 @@ -about|about -about|about manaplus -about|manaplus about -about|manaplus diff --git a/data/help/idx/chatcommands.idx b/data/help/idx/chatcommands.idx deleted file mode 100644 index 1a1a9bf88..000000000 --- a/data/help/idx/chatcommands.idx +++ /dev/null @@ -1,4 +0,0 @@ -chatcommands|chat -chatcommands|commands -chatcommands|chat commands -chatcommands|chat command diff --git a/data/help/idx/chatguild.idx b/data/help/idx/chatguild.idx deleted file mode 100644 index 4a0391238..000000000 --- a/data/help/idx/chatguild.idx +++ /dev/null @@ -1,2 +0,0 @@ -chatguild|guild commands -chatguild|guild chat diff --git a/data/help/idx/chatparty.idx b/data/help/idx/chatparty.idx deleted file mode 100644 index 7ab6a3a79..000000000 --- a/data/help/idx/chatparty.idx +++ /dev/null @@ -1,2 +0,0 @@ -chatparty|party commands -chatparty|party chat diff --git a/data/help/idx/download.idx b/data/help/idx/download.idx deleted file mode 100644 index f1f54d3b3..000000000 --- a/data/help/idx/download.idx +++ /dev/null @@ -1 +0,0 @@ -download|download diff --git a/data/help/idx/index.idx b/data/help/idx/index.idx deleted file mode 100644 index 3eb5d4fd1..000000000 --- a/data/help/idx/index.idx +++ /dev/null @@ -1 +0,0 @@ -index|index diff --git a/data/help/idx/otherteam.idx b/data/help/idx/otherteam.idx deleted file mode 100644 index 046e344d1..000000000 --- a/data/help/idx/otherteam.idx +++ /dev/null @@ -1 +0,0 @@ -otherteam|mana diff --git a/data/help/idx/skills.idx b/data/help/idx/skills.idx deleted file mode 100644 index 9f2c515c0..000000000 --- a/data/help/idx/skills.idx +++ /dev/null @@ -1 +0,0 @@ -skills|skills diff --git a/data/help/idx/support.idx b/data/help/idx/support.idx deleted file mode 100644 index 88fe0fd9d..000000000 --- a/data/help/idx/support.idx +++ /dev/null @@ -1 +0,0 @@ -support|support diff --git a/data/help/idx/tags.idx b/data/help/idx/tags.idx deleted file mode 100644 index c2b3ec591..000000000 --- a/data/help/idx/tags.idx +++ /dev/null @@ -1,2 +0,0 @@ -tips/12|warp -tips/12|warps diff --git a/data/help/idx/team.idx b/data/help/idx/team.idx deleted file mode 100644 index 598e3be8e..000000000 --- a/data/help/idx/team.idx +++ /dev/null @@ -1,2 +0,0 @@ -team|team -team|manaplus diff --git a/data/help/index.txt b/data/help/index.txt deleted file mode 100644 index bb02caa96..000000000 --- a/data/help/index.txt +++ /dev/null @@ -1,22 +0,0 @@ -##3 === <> === - - ##1-> @@about|<>@@ - -> @@download|<>@@ - -> @@team|<>@@ - - -> @@commands|<>@@ - -> @@chatcommands|<>@@ - -> @@windows|<>@@ - -> @@skills|<>@@ - - -> @@news|<>@@ - -> @@support|<>@@ - - -##3 === <> === - -<<##2 SDL, SDL_image, SDL_mixer (Media framework) -##2 SDL_net (Networking framework) -##2 libxml2 (XML parsing and writing) -##2 libcurl (HTTP downloads) -##2 zlib (Archives)>> diff --git a/data/help/otherteam.txt b/data/help/otherteam.txt deleted file mode 100644 index bdfcd243a..000000000 --- a/data/help/otherteam.txt +++ /dev/null @@ -1,77 +0,0 @@ - <- @@index|<>@@ - - -<> - -##3----------------------- -##3-- <> -- -##3----------------------- - -<<##9 This file lists all contributors up to the current release. Check the wiki -##9 for the currently active development team.>> - -##3== <> == - -##9Aaron Marks -##9Alexander Baldeck (Shura) -##9Andreas Habel -##9Andrei Karas (4144) -##9Andrej Sinicyn -##9Bernd Wachter (Aard) -##9Blue Sans Douze (Blue112) -##9Bjrn Steinbrink (Doener) -##9Cedric Borgese (moi1392) -##9Chuck Miller (Kage) -##9Daniel Bradshaw -##9David Athay (trapdoor) -##9Dennis Friis -##9Douglas Boffey -##9Duane Bailey -##9Eugenio Favalli -##9Eric Scrivner -##9Fate -##9Fredrik Reveny -##9Freeyorp -##9Guillaume Melquiond (Silene) -##9Ira Rice (Tametomo) -##9Jan-Fabian Humann (Mra) -##9Jared Adams -##9Jos vila -##9Joshua Langley -##9Kess Vargavind -##9Kiyoshi Kyokai -##9Krzysztof Daszuta -##9Lloyd Bryant -##9Marcel W. Wysocki -##9Mateusz Kaduk (Usiu) -##9Matthias Hartmann -##9Philipp Sehmisch (Crush) -##9Roderic Morris (rodge) -##9Rogier Polak -##9Scott Ellis -##9Simon Edwardsson -##9Stefan Dombrowski -##9Steve Cotton -##9Thorbjrn Lindeijer -##9Maximilian Philipps -##9Yohann Ferreira - -##3== <> == - -##9Alexander Breidenbroich (German) -##9Blue Sans Douze (French) -##9Eugenio Favalli (Italian) -##9Jonathan Kolberg (German) -##9Jumpy (French) -##9Kess Vargavind (Swedish) -##9Leif Kildelund (Danish) -##9Matthias Hartmann (German) -##9Thorbjrn Lindeijer (Dutch) - -##3== <> == - -##9Jean-Francois Lampron -##9Rodney Dawes -##9Ultramichy -##9Zuzanna K. Filutowska - diff --git a/data/help/searchmany.txt b/data/help/searchmany.txt deleted file mode 100644 index 4359072ef..000000000 --- a/data/help/searchmany.txt +++ /dev/null @@ -1,4 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> ===##1 diff --git a/data/help/searchnotfound.txt b/data/help/searchnotfound.txt deleted file mode 100644 index f9eb83d32..000000000 --- a/data/help/searchnotfound.txt +++ /dev/null @@ -1,7 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === -<> - - diff --git a/data/help/skills.txt b/data/help/skills.txt deleted file mode 100644 index 379e7e276..000000000 --- a/data/help/skills.txt +++ /dev/null @@ -1,22 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === - -<< You can improve your skills by increasing job level. Each job level - gives you 1 point to spend on basic skills.>> - - ##4 <> - - <<##2Emote:##9 enables the ability to express emotions.>> - <<##2Trade:##9 enables the ability to trade with others.>> - <<##2Party Level1:##9 enables a char to join a party.>> - <<##2Party level2:##9 enables a char to create a party.>> - - ##4 <> - - <<##9Magic skills can be obtain by doing quests and missions in game.>> - - ##4 <> - - <<##9Other skills can be obtain by doing quests and missions in game.>> diff --git a/data/help/support.txt b/data/help/support.txt deleted file mode 100644 index b64b1fcd1..000000000 --- a/data/help/support.txt +++ /dev/null @@ -1,33 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === - -<< If you're having troubles, please first of all read the FAQ. If you - can't find a solution to your problem, feel free to check our - Bugs/Support section of the forum:>> - - <> - @@%SUPPORTURL%|%SUPPORTURL%@@ - - <> - - <> -##2 #evolonline ##9@##2 irc.freenode.net - - <> - - <> -##2 #manaplus #evolonline ##9@##2 irc.freenode.net - - - <> - -##2 @@http://forums.themanaworld.org/viewforum.php?f=3|http://forums.themanaworld.org@@ - <> -##2 #themanaworld ##9@##2 irc.freenode.net - - <> - - <> diff --git a/data/help/team.txt b/data/help/team.txt deleted file mode 100644 index 9aaf57ad1..000000000 --- a/data/help/team.txt +++ /dev/null @@ -1,149 +0,0 @@ -.<- @@index|<>@@ - -@@http://manaplus.org/|<> http://manaplus.org@@ - -##3--------------------------- -##3-- <> -- -##3--------------------------- -##3== <> == - -##3<> -##9Andrei Karas (4144) -##9Danil Sagunov (Vasily_Makarov) - -##3<> -##9Andrei Karas (4144) -##9Danil Sagunov (Vasily_Makarov) - -##3<> -##9Philippe Groarke (Socapex) <> -##9Haru - -##3<
> -##9Andrei Karas (4144) - -##3<> -##9Ben Longbons -##9Helmut Grohne (gnurfk) -##9Maarten Vanraes (AL13N) -##9Mihail Barer (Necromonger) <> -##9Vincent Petithory (V0id) - -##3== <> == -##3Czech -##9Petr Varkoček (pitriss) -##9Samuraiii -##9Zirry - -##3Danish -##9GonzoDark - -##3Dutch -##9Elvano Miok (Elvano) - -##3Esperanto -##9Tirifto - -##3Vlaams -##9Maarten Vanraes (AL13N) - -##3Finnish -##9Sini Ruohomaa (Byakushin) - -##3French -##9Antoine Ruck (Jumpy) -##9Bernard Hugonnet (Nard) -##9Choupom -##9Nina O'Reilly (Reid) -##9Steel Style -##9Yohann Ferreira (Bertram) -##9(Alige) - -##3German -##9Anna -##9DerLoisl -##9Fortunato -##9Marco Jäger (LinuxCobra/Cobraxas) -##9matheus23 -##9Philipp -##9Rosemarie Tauber -##9Suni -##9tux9th - -##3Greek -##9DarkDragon - -##3Indonesian -##9adjieps -##9Fuad Fauzi -##9genesis - -##3Italian -##9Alessandro Camplese (Alel) -##9Francesco Miglietta (Hal9000) -##9Guglielmo Pini (WildX) - -##3Japanese -##9Candy -##9Mihail Barer (Necromonger) -##9sn0w75 - -##3Polish -##9Derpella -##9foobo - -##3Portuguese -##9Aline Ferraz de Souza (Freya) - -##3Portuguese (Brazil) -##9alastrim -##9Aline Ferraz de Souza (Freya) -##9bruno.nunes -##9Luciano Zago -##9María Rolón - -##3Russian -##9Alexandr Uspensky -##9Andrei Karas (4144) -##9Danil Sagunov (Vasily_Makarov) -##9Saidullin Il'shat (Kenny690) -##9Mihail Barer (Necromonger) -##9Victor -##9Yummie - -##3Spanish -##9Antoine Ruck (Jumpy) -##9Narus -##9Nelson Martell (nelson6e65) -##9Maria -##9Mr Pirate -##9osuka - -##3Ukraine -##9William Lee - -##3Turkish -##9HiiroNoHige - -##3== <> == -##9Aline Ferraz de Souza (Freya) -<> pink, unity - -##9Felix Jely (Lien) -<> blackwood - -##9Francesco Miglietta (Hal9OOO) -<> jewelry - -##9Max Isele (DerLoisl) -alien emote - -##9Nina O'Reilly (Reid) -emotes, icons - -##3== <> == -##9artisticdude -##9Cori Samuel -##9psi-plus contributors - -@@otherteam|Mana contributors@@ diff --git a/data/help/tips/1-1.jpg b/data/help/tips/1-1.jpg deleted file mode 100644 index 855e72315..000000000 Binary files a/data/help/tips/1-1.jpg and /dev/null differ diff --git a/data/help/tips/1-2.jpg b/data/help/tips/1-2.jpg deleted file mode 100644 index 3028e6ce6..000000000 Binary files a/data/help/tips/1-2.jpg and /dev/null differ diff --git a/data/help/tips/1.txt b/data/help/tips/1.txt deleted file mode 100644 index 24e026986..000000000 --- a/data/help/tips/1.txt +++ /dev/null @@ -1,3 +0,0 @@ -<> -~~~help/tips/1-1.jpg~ -~~~help/tips/1-2.jpg~ diff --git a/data/help/tips/10.txt b/data/help/tips/10.txt deleted file mode 100644 index fdea2e3d1..000000000 --- a/data/help/tips/10.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/11.txt b/data/help/tips/11.txt deleted file mode 100644 index 6534a6cf7..000000000 --- a/data/help/tips/11.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/12.txt b/data/help/tips/12.txt deleted file mode 100644 index e251ec27e..000000000 --- a/data/help/tips/12.txt +++ /dev/null @@ -1,3 +0,0 @@ -<> diff --git a/data/help/tips/13.txt b/data/help/tips/13.txt deleted file mode 100644 index 1d1fef6e2..000000000 --- a/data/help/tips/13.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/14.txt b/data/help/tips/14.txt deleted file mode 100644 index 831d52bb4..000000000 --- a/data/help/tips/14.txt +++ /dev/null @@ -1 +0,0 @@ -<> diff --git a/data/help/tips/15.txt b/data/help/tips/15.txt deleted file mode 100644 index 0e877ba7a..000000000 --- a/data/help/tips/15.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/16.txt b/data/help/tips/16.txt deleted file mode 100644 index 0e8c9f681..000000000 --- a/data/help/tips/16.txt +++ /dev/null @@ -1,3 +0,0 @@ -<> - -@@http://manaplus.org/|http://manaplus.org/@@ diff --git a/data/help/tips/17.txt b/data/help/tips/17.txt deleted file mode 100644 index b44e46030..000000000 --- a/data/help/tips/17.txt +++ /dev/null @@ -1 +0,0 @@ -<> diff --git a/data/help/tips/18.txt b/data/help/tips/18.txt deleted file mode 100644 index 393ebb7a6..000000000 --- a/data/help/tips/18.txt +++ /dev/null @@ -1,3 +0,0 @@ -<> diff --git a/data/help/tips/2.txt b/data/help/tips/2.txt deleted file mode 100644 index 5fbaf0790..000000000 --- a/data/help/tips/2.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/3.txt b/data/help/tips/3.txt deleted file mode 100644 index b0afdd5b0..000000000 --- a/data/help/tips/3.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/4.txt b/data/help/tips/4.txt deleted file mode 100644 index 3f7006769..000000000 --- a/data/help/tips/4.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/5.txt b/data/help/tips/5.txt deleted file mode 100644 index e2f5f245e..000000000 --- a/data/help/tips/5.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/6.txt b/data/help/tips/6.txt deleted file mode 100644 index 4d3514236..000000000 --- a/data/help/tips/6.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/7.txt b/data/help/tips/7.txt deleted file mode 100644 index 27dd33da0..000000000 --- a/data/help/tips/7.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/8.txt b/data/help/tips/8.txt deleted file mode 100644 index 9caff898a..000000000 --- a/data/help/tips/8.txt +++ /dev/null @@ -1,2 +0,0 @@ -<> diff --git a/data/help/tips/9.txt b/data/help/tips/9.txt deleted file mode 100644 index a66c4a803..000000000 --- a/data/help/tips/9.txt +++ /dev/null @@ -1,3 +0,0 @@ -<> - diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt deleted file mode 100644 index e779e8f5b..000000000 --- a/data/help/tips/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -SET(FILES - 1.txt - 1-1.jpg - 1-2.jpg - 2.txt - 3.txt - 4.txt - 5.txt - 6.txt - 7.txt - 8.txt - 9.txt - 10.txt - 11.txt - 12.txt - 13.txt - 14.txt - 15.txt - 16.txt - 17.txt - 18.txt - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips) diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am deleted file mode 100644 index f1fa9b4f0..000000000 --- a/data/help/tips/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ - -helptipsdir = $(pkgdatadir)/data/help/tips - -helptips_DATA = \ - 1.txt \ - 1-1.jpg \ - 1-2.jpg \ - 2.txt \ - 3.txt \ - 4.txt \ - 5.txt \ - 6.txt \ - 7.txt \ - 8.txt \ - 9.txt \ - 10.txt \ - 11.txt \ - 12.txt \ - 13.txt \ - 14.txt \ - 15.txt \ - 16.txt \ - 17.txt \ - 18.txt - -EXTRA_DIST = \ - $(helptips_DATA) \ - CMakeLists.txt diff --git a/data/help/windows.txt b/data/help/windows.txt deleted file mode 100644 index b0607b550..000000000 --- a/data/help/windows.txt +++ /dev/null @@ -1,12 +0,0 @@ - <- @@index|<>@@ - - -##3 === <> === - -##2<> - -<< To add an item to the shortcut bar click on the item in the inventory window, - then click on the box in the shortcut-window which should be associated with - the item. To reorder items within the shortcut-window simply click and drag - them between the boxes. To remove items you simply drag them outside of the - window and drop them.>> -- cgit v1.2.3-70-g09d2