Age | Commit message (Expand) | Author | Files | Lines |
2017-05-28 | add support for custom atcommands in can_use_command | gumi | 1 | -14/+17 |
2017-05-28 | allow custom atcommands to have different permissions for each group | gumi | 1 | -2/+6 |
2017-05-27 | Merge pull request #1722 from Smokexyz/mmo_charstatus-fix | Haru | 1 | -7/+20 |
2017-05-22 | Add storage_data reception, parsing and sending to/from the map-server. | Smokexyz | 1 | -7/+20 |
2017-05-09 | Merge pull request #1699 from Jedzkie/11-SummerCostume | Haru | 1 | -19/+34 |
2017-05-01 | Merge pull request #1698 from Jedzkie/10-BodyStyle | Haru | 1 | -3/+17 |
2017-05-01 | Added job checks for @bodystyle command | Jedzkie | 1 | -3/+17 |
2017-04-24 | Removed hard coded values on @cashmount and setcashmount. | Jedzkie | 1 | -6/+8 |
2017-04-23 | Coding-style Fixes and White space adjustments | Jedzkie | 1 | -19/+28 |
2017-04-19 | Implemented Official Summer 2 Costume | Jedzkie | 1 | -0/+6 |
2017-03-13 | Enable display of custom commands in @commands. | Emistry Haoyan | 1 | -0/+30 |
2016-12-03 | Remove the platform-dependent variables from struct status_data | Haru | 1 | -3/+3 |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -4/+4 |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -4/+4 |
2016-08-19 | Ported battle.conf to libconfig | Haru | 1 | -1/+1 |
2016-08-13 | Added atcommand config | Emistry | 1 | -2/+8 |
2016-08-10 | Enable @b/joblvl trigger OnPCLvUpEvent | Emistry | 1 | -0/+3 |
2016-07-25 | Added a missing entry into messages.conf and added some comments where missin... | epuncker | 1 | -6/+6 |
2016-07-14 | Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int | Haru | 1 | -36/+12 |
2016-07-14 | Changed map_session_data::change_level_2nd and map_session_data::change_level... | Haru | 1 | -2/+3 |
2016-07-14 | Changed mmo_charstatus::base_level and mmo_charstatus::job_level to int | Haru | 1 | -11/+11 |
2016-07-14 | Changed pc->maxbaselv() and pc->maxjoblv() to return signed int and take cons... | Haru | 1 | -5/+5 |
2016-07-02 | Trivialities: indentation fixes | Haru | 1 | -5/+5 |
2016-06-30 | Use item attribute as flags varible. Now only ATTR_BROKEN flag exists. | Andrei Karas | 1 | -2/+3 |
2016-06-25 | Moved translations template generator to a plugin | Haru | 1 | -16/+0 |
2016-05-14 | Fixed an issue that causes `@showmobs` to skip entries | Haru | 1 | -1/+1 |
2016-04-23 | Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message() | Haru | 1 | -5/+5 |
2016-04-23 | Corrected the type of the 'length' argument of various broadcast-related func... | Haru | 1 | -5/+5 |
2016-04-23 | Changed map_session_data::chatID to int (and renamed to chat_id) | Haru | 1 | -2/+2 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -9/+9 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -5/+6 |
2016-03-20 | Added separate char* and const char* data types to struct script_data | Haru | 1 | -12/+16 |
2016-03-20 | Added const qualifier to some typecasts | Haru | 1 | -15/+13 |
2016-03-14 | Dont load roulette_db.conf if roulette disabled. | Andrei Karas | 1 | -0/+2 |
2016-03-10 | Add new logging types. | Andrei Karas | 1 | -1/+1 |
2016-03-06 | Fixed a parsing issue in #commands | Haru | 1 | -111/+81 |
2016-02-28 | Changed mob mode field to 32 bit, for future expansion | Haru | 1 | -1/+1 |
2016-02-27 | Replaced various '-1' with the correct constant | Haru | 1 | -2/+2 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -8/+8 |
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 1 | -11/+11 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -9/+9 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -3/+3 |
2016-01-29 | Merge pull request #1105 from dastgir/20-SendFix | Haru | 1 | -7/+11 |
2016-01-16 | Removed Hard Coded data for SC_ALL_RIDING. | Jedzkie | 1 | -1/+2 |
2016-01-16 | Fixes crash with @send | Dastgir | 1 | -7/+11 |
2016-01-12 | Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl... | Haru | 1 | -1/+1 |
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 1 | -7/+5 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -5/+13 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -45/+35 |
2016-01-06 | Change all TBL_HOM to struct homun_data as per style guidelines | hemagx | 1 | -1/+1 |