summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
20 hoursAllow returning to the fortress area with trait selection box.fortress_box_returnFedja Beader1-6/+4
For grinding or whatever (it just doesen't make sense to be unable to return once ladder illusion is gone). + I'm not sure if the q1 checks are necessary at all, but left them in regardless. (also renamed .@q to .@q1 for consistency and removed unused .q3)
29 hoursFix typoJesusaves1-2/+2
29 hoursModify how lightsabers HP loss work. Modify how Lightbringer HP loss work.Jesusaves1-4/+4
29 hours4L Clover will now grant you a 1% chance for Funky Hat.Jesusaves1-0/+6
It'll only affect general boost if you fail to get set bonus.
29 hoursAllow [Green Eggshell Hat] to pass the green checkJesusaves1-1/+1
Candor set is not true green, tho
30 hoursRebalance a bit the new chests and spread them!Jesusaves6-6/+32
30 hoursImplement the remaining, missing chestsSaulc4-0/+39
30 hoursFix typo in Item DBJesusaves1-1/+1
5 daysChanges requested by \Test_User (or minor fixes for log files)Jesusaves3-4/+7
8 daysFor precision, to match better Wyara's dialog.Jesusaves1-1/+1
8 daysThis should stop the players whom "can't finish Sagratha's Quest"Jesusaves1-0/+1
10 daysFix visual glitch in Mirio's time assessmentJesusaves1-1/+1
12 daysRefactor a bit the code and fix an exploit before it goes liveJesusaves1-5/+4
12 daysIf you work at least 4 hours and leave normally instead of logout, pay fractionJesusaves1-1/+8
Only 50% of the fraction will be paid. Also informs you about the limit if you forgot.
12 daysAnd this, is something which was planned for a while...Jesusaves2-4/+2
13 daysUpdate configuration file to reflect the backport.Jesusaves1-0/+10
13 daysProvide an use case for the new feature requested by @ThinkSome / @specingJesusaves2-3/+6
13 daysadd more unit tests for local functionsgumi1-0/+40
2025-02-28Fix the bug in Moubootaur Legends Anniversary. Maybe.Jesusaves2-1/+8
2025-02-25Aeros: May now spawn some Officers of the Monster Army.Jesusaves1-0/+7
However, their stats will be regular, and no experience bonus will happen.
2025-02-25Futurely, I wish to be theoretically capable of extending Aeros events duration.Jesusaves1-0/+4
2025-02-15Fix Lora TayJesusaves1-2/+2
2025-02-13Fix copy pasta (overcooked)Fedja Beader1-1/+1
2025-02-12Fix areaharm (now squareharm) credit fixFedja Beader2-5/+6
+ update comment
2025-02-12Fix areaharm creditFedja Beader7-64/+79
+change order of arguments and defaults (but I might flip them around again, stay tuned) Also fixes magnus heal: note how filter_friendly was passed as elemental type. Depends on !174. * Make square/rect-harm match harm() calling convention * -artefact * Swap blocks filter and script filter around.. if you think about it, the blocks filter is coarse and the latter is fine so it makes sense to order them this way as well. * areaharm should be called squareharm, no? * Fix areaharm credit +change order of arguments and defaults **** ml/serverdata!175
2025-02-12Optimise for reading, not writingFedja Beader1-27/+29
2025-02-11Fix missing unitkill for .@t3?Fedja Beader1-2/+5
Was it missing? Spotted this during !175 / areaharm rework.
2025-02-11Fix fishy codeFedja Beader1-3/+3
I did warn that it was fishy, didn't I??
2025-02-07use safe askyesno for mayorship resignationFedja Beader1-1/+1
... current accidental resignation count is around 3.
2025-02-03Fix specing's brainJesusaves1-6/+6
2025-02-03Re-schedule automatic restarts to happen midweek in order to preserve ↵Fedja Beader1-5/+6
weekend bonus. (Not relevant anymore. Found this stashed away, possibly waiting for !162 to be merged) **** ml/serverdata!170 Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
2025-02-02Add askyesnosafe(), the safer version of askyesno for space-mashers like myself.Fedja Beader6-12/+30
+ lovely reindent of askyesno() Also: 1. I shifted one `mes "";` a bit in rebirth code, that may or may not break stuff. ~~2. There must be another case of where to use askyesnosafe but I can't remember where.~~ * Applied 1 suggestions from the MR body. * Preserve old messages.. * nvm this is where it was missing * Add askyesnosafe(), the safer version of askyesno for space-mashers like myself. + lovely reindent of askyesno() **** ml/serverdata!172 Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
2025-02-02Translation UpdateJesusaves11-360/+1833
2025-02-02***The Money Maker Patch***Jesusaves12-392/+536
- Tulimshar Employment Center - Reduce cooldown on Merchant Guild Requests - Update warnings and consequences of using skip-content system
2025-02-02[skip ci] Improve the tutorial messageJesusaves1-0/+1
2025-02-02Replace Realm of Drops rule for seasonal drops.Jesusaves1-28/+32
It no longer give a 9% fixed rate, but it varies based on global drop rates. It also no longer computes seasonal drops in skill eligibility rules.
2025-02-01Buff Mana Bomb damage. Add a parlor trick for a skill tutorial.Jesusaves4-2/+104
2025-01-31I've changed my mind about Werror twice, nowJesusaves1-1/+1
2025-01-31Also, better way to supress MySQL imbecile messageJesusaves2-1/+4
2025-01-30Swap mysql8 with mysql_latest, and use gcc-12 for latest.Jesusaves1-4/+4
2025-01-30[CI] Do not use Werror for MySQL BE because I really don't care.Jesusaves2-2/+2
Stupid deprecation warning...
2025-01-30CI FixJesusaves1-1/+1
2025-01-30Alright, paper isn't SO likely...Jesusaves1-5/+13
2025-01-30ThinkSome asked me to give some bonus as Warp Mage can't be expected to ↵Jesusaves1-0/+8
perfect clear. So let Ofelia decide how much she expected from you beforehand. If you meet or exceed her expectations, you get an extra pull.
2025-01-30Some oversights reported by ThinkSomeJesusaves1-4/+4
2025-01-30Update Contributors Points and some minor improvements.Jesusaves4-7/+7
2025-01-30This might actually become a problem in the long run, so... CLEANUP TIME.Jesusaves1-0/+2
2025-01-30Update the items which Merchant Guild may ask.Jesusaves1-2/+2
2025-01-29A couple more missing thingsJesusaves2-9/+9
2025-01-29Refresh PoI every 12 hours, not every 24 hours.Jesusaves1-0/+1