summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-16Removed Hard Coded data for SC_ALL_RIDING.Jedzkie1-1/+2
2016-01-16Fixes crash with @sendDastgir1-7/+11
2016-01-12Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl...Haru1-1/+1
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-7/+5
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-5/+13
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-45/+35
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-2/+2
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-31/+23
2016-01-05Added Support for BodyStyleDastgir1-1/+28
2016-01-05Merge pull request #1058 from Emistry/scriptcommand_getitem2Dastgir1-2/+1
2016-01-03Rewritten skill_tree parser in a more robust wayHaru1-12/+11
2016-01-03Fix *getitem2 and @item2 refine bug.Emistry1-2/+1
2015-12-28Added homun_id enum, replaced numeric constants with enum membersHaru1-2/+2
2015-12-28Standardized (source) mob_id enumHaru1-1/+1
2015-12-25Implemented NoViewIDDastgir1-3/+5
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru1-3/+4
2015-12-20Fix some issues with the @help command.Kpy!1-3/+3
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx1-13/+5
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-04Merge pull request #910 from dastgir/idleAndrei Karas1-2/+1