Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-02 | Use separate field hotkey_rowshift for each hotkeys group | Andrei Karas | 3 | -0/+25 | |
2019-06-01 | MobDB SQL Sync | Hercules.ws | 1 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-05-31 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+6 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-05-05 | Add sql update for guild_expulsion table | Andrei Karas | 3 | -0/+27 | |
Add field char_id into table guild_expulsion. | |||||
2019-04-08 | Fix an issue with named/brewed/forged items getting saved with the wrong ↵ | Ibrahim Zidan | 3 | -0/+31 | |
character id The isue was triggered by the refactoring of old undocumented code that relied on the overflow behavior during assignment from int32 to int16 and from uint16 to int16, and by a subsequent clamping to SMALLINT range operated by the SQL server. Credits: Haru <haru@dotalux.com> Fixes #2409 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-07 | MobDB SQL Sync | Hercules.ws | 2 | -125/+125 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-01-14 | Add support for saving/loading barter shops from sql table. | Andrei Karas | 3 | -0/+40 | |
Also allow add duplicated item id to barter shops if price is different. | |||||
2019-01-13 | MobDB SQL Sync | Hercules.ws | 6 | -6/+6 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-01-13 | ItemDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-12-16 | ItemDB SQL Sync | Hercules.ws | 2 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-12-14 | Add inventory size field into db and using it in server. | Andrei Karas | 3 | -0/+27 | |
2018-11-13 | Add the available information to the charlog when renaming a character | Haru | 1 | -1/+1 | |
All the necessary information was already available (charlog fields are part of the shortdata, which is already loaded by `char_rename_char_sql()`), but it wasn't used by the charlog insert query. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-10-22 | ItemDB SQL Sync | Hercules.ws | 2 | -0/+985 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-09-23 | Merge pull request #2205 from dastgirp/issue/2187 | Haru | 3 | -28/+94 | |
Fixed issue #2187 | |||||
2018-09-23 | MobDB SQL Sync | Hercules.ws | 3 | -7444/+7749 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-09-18 | add missing `IF NOT EXISTS` clause to the `char_achievements` table creation ↵ | gumi | 1 | -1/+1 | |
query | |||||
2018-09-02 | Fixed issue #2187 | Dastgir | 3 | -28/+94 | |
card field is changed to INT in tables | |||||
2018-07-28 | MobDB SQL Sync | Hercules.ws | 1 | -0/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-28 | ItemDB SQL Sync | Hercules.ws | 2 | -1/+18 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-28 | Merge pull request #2067 from dastgirp/1-achievement | Haru | 4 | -0/+91 | |
Implemented Achievement System and Title System | |||||
2018-07-26 | Fix syntax error in sql update file 2018-07-24--03-23.sql | Andrei Karas | 1 | -1/+1 | |
2018-07-25 | Merge pull request #2117 from HerculesWS/seaottercard_fix | Haru | 2 | -2/+2 | |
Fix Sea-Otter Card not increasing Sushi Heal Rate | |||||
2018-07-25 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-24 | Implemented Title System. | Dastgir | 3 | -0/+27 | |
2018-07-24 | Correct wrong attribute used for pet evolution egg hiding | Asheraf | 3 | -0/+24 | |
2018-07-24 | Add SQL Upgrades for Achievements | smokexyz | 3 | -0/+64 | |
Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-23 | ItemDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-03 | Fix Sea-Otter Card not increasing Sushi Heal Rate | skyleo | 2 | -2/+2 | |
Fixes Issue #2116 | |||||
2018-06-29 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+29 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-06-25 | Implemented Pet Autofeeding | Dastgir | 3 | -0/+27 | |
2018-06-04 | ItemDB SQL Sync | Hercules.ws | 2 | -0/+10 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-04-07 | Merge pull request #1990 from Asheraf/attendance_ui | Haru | 3 | -0/+28 | |
Implementation of Attendance system | |||||
2018-04-07 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-04-07 | Implementation of Attendance system | Asheraf | 3 | -0/+28 | |
2018-04-03 | ItemDB SQL Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-03-08 | Fixed RoDEX mail return not working correctly | Guilherme G. Menaldo | 3 | -1/+10 | |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 5 | -1/+54 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2018-01-09 | MobDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-01-09 | ItemDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-11-18 | Implement Homunculus autofeeding | Asheraf | 3 | -0/+9 | |
2017-09-17 | Item DB SQL Update | Haru | 1 | -27/+27 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Item DB SQL Update | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Item DB SQL Update | Haru | 3 | -16224/+16227 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-07-30 | Implementation of RoDEX | KirieZ | 3 | -1/+129 | |
2017-06-13 | ItemDB SQL Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-06-03 | ItemDB SQL Sync | Hercules.ws | 2 | -225/+225 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-06-03 | ItemDB SQL Sync | Hercules.ws | 2 | -57/+57 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-05-04 | ItemDB SQL Sync | Hercules.ws | 2 | -12/+12 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-04-25 | Add some missing entries to sql/upgrades/index.txt | Haru | 1 | -0/+5 | |
This adds some entries from recent and old updates that were missed when adding the corresponding migrations. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-04-21 | ItemDB SQL Sync | Hercules.ws | 2 | -50/+50 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> |