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