summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-04Follow up https://github.com/HerculesWS/Hercules/commit/7ec1e8fdff6adad1979d7...shennetsind1-0/+1
2013-03-30Hercules Renewal: clif.c completeshennetsind1-43/+110
2013-03-29Hercules Renewal: clif.cshennetsind1-80/+80
2013-03-02Hercules Renewal: skill.cshennetsind1-4/+4
2013-02-18Improvements all over the placeshennetsind1-1/+1
2013-01-07* Follow Up: r17080markzd1-1/+1
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-21/+21
2012-12-23* Implemented @breakguild (tid:75159) and @hommutate (tid:74651).momacabu1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-1420/+1433
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-1433/+1420
2012-11-20Minor performance improvement; created guild flag cache to replace the ineffi...shennetsind1-24/+77
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-1/+1
2012-11-10Voiding some functions.momacabu1-8/+4
2012-10-29* Follow-up r16835: Some cleanup.euphyy1-20/+20
2012-10-29-Add some src basic documentation.glighta1-104/+189
2012-09-02Hello! few things.shennetsind1-1/+1
2012-05-09* Fixed the guild skill delay reset feature bugreport:5715cleaverbeaver1-1/+1
2012-04-15Follow up r15862 and r15863. Forgot this \o/. /me feels horribly horrible.shennetsind1-3/+3
2012-03-18Added Official Guild Aura Implementation bugreport:667shennetsind1-4/+33
2012-03-17 - Reverted r15701 and r15702 to restore ERS for guild exp cache.gepard19841-10/+21
2012-03-17Follow up r15701 added missing db_destroy for memory stuff.shennetsind1-0/+1
2012-03-17Fixed bugreport:5458 server crashing when a character with guild-exp-tax kill...shennetsind1-21/+9
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-28/+56
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-6/+6
2012-03-05- Guild Castle code cleanup:gepard19841-63/+93
2012-03-04- Guild Castle code cleanup:gepard19841-88/+52
2012-03-02Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`.gepard19841-18/+8
2012-03-02- Fixed dangling pointer caused by r15644 (partially reverted).gepard19841-4/+16
2012-03-01Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing.gepard19841-11/+5
2012-01-17* Merged changes up to eAthena 15054. [ai4rei]eathenabot1-1/+1
2012-01-11Picklog improvements:gepard19841-1/+1
2011-12-19* Merged changes up to eAthena 15036.eathenabot1-2/+1
2011-12-11* Merged changes up to eAthena 15032.eathenabot1-2/+2
2011-12-08Performance Improvement on the guild xy timer, removed a unnecessary idb lookupshennetsind1-3/+2
2011-12-08- Forgot to include the ! symbol, whoopsepoque111-1/+1
2011-12-08- Changed guild member x/y timer to not process the guild if no members are o...epoque111-0/+5
2011-10-28* Fixed db/packet_db.txt reading not checking for max. amount of positions.ai4rei1-4/+5
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-5/+5
2011-05-14* Some NPC event related cleaning.ai4rei1-2/+2
2011-04-16* Some cleanups related to player and monster states.ai4rei1-1/+1
2011-04-10* Fixed @changegm not updating guild window interface after changing the guil...ai4rei1-2/+13
2011-03-20* Random accumulated tweaks and fixes.ai4rei1-1/+3
2010-12-30* Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary)...ai4rei1-77/+36
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-2/+2
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-2/+2
2010-12-02* Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2).ai4rei1-2/+2
2010-11-22* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...ai4rei1-1/+1
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-2/+1
2010-10-11Applied Ai4rei's patch to eliminate unnecessary and redundant castle data sav...Paradox924X1-34/+0
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-28/+28