Age | Commit message (Expand) | Author | Files | Lines |
2023-09-08 | Remove part of the AP system functionality. It'll no longer be consumed.HEADmaster | Jesusaves | 1 | -49/+0 |
2023-09-03 | Fix bugs for archival versionv2.3.9.3+1 | Jesusaves | 1 | -2/+2 |
2022-09-03 | Update tavern list, and modify fairy rulesv2.3.9.3 | Jesusaves | 1 | -10/+10 |
2022-09-03 | Add a couple new 5* units, I am not terribly creative with names :( | Jesusaves | 1 | -0/+102 |
2022-09-03 | A unit was missing! :o | Jesusaves | 1 | -0/+51 |
2022-09-03 | Add two more units on each rarity rank, so all rarities have 8 units each. | Jesusaves | 1 | -0/+408 |
2022-09-03 | Minor... bugfix? I'm not sure | Jesusaves | 2 | -1/+2 |
2022-08-06 | Raise max inventory from 25 to 100 - server should not explode. Maybe. | Jesusaves | 1 | -1/+1 |
2022-08-06 | I overlooked the fact passwords can now be either 12 or 16 chars long | Jesusaves | 1 | -1/+1 |
2022-08-06 | Fix bug on password creation | Jesusaves | 1 | -2/+2 |
2022-07-28 | Version bump (registration protocol modified) | Jesusaves | 2 | -2/+2 |
2022-07-28 | Update password generation to cover whole alphabet and have 16 instead of 12 ... | Jesusaves | 2 | -2/+7 |
2022-07-28 | "Mail" can now be blank, it'll then use MyUID. | Jesusaves | 2 | -1/+28 |
2022-07-27 | Add a couple dialogs for the new story, goal is farming crystals | Jesusaves | 1 | -0/+10 |
2022-07-27 | Fix bar | Jesusaves | 1 | -3/+3 |
2022-07-27 | Add another Fairy World scenario, with about 2x drop rates than World 1 | Jesusaves | 2 | -13/+167 |
2022-07-27 | Now it is easy~ish to add new stages, but just like bar, world need manual up... | Jesusaves | 1 | -2/+223 |
2022-07-27 | Quest stages are now semi-auto-generated as well | Jesusaves | 1 | -12/+146 |
2022-07-27 | This ain't lookin' good, capt'n. We better replace this tavern logic? | Jesusaves | 1 | -2/+2 |
2022-07-27 | I retract previous statement, 3 minutes is enough. | Jesusaves | 1 | -0/+51 |
2022-07-27 | A unit can now be coded in 5 minutes | Jesusaves | 1 | -1/+52 |
2022-07-27 | Include Oldric, first fully "auto-generated" unit | Jesusaves | 1 | -1/+52 |
2022-01-02 | Implement a short-lived packet cache when client request is the same as previ... | Jesusaves | 1 | -1/+26 |
2021-08-21 | Set a default syslog priority for failures (INFO -> NOTICE) | Jesusaves | 1 | -1/+2 |
2021-08-18 | Sanitize packet (so it can send numbers) and send special code for outdated c...v2.1.8.18 | Jesusaves | 2 | -1/+3 |
2021-08-18 | Bump client version to 2.1.8.18 | Jesusaves | 1 | -2/+2 |
2021-08-17 | Inform devs they need TWO repositories for local servers. | Jesusaves | 2 | -1/+4 |
2021-08-17 | Nerf tavern costs, they are too high (200 -> 150 crystals) | Jesusaves | 1 | -3/+3 |
2021-08-16 | [Make newer quests easier] | Jesusaves | 1 | -2/+2 |
2021-08-16 | Extend game story up to quest 10 (When the Stronghold arc ends) | Jesusaves | 1 | -0/+154 |
2021-08-16 | Prepare quests 7 and 8 | Jesusaves | 1 | -1/+81 |
2021-08-16 | Add command `list` (aka. `all`) which lists everyone connected. | Jesusaves | 2 | -0/+5 |
2021-08-16 | Fix the `debug` command from server console | Jesusaves | 1 | -2/+4 |
2021-08-16 | Send attack all as SRV_NOCAST | Jesusaves | 1 | -3/+5 |
2021-08-16 | Summoning can now be learnt, and the first summon - Lurking Danger - has arrived | Jesusaves | 2 | -1/+24 |
2021-08-16 | Add some post dialog to the Fortress explaining about summon selection. | Jesusaves | 1 | -1/+18 |
2021-08-16 | Sphere manipulation walkthrough | Jesusaves | 1 | -0/+47 |
2021-08-16 | Send job for the units | Jesusaves | 2 | -0/+2 |
2021-08-14 | Fix story error reported by Xanthem | Jesusaves | 1 | -1/+3 |
2021-08-13 | Add a couple asserts to validate the summon | Jesusaves | 1 | -0/+2 |
2021-08-12 | You now need `max_sum` to be set in order to summon something. | Jesusaves | 2 | -2/+9 |
2021-08-12 | UPDATE TABLE `player`. | Jesusaves | 1 | -11/+12 |
2021-08-12 | Update summons | Jesusaves | 1 | -11/+107 |
2021-08-12 | Pipelines must pass | Jesusaves | 1 | -1/+1 |
2021-08-12 | Remove summon_id attribute from summons.json; Rely entirely on the array pos | Jesusaves | 3 | -11/+12 |
2021-08-11 | Summoning protocol, alpha version (working) | Jesusaves | 2 | -5/+6 |
2021-08-11 | Fix bugs | Jesusaves | 1 | -21/+36 |
2021-08-11 | Alpha version of summoning | Jesusaves | 6 | -19/+33 |
2021-08-10 | Log summon usage (currently not possible) | Jesusaves | 2 | -2/+6 |
2021-08-10 | Make _action() take more params so EVERYONE knows it is messy :> | Jesusaves | 1 | -6/+9 |