summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-22HPM Hooks UpdateHercules.ws4-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-22HPMHook UpdateDastgir Pojee2-8/+8
2016-10-14HPM Hooks UpdateHaru13-1368/+0
Signed-off-by: Haru <haru@dotalux.com>
2016-10-03use mediumint for equip_locationsGde Mahardhikha Satrigraha1-1/+1
2016-09-12Update HPM hooks.Andrei Karas4-16/+49
2016-09-09Update HPM hooks.Andrei Karas4-0/+102
2016-08-22HPM Hooks UpdateHercules.ws4-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-19Added option to make plugin-defined battle config entries optionalHaru1-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-19HPM Hooks UpdateHaru4-18/+52
Signed-off-by: Haru <haru@dotalux.com>
2016-08-19HPM Hooks UpdateHaru2-9/+9
2016-08-19HPM Hooks UpdateHaru2-9/+9
2016-08-19HPM Hooks UpdateHaru4-21/+22
2016-08-19HPM Hooks UpdateHaru4-39/+5
2016-08-19HPM Hooks UpdateHaru2-18/+18
2016-08-19HPM Hooks UpdateHaru2-9/+9
2016-08-19HPM Hooks UpdateHaru7-61/+266
2016-08-19HPM Hooks UpdateHaru4-42/+416
2016-08-14HPM Hooks UpdateHercules.ws2-8/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-14HPM Hooks UpdateHercules.ws2-53/+53
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-13HPM Hooks UpdateHercules.ws4-19/+19
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-12HPM Hooks UpdateHercules.ws4-0/+201
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-12HPM Hooks UpdateHaru5-0/+242
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12Interface grfio.chemagx1-0/+1
2016-07-12HPM Hooks UpdateHaru13-0/+1077
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12Interface thread.chemagx1-0/+1
2016-07-12HPM Hooks UpdateHaru13-0/+789
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12Interface random.chemagx1-0/+1
2016-07-12HPM Hooks UpdateHaru13-0/+973
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12Interface mutex.chemagx1-0/+1
2016-07-12HPM Hooks UpdateHaru13-0/+299
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12Interface md5calc.chemagx1-0/+1
2016-07-12HPM Hooks UpdateHaru13-0/+204
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12Interface des.chemagx1-0/+1
2016-07-10HPM Hooks UpdateHercules.ws4-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-10HULD generator: Show the amount of strings parsedHaru1-1/+5
Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HULD generator: added .pot file headerHaru1-2/+19
- For compliance with gettext's specifications (and compatibility with online translation management services Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09HPM Hooks UpdateHercules.ws2-112/+112
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09HPM Hooks UpdateHercules.ws4-104/+530
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09db2sql plugin now will dump equip_job as Decimalinstead of Hexadecimalhemagx1-2/+2
2016-07-05HPM Hooks UpdateHercules.ws4-10/+259
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-07-02Fixed a rare crash in the db2sql pluginHaru1-9/+13
- Fixes a crash that would occur when an item_db2 inherited item was missing Script, OnEquipScript or OnUnequipScript while its item_db counterpart had it. Signed-off-by: Haru <haru@dotalux.com>
2016-07-02HPM Hooks UpdateHercules.ws13-0/+26
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-07-02Added 'GENERATED FILE DO NOT EDIT' to the auto-generated filesHaru2-2/+5
See https://github.com/Reviewable/Reviewable/wiki/FAQ#how-do-i-tell-reviewable-that-a-file-is-generated-and-should-not-be-reviewed Signed-off-by: Haru <haru@dotalux.com>
2016-06-25generate-translations: code style and optimizationsHaru1-30/+36
Signed-off-by: Haru <haru@dotalux.com>
2016-06-25Added mesf() command (combination of mes() and sprintf())Haru1-1/+3
Signed-off-by: Haru <haru@dotalux.com>
2016-06-25Added _$() macro to the script engine to mark a translatable string as ↵Haru1-4/+21
format string - Strings passed to sprintf should use the _$() macro instead of _(), to generate the .pot translation template with a directive to correctly handle the % sign. - Strings passed through _() are instead explicitly marked as regular (non format) strings if they contain '%'. Signed-off-by: Haru <haru@dotalux.com>
2016-06-25Moved translations template generator to a pluginHaru1-0/+231
Signed-off-by: Haru <haru@dotalux.com>
2016-06-25HPM Hooks UpdateHaru4-0/+169
Signed-off-by: Haru <haru@dotalux.com>