summaryrefslogtreecommitdiff
path: root/src/map/intif.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-4/+4
2012-12-05- Re-committed r16987 (pid:161281).glighta1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-1573/+1448
2012-11-30-Fix old warnings. 1st step to get ride of -wno flag in configure. glighta1-1/+1
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-1448/+1573
2012-11-14Following r16914glighta1-1/+1
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-34/+32
2012-10-31Improved char server packet 0x3087, gave it a variable/dynamic length so that...shennetsind1-4/+4
2012-10-29-Add some src basic documentation.glighta1-59/+105
2012-05-01Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3.shennetsind1-1/+36
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-2/+95
2012-03-31* Merged changes up to eAthena 15084.eathenabot1-1/+10
2012-03-30- Fixed warning notice of nullpo_retv (follow up to r15816)epoque111-1/+1
2012-03-29- Merged main-chat message handling (as requested/enforced by trojal <3)epoque111-0/+21
2012-03-13Fixed mail system not notifying about new messages that were received from an...gepard19841-11/+0
2012-03-05- Guild Castle code cleanup:gepard19841-8/+2
2012-03-04- Guild Castle code cleanup:gepard19841-18/+15
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-1/+1
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-16/+18
2012-01-20Merged TXT removal branch back to trunk.gepard19841-6/+1
2012-01-11Picklog improvements:gepard19841-1/+1
2011-12-23- Removed unused "save_log" setting (addepted from char server, used to debug...GodLesZ1-5/+1
2011-10-09* Rework some party code.flaviojs1-9/+10
2011-05-14* Added settings 'cashshop_show_points' and 'mail_show_status', both disabled...ai4rei1-1/+1
2010-12-18* Bunch of intif_parse_LoadGuildStorage fixes.ai4rei1-4/+1
2010-12-11* Fixed error message in intif_parse_mercenary_received printing wrong struct...ai4rei1-1/+1
2010-12-09* Removed some of the duplicate, storage-related packet code.ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-3/+3
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-3/+3
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-10/+9
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-4/+4
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X1-7/+7
2009-11-03Extended broadcast implementation:Gepard1-20/+31
2009-10-27* Cast time of Emergency Call is doubled if you master of High Jump. Inkfish1-2/+3
2009-10-27Fixed quest will never get erased when it's the only quest you have.Inkfish1-2/+7
2009-09-04* QuestLog Fix.Inkfish1-0/+12
2009-08-21Fixed the wrong packet length makes client choke when add_quest packets are s...Inkfish1-21/+3
2009-08-12- Optimization to instance system.zephyrus1-2/+1
2009-07-28* Some more updates to Quest LogInkfish1-50/+30
2009-07-26* Some updates of Quest Log systemInkfish1-1/+1
2009-07-25Rewrote Quest Log system.Inkfish1-6/+33
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-1/+9
2009-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish1-3/+4
2009-03-16Fixed a logic typo in one empty string check (from r4823).ultramage1-1/+1
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage1-4/+9
2008-09-11Removed a few out of date messages from msg_athena, and updated some others.L0ne_W0lf1-2/+2
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-1/+2
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus1-1/+46
2008-08-23- Added column `mer_id` on char_dbzephyrus1-4/+14