summaryrefslogtreecommitdiff
path: root/src/map/npc_chat.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-12/+14
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-1/+1
2016-06-24Add missing checks into npc_chat.cAndrei Karas1-8/+28
2016-02-06Changed PCRE to properly use the system-provided pcre.hHaru1-2/+1
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-4/+0
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-8/+16
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-3/+8
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-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-37/+33
2015-08-15HPM compatibility improvementsHaru1-0/+2
2015-08-10Add script interface function run_npc. It do same thing as run.Andrei Karas1-1/+1
2015-06-19Removed ".." from include directivesHaru1-11/+11
2014-05-30Fixed typos inside src/Shido1-6/+6
2014-05-13Removed trailing whitespace (sources)Haru1-14/+13
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-12/+14
2014-05-10Revert "Fixed order of includes in all source files"panikon1-14/+12
2014-05-09Fixed order of includes in all source filesHaru1-12/+14
2014-02-08Added get_substring to the libpcre interfaceHaru1-0/+1
2014-01-18PCRE Interfaceshennetsind1-6/+21
2014-01-12Changed some void* to the correct data types where applicableHaru1-9/+9
2013-09-27Renamed iMap interface to mapHaru1-4/+4
2013-09-17HPM: npc_chat.c Interfacedshennetsind1-69/+48
2013-07-25Expanding script.c interfaceshennetsind1-2/+2
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-4/+4
2013-05-02Introducing Hercules Plugin Manangershennetsind1-6/+6
2013-04-24Fixed defpattern/activatepset/deactivatepset/deletepset script commandsshennetsind1-6/+7
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-281/+287
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-287/+281
2012-05-01Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3.shennetsind1-1/+1
2012-04-20follow up r15885. Accidentally committed this with the rest.shennetsind1-1/+1
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-1/+1
2011-09-08* Fix C++ compilation issues.flaviojs1-7/+7
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau1-1/+1
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage1-9/+0
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-1/+1
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-1/+3
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-0/+1
2007-08-19* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...ultramage1-359/+289
2007-05-19Reformatting @_@ultramage1-9/+18
2007-04-29Gave each file an empty last line, to make svn happierultramage1-1/+1
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-06Updated the server's PCRE components to 7.0ultramage1-11/+11
2007-03-23Removed the npc_chat complication I committed yesterdayultramage1-10/+8
2007-03-23* Temporary resolved npc_chat.c macro issue. Please revise where to put the m...Lance1-0/+3
2007-03-22Some generic typo fixes (src and npc)ultramage1-6/+6
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage1-2/+2
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-2/+2