Difference between revisions of "Hercules Renewal Phase One"

From Hercules Wiki
Jump to: navigation, search
(Available Interfaces)
Line 1: Line 1:
 
The [[Hercules Renewal Phase One]] started March 01, 2013, as [http://hercules.ws/board/topic/237-hercules-renewal/ announced over the forum by Ind]<br/>
 
The [[Hercules Renewal Phase One]] started March 01, 2013, as [http://hercules.ws/board/topic/237-hercules-renewal/ announced over the forum by Ind]<br/>
 
The primary goal of the [[Hercules Renewal Phase One]] was to prepare the core for the [[Hercules Plugin Manager]]<br/>
 
The primary goal of the [[Hercules Renewal Phase One]] was to prepare the core for the [[Hercules Plugin Manager]]<br/>
The [[Hercules Renewal Phase One]] is still ongoing.
+
The [[Hercules Renewal Phase One]] is Completed[[https://github.com/HerculesWS/Hercules/commit/2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6 2f2afbd]].
 
= Available Interfaces =
 
= Available Interfaces =
 
* '''Common'''
 
* '''Common'''
** console (console.c)
+
** console [[Git|src/common/console.c]]
** DB (db.c)
+
** DB [[Git|src/common/db.c]]
** iTimer (timer.c)
+
** iTimer [[Git|src/common/timer.c]]
** iMalloc (mallo.c)
+
** iMalloc [[Git|src/common/mallo.c]]
** SQL (sql.c)
+
** SQL [[Git|src/common/sql.c]]
** strlib (strlib.c)
+
** strlib [[Git|src/common/strlib.c]]
** sv (strlib.c)
+
** sv [[Git|src/common/strlib.c]]
** StrBuf (StringBuf) (strlib.c)
+
** StrBuf [[Git|src/common/strlib.c]]
* '''Map Server'''
+
* '''Map Server'''
** atcommand (atcommand.c)
+
** atcommand [[Git|src/map/atcommand.c]]
** battle (battle.c)
+
** battle [[Git|src/map/battle.c]]
** bg (battlegrounds.c)
+
** bg [[Git|src/map/battleground.c]]
** buyingstore (buyingstore.c)
+
** buyingstore [[Git|src/map/buyingstore.c]]
** clif (clif.c)
+
** clif [[Git|src/map/clif.c]]
** guild (guild.c)
+
** chat [[Git|src/map/chat.c]]
** homun (homunculus.c)
+
** chrif [[Git|src/map/chrif.c]]
** ircbot (irc-bot.c)
+
** duel [[Git|src/map/duel.c]]
** iMap (map.c)
+
** elemental [[Git|src/map/elemental.c]]
** logs (log.c)
+
** guild [[Git|src/map/guild.c]]
** mapit (map.c)
+
** homun [[Git|src/map/homunculus.c]]
** party (party.c)
+
** instance [[Git|src/map/instance.c]]
** pc (pc.c)
+
** intif [[Git|src/map/intif.c]]
** script (script.c)
+
** ircbot [[Git|src/map/irc-bot.c]]
** searchstore (searchstore.c)
+
** itemdb [[Git|src/map/itemdb.c]]
** skill (skill.c)
+
** logs [[Git|src/map/log.c]]
** vending (vending.c)
+
** mail [[Git|src/map/mail.c]]
 +
** map [[Git|src/map/map.c]]
 +
** mapit [[Git|src/map/map.c]]
 +
** mapreg [[Git|src/map/mapreg_sql.c]]
 +
** mercenary [[Git|src/map/mercenary.c]]
 +
** mob [[Git|src/map/mob.c]]
 +
** npc [[Git|src/map/npc.c]]
 +
** npc_chat [[Git|src/map/npc_chat.c]]
 +
** party [[Git|src/map/party.c]]
 +
** path [[Git|src/map/path.c]]
 +
** pc [[Git|src/map/pc.c]]
 +
** pet [[Git|src/map/pet.c]]
 +
** quest [[Git|src/map/quest.c]]
 +
** script [[Git|src/map/script.c]]
 +
** searchstore [[Git|src/map/searchstore.c]]
 +
** skill [[Git|src/map/skill.c]]
 +
** status [[Git|src/map/status.c]]
 +
** storage [[Git|src/map/storage.c]]
 +
** gstorage [[Git|src/map/storage.c]]
 +
** trade [[Git|src/map/trade.c]]
 +
** unit [[Git|src/map/unit.c]]
 +
** vending [[Git|src/map/vending.c]]
 
* '''Char Server'''
 
* '''Char Server'''
** pincode (pincode.c)
+
** pincode [[Git|src/char/pincode.c]]

Revision as of 17:38, 3 October 2013

The Hercules Renewal Phase One started March 01, 2013, as announced over the forum by Ind
The primary goal of the Hercules Renewal Phase One was to prepare the core for the Hercules Plugin Manager
The Hercules Renewal Phase One is Completed[2f2afbd].

Available Interfaces