Age | Commit message (Expand) | Author | Files | Lines |
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -183/+280 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-05-03 | Fix overflow in map zones. | Andrei Karas | 1 | -6/+8 |
2018-04-11 | *delwall now give a friendly warning to remind non-existent wall | AnnieRuru | 1 | -2/+3 |
2018-02-17 | New mapcache system | hemagx | 1 | -102/+119 |
2018-02-12 | Fix possible crash in zone change code. Fixes #1971 | Andrei Karas | 1 | -0/+2 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+18 |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -1/+3 |
2017-10-30 | Add monster spawn boss flag for miniboss: miniboss_monster | Andrei Karas | 1 | -1/+1 |
2017-08-20 | Ignore hidden units in the cell stack limit checks | Haru | 1 | -0/+5 |
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+5 |
2017-07-27 | Fix possible buffer overflows with snprintf. | Andrei Karas | 1 | -2/+2 |
2016-10-23 | Removed the too small max key length limit on the npc_removed_list DBMap | Haru | 1 | -1/+1 |
2016-10-22 | Implemented SU_STOOP Skill. | Dastgir Pojee | 1 | -0/+1 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 1 | -3/+4 |
2016-09-18 | Removed special handling of "clear" in npc->addsrcfile() | Haru | 1 | -1/+1 |
2016-09-18 | Restored handling of "all" in npc_removed_list | Haru | 1 | -4/+8 |
2016-09-18 | Corrected some issues in the npc_removed_list and map_removed processing | Haru | 1 | -4/+4 |
2016-09-13 | Fixed an error in the scripts_removed.conf processing | Haru | 1 | -1/+1 |
2016-08-22 | Corrected an issue that prevented the map server's database port from being c... | Haru | 1 | -1/+1 |
2016-08-20 | Re-added HPM support for configuration settings | Haru | 1 | -1/+2 |
2016-08-19 | Ported battle.conf to libconfig | Haru | 1 | -3/+4 |
2016-08-19 | Ported socket.conf (was packet.conf) to libconfig | Haru | 1 | -0/+1 |
2016-08-19 | Ported script.conf to libconfig | Haru | 1 | -3/+4 |
2016-08-19 | Ported logs.conf to libconfig | Haru | 1 | -3/+4 |
2016-08-19 | Ported npc config to libconfig | Haru | 1 | -35/+82 |
2016-08-19 | Improved map list loading | Haru | 1 | -62/+45 |
2016-08-19 | Ported map-server.conf to libconfig | Haru | 1 | -120/+329 |
2016-08-19 | Ported inter-server.conf to libconfig | Haru | 1 | -55/+119 |
2016-07-17 | Improve a bit performance in bl_getall_area. | Andrei Karas | 1 | -27/+73 |
2016-07-12 | Various changes to the grfio interface | Haru | 1 | -1/+2 |
2016-07-12 | Interface grfio.c | hemagx | 1 | -9/+9 |
2016-07-03 | Add into travis configure option --enable-buildbot. | Andrei Karas | 1 | -0/+2 |
2016-06-25 | Moved translations template generator to a plugin | Haru | 1 | -40/+0 |
2016-06-25 | Improved the format of the exported .pot translation template | Haru | 1 | -1/+24 |
2016-04-04 | Add missing checks into map.c | Andrei Karas | 1 | -13/+101 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -32/+33 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -7/+9 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -0/+1 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -1/+1 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -22/+22 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -1/+1 |
2016-01-21 | Remove unused PCRE_SUPPORT define. | Andrei Karas | 1 | -2/+0 |
2016-01-06 | Fix null pointer access after previous commits. | Andrei Karas | 1 | -4/+8 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -13/+25 |
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 1 | -8/+8 |
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 1 | -31/+164 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -5/+7 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -15/+13 |
2016-01-06 | Change all TBL_NPC to struct npc_data as per style guidelines | hemagx | 1 | -4/+6 |