summaryrefslogtreecommitdiff
path: root/src/map/chat.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-31* Documented/cleaned up chatroom code and packetryultramage1-34/+41
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-0/+1
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-134/+119
2007-08-15* Some serious code cleanupsultramage1-28/+21
2007-05-19Reformatting @_@ultramage1-12/+6
2007-05-07* Fixed warpwaitingpc not working (bug introduced in r10471).FlavioJS1-2/+2
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-84/+72
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-1/+1
2007-02-02Typoultramage1-1/+1
2007-02-02Corrected the chat system to allow 8-letter passwordsultramage1-8/+7
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-390/+390
2006-11-17- Fixed client not validating the chat-kick-request packet, which can cause c...skotlex1-0/+2
2006-09-20- A mob's HP is set temporarily to 0 before invoking it's on-death script, pr...skotlex1-14/+20
2006-09-05- Corrected SC_INTRAVISION not starting.skotlex1-4/+7
2006-07-27- Applied the necessary changes to make @partyoption reflect it's changes on ...skotlex1-1/+1
2006-07-04- Added a check when joining a chat to make sure the target object is of type...skotlex1-1/+1
2006-07-03- Fixed a compile warning in login sql/txtskotlex1-1/+1
2006-06-30- Added mapflag "nochat" to prevent chatting rooms from being created.skotlex1-0/+6
2006-05-09- Small fix in npc-created chat rooms to properly include the terminating 0 o...skotlex1-1/+1
2006-04-29- Added another missing prev/next = NULL setting in chat.cskotlex1-0/+1
2006-04-29- Added support for packet 0x229 (clif_changeoption).skotlex1-1/+1
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance1-2/+2
2006-02-24- Player-summoned mobs won't level up now.skotlex1-1/+2
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+371
2006-01-29Clearing trunk.Valaris1-378/+0
2005-02-05more compile errors(no author)1-3/+3
2005-01-23update(no author)1-3/+3
2004-12-13updateamber1-2/+2
2004-11-14Fixed some file typesamber1-378/+378