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