Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-17 | HPM Hooks Update | Hercules.ws | 4 | -0/+68 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-12-08 | Merge pull request #1898 from Asheraf/homunaf | Haru | 4 | -34/+34 | |
implement homunculus autofeeding for 2017 clients | |||||
2017-11-18 | HPM Hooks Update | Asheraf | 4 | -34/+34 | |
2017-11-18 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-11-05 | HPM Hooks Update | Haru | 4 | -263/+399 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-10-30 | HPM Hooks Update | Hercules.ws | 4 | -0/+438 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-10-21 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-10-21 | Add rodex 2017 packets. | Andrei Karas | 2 | -53/+53 | |
2017-09-21 | Update hpm hooks. | Andrei Karas | 2 | -11/+11 | |
2017-09-17 | Add support for bitmask arrays in the item_db Upper field | Haru | 1 | -2/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | HPM Hooks Update | Haru | 4 | -0/+34 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 1 | -3/+7 | |
- The field was used both for sprite view IDs and for weapon or ammunition subtypes. Now the fields 'ViewSprite' and 'Subtype' are used respectively. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-08-08 | Disable warning -Wdiscarded-qualifiers in hpm code for now. | Andrei Karas | 1 | -0/+6 | |
2017-08-08 | Fix hpm issues after rodex commit. | Andrei Karas | 3 | -10/+10 | |
2017-08-08 | HPM Hooks Update | Hercules.ws | 9 | -0/+2277 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-07-27 | HPM Hooks Update | Hercules.ws | 4 | -0/+270 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-07-17 | Merge pull request #1760 from Smokexyz/memitemtosql-fix | Haru | 4 | -8/+42 | |
Optimisation of char_memitemdata_to_sql() | |||||
2017-07-11 | HPM Hooks Update | Hercules.ws | 2 | -8/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-07-05 | Update HPM Hooking (Follow up 7a2447204644b53e64a730c9c8428cc5b33f5aa2) | Smokexyz | 4 | -8/+42 | |
2017-06-28 | HPM Hooks Update | Hercules.ws | 4 | -15/+49 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-06-25 | Update HPM hooks. | Andrei Karas | 4 | -8/+108 | |
2017-06-25 | HPM Hooks Update | Hercules.ws | 4 | -0/+80 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-06-03 | Merge pull request #1684 from Smokexyz/refine-update | Haru | 2 | -8/+8 | |
Enriched refine chance correction | |||||
2017-05-31 | HPM Hooks Update | Hercules.ws | 4 | -121/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-05-30 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-05-23 | HPM Hook Update - followup 1570d3abbbc999ebc3242d99f87a5bd3b283e479 | smokexyz | 2 | -8/+8 | |
2017-05-22 | HPM Hook Update follow-up e8affc41f106503b530abaa7faa20d6e63b727b8 | smokexyz | 7 | -8/+355 | |
2017-04-26 | HPM Hooks Update | Hercules.ws | 6 | -20613/+20613 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-04-13 | HPM Hooks Update | Hercules.ws | 4 | -0/+134 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-04-09 | HPM Hooks Update | Hercules.ws | 1 | -4/+4 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-04-09 | Merge pull request #1598 from Smokexyz/IRO | Haru | 5 | -21/+166 | |
Implementation of Item Options System. | |||||
2017-04-04 | Implementation of Item Options System. | Smokexyz | 5 | -21/+166 | |
Allows the infusing of equipments with bonus item options. This feature is constrained to clients of packet versions greater than or equal to `20150226`. Item Options and their effects are defined server-side in `db/item_options.conf` and client side in `data/luafiles514/lua files/datainfo/addrandomoptionnametable.lub` The ID of the option must tally with the correct index of the description provided in the client side lua file to avoid bugs. IT_OPT_* keys and MAX_ITEM_OPTIONS macro are also exported from the source as constants. An additional flag `disable_options` has been added to sql, and as `DisableOptions: true/false (boolean, defaults to false !!for equipments only!!)` to item_db.conf files. Script commands documentation is also included. SQL file updates are included. Credits: [Smokexyz](https://github.com/Smokexyz) Style and Script Fixes by [Asheraf](https://github.com/Asheraf) Initial design Idea by [secretdataz](https://github.com/secretdataz) | |||||
2017-03-21 | Update HPM hooks. | Andrei Karas | 2 | -8/+8 | |
2017-02-26 | Added option to show classchange only to one player (#1587) | Guilherme G. M | 2 | -8/+8 | |
* Added option to show classchange only to one player | |||||
2017-01-14 | HPM Hooks Update | hemagx | 4 | -20/+20 | |
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com> | |||||
2017-01-02 | HPM Hooks Update | Hercules.ws | 13 | -13/+13 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-12-03 | HPM Hooks Update | Haru | 5 | -124/+158 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-19 | HPM Hooks Update | Haru | 4 | -72/+72 | |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 | |
2016-10-22 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-22 | HPMHook Update | Dastgir Pojee | 2 | -8/+8 | |
2016-10-14 | HPM Hooks Update | Haru | 13 | -1368/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-03 | use mediumint for equip_locations | Gde Mahardhikha Satrigraha | 1 | -1/+1 | |
2016-09-12 | Update HPM hooks. | Andrei Karas | 4 | -16/+49 | |
2016-09-09 | Update HPM hooks. | Andrei Karas | 4 | -0/+102 | |
2016-08-22 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-08-19 | Added option to make plugin-defined battle config entries optional | Haru | 1 | -2/+3 | |
When a setting optional, no warning is issued on the console when said setting is not found in the config Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-19 | HPM Hooks Update | Haru | 4 | -18/+52 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-19 | HPM Hooks Update | Haru | 2 | -9/+9 | |
2016-08-19 | HPM Hooks Update | Haru | 2 | -9/+9 | |