summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-03-06Fix candor warpmulti_event_teleportFedja Beader1-2/+2
I knew the repetitions will result in errors and here they are :/
2025-03-06Prevent returning to the same mapFedja Beader1-17/+39
(+1 repetition of map ID in code :/)
2025-03-06Fix empty menu - note, i still don't know when to use mes and when mesqFedja Beader1-0/+3
and forgot where you told me about it
2025-03-06Properly close dialogFedja Beader1-1/+1
2025-03-06Further clarify the map - ID mapFedja Beader1-2/+2
2025-03-06Fix extra ) and figured out maze map IDs so use those instead of 999999Fedja Beader1-12/+12
2025-03-06Fix my fumbling at the keyboardFedja Beader1-1/+1
2025-03-06ClarifyFedja Beader1-1/+2
2025-03-06Gather my thoughtsFedja Beader1-11/+9
2025-03-06Implement event teleport selection when multiple events are runningFedja Beader1-62/+121
2025-03-04Refactor a bit the code and fix an exploit before it goes liveJesusaves1-5/+4
2025-03-04If 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.
2025-03-04And this, is something which was planned for a while...Jesusaves2-4/+2
2025-03-03Update configuration file to reflect the backport.Jesusaves1-0/+10
2025-03-03Provide an use case for the new feature requested by @ThinkSome / @specingJesusaves2-3/+6
2025-03-03add 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
2025-01-29Update the PoI at Candor to make it, well, worthless after Candor.Jesusaves2-2/+41
2025-01-29Fix some mistranslations reported by @Xtreem and Zegas' Barrel PoI.Jesusaves5-8/+34
More specifically, allow you to search the barrels after the quest.