summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2016-04-30Moved HPMHooking-related definitions to plugins/HPMHooking.hHaru1-1/+1
2016-04-30Fixed a warning in VS2015Haru1-6/+7
2016-04-30Changed the name of two intif functions, incorrectly named mapif_*Haru1-5/+6
2016-04-30Corrected truncation of the last letter in whisper messagesHaru3-11/+11
2016-04-29Fix issues found by new warnings.Andrei Karas2-1/+2
2016-04-29Fix compilation warnings with gcc 6.Andrei Karas2-11/+11
2016-04-28Corrected truncation of the last letter in party messagesHaru1-13/+15
2016-04-27Fix unit_data unitialisation.Andrei Karas3-12/+16
2016-04-26Corrected two accidentally swapped lines of code in the ircbot flood-protecti...Haru1-2/+2
2016-04-25Move irc-bot.c documentation to irc-bot.hhemagx2-92/+130
2016-04-25Added a flood protection to IRC Bothemagx3-14/+144
2016-04-23Corrected the type of the 'length' argument of other message-related functionsHaru6-12/+12
2016-04-23Removed the 'len' argument from various message-related functionsHaru8-21/+31
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru10-36/+38
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru9-37/+48
2016-04-23Corrected the type for several variables through the codeHaru2-74/+98
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru8-35/+38
2016-04-23Improved parsing of the server name/port in the irc bot configurationHaru1-28/+23
2016-04-23Removed some code duplication in chat processing functionsHaru3-72/+37
2016-04-23Refactored the chat message packet processing functionsHaru3-181/+253
2016-04-23Split supernovice angel call message detection to its own functionHaru3-32/+57
2016-04-22Fixed an issue that could prevent a mvp reward to be ignoredHaru1-45/+47
2016-04-19Corrected type for sd->fontcolor_tidHaru1-1/+1
2016-04-16Rewrite client interface for login server (part 1)hemagx1-1/+6
2016-04-16Updated GNU Make build system to support private headersHaru1-9/+12
2016-04-04Add missing checks into npc.Andrei Karas1-13/+143
2016-04-04add missing checks into mob.cAndrei Karas1-7/+88
2016-04-04Add missing checks into mercenary.cAndrei Karas1-2/+15
2016-04-04Add missing checks into mapreg_sql.cAndrei Karas1-0/+7
2016-04-04Add missing checks into map.cAndrei Karas1-13/+101
2016-04-04Merge pull request #1210 from HerculesWS/wcast_qualAndrei Karas37-439/+507
2016-04-02Unittalk script cmd shouldn't display the hidden name of npcAngelmelody1-1/+5
2016-03-25Fixed a call to clif->item_drop_announce with a NULL sd.Haru1-1/+3
2016-03-20Dropped typedef from DBMapHaru18-57/+61
2016-03-20Dropped typedef from DBIteratorHaru12-85/+92
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru28-96/+116
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru1-8/+8
2016-03-20Removed unnecessary typedefs from sql.hHaru9-17/+26
2016-03-20Added const qualifier to the value argument of script->setd_subHaru3-6/+6
2016-03-20Added separate char* and const char* data types to struct script_dataHaru3-92/+116
2016-03-20Changed script->get_val to return a const pointerHaru2-15/+18
2016-03-20Added const qualifier to some typecastsHaru5-63/+64
2016-03-20Merge pull request #1080 from Jedzkie/Skill_FixesDastgir1-5/+15
2016-03-19Enable use of specialeffect 74,SELF,<npc>;Victor1-12/+14
2016-03-19Updated Entity PacketsDastgir2-0/+6
2016-03-19status_get_name returns NULL instead of Unknown, Changed all functions to use...Dastgir4-10/+16
2016-03-19Implemented new function clif_get_bl_nameDastgir2-2/+21
2016-03-19Added const qualifier to several status->get_XXX() functionsHaru2-20/+24
2016-03-16Fixes HerculesWS/Hercules#1198 and fixes HerculesWS/Hercules#1194 introduced ...Kolkka3-9/+9
2016-03-14Dont load roulette_db.conf if roulette disabled.Andrei Karas2-1/+3