Difference between revisions of "Hercules Renewal Phase One"

From Hercules Wiki
Jump to: navigation, search
(Created page with "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 t...")
 
(Available Interfaces)
Line 4: Line 4:
 
= Available Interfaces =
 
= Available Interfaces =
 
* '''Common'''
 
* '''Common'''
** console
+
** console (console.c)
** SQL
+
** DB (db.c)
** strlib
+
** iTimer (timer.c)
** sv
+
** iMalloc (mallo.c)
** StrBuf (StringBuf)
+
** SQL (sql.c)
 +
** strlib (strlib.c)
 +
** sv (strlib.c)
 +
** StrBuf (StringBuf) (strlib.c)
 
* '''Map Server'''
 
* '''Map Server'''
** atcommand
+
** atcommand (atcommand.c)
** battle
+
** battle (battle.c)
** buyingstore
+
** bg (battlegrounds.c)
** clif
+
** buyingstore (buyingstore.c)
** guild
+
** clif (clif.c)
** homunculus
+
** guild (guild.c)
** ircbot
+
** homun (homunculus.c)
** log
+
** ircbot (irc-bot.c)
** script
+
** iMap (map.c)
** searchstore
+
** logs (log.c)
** skill
+
** mapit (map.c)
** vending
+
** party (party.c)
 +
** pc (pc.c)
 +
** script (script.c)
 +
** searchstore (searchstore.c)
 +
** skill (skill.c)
 +
** vending (vending.c)
 
* '''Char Server'''
 
* '''Char Server'''
** pincode
+
** pincode (pincode.c)

Revision as of 23:26, 9 June 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 still ongoing.

Available Interfaces

  • Common
    • console (console.c)
    • DB (db.c)
    • iTimer (timer.c)
    • iMalloc (mallo.c)
    • SQL (sql.c)
    • strlib (strlib.c)
    • sv (strlib.c)
    • StrBuf (StringBuf) (strlib.c)
  • Map Server
    • atcommand (atcommand.c)
    • battle (battle.c)
    • bg (battlegrounds.c)
    • buyingstore (buyingstore.c)
    • clif (clif.c)
    • guild (guild.c)
    • homun (homunculus.c)
    • ircbot (irc-bot.c)
    • iMap (map.c)
    • logs (log.c)
    • mapit (map.c)
    • party (party.c)
    • pc (pc.c)
    • script (script.c)
    • searchstore (searchstore.c)
    • skill (skill.c)
    • vending (vending.c)
  • Char Server
    • pincode (pincode.c)