Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -1/+19 | |
2021-08-16 | Send job for the units | Jesusaves | 2 | -0/+2 | |
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 | 1 | -1/+6 | |
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 | Pipelines must pass | Jesusaves | 1 | -1/+1 | |
2021-08-12 | Remove summon_id attribute from summons.json; Rely entirely on the array pos | Jesusaves | 2 | -8/+4 | |
2021-08-11 | Summoning protocol, alpha version (working) | Jesusaves | 1 | -4/+4 | |
2021-08-11 | Fix bugs | Jesusaves | 1 | -21/+36 | |
2021-08-11 | Alpha version of summoning | Jesusaves | 4 | -17/+29 | |
2021-08-10 | Log summon usage (currently not possible) | Jesusaves | 1 | -2/+5 | |
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-07 | Protocol update; Allow clients to alter spheres | Jesusaves | 1 | -2/+5 | |
2021-08-07 | Apart for the terrible balancing - fix typos and bugs. | Jesusaves | 1 | -1/+7 | |
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 | 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 | 4 | -12/+20 | |
2021-08-04 | Verbosity should now be fine (or at least, better) | Jesusaves | 2 | -8/+8 | |
2021-08-04 | Add another verbosity level, otherwise debug.txt will be a monster | Jesusaves | 1 | -28/+28 | |
2021-08-04 | Remove previously deprecated `dbgprint` function. | Jesusaves | 3 | -8/+8 | |
2021-08-04 | Send action log and minor polishing | Jesusaves | 4 | -15/+20 | |
2021-01-05 | Fix pyflakes3 warnings | Jesusaves | 1 | -1/+1 | |
2020-12-31 | Relicense the game to GPLv3. | Jesusaves | 5 | -54/+49 | |
utils.py can still be used under the LGPL. The LGPL license present in git history is no longer valid, but already issued copies still are. Needless to say, there are no "already issued copies"... | |||||
2020-12-31 | Actually, log this sort of error. | Jesusaves | 1 | -1/+1 | |
2020-12-31 | Remove some verbosity; If something goes wrong, rely on ↵ | Jesusaves | 1 | -6/+7 | |
traceback.print_exc() instead Which is not logged but we'll find a way. | |||||
2020-12-30 | Avoid experience from becoming a float. | Jesusaves | 1 | -0/+1 | |
2020-12-30 | Make experience gain even slower | Jesusaves | 1 | -3/+3 | |
2020-12-29 | Reduce AP cost for the quests. | Jesusaves | 1 | -0/+7 | |
Add prototype code for sphere movement. | |||||
2020-12-29 | Change EXP rule: mobs and boss give 90% less. | Jesusaves | 1 | -2/+4 | |
There is now a base experience of 15x the configured difficulty level. This makes exp gain less volatile. | |||||
2020-12-26 | Send to clients rk_exp/rk_mexp so they can resync exp bars | Jesusaves | 1 | -0/+2 | |
2020-12-25 | Disable party reordering feature | Jesusaves | 1 | -1/+5 | |
2020-12-23 | Nerf enemies a bit | Jesusaves | 1 | -2/+2 | |
2020-12-23 | Level boosts are now extremely predictable: They boost status in 1% | Jesusaves | 1 | -2/+3 | |
Do note that stats were nerfed with the new recalc patch (being applied to units) | |||||
2020-12-20 | Add partial support for multiple worlds. | Jesusaves | 2 | -17/+21 | |
2020-12-18 | Kill the fake positives in an... elegantly lame... way. | Jesusaves | 3 | -0/+17 | |
2020-12-18 | Combat is almost working now | Jesusaves | 4 | -5/+7 | |
2020-12-18 | Initial battle version imported from Python2 and with pyflakes3 applied. | Jesusaves | 6 | -0/+962 | |
Divided in multiple files for ease. UNTESTED. (But server still runs) |