Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
22 hours | Allow returning to the fortress area with trait selection box.fortress_box_return | Fedja Beader | 1 | -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) | |||||
31 hours | Fix typo | Jesusaves | 1 | -2/+2 | |
31 hours | Modify how lightsabers HP loss work. Modify how Lightbringer HP loss work. | Jesusaves | 1 | -4/+4 | |
32 hours | 4L Clover will now grant you a 1% chance for Funky Hat. | Jesusaves | 1 | -0/+6 | |
It'll only affect general boost if you fail to get set bonus. | |||||
32 hours | Allow [Green Eggshell Hat] to pass the green check | Jesusaves | 1 | -1/+1 | |
Candor set is not true green, tho | |||||
32 hours | Rebalance a bit the new chests and spread them! | Jesusaves | 6 | -6/+32 | |
32 hours | Implement the remaining, missing chests | Saulc | 4 | -0/+39 | |
33 hours | Fix typo in Item DB | Jesusaves | 1 | -1/+1 | |
5 days | Changes requested by \Test_User (or minor fixes for log files) | Jesusaves | 3 | -4/+7 | |
8 days | For precision, to match better Wyara's dialog. | Jesusaves | 1 | -1/+1 | |
8 days | This should stop the players whom "can't finish Sagratha's Quest" | Jesusaves | 1 | -0/+1 | |
10 days | Fix visual glitch in Mirio's time assessment | Jesusaves | 1 | -1/+1 | |
12 days | Refactor a bit the code and fix an exploit before it goes live | Jesusaves | 1 | -5/+4 | |
12 days | If you work at least 4 hours and leave normally instead of logout, pay fraction | Jesusaves | 1 | -1/+8 | |
Only 50% of the fraction will be paid. Also informs you about the limit if you forgot. | |||||
12 days | And this, is something which was planned for a while... | Jesusaves | 2 | -4/+2 | |
13 days | Update configuration file to reflect the backport. | Jesusaves | 1 | -0/+10 | |
13 days | Provide an use case for the new feature requested by @ThinkSome / @specing | Jesusaves | 2 | -3/+6 | |
13 days | add more unit tests for local functions | gumi | 1 | -0/+40 | |
2025-02-28 | Fix the bug in Moubootaur Legends Anniversary. Maybe. | Jesusaves | 2 | -1/+8 | |
2025-02-25 | Aeros: May now spawn some Officers of the Monster Army. | Jesusaves | 1 | -0/+7 | |
However, their stats will be regular, and no experience bonus will happen. | |||||
2025-02-25 | Futurely, I wish to be theoretically capable of extending Aeros events duration. | Jesusaves | 1 | -0/+4 | |
2025-02-15 | Fix Lora Tay | Jesusaves | 1 | -2/+2 | |
2025-02-13 | Fix copy pasta (overcooked) | Fedja Beader | 1 | -1/+1 | |
2025-02-12 | Fix areaharm (now squareharm) credit fix | Fedja Beader | 2 | -5/+6 | |
+ update comment | |||||
2025-02-12 | Fix areaharm credit | Fedja Beader | 7 | -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-12 | Optimise for reading, not writing | Fedja Beader | 1 | -27/+29 | |
2025-02-11 | Fix missing unitkill for .@t3? | Fedja Beader | 1 | -2/+5 | |
Was it missing? Spotted this during !175 / areaharm rework. | |||||
2025-02-11 | Fix fishy code | Fedja Beader | 1 | -3/+3 | |
I did warn that it was fishy, didn't I?? | |||||
2025-02-07 | use safe askyesno for mayorship resignation | Fedja Beader | 1 | -1/+1 | |
... current accidental resignation count is around 3. | |||||
2025-02-03 | Fix specing's brain | Jesusaves | 1 | -6/+6 | |
2025-02-03 | Re-schedule automatic restarts to happen midweek in order to preserve ↵ | Fedja Beader | 1 | -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-02 | Add askyesnosafe(), the safer version of askyesno for space-mashers like myself. | Fedja Beader | 6 | -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-02 | Translation Update | Jesusaves | 11 | -360/+1833 | |
2025-02-02 | ***The Money Maker Patch*** | Jesusaves | 12 | -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 message | Jesusaves | 1 | -0/+1 | |
2025-02-02 | Replace Realm of Drops rule for seasonal drops. | Jesusaves | 1 | -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-01 | Buff Mana Bomb damage. Add a parlor trick for a skill tutorial. | Jesusaves | 4 | -2/+104 | |
2025-01-31 | I've changed my mind about Werror twice, now | Jesusaves | 1 | -1/+1 | |
2025-01-31 | Also, better way to supress MySQL imbecile message | Jesusaves | 2 | -1/+4 | |
2025-01-30 | Swap mysql8 with mysql_latest, and use gcc-12 for latest. | Jesusaves | 1 | -4/+4 | |
2025-01-30 | [CI] Do not use Werror for MySQL BE because I really don't care. | Jesusaves | 2 | -2/+2 | |
Stupid deprecation warning... | |||||
2025-01-30 | CI Fix | Jesusaves | 1 | -1/+1 | |
2025-01-30 | Alright, paper isn't SO likely... | Jesusaves | 1 | -5/+13 | |
2025-01-30 | ThinkSome asked me to give some bonus as Warp Mage can't be expected to ↵ | Jesusaves | 1 | -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-30 | Some oversights reported by ThinkSome | Jesusaves | 1 | -4/+4 | |
2025-01-30 | Update Contributors Points and some minor improvements. | Jesusaves | 4 | -7/+7 | |
2025-01-30 | This might actually become a problem in the long run, so... CLEANUP TIME. | Jesusaves | 1 | -0/+2 | |
2025-01-30 | Update the items which Merchant Guild may ask. | Jesusaves | 1 | -2/+2 | |
2025-01-29 | A couple more missing things | Jesusaves | 2 | -9/+9 | |
2025-01-29 | Refresh PoI every 12 hours, not every 24 hours. | Jesusaves | 1 | -0/+1 | |