summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-1/+1
2017-11-05Use the skill DB accessors where possible/appropriateHaru1-7/+8
2017-10-21Fix various warnings on Visual Studio 2017Haru1-10/+8
2017-10-21Merge pull request #1833 from Emistry/mapflag_noautolootHaru1-0/+2
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-0/+2
2017-10-02Update Sorcerer and Sura alternate body style in atcommand.cEdwin1-0/+2
2017-06-25fix guild leader change in 2017 clients. Based on rathena commit:Andrei Karas1-1/+1
2017-05-28add support for custom atcommands in can_use_commandgumi1-14/+17
2017-05-28allow custom atcommands to have different permissions for each groupgumi1-2/+6
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-7/+20
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-7/+20
2017-05-09Merge pull request #1699 from Jedzkie/11-SummerCostumeHaru1-19/+34
2017-05-01Merge pull request #1698 from Jedzkie/10-BodyStyleHaru1-3/+17
2017-05-01Added job checks for @bodystyle commandJedzkie1-3/+17
2017-04-24Removed hard coded values on @cashmount and setcashmount.Jedzkie1-6/+8
2017-04-23Coding-style Fixes and White space adjustmentsJedzkie1-19/+28
2017-04-19Implemented Official Summer 2 CostumeJedzkie1-0/+6
2017-03-13Enable display of custom commands in @commands.Emistry Haoyan1-0/+30
2016-12-03Remove the platform-dependent variables from struct status_dataHaru1-3/+3
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-4/+4
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-4/+4
2016-08-19Ported battle.conf to libconfigHaru1-1/+1
2016-08-13Added atcommand configEmistry1-2/+8
2016-08-10Enable @b/joblvl trigger OnPCLvUpEventEmistry1-0/+3
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-6/+6
2016-07-14Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to intHaru1-36/+12
2016-07-14Changed map_session_data::change_level_2nd and map_session_data::change_level...Haru1-2/+3
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-11/+11
2016-07-14Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons...Haru1-5/+5
2016-07-02Trivialities: indentation fixesHaru1-5/+5
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-2/+3
2016-06-25Moved translations template generator to a pluginHaru1-16/+0
2016-05-14Fixed an issue that causes `@showmobs` to skip entriesHaru1-1/+1
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru1-5/+5
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru1-5/+5
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-2/+2
2016-03-20Dropped typedef from DBIteratorHaru1-9/+9
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-5/+6
2016-03-20Added separate char* and const char* data types to struct script_dataHaru1-12/+16
2016-03-20Added const qualifier to some typecastsHaru1-15/+13
2016-03-14Dont load roulette_db.conf if roulette disabled.Andrei Karas1-0/+2
2016-03-10Add new logging types.Andrei Karas1-1/+1
2016-03-06Fixed a parsing issue in #commandsHaru1-111/+81
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-1/+1
2016-02-27Replaced various '-1' with the correct constantHaru1-2/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-8/+8
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-11/+11
2016-02-17Removed unnecessary typedefs from libconfigHaru1-9/+9
2016-02-17Renamed config->read_file to config->load_fileHaru1-3/+3
2016-01-29Merge pull request #1105 from dastgir/20-SendFixHaru1-7/+11