summaryrefslogtreecommitdiff
path: root/src/map/chat.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-05Add missing checks for prevend flagAndrei Karas1-2/+2
2019-04-14Disable chatroom creation if cell_chknochatEmistry Haoyan1-0/+8
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+5
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-16/+23
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-2/+2
2016-07-14Changed chat_data::minLvl and chat_data::maxLvl to int and renamed to min_lev...Haru1-8/+8
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-2/+2
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-8/+10
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-8/+8
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-7/+7
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-1/+1
2015-09-14Add missing checks into chat.cAndrei Karas1-0/+10
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-14/+14
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-5/+5
2015-02-23Hercules Ultimate Localization Designshennetsind1-3/+3
2014-11-16Whitespace cleanup (no code changes)Haru1-16/+16
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-13Removed trailing whitespace (sources)Haru1-3/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-10/+13
2014-05-10Revert "Fixed order of includes in all source files"panikon1-13/+10
2014-05-09Fixed order of includes in all source filesHaru1-10/+13
2014-02-27Cleaned up messages.confHaru1-1/+1
2014-01-14Updated return values of some atcommands.panikon1-66/+96
2014-01-12Changed some void* to the correct data types where applicableHaru1-1/+1
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind1-2/+2
2013-12-09Fixed some logic errorsshennetsind1-2/+2
2013-10-02HPM: Map.c Completedshennetsind1-1/+1
2013-09-27HPM: Chat.c Completedshennetsind1-25/+27
2013-09-27Renamed iMap interface to mapHaru1-42/+32
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-4/+2
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-4/+4
2013-09-16HPM: Npc.c Interfaceshennetsind1-1/+1
2013-09-16Corrected line endings and BOM issues with several filesHaru1-447/+447
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-2/+2
2013-07-29Added chat interfaceSusu1-424/+447
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-20/+20
2013-04-17Fixed Bug #7169shennetsind1-4/+3
2013-03-30Hercules Renewal: clif.c completeshennetsind1-2/+2
2013-03-29Hercules Renewal: clif.cshennetsind1-27/+27
2013-03-02Hercules Renewal: skill.cshennetsind1-1/+1
2013-02-18Improvements all over the placeshennetsind1-2/+2
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-280/+290
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-290/+280
2012-11-11Follow up to r16912 (bugreport:6435), the fix wasn't working because I was mi...momacabu1-2/+8
2012-11-11Fixed bugreport:6435, if you stand on a warp portal with chat room, after you...momacabu1-0/+4