Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-14 | Fix remaining bugs but one | Jesusaves | 1 | -1/+1 | |
../../src/emap/status.c: In function 'estatus_calc_homunculus_postHook': ../../../common/HPMi.h:115:78: error: invalid type argument of '->' (have 'struct map_session_data') define getFromMSD(ptr,classid) (HPMi->getFromHPData(HPDT_MSD,HPMi->pid,(ptr)->hdata,(classid))) ^ ../../src/emap/status.c:307:15: note: in expansion of macro 'getFromMSD' if ((hdatk = getFromMSD(*sd,0)) != NULL) { ^~~~~~~~~~ | |||||
2019-09-14 | The defines are here, time to try compiling! | Jesusaves | 1 | -0/+7 | |
2018-04-19 | Use configured respawn hp for all jobs.s20180503 | Andrei Karas | 1 | -0/+3 | |
2017-11-07 | Update from new hercules.s20171129 | Andrei Karas | 1 | -2/+0 | |
Removed npc vd recreation because it already fixed in hercules. | |||||
2016-07-10 | Remove hooking from function status_readdb_scconfig. Now it went to hercules.s20160717s20160713s20160712 | Andrei Karas | 1 | -5/+0 | |
2016-07-10 | Add bit field 0x100 into sc_config.txt for allow see sc effect for all players. | Andrei Karas | 1 | -8/+5 | |
Also move status based enums into separate files. And add sc shield into constants. | |||||
2016-07-05 | add Physical Shield Skill (id 20001) | Joseph Botosh | 1 | -1/+31 | |
2016-06-28 | Fix memory leak if npc change class.s20160630 | Andrei Karas | 1 | -0/+2 | |
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 1 | -5/+14 | |
2016-02-18 | Update for support latest hercules. | Andrei Karas | 1 | -1/+1 | |
2015-10-19 | Add fixed bonuses for new mounts. | Andrei Karas | 1 | -0/+1 | |
2015-10-01 | Add missing post suffix. | Andrei Karas | 1 | -1/+1 | |
2015-09-28 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2015-08-14 | Add basic support for charm items (If item present in inventory it give own ↵ | Andrei Karas | 1 | -0/+1 | |
bonuses) For char item in items.conf need add attribute "Charm: true" | |||||
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 1 | -0/+12 | |
hercules. |