Age | Commit message (Expand) | Author | Files | Lines |
2020-04-05 | Fix quest info copying npc_data instead of storing it pointer, resulting in a... | Ibrahim Zidan | 1 | -1/+1 |
2020-03-08 | Change src parameter to be const in map_calc_dir | skyleo | 1 | -1/+1 |
2020-03-08 | Add enum unit_dir and make direction functions use it | skyleo | 1 | -2/+3 |
2020-02-09 | Add npc functions for expanded barter shops | Andrei Karas | 1 | -0/+1 |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 |
2019-09-22 | Fix several issues caused by the nick partial match feature, when enabled. | Haru | 1 | -1/+1 |
2019-06-02 | Merge pull request #2221 from carloshenrq/nostorage | Haru | 1 | -0/+2 |
2019-05-06 | Move questinfo data from map to npc_data | Asheraf | 1 | -38/+3 |
2019-03-11 | Move local variables in atcommand.c into interface | Andrei Karas | 1 | -79/+0 |
2019-02-11 | Change job field in struct questinfo from int to job | Andrei Karas | 1 | -1/+1 |
2019-02-11 | Change type for class variables from short to int | Andrei Karas | 1 | -1/+1 |
2019-01-14 | Add support for saving/loading barter shops from sql table. | Andrei Karas | 1 | -0/+1 |
2018-12-04 | Added mapflags 'nostorage' and 'nogstorage' | Carlos Henrique | 1 | -0/+2 |
2018-11-13 | use a dedicated zone remove function when reloading zones | gumi | 1 | -0/+1 |
2018-11-13 | Merge pull request #2105 from Helianthella/getunits3 | Haru | 1 | -0/+1 |
2018-11-07 | break the loop in buildin_getunits when the max is reached | gumi | 1 | -0/+1 |
2018-10-03 | Add new type for mercenary class to setquestinfo() | Asheraf | 1 | -0/+1 |
2018-09-23 | Add support for item amount range in setquestinfo | Asheraf | 1 | -1/+7 |
2018-08-01 | reload the zone db on npc reload | gumi | 1 | -0/+1 |
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -0/+11 |
2018-07-24 | Questinfo System overhaul | Asheraf | 1 | -1/+18 |
2018-07-24 | Convert questinfo data into a vector | Asheraf | 1 | -2/+1 |
2018-07-24 | Merge pull request #2088 from guilherme-gm/fix-ghostmonsters | Haru | 1 | -0/+1 |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -3/+3 |
2018-07-12 | Fixed clearunit packet not being sent to clients going out of the view range ... | Guilherme G. Menaldo | 1 | -0/+1 |
2018-06-02 | Implementation of stylist ui | Asheraf | 1 | -0/+4 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-05-07 | Merge pull request #1998 from Asheraf/private_airship | Haru | 1 | -0/+2 |
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -0/+2 |
2018-05-03 | Fix overflow in map zones. | Andrei Karas | 1 | -1/+1 |
2018-04-11 | *delwall now give a friendly warning to remind non-existent wall | AnnieRuru | 1 | -1/+1 |
2018-02-17 | New mapcache system | hemagx | 1 | -15/+17 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+3 |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -1/+2 |
2017-10-30 | Add monster spawn boss flag for miniboss: miniboss_monster | Andrei Karas | 1 | -1/+1 |
2017-10-22 | Add NoAutoloot mapflag | Emistry Haoyan | 1 | -0/+1 |
2017-04-25 | expose bank vault to the script engine | gumi | 1 | -0/+1 |
2017-01-27 | remove hardcoded chat area size from clif.c, add chat_area_size to battleconf | gumi | 1 | -0/+1 |
2016-12-03 | Clarify the meaning of the MAPID_* constants | Haru | 1 | -97/+228 |
2016-10-22 | Added Summoner Class. | Dastgir Pojee | 1 | -0/+1 |
2016-08-19 | Ported npc config to libconfig | Haru | 1 | -1/+1 |
2016-08-19 | Improved map list loading | Haru | 1 | -2/+1 |
2016-08-19 | Ported map-server.conf to libconfig | Haru | 1 | -4/+3 |
2016-08-19 | Ported inter-server.conf to libconfig | Haru | 1 | -2/+5 |
2016-03-20 | Dropped typedef from DBMap | Haru | 1 | -10/+10 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -6/+6 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -2/+3 |
2016-03-11 | Hardcore Parameters from constant database to avoid synchronize issues with s... | hemagx | 1 | -1/+1 |
2016-01-12 | Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl... | Haru | 1 | -1/+1 |
2016-01-09 | Added the unused attribute to BL_UCAST / BL_UCCAST | Haru | 1 | -0/+2 |