Difference between revisions of "Hercules Renewal Phase One"
From Hercules Wiki
Dastgirpojee (Talk | contribs) |
(<replacetext_editsummary>) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | The [[Hercules Renewal Phase One]] started March 01, 2013, as [http:// | + | The [[Hercules Renewal Phase One]] started March 01, 2013, as [http://herc.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 Completed[[https://github.com/HerculesWS/Hercules/commit/2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6 2f2afbd]]. | The [[Hercules Renewal Phase One]] is Completed[[https://github.com/HerculesWS/Hercules/commit/2f2afbd3b63a75695f8f96e3bcb4db9fff5a7dc6 2f2afbd]]. | ||
Line 53: | Line 53: | ||
* '''Char Server''' | * '''Char Server''' | ||
** pincode [[Git|src/char/pincode.c]] | ** pincode [[Git|src/char/pincode.c]] | ||
+ | |||
+ | [[Category:Hercules]] |
Latest revision as of 12:45, 25 April 2016
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