summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-2/+2
2016-09-12Add script command navigateto. Add packet for this command.Andrei Karas1-0/+55
2016-09-11Clarified/rewritten part of script_array_ensure_zero()Haru1-9/+12
2016-09-11Changed GD_MAX check to be non-inclusiveHaru1-1/+1
2016-09-10Add missing checks into script.cAndrei Karas1-60/+208
2016-08-20Re-added HPM support for configuration settingsHaru1-1/+2
2016-08-19Ported script.conf to libconfigHaru1-41/+44
2016-07-14Changed chat_data::minLvl and chat_data::maxLvl to int and renamed to min_lev...Haru1-2/+2
2016-07-12Interface md5calc.chemagx1-2/+2
2016-07-10HULD: Improved .po file parser to properly read concatenated stringsHaru1-57/+141
2016-07-04Add one check for possible script issue.Andrei Karas1-3/+15
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-6/+8
2016-06-25Corrected an issue that prevented changing default languagesHaru1-12/+26
2016-06-25Added mesf() command (combination of mes() and sprintf())Haru1-0/+33
2016-06-25Added _$() macro to the script engine to mark a translatable string as format...Haru1-2/+9
2016-06-25Split sprintf logic out of buildin_sprintf (to be used by other commands as w...Haru1-214/+234
2016-06-25Removed the uncommon (and useless) multi-argument variant of mes()Haru1-12/+3
2016-06-25Moved translations template generator to a pluginHaru1-77/+0
2016-06-25Improved the format of the exported .pot translation templateHaru1-1/+1
2016-06-25Split translation handling out of parse_simpleexpr_string()Haru1-73/+81
2016-06-25Split parse_simpleexpr() in specialized sub-functions (HPM compatibility)Haru1-178/+212
2016-06-25Correctly escaped special characters in the generated_translations.potHaru1-15/+11
2016-06-25Improved handling of nested function calls by the HULDHaru1-17/+14
2016-06-25Re-implemented BUILDIN(sprintf)Haru1-93/+188
2016-06-25Changed script->translation_buf to a VECTORHaru1-25/+24
2016-06-25Replaced script_code::script_buf with a VECTORHaru1-36/+43
2016-06-25Replaced script->buf with a VECTORHaru1-121/+119
2016-06-25Replaced struct script_string_buf definition with a VECTORHaru1-80/+73
2016-05-14Removed leftover definition of BUILDIN(checkre)Haru1-62/+0
2016-05-08Fixed various issues pointed out by cppcheckHaru1-31/+23
2016-04-29Fix issues found by new warnings.Andrei Karas1-0/+1
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru1-1/+1
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru1-14/+25
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-1/+1
2016-04-04Merge pull request #1210 from HerculesWS/wcast_qualAndrei Karas1-148/+178
2016-04-02Unittalk script cmd shouldn't display the hidden name of npcAngelmelody1-1/+5
2016-03-20Dropped typedef from DBMapHaru1-4/+6
2016-03-20Dropped typedef from DBIteratorHaru1-11/+14
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-4/+7
2016-03-20Removed unnecessary typedefs from sql.hHaru1-1/+2
2016-03-20Added const qualifier to the value argument of script->setd_subHaru1-4/+4
2016-03-20Added separate char* and const char* data types to struct script_dataHaru1-69/+84
2016-03-20Changed script->get_val to return a const pointerHaru1-14/+17
2016-03-20Added const qualifier to some typecastsHaru1-41/+44
2016-03-19Enable use of specialeffect 74,SELF,<npc>;Victor1-12/+14
2016-03-19status_get_name returns NULL instead of Unknown, Changed all functions to use...Dastgir1-3/+3
2016-03-11Hardcore Parameters from constant database to avoid synchronize issues with s...hemagx1-0/+47
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-3/+4
2016-02-27Corrected return value for some BUILDIN() functionsHaru1-4/+4
2016-02-27Replaced various '-1' with the correct constantHaru1-1/+1