summaryrefslogtreecommitdiff
path: root/src/map/mail.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-05Add missing checks for prevend flagAndrei Karas1-1/+1
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-2/+2
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-10/+12
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-04Add missing check to mail.cAndrei Karas1-0/+6
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+1
2015-09-10Add extra checks into mail system.Andrei Karas1-1/+3
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-9/+9
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-2/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-7/+9
2014-05-10Revert "Fixed order of includes in all source files"panikon1-9/+7
2014-05-09Fixed order of includes in all source filesHaru1-7/+9
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind1-3/+3
2013-12-14Replaced pc->get_group_level with a macro (pc_get_group_level)shennetsind1-1/+1
2013-11-07Further item bind adjustmentsshennetsind1-1/+1
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-3/+3
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-2/+3
2013-10-02HPM: Map.c Completedshennetsind1-1/+1
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-4/+2
2013-07-11Fixed a little type (follow up to 94d75f8), also defaulted to 0 mute system.Matheus Macabu1-1/+1
2013-07-01Fixed Bug #7216shennetsind1-0/+2
2013-06-15Follow up de3f4423058405636c76e05cd87a6eae0bfa7707shennetsind1-2/+3
2013-06-15Forgot to change something.Matheus Macabu1-3/+18
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-10/+10
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-10/+10
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-1/+1
2013-03-29Hercules Renewal: clif.cshennetsind1-6/+6
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-110/+116
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-116/+110
2012-11-14Following r16914glighta1-1/+0
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-15/+8
2012-11-09- Removed backup.pl (for TXT servers) and vs9-to-vs8.php (outdated versions);momacabu1-1/+0
2012-07-03bugreport:2638 Fixed exploit which allowed items to be mailed while trading/i...shennetsind1-7/+7
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-4/+4
2012-02-12item_trade nodrop/notrade flags no longer share no mail and no auction flags,...shennetsind1-1/+2
2012-02-11Added 2 new item_trade.txt flags as per kenpachi request:shennetsind1-1/+1
2012-01-25 * Fixed zeny duplication exploit in mail system, introduced in r15310.gepard19841-2/+1
2012-01-20Merged TXT removal branch back to trunk.gepard19841-4/+0
2012-01-11Picklog improvements:gepard19841-16/+7
2012-01-01Added new @/# command aliases pattern, all aliases can now be modified/added/...shennetsind1-1/+1
2011-12-29Added mail zeny loss prevention, bugreport:2919shennetsind1-1/+2
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-12/+6
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-3/+3
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-1/+1
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-1/+1
2010-11-22* mail_deliveryfail no longer attempts to log (since r12910) and give items (...ai4rei1-5/+8
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-3/+3