Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-18 | Sanitize packet (so it can send numbers) and send special code for outdated ↵v2.1.8.18 | Jesusaves | 2 | -1/+3 | |
clients | |||||
2021-08-18 | Bump client version to 2.1.8.18 | Jesusaves | 1 | -2/+2 | |
Modify client outdated error code. | |||||
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 | |
Also lists their tokens and IPs so the other commands (ban, ddos, etc.) can be used | |||||
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 | |
This value cannot be changed right now (summons cannot be learned) Means you're struck with default summon "(0)". I am wondering how the summons unlock quests will be. Will they unlock with main story, or will they be a side quest? Remains to be seen... | |||||
2021-08-12 | UPDATE TABLE `player`. | Jesusaves | 1 | -11/+12 | |
Breaks backward compatibility (all servers) | |||||
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 | |
2021-08-10 | Initial version of priority-based attack order (spheres > skills > attack) | Jesusaves | 1 | -19/+39 | |
2021-08-10 | Isolate battle action code | Jesusaves | 1 | -16/+23 | |
2021-08-08 | Bump protocol versionv2.1.8.8 | Jesusaves | 2 | -4/+4 | |
2021-08-07 | Protocol update; Allow clients to alter spheres | Jesusaves | 1 | -2/+5 | |
2021-08-07 | Rebalance all quests, making them easier | Jesusaves | 1 | -5/+5 | |
We really need spheres control D: | |||||
2021-08-07 | Apart for the terrible balancing - fix typos and bugs. | Jesusaves | 3 | -4/+13 | |
2021-08-05 | Move a lot of battle logic to battle/common.py | Jesusaves | 3 | -291/+290 | |
(which is no longer just an util file) | |||||
2021-08-04 | Enable SAST | Jesusaves | 1 | -0/+5 | |
2021-08-04 | I also did a typo which prevented players from gaining spheres | Jesusaves | 1 | -1/+1 | |
2021-08-04 | Send damage over the packets as well | Jesusaves | 5 | -12/+25 | |
2021-08-04 | Verbosity should now be fine (or at least, better) | Jesusaves | 3 | -9/+9 | |
2021-08-04 | Add another verbosity level, otherwise debug.txt will be a monster | Jesusaves | 4 | -50/+57 | |
2021-08-04 | Remove previously deprecated `dbgprint` function. | Jesusaves | 4 | -15/+12 | |
2021-08-04 | Send action log and minor polishing | Jesusaves | 4 | -15/+20 | |
2021-07-25 | These are the last additions for today | Jesusaves | 2 | -4/+106 | |
2021-07-25 | Add three new units and their taverns. | Jesusaves | 2 | -4/+157 | |
2021-07-25 | Add a couple new units which were waiting for long enough. | Jesusaves | 2 | -1/+133 | |
Add a new tavern for those whom complete the Academy Arc | |||||
2021-07-22 | Change Tavern rules so they are quest-level dependant. | Jesusaves | 2 | -4/+8 | |
This means you now may unlock taverns as story goes on. With possibly better rates or specialized units. | |||||
2021-01-05 | Fix pyflakes3 warnings | Jesusaves | 3 | -3/+4 | |
2021-01-04 | Reorder quest background field | Jesusaves | 1 | -11/+11 | |
2021-01-04 | Fix mana orbs element. | Jesusaves | 2 | -6/+10 | |
Split fairies from mana eggs in GP tavern. Increase the chances of getting fairies. | |||||
2020-12-31 | Color codes | Jesusaves | 1 | -2/+2 | |
2020-12-31 | Fix typo | Jesusaves | 1 | -1/+1 | |
2020-12-31 | Experiment with custom backgrounds - lets put our system to proof! | Jesusaves | 2 | -8/+8 | |