summaryrefslogtreecommitdiff
path: root/src/map/chat.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-29-Add some src basic documentation.glighta1-7/+7
2012-07-24Moved a few messages from source to msg_athena.conf.xazax-hun1-1/+1
2012-07-21Fixed an old bug in waitingroom where NPCs weren't appearing into their chatr...daegaladh1-1/+1
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-2/+2
2012-01-18Optimized chat room kicking (r15487) so that it doesn't alloc a db map unnece...shennetsind1-11/+8
2012-01-18Added official behavior to chat room kicking, when you're kicked out of the c...shennetsind1-4/+12
2011-04-05- Completed L0ne's 2007 request for 'waitingroom' to support required zeny an...Kisuka1-4/+30
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-2/+2
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-1/+6
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-8/+8
2009-04-23Fixed several occurences of map_freeblock() being used before map_deliddb() (...ultramage1-2/+2
2009-02-06Yet another fix to r13503 - dangling player chatroom pointer in id_db (bugrep...ultramage1-0/+1
2009-02-02Fixing r13503...ultramage1-0/+1
2009-01-31objects[] array removal (bugreport:2559)ultramage1-3/+7
2008-12-18Removed charcommand code while allowing atcommand code to support its functio...sketchyphoenix1-0/+1
2008-10-08Fixed chat_createnpcchat() not checking if a chatroom already exists, produci...ultramage1-0/+7
2008-03-12Replaced one incorrect nullpo check in chat_deletenpcchat()ultramage1-2/+4
2008-03-06- Corrected pc_checkitem not behaving correctly when you had more than one eq...skotlex1-1/+1
2008-02-04- Some code cleanups.zephyrus1-0/+6
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-4/+4
2007-09-01Fixed one HORRIBLE typo in the last chat.c update (ARRAYSIZE -> ARRAYLENGTH)ultramage1-2/+2