Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | Merge pull request #2713 from 4144/updatepackets | Haru | 1 | -7/+30 |
2020-06-01 | Make Unit->Id can be grouped by levels | Kenpachi Developer | 1 | -1/+1 |
2020-06-01 | Add mssing map checks into map.c | Andrei Karas | 1 | -7/+30 |
2020-05-12 | Remove old mapreg table related code and config | Kenpachi Developer | 1 | -9/+2 |
2020-05-12 | Read name of new map_reg_*_db tables from configuration file | Kenpachi Developer | 1 | -0/+4 |
2020-05-04 | Merge pull request #2188 from bWolfie/cell_noskill | Haru | 1 | -0/+3 |
2020-05-03 | Merge branch 'master' into cell_noskill | Kenpachi2k13 | 1 | -196/+231 |
2020-04-11 | Fix usage of *= operator | Kenpachi Developer | 1 | -4/+4 |
2020-04-05 | Fixed a memory violation in quest info caused by accessing -1 index when qi_l... | Ibrahim Zidan | 1 | -1/+5 |
2020-04-05 | Fix quest info copying npc_data instead of storing it pointer, resulting in a... | Ibrahim Zidan | 1 | -3/+3 |
2020-03-08 | Change src parameter to be const in map_calc_dir | skyleo | 1 | -1/+1 |
2020-03-08 | Refactor code using directions to use enum unit_dir | skyleo | 1 | -16/+24 |
2020-03-08 | Add enum unit_dir and make direction functions use it | skyleo | 1 | -41/+48 |
2020-02-10 | Fix warnings in the HPMHookGenerator | Haru | 1 | -2/+4 |
2020-02-09 | Merge pull request #2619 from dastgirp/getunits/fix | Haru | 1 | -1/+4 |
2020-02-09 | Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no... | Kenpachi Developer | 1 | -1/+1 |
2020-02-09 | Add npc functions for expanded barter shops | Andrei Karas | 1 | -0/+2 |
2020-01-25 | map_forcountinmap will return 0 if invalid mapindex is provided | Dastgir | 1 | -1/+4 |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 |
2020-01-09 | Fix reading water level from rsw version 2.2+ | Andrei Karas | 1 | -1/+22 |
2019-10-29 | Make the stylist db load before the npcs | Asheraf | 1 | -1/+1 |
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 1 | -6/+4 |
2019-10-18 | Fix a missing mapindex update in the gm:info console command | Haru | 1 | -1/+3 |
2019-10-17 | Fix compilation warnings in gcc-9 | Andrei Karas | 1 | -0/+3 |
2019-10-05 | Dehardcodes db files base path so the db folder can be easily moved | Guilherme Menaldo | 1 | -6/+4 |
2019-09-23 | Optimize loops in map_nick2sd | Haru | 1 | -20/+19 |
2019-09-22 | Fix several issues caused by the nick partial match feature, when enabled. | Haru | 1 | -12/+11 |
2019-06-02 | Merge pull request #2221 from carloshenrq/nostorage | Haru | 1 | -0/+26 |
2019-05-06 | Move questinfo data from map to npc_data | Asheraf | 1 | -14/+17 |
2019-05-06 | remove duplicated code used to clean map data | Asheraf | 1 | -87/+37 |
2019-05-05 | Implement Refinery UI | Ibrahim Zidan | 1 | -0/+1 |
2019-05-05 | Removal of refine database code from status.c and moving it respectfully to i... | Ibrahim Zidan | 1 | -0/+3 |
2019-03-07 | moving stylist into it's own interface | Asheraf | 1 | -0/+4 |
2019-02-28 | Adds 'cell_noskill' which blocks skill usage. | EyesOfAHawk | 1 | -0/+3 |
2019-01-14 | Add support for saving/loading barter shops from sql table. | Andrei Karas | 1 | -0/+2 |
2018-12-04 | Added mapflags 'nostorage' and 'nogstorage' | Carlos Henrique | 1 | -0/+26 |
2018-11-26 | fix map_forcountinmap using block size rather than cell size | gumi | 1 | -1/+1 |
2018-11-13 | use a dedicated zone remove function when reloading zones | gumi | 1 | -1/+23 |
2018-11-13 | Merge pull request #2105 from Helianthella/getunits3 | Haru | 1 | -0/+13 |
2018-11-07 | break the loop in buildin_getunits when the max is reached | gumi | 1 | -0/+13 |
2018-08-01 | reload the zone db on npc reload | gumi | 1 | -0/+28 |
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -0/+4 |
2018-07-24 | Questinfo System overhaul | Asheraf | 1 | -11/+1 |
2018-07-24 | Convert questinfo data into a vector | Asheraf | 1 | -22/+17 |
2018-07-19 | Fixing detecting item id or item name in string. | Andrei Karas | 1 | -2/+2 |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -1/+1 |
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 |