Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-27 | Disclose about automatic bans, and make score rule read from consts.py | Jesusaves | 4 | -3/+26 | |
Move the TODO about dropping already established connections from server.py to security.py | |||||
2020-12-27 | Update instructions, attempt to generate a Z-Line file at make time. | Jesusaves | 3 | -12/+17 | |
2020-12-27 | Add a list of other possible sources for IP blacklists | Jesusaves | 1 | -0/+6 | |
2020-12-26 | Send to clients rk_exp/rk_mexp so they can resync exp bars | Jesusaves | 1 | -0/+2 | |
2020-12-25 | Fix bugs in Fairy World | Jesusaves | 1 | -2/+3 | |
2020-12-25 | Properly authenticate player, extending max amount of ERR_BAD they can send | Jesusaves | 1 | -0/+1 | |
2020-12-25 | Disable party reordering feature | Jesusaves | 1 | -1/+5 | |
2020-12-24 | Add new world spec: music | Jesusaves | 1 | -2/+6 | |
2020-12-24 | New quest spec: music | Jesusaves | 1 | -1/+13 | |
2020-12-24 | Nerf first quest | Jesusaves | 1 | -1/+1 | |
2020-12-24 | Some minor rewrite so prologue works... sort of | Jesusaves | 2 | -36/+13 | |
2020-12-24 | With the "Neutral Element" being official (and exclusive for Guilio) | Jesusaves | 1 | -1/+1 | |
I say we have enough units for pre alpha demo. | |||||
2020-12-24 | The 4* units | Jesusaves | 1 | -33/+84 | |
2020-12-24 | Mana Eggs and Orbs | Jesusaves | 1 | -21/+21 | |
2020-12-24 | Remove some more unused units. | Jesusaves | 1 | -106/+21 | |
Give a more sensible ID to those affected by it. | |||||
2020-12-24 | Remove some unused units | Jesusaves | 1 | -344/+4 | |
2020-12-24 | 3* units | Jesusaves | 1 | -51/+51 | |
2020-12-24 | Add easter eggs super rare recruits to taverns. | Jesusaves | 1 | -3/+15 | |
These are unlisted and absorb the 1* rarity poll. | |||||
2020-12-24 | 2* units | Jesusaves | 1 | -33/+135 | |
2020-12-24 | Assign names to the fairies | Jesusaves | 1 | -15/+15 | |
2020-12-24 | Preparative for 1 star units | Jesusaves | 1 | -9/+9 | |
2020-12-24 | Add Pepper the Powerful | Jesusaves | 1 | -0/+51 | |
The second and probably last 5 star units from the pre alpha | |||||
2020-12-24 | Add Nourished Flower, the girl from Main Menu | Jesusaves | 1 | -1/+52 | |
2020-12-24 | Server really does not cares with job, as they only affect base stats, | Jesusaves | 1 | -7/+0 | |
skill allocation, etc. and that is up to the SDK | |||||
2020-12-24 | [pyflakes] remove now unused variables | Jesusaves | 1 | -2/+1 | |
2020-12-23 | Fix quests.json loot | Jesusaves | 1 | -18/+18 | |
2020-12-23 | Reorder unit file | Jesusaves | 1 | -663/+663 | |
2020-12-23 | Special Christmas units. | Jesusaves | 2 | -51/+128 | |
2020-12-23 | Tweak a bit the tavern rates | Jesusaves | 1 | -7/+7 | |
2020-12-23 | Remove more unit rarity so they are all similar to each other. | Jesusaves | 2 | -106/+4 | |
2020-12-23 | Remove fairies +6 | Jesusaves | 1 | -85/+0 | |
They won't be needed for a while | |||||
2020-12-23 | Use a smarter ID convention. | Jesusaves | 2 | -183/+98 | |
Fix the gaps. | |||||
2020-12-23 | Remove a few units from existence | Jesusaves | 2 | -174/+4 | |
2020-12-23 | Prevent DIV/ZERO errors | Jesusaves | 1 | -142/+142 | |
2020-12-23 | Recalculate everyone's statuses and zero their skills | Jesusaves | 1 | -347/+347 | |
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 | 3 | -45/+11 | |
Do note that stats were nerfed with the new recalc patch (being applied to units) | |||||
2020-12-23 | \o/ | Jesusaves | 1 | -5/+5 | |
2020-12-23 | Testing with the editor. | Jesusaves | 1 | -2/+2 | |
2020-12-23 | Remove some unused fields from units.json and start indenting it again. | Jesusaves | 1 | -1/+2297 | |
Size 68K -> 39K | |||||
2020-12-23 | Reduce ident level from quest file from 4 to 1 space. | Jesusaves | 1 | -1052/+1054 | |
Would prefer a tab, but the SDK uses Python2.7 and tabs only come in Py3.2 File size reduction: 26K -> 15K | |||||
2020-12-23 | Update README with the command list, add aliases, add unban, and cleanup. | Jesusaves | 3 | -2/+45 | |
2020-12-23 | Explain in README the difference between K-Line and the other lines. | Jesusaves | 2 | -1/+5 | |
TL;DR The G and Z lines were meant to be auto-deployed, while K line is local. | |||||
2020-12-23 | Add a command to perma-ban (or block) an IP. | Jesusaves | 1 | -2/+7 | |
2020-12-23 | Update notes | Jesusaves | 1 | -2/+1 | |
2020-12-23 | Add status commands so you can see how many connections are open | Jesusaves | 1 | -0/+2 | |
2020-12-23 | Commands to DC or DC-and-Ban all unauthed clients. | Jesusaves | 1 | -1/+19 | |
These may be used in DDoS scenarios. | |||||
2020-12-23 | stdout() - always print to console | Jesusaves | 1 | -1/+1 | |
2020-12-22 | Last changes to the tavern | Jesusaves | 1 | -2/+2 | |
2020-12-22 | Format world.json "properly" | Jesusaves | 1 | -67/+79 | |