Age | Commit message (Expand) | Author | Files | Lines |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 |
2019-12-15 | Fix SC_LEXAETERNA not getting removed when player receive SC_STONE or SC_FREEZE | Ibrahim Zidan | 1 | -0/+3 |
2019-11-17 | Merge pull request #2577 from Asheraf/dehardcodestatusicons | Haru | 1 | -622/+425 |
2019-11-06 | Dehardcode Status Icons | Asheraf | 1 | -621/+419 |
2019-11-06 | Add support for defining status icons in the sc config | Asheraf | 1 | -3/+8 |
2019-10-29 | Dehardcode status effect boss resistance | Asheraf | 1 | -48/+4 |
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 1 | -2/+4 |
2019-10-18 | Merge pull request #2551 from guilherme-gm/201910-fix-sc-times | Haru | 1 | -121/+148 |
2019-10-06 | Updates status changes to also keep their total time | Guilherme Menaldo | 1 | -10/+37 |
2019-10-05 | Renames status_change_start 'tick' param to 'total_tick' | Guilherme Menaldo | 1 | -120/+120 |
2019-10-05 | Dehardcodes db files base path so the db folder can be easily moved | Guilherme Menaldo | 1 | -2/+4 |
2019-10-05 | Fix HP bar not showing when unhiding in a party | skyleo | 1 | -6/+8 |
2019-09-22 | Fix the (disabled by default) custom Venom Splasher countdown timer code | Haru | 1 | -2/+2 |
2019-09-22 | Merge pull request #2524 from MishimaHaruna/homunculus-fixes | Haru | 1 | -1/+1 |
2019-08-28 | Convert sc_config to use libconfig | Asheraf | 1 | -12/+94 |
2019-08-26 | Fix an issue that prevents homunculus auto-vaporize on death or skill reset | Haru | 1 | -1/+1 |
2019-07-31 | Added Elemental Resist Status Icon | Emistry Haoyan | 1 | -1/+3 |
2019-05-06 | Change return type of attack related functions from unsigned int to int | Andrei Karas | 1 | -32/+32 |
2019-05-06 | Fix warnings after last changes | Andrei Karas | 1 | -6/+10 |
2019-05-06 | Add configurable limits for attack related functions | Andrei Karas | 1 | -30/+30 |
2019-05-06 | Change attack related status functions to return int variable | Andrei Karas | 1 | -39/+43 |
2019-05-05 | Remove all direct access to refine database from status.c and replace it with... | Ibrahim Zidan | 1 | -6/+6 |
2019-05-05 | Fix variables shadowing refine interface variable map-server source | Ibrahim Zidan | 1 | -6/+6 |
2019-05-05 | Removal of refine database code from status.c and moving it respectfully to i... | Ibrahim Zidan | 1 | -192/+5 |
2019-02-01 | Merge pull request #1631 from Emistry/fix_voice_of_siren | Haru | 1 | -0/+3 |
2018-12-14 | Add inventory size field into db and using it in server. | Andrei Karas | 1 | -1/+1 |
2018-11-21 | Fix a regression that prevented characters from being resurrected | Haru | 1 | -1/+1 |
2018-11-14 | Extend status->heal() with a flag to allow reviving a dead character | Haru | 1 | -1/+3 |
2018-11-14 | Use an enum as flag for status->heal() and related functions | Haru | 1 | -47/+64 |
2018-11-14 | Fixes #889 & #840 | Jedzkie | 1 | -14/+49 |
2018-10-07 | Fixed Logically Dead Code | Dastgir | 1 | -23/+0 |
2018-07-01 | Fix some warnings caused by static functions defined and unused | Haru | 1 | -2/+6 |
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -224/+233 |
2018-06-29 | Fix packet 836 (search in stores). | Andrei Karas | 1 | -1/+1 |
2018-06-20 | Revert "Fixed Bug#8624" | skyleo | 1 | -6/+1 |
2018-06-07 | Fix a crash caused by removing entries in job_db | Asheraf | 1 | -2/+4 |
2018-06-03 | Conversion of exp.txt to libconfig | Smokexyz | 1 | -7/+41 |
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 1 | -0/+3 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 1 | -0/+3 |
2018-04-23 | Move hp recover code from status_calc_pc_ into separate function. | Andrei Karas | 1 | -5/+14 |
2018-04-22 | Fixes interaction between Curse and Blessing | Jedzkie | 1 | -8/+16 |
2018-04-08 | Update Skill/Item messages | Jedzkie | 1 | -1/+5 |
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -2/+2 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+21 |
2017-12-17 | Merge pull request #1925 from MishimaHaruna/slowpoison | Haru | 1 | -13/+15 |
2017-12-03 | Fix an issue that prevents the Poison status to naturally end when Slow Poiso... | Haru | 1 | -13/+15 |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -2/+2 |
2017-11-04 | Allow each npc use own view_data structure. | Andrei Karas | 1 | -4/+8 |
2017-09-19 | remove trailing whitespaces from source | gumi | 1 | -7/+7 |