Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-17 | Replace item id shorts to int in char server. | Andrei Karas | 1 | -2/+2 | |
2018-07-01 | Change functions to static where possible (Part 3 - char) | Haru | 1 | -6/+6 | |
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-06-30 | Move mapif functions from int_rodex.c to mapif.c and fix some return types | Haru | 1 | -171/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-06-30 | Move some non-mapif functionality from the mapif interface to the ↵ | Haru | 1 | -6/+18 | |
inter_rodex interface Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-03-20 | Fixed wrong rodex loading when mail expire date was manually changed | Guilherme G. Menaldo | 1 | -4/+4 | |
2018-03-08 | Fixed a nullpo error when user tried to do an action in an unloaded mail in ↵ | Guilherme G. Menaldo | 1 | -6/+8 | |
rodex | |||||
2018-03-08 | Fixed RoDEX mail return not working correctly | Guilherme G. Menaldo | 1 | -19/+29 | |
2017-12-28 | Fixed rodex loading mails when it requires multiple packets. | Guilherme Guiguer Menaldo | 1 | -8/+12 | |
2017-11-27 | Fix an item loading failure in RODEX | Haru | 1 | -22/+24 | |
Caused by a wrong ordering of SQL operations (StmtExecute after StmtBindColumn) introduced in e5a63561bba9d09e5a88636f4982cdb2cf57a569. Fixes #1912 Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-11-18 | Correct an issue in the RODEX when MAX_SLOTS or MAX_ITEM_OPTIONS have custom ↵ | Haru | 1 | -68/+80 | |
values | |||||
2017-11-18 | Pass the correct types and sizes to the StmtBind functions | Haru | 1 | -39/+40 | |
Fixes #1531 (and other similar issues) Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-10-21 | Add rodex 2017 packets. | Andrei Karas | 1 | -0/+24 | |
2017-09-19 | remove trailing whitespaces from source | gumi | 1 | -6/+6 | |
2017-08-08 | Fix hpm issues after rodex commit. | Andrei Karas | 1 | -1/+1 | |
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+536 | |