Difference between revisions of "Hercules Renewal Phase One"
From Hercules Wiki
(→Available Interfaces) |
Dastgirpojee (Talk | contribs) |
||
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 | + | The [[Hercules Renewal Phase One]] is Completed[[https://github.com/HerculesWS/Hercules/commit/2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6 2f2afbd]]. |
= Available Interfaces = | = Available Interfaces = | ||
* '''Common''' | * '''Common''' | ||
− | ** console | + | ** console [[Git|src/common/console.c]] |
− | ** DB | + | ** DB [[Git|src/common/db.c]] |
− | ** iTimer | + | ** iTimer [[Git|src/common/timer.c]] |
− | ** iMalloc | + | ** iMalloc [[Git|src/common/mallo.c]] |
− | ** SQL | + | ** SQL [[Git|src/common/sql.c]] |
− | ** strlib | + | ** strlib [[Git|src/common/strlib.c]] |
− | ** sv | + | ** sv [[Git|src/common/strlib.c]] |
− | ** StrBuf | + | ** StrBuf [[Git|src/common/strlib.c]] |
− | * '''Map Server''' | + | * '''Map Server''' |
− | ** atcommand | + | ** atcommand [[Git|src/map/atcommand.c]] |
− | ** battle | + | ** battle [[Git|src/map/battle.c]] |
− | ** bg | + | ** bg [[Git|src/map/battleground.c]] |
− | ** buyingstore | + | ** buyingstore [[Git|src/map/buyingstore.c]] |
− | ** clif | + | ** clif [[Git|src/map/clif.c]] |
− | ** guild | + | ** chat [[Git|src/map/chat.c]] |
− | ** homun | + | ** chrif [[Git|src/map/chrif.c]] |
− | ** ircbot | + | ** duel [[Git|src/map/duel.c]] |
− | ** | + | ** elemental [[Git|src/map/elemental.c]] |
− | ** logs | + | ** guild [[Git|src/map/guild.c]] |
− | ** mapit | + | ** homun [[Git|src/map/homunculus.c]] |
− | ** party | + | ** instance [[Git|src/map/instance.c]] |
− | ** pc | + | ** intif [[Git|src/map/intif.c]] |
− | ** script | + | ** ircbot [[Git|src/map/irc-bot.c]] |
− | ** searchstore | + | ** itemdb [[Git|src/map/itemdb.c]] |
− | ** skill | + | ** logs [[Git|src/map/log.c]] |
− | ** vending | + | ** 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 [[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
- Common
- console src/common/console.c
- DB src/common/db.c
- iTimer src/common/timer.c
- iMalloc src/common/mallo.c
- SQL src/common/sql.c
- strlib src/common/strlib.c
- sv src/common/strlib.c
- StrBuf src/common/strlib.c
- Map Server
- atcommand src/map/atcommand.c
- battle src/map/battle.c
- bg src/map/battleground.c
- buyingstore src/map/buyingstore.c
- clif src/map/clif.c
- chat src/map/chat.c
- chrif src/map/chrif.c
- duel src/map/duel.c
- elemental src/map/elemental.c
- guild src/map/guild.c
- homun src/map/homunculus.c
- instance src/map/instance.c
- intif src/map/intif.c
- ircbot src/map/irc-bot.c
- itemdb src/map/itemdb.c
- logs src/map/log.c
- mail src/map/mail.c
- map src/map/map.c
- mapit src/map/map.c
- mapreg src/map/mapreg_sql.c
- mercenary src/map/mercenary.c
- mob src/map/mob.c
- npc src/map/npc.c
- npc_chat src/map/npc_chat.c
- party src/map/party.c
- path src/map/path.c
- pc src/map/pc.c
- pet src/map/pet.c
- quest src/map/quest.c
- script src/map/script.c
- searchstore src/map/searchstore.c
- skill src/map/skill.c
- status src/map/status.c
- storage src/map/storage.c
- gstorage src/map/storage.c
- trade src/map/trade.c
- unit src/map/unit.c
- vending src/map/vending.c
- Char Server
- pincode src/char/pincode.c