Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-27 | If Tutorial remains enabled, explain a bit better the Homun Evolution minigame | Jesusaves | 1 | -0/+7 | |
2025-05-27 | Actually, don't allow it to be on Beatrice shop I guess | Jesusaves | 1 | -0/+1 | |
2025-05-27 | Kirara Lemon, requested by @poppet - currently, half unobtanium | Jesusaves | 3 | -0/+20 | |
2025-05-25 | Debug NPCs new restrictions. | Jesusaves | 1 | -9/+31 | |
* Shop only works during TMW2 Anniversary * Beta Revive will now prevent acquiring unique, important items | |||||
2025-05-25 | Some stuff which have been ready for days but I was on medical leave | Jesusaves | 4 | -61/+1086 | |
2025-05-18 | Nerf ever so slightly the Moubootaur's direct underlings | Jesusaves | 1 | -5/+5 | |
2025-05-17 | Fix Stove in LoF Houses 7 and 8 | Jesusaves | 4 | -4/+4 | |
2025-05-17 | Just in case someone missed it, the first time, explain the current crisis | Jesusaves | 1 | -0/+4 | |
2025-05-17 | Make it even more annoying! This is an URGENT situation, a state of calamity! | Jesusaves | 19 | -0/+19 | |
2025-05-17 | Give the proper degree of disruption when the world is threatened. | Jesusaves | 16 | -4/+43 | |
2025-05-16 | Update all files, but remove comments or wips or todos and keep it broken | Jesusaves | 4 | -195/+1186 | |
2025-05-16 | Several changes on several things, mostly related to Final Showdown. | Jesusaves | 8 | -23/+58 | |
But also some minor balance tweaks. | |||||
2025-05-16 | Refactor Heroes Hold traps, as I've promised | Jesusaves | 1 | -3/+13 | |
2025-05-13 | Dropin replacement for my reputational issues. | Jesusaves | 1 | -21/+42 | |
2025-05-13 | Revert all changes to reputation. Scratch that! | Jesusaves | 2 | -11/+9 | |
2025-05-13 | Revert the nerf. In some cases, it might even raise reputation in 4 instead ↵ | Jesusaves | 1 | -1/+4 | |
of 3. I'm not entirely sold on this formula yet. | |||||
2025-05-12 | Minor improvements to town politics: Display, Frostia, and reputation raise. | Jesusaves | 1 | -15/+17 | |
Wait, acquiring reputation via town money got nerfed. | |||||
2025-05-12 | New soundtracks! | Jesusaves | 1 | -1/+23 | |
2025-05-11 | Also, dispose of the WHOLE dungeon instead of just Monster King | Jesusaves | 1 | -1/+6 | |
2025-05-11 | Rebalance slightly Heroes Hold Master Dungeon | Jesusaves | 1 | -4/+48 | |
2025-05-04 | With kamibroadcast() changes, Hardcore may now have Aurora events. | Jesusaves | 1 | -1/+1 | |
2025-05-04 | Improve options for Town Admins and the High Council for Moubootaur Showdown. | Jesusaves | 3 | -0/+117 | |
SC Configuration for the latest commit. | |||||
2025-05-04 | Buff up nurse scripts, as pointed out during Showdown Playtest | Jesusaves | 1 | -3/+35 | |
2025-05-03 | There's no equip bug any more? At least, not on manaverse... | Fedja Beader | 1 | -1/+0 | |
2025-05-03 | Simplify bitmask_count | Fedja Beader | 2 | -16/+15 | |
Untested * Herc really doesen't like us setting the upper bit **** ml/serverdata!171 | |||||
2025-05-03 | Minor rebalance on Professor, Alfred and Treasure Chests. | Jesusaves | 3 | -1/+17 | |
- Professor now gives an additional EXP point for every rebirth. - Max AFK time at professor now grows 1s/day of account age. - Alfred pays considerably less on Hardcore servers. | |||||
2025-05-03 | Simplify base 2 logarithm computation | Fedja Beader | 2 | -23/+14 | |
Could put shift into while loop condition, but this is more readable. Untested, ofc... * Add some testcases for log2, too * Simplify base 2 logarithm computation **** ml/serverdata!169 | |||||
2025-04-18 | Fix CI. Headhood now gives MP +50 due to being influenced by the Mana Source. | Jesusaves | 2 | -1/+4 | |
2025-04-18 | Finish updating Jesusaves' Grimorium with the missing lore pieces. | Jesusaves | 3 | -5/+86 | |
2025-04-18 | Add a statue where 2022 scoreboards were supposed to be. Explain stuff. | Jesusaves | 2 | -2/+34 | |
2025-04-18 | Lower Dustynator price in 500. It now recovers 100 HP when killing a monster. | Jesusaves | 2 | -1/+2 | |
2025-04-17 | kamibroadcast(): Do not send messages to #world in Hardcore servers | Jesusaves | 1 | -5/+8 | |
2025-04-14 | Wurtzite Fix | Jesusaves | 3 | -3/+3 | |
2025-03-31 | Grimorium: No longer close on Recipe or Cooking books. | Jesusaves | 3 | -9/+40 | |
2025-03-30 | Allow sponsors to use @mapinfo in addition to mobinfo, iteminfo and whodrops | Jesusaves | 1 | -1/+1 | |
2025-03-29 | Oops, fix a money exploit before it grows out of control! | Jesusaves | 1 | -1/+1 | |
2025-03-29 | This is the massive commit with an unfinished update | Jesusaves | 18 | -13/+1204 | |
2025-03-29 | Strength Potion + map cache | Jesusaves | 17 | -33/+244 | |
2025-03-26 | Update langs | Jesusaves | 10 | -10/+1693 | |
2025-03-25 | Flip the meaning of some conditionals, which are meant to punish players. | Jesusaves | 2 | -2/+3 | |
2025-03-25 | Fix harm() credit | Fedja Beader | 4 | -44/+50 | |
Note: there are two harm() calls in `npc/config/traps`, but I don't know if NPCs can be the source of damage? And, if so, what to pass as damage source. Maybe npcinfo(0)? + made parlor code a tiny bit more readable + fixed Healing's broken debuff * Apply fix suggested by jes * Fix harm() credit **** ml/serverdata!181 Reviewed-by: Jesusalva Jesusalva <jesusalva@tmw2.org> | |||||
2025-03-23 | Nice scope block you got there %%I | Fedja Beader | 5 | -15/+28 | |
I remember another smaller one somewhere, wonder if I can make a nice grep oneliner to find them all... * 'kay, how did that creep in * addendum - found by half-working script. optimised delitems too * Nice scope block you got there %%I **** ml/serverdata!189 Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org> | |||||
2025-03-23 | Regenerate map info + Soren-2 | Jesusaves | 5 | -11/+23 | |
2025-03-22 | There was a typo... | Jesusaves | 1 | -2/+2 | |
2025-03-22 | Optional Dungeon | Jesusaves | 22 | -143/+736 | |
2025-03-22 | Make slightly harder to farm Copper Slime in Kamelot Prison, but not impossible. | Jesusaves | 1 | -1/+8 | |
2025-03-22 | Bugfix at Kamelot | Jesusaves | 1 | -2/+6 | |
2025-03-22 | Include 001-16 to cache memory | Jesusaves | 7 | -410/+420 | |
2025-03-22 | Several files and configuration changes which will be required. | Jesusaves | 9 | -8/+280 | |
2025-03-21 | During St. Patrick, St. Patrick Clovers may show up in Aeros | Jesusaves | 1 | -1/+1 | |