From 0e0f194df666d84cf0204fff5ac30ed1378ee286 Mon Sep 17 00:00:00 2001 From: Kamil Chojnowski Date: Sun, 19 Nov 2017 20:09:31 +0100 Subject: [PATCH] Replace a defunct otclient.info link with a link to this repo (closes #821) --- modules/client/client.otmod | 2 +- modules/client_background/background.otmod | 2 +- modules/client_entergame/entergame.otmod | 2 +- modules/client_locales/locales.otmod | 2 +- modules/client_modulemanager/modulemanager.otmod | 2 +- modules/client_options/options.otmod | 2 +- modules/client_serverlist/serverlist.otmod | 2 +- modules/client_stats/stats.otmod | 2 +- modules/client_styles/styles.otmod | 2 +- modules/client_terminal/terminal.otmod | 2 +- modules/client_topmenu/topmenu.otmod | 2 +- modules/corelib/corelib.otmod | 2 +- modules/game_battle/battle.otmod | 2 +- modules/game_bugreport/bugreport.otmod | 2 +- modules/game_combatcontrols/combatcontrols.otmod | 2 +- modules/game_console/console.otmod | 2 +- modules/game_containers/containers.otmod | 2 +- modules/game_cooldown/cooldown.otmod | 2 +- modules/game_healthinfo/healthinfo.otmod | 2 +- modules/game_hotkeys/hotkeys_manager.otmod | 2 +- modules/game_interface/interface.otmod | 2 +- modules/game_inventory/inventory.otmod | 2 +- modules/game_market/market.otmod | 2 +- modules/game_minimap/minimap.otmod | 2 +- modules/game_modaldialog/modaldialog.otmod | 2 +- modules/game_npctrade/npctrade.otmod | 2 +- modules/game_outfit/outfit.otmod | 2 +- modules/game_playerdeath/playerdeath.otmod | 2 +- modules/game_playermount/playermount.otmod | 2 +- modules/game_playertrade/playertrade.otmod | 2 +- modules/game_questlog/questlog.otmod | 2 +- modules/game_ruleviolation/ruleviolation.otmod | 2 +- modules/game_skills/skills.otmod | 2 +- modules/game_spelllist/spelllist.otmod | 2 +- modules/game_textmessage/textmessage.otmod | 2 +- modules/game_textwindow/textwindow.otmod | 2 +- modules/game_viplist/viplist.otmod | 2 +- modules/gamelib/gamelib.otmod | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/modules/client/client.otmod b/modules/client/client.otmod index c250c3f0..4f85a86f 100644 --- a/modules/client/client.otmod +++ b/modules/client/client.otmod @@ -2,7 +2,7 @@ Module name: client description: Initialize the client and setups its main window author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient reloadable: false sandboxed: true scripts: [ client ] diff --git a/modules/client_background/background.otmod b/modules/client_background/background.otmod index fc14d808..d4c3f092 100644 --- a/modules/client_background/background.otmod +++ b/modules/client_background/background.otmod @@ -2,7 +2,7 @@ Module name: client_background description: Handles the background of the login screen author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ background ] dependencies: [ client_topmenu ] diff --git a/modules/client_entergame/entergame.otmod b/modules/client_entergame/entergame.otmod index e56508b9..9d489e52 100644 --- a/modules/client_entergame/entergame.otmod +++ b/modules/client_entergame/entergame.otmod @@ -2,7 +2,7 @@ Module name: client_entergame description: Manages enter game and character list windows author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient dependencies: - client_topmenu diff --git a/modules/client_locales/locales.otmod b/modules/client_locales/locales.otmod index 623701e7..148a1dfe 100644 --- a/modules/client_locales/locales.otmod +++ b/modules/client_locales/locales.otmod @@ -2,7 +2,7 @@ Module name: client_locales description: Translates texts to selected language author: baxnie, edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ locales ] @onLoad: init() diff --git a/modules/client_modulemanager/modulemanager.otmod b/modules/client_modulemanager/modulemanager.otmod index aa839507..af41cdaa 100644 --- a/modules/client_modulemanager/modulemanager.otmod +++ b/modules/client_modulemanager/modulemanager.otmod @@ -2,7 +2,7 @@ Module name: client_modulemanager description: Manage other modules author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ modulemanager ] dependencies: [ client_topmenu ] diff --git a/modules/client_options/options.otmod b/modules/client_options/options.otmod index 8216f644..3fc266bc 100644 --- a/modules/client_options/options.otmod +++ b/modules/client_options/options.otmod @@ -2,7 +2,7 @@ Module name: client_options description: Create the options window author: edubart, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ options ] @onLoad: init() diff --git a/modules/client_serverlist/serverlist.otmod b/modules/client_serverlist/serverlist.otmod index 75427090..2ab968fe 100644 --- a/modules/client_serverlist/serverlist.otmod +++ b/modules/client_serverlist/serverlist.otmod @@ -2,7 +2,7 @@ Module name: client_serverlist description: Manages a server list of previously entered servers author: BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient dependencies: - client_entergame diff --git a/modules/client_stats/stats.otmod b/modules/client_stats/stats.otmod index 95852427..3a2b343c 100644 --- a/modules/client_stats/stats.otmod +++ b/modules/client_stats/stats.otmod @@ -2,7 +2,7 @@ Module name: client_stats description: Sends client statistics to a server author: baxnie - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ stats ] @onLoad: init() diff --git a/modules/client_styles/styles.otmod b/modules/client_styles/styles.otmod index d57e88e4..f7a6f376 100644 --- a/modules/client_styles/styles.otmod +++ b/modules/client_styles/styles.otmod @@ -2,7 +2,7 @@ Module name: client_styles description: Load client fonts and styles author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient scripts: [ styles ] sandboxed: true @onLoad: init() diff --git a/modules/client_terminal/terminal.otmod b/modules/client_terminal/terminal.otmod index e3dc5115..e1559529 100644 --- a/modules/client_terminal/terminal.otmod +++ b/modules/client_terminal/terminal.otmod @@ -2,7 +2,7 @@ Module name: client_terminal description: Terminal for executing lua functions author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient scripts: [ terminal ] sandboxed: true @onLoad: init() diff --git a/modules/client_topmenu/topmenu.otmod b/modules/client_topmenu/topmenu.otmod index b9417afb..4e18fd72 100644 --- a/modules/client_topmenu/topmenu.otmod +++ b/modules/client_topmenu/topmenu.otmod @@ -2,7 +2,7 @@ Module name: client_topmenu description: Create the top menu author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient scripts: [ topmenu ] sandboxed: true @onLoad: init() diff --git a/modules/corelib/corelib.otmod b/modules/corelib/corelib.otmod index 3eda75fe..673b1799 100644 --- a/modules/corelib/corelib.otmod +++ b/modules/corelib/corelib.otmod @@ -2,7 +2,7 @@ Module name: corelib description: Contains core lua classes, functions and constants used by other modules author: OTClient team - website: www.otclient.info + website: https://github.com/edubart/otclient reloadable: false @onLoad: | diff --git a/modules/game_battle/battle.otmod b/modules/game_battle/battle.otmod index 03104b82..4565264b 100644 --- a/modules/game_battle/battle.otmod +++ b/modules/game_battle/battle.otmod @@ -2,7 +2,7 @@ Module name: game_battle description: Manage battle window author: andrefaramir, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ battle ] @onLoad: init() diff --git a/modules/game_bugreport/bugreport.otmod b/modules/game_bugreport/bugreport.otmod index 5a3c2072..5306bb5f 100644 --- a/modules/game_bugreport/bugreport.otmod +++ b/modules/game_bugreport/bugreport.otmod @@ -2,7 +2,7 @@ Module name: game_bugreport description: Bug report interface (Ctrl+Z) author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient scripts: [ bugreport ] sandboxed: true @onLoad: init() diff --git a/modules/game_combatcontrols/combatcontrols.otmod b/modules/game_combatcontrols/combatcontrols.otmod index 043106d3..d6b7132d 100644 --- a/modules/game_combatcontrols/combatcontrols.otmod +++ b/modules/game_combatcontrols/combatcontrols.otmod @@ -2,7 +2,7 @@ Module name: game_combatcontrols description: Combat controls window author: edubart, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ combatcontrols ] @onLoad: init() diff --git a/modules/game_console/console.otmod b/modules/game_console/console.otmod index b0d637a0..361e5d77 100644 --- a/modules/game_console/console.otmod +++ b/modules/game_console/console.otmod @@ -2,7 +2,7 @@ Module name: game_console description: Manage chat window author: edubart, andrefaramir, baxnie, sn4ake, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ console ] @onLoad: init() diff --git a/modules/game_containers/containers.otmod b/modules/game_containers/containers.otmod index b7219f84..6e3d6867 100644 --- a/modules/game_containers/containers.otmod +++ b/modules/game_containers/containers.otmod @@ -2,7 +2,7 @@ Module name: game_containers description: Manage containers author: edubart, baxnie - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [containers] @onLoad: init() diff --git a/modules/game_cooldown/cooldown.otmod b/modules/game_cooldown/cooldown.otmod index 77852b96..69cb33f7 100644 --- a/modules/game_cooldown/cooldown.otmod +++ b/modules/game_cooldown/cooldown.otmod @@ -2,7 +2,7 @@ Module name: game_cooldown description: Spellcooldowns author: OTClient team - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ cooldown ] @onLoad: init() diff --git a/modules/game_healthinfo/healthinfo.otmod b/modules/game_healthinfo/healthinfo.otmod index 45657542..4c52ef04 100644 --- a/modules/game_healthinfo/healthinfo.otmod +++ b/modules/game_healthinfo/healthinfo.otmod @@ -2,7 +2,7 @@ Module name: game_healthinfo description: Displays health, mana points, soul points, and conditions author: edubart, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ healthinfo ] @onLoad: init() diff --git a/modules/game_hotkeys/hotkeys_manager.otmod b/modules/game_hotkeys/hotkeys_manager.otmod index 2247f9a0..4c29b94d 100644 --- a/modules/game_hotkeys/hotkeys_manager.otmod +++ b/modules/game_hotkeys/hotkeys_manager.otmod @@ -2,7 +2,7 @@ Module name: game_hotkeys description: Manage client hotkeys author: andrefaramir, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ hotkeys_manager ] @onLoad: init() diff --git a/modules/game_interface/interface.otmod b/modules/game_interface/interface.otmod index bdb40fd4..63eb5f36 100644 --- a/modules/game_interface/interface.otmod +++ b/modules/game_interface/interface.otmod @@ -2,7 +2,7 @@ Module name: game_interface description: Create the game interface, where the ingame stuff starts author: OTClient team - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ widgets/uigamemap, widgets/uiitem, gameinterface ] load-later: diff --git a/modules/game_inventory/inventory.otmod b/modules/game_inventory/inventory.otmod index 82e6b776..a52550cc 100644 --- a/modules/game_inventory/inventory.otmod +++ b/modules/game_inventory/inventory.otmod @@ -2,7 +2,7 @@ Module name: game_inventory description: View local player equipments window author: baxnie, edubart, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ inventory ] @onLoad: init() diff --git a/modules/game_market/market.otmod b/modules/game_market/market.otmod index 680a7acb..4d6248a7 100644 --- a/modules/game_market/market.otmod +++ b/modules/game_market/market.otmod @@ -2,7 +2,7 @@ Module name: game_market description: Global item market system author: BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ offerstatistic, marketoffer, marketprotocol, market ] @onLoad: init() diff --git a/modules/game_minimap/minimap.otmod b/modules/game_minimap/minimap.otmod index 8f399100..a62ba81b 100644 --- a/modules/game_minimap/minimap.otmod +++ b/modules/game_minimap/minimap.otmod @@ -2,7 +2,7 @@ Module name: game_minimap description: Manage minimap author: edubart, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ minimap ] @onLoad: init() diff --git a/modules/game_modaldialog/modaldialog.otmod b/modules/game_modaldialog/modaldialog.otmod index 050fe428..237e0679 100644 --- a/modules/game_modaldialog/modaldialog.otmod +++ b/modules/game_modaldialog/modaldialog.otmod @@ -2,7 +2,7 @@ Module name: game_modaldialog description: Show and process modal dialogs author: Summ - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true dependencies: [ game_interface ] scripts: [ modaldialog ] diff --git a/modules/game_npctrade/npctrade.otmod b/modules/game_npctrade/npctrade.otmod index 5e1b4d44..df1e9577 100644 --- a/modules/game_npctrade/npctrade.otmod +++ b/modules/game_npctrade/npctrade.otmod @@ -2,7 +2,7 @@ Module name: game_npctrade description: NPC trade interface author: andrefaramir, baxnie - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ npctrade ] @onLoad: init() diff --git a/modules/game_outfit/outfit.otmod b/modules/game_outfit/outfit.otmod index 8b0b2eb4..284d076a 100644 --- a/modules/game_outfit/outfit.otmod +++ b/modules/game_outfit/outfit.otmod @@ -2,7 +2,7 @@ Module name: game_outfit description: Change local player outfit author: baxnie, edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ outfit ] @onLoad: init() diff --git a/modules/game_playerdeath/playerdeath.otmod b/modules/game_playerdeath/playerdeath.otmod index 5e24210d..d8dcbb58 100644 --- a/modules/game_playerdeath/playerdeath.otmod +++ b/modules/game_playerdeath/playerdeath.otmod @@ -2,7 +2,7 @@ Module name: game_playerdeath description: Manage player deaths author: BeniS, edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ playerdeath ] @onLoad: init() diff --git a/modules/game_playermount/playermount.otmod b/modules/game_playermount/playermount.otmod index f8e23677..987e2658 100644 --- a/modules/game_playermount/playermount.otmod +++ b/modules/game_playermount/playermount.otmod @@ -2,7 +2,7 @@ Module name: game_playermount description: Manage player mounts author: BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ playermount ] @onLoad: init() diff --git a/modules/game_playertrade/playertrade.otmod b/modules/game_playertrade/playertrade.otmod index f0ce0ff3..ff670d14 100644 --- a/modules/game_playertrade/playertrade.otmod +++ b/modules/game_playertrade/playertrade.otmod @@ -2,7 +2,7 @@ Module name: game_playertrade description: Allow to trade items with players author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ playertrade ] @onLoad: init() diff --git a/modules/game_questlog/questlog.otmod b/modules/game_questlog/questlog.otmod index 814ed493..7bafbebc 100644 --- a/modules/game_questlog/questlog.otmod +++ b/modules/game_questlog/questlog.otmod @@ -2,7 +2,7 @@ Module name: game_questlog description: View game quests status author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ questlog ] @onLoad: init() diff --git a/modules/game_ruleviolation/ruleviolation.otmod b/modules/game_ruleviolation/ruleviolation.otmod index f3e55b0c..4b5f4fdc 100644 --- a/modules/game_ruleviolation/ruleviolation.otmod +++ b/modules/game_ruleviolation/ruleviolation.otmod @@ -2,7 +2,7 @@ Module name: game_ruleviolation description: Rule violation interface (Ctrl+Y) author: andrefaramir - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ ruleviolation ] @onLoad: init() diff --git a/modules/game_skills/skills.otmod b/modules/game_skills/skills.otmod index 4a506753..fdf4fd65 100644 --- a/modules/game_skills/skills.otmod +++ b/modules/game_skills/skills.otmod @@ -2,7 +2,7 @@ Module name: game_skills description: Manage skills window author: baxnie, edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ skills ] @onLoad: init() diff --git a/modules/game_spelllist/spelllist.otmod b/modules/game_spelllist/spelllist.otmod index 51628cc0..4e3eaece 100644 --- a/modules/game_spelllist/spelllist.otmod +++ b/modules/game_spelllist/spelllist.otmod @@ -2,7 +2,7 @@ Module name: game_spelllist description: View available spells author: Summ, Edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ spelllist ] @onLoad: init() diff --git a/modules/game_textmessage/textmessage.otmod b/modules/game_textmessage/textmessage.otmod index 4cafa1fa..068d0663 100644 --- a/modules/game_textmessage/textmessage.otmod +++ b/modules/game_textmessage/textmessage.otmod @@ -2,7 +2,7 @@ Module name: game_textmessage description: Manage game text messages author: edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ textmessage ] @onLoad: init() diff --git a/modules/game_textwindow/textwindow.otmod b/modules/game_textwindow/textwindow.otmod index b5066ada..d70d6508 100644 --- a/modules/game_textwindow/textwindow.otmod +++ b/modules/game_textwindow/textwindow.otmod @@ -2,7 +2,7 @@ Module name: game_textwindow description: Allow to edit text books and lists author: edubart, BeniS - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true dependencies: [ game_interface ] scripts: [ textwindow ] diff --git a/modules/game_viplist/viplist.otmod b/modules/game_viplist/viplist.otmod index 9aef1e84..c88d44de 100644 --- a/modules/game_viplist/viplist.otmod +++ b/modules/game_viplist/viplist.otmod @@ -2,7 +2,7 @@ Module name: game_viplist description: Manage vip list window author: baxnie, edubart - website: www.otclient.info + website: https://github.com/edubart/otclient sandboxed: true scripts: [ viplist ] @onLoad: init() diff --git a/modules/gamelib/gamelib.otmod b/modules/gamelib/gamelib.otmod index b45f9426..3cf84259 100644 --- a/modules/gamelib/gamelib.otmod +++ b/modules/gamelib/gamelib.otmod @@ -2,7 +2,7 @@ Module name: gamelib description: Contains game related classes author: OTClient team - website: www.otclient.info + website: https://github.com/edubart/otclient dependencies: - game_things