Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-03 | Fix specing's brain | Jesusaves | 1 | -6/+6 | |
2025-02-02 | Add askyesnosafe(), the safer version of askyesno for space-mashers like myself. | Fedja Beader | 1 | -2/+21 | |
+ 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-01-29 | Fix some mistranslations reported by @Xtreem and Zegas' Barrel PoI. | Jesusaves | 1 | -2/+2 | |
More specifically, allow you to search the barrels after the quest. | |||||
2024-07-30 | [CVE] Unsanitized input via debugmes maybe can fire GM 99 commands. | Jesusaves | 1 | -3/+7 | |
It's logged, but still, I would rather not have this vulnerability. (It might not even be a real issue, but who's going to risk it?!) | |||||
2024-07-29 | Black Jack game, reward is [Beard] | Jesusaves | 1 | -0/+6 | |
2024-07-01 | Optimization: api_sql() which is an async wrapper for SQL queries. | Jesusaves | 1 | -0/+14 | |
This should reduce freezes, specially from DelItemFromEveryPlayer. Also fix an optimization error on picklog table cleaning. Note that if API is disabled, it'll use query_sql normally. | |||||
2023-07-13 | Add an extra disclaimer to be on the safe side. We're using XLITE version. | Jesusaves | 1 | -0/+1 | |
2023-07-13 | Backport Miller Shuffler Algorithm from TMW Crossroads. | Jesusaves | 1 | -0/+28 | |
(C) Copyright 2022 Ronald R. Miller, licensed under Apache 2.0 License | |||||
2022-09-24 | Add new passive skill: Realm of Drops. | Jesusaves | 1 | -0/+3 | |
2022-01-04 | Add the first (and possibly only) mention to chanting | Jesusaves | 1 | -0/+2 | |
2021-10-17 | Aethyr Initial Version | Jesusaves | 1 | -0/+5 | |
2021-10-17 | Spice up things at Fortress Town Siege - The Five Heroes are immune to the stun | Jesusaves | 1 | -0/+25 | |
2021-09-20 | Update some of the debugmes for usage with syslog facility | Jesusaves | 1 | -2/+4 | |
2021-08-21 | Treat speech with GSET_LONGMENU_DENSITY setting as well. | Jesusaves | 1 | -2/+2 | |
Most npcs no longer use it, but those whom do will honor it. (And be treated as text walls, so expect weird menus?) | |||||
2021-08-21 | Use dnext wrapper on narrator instead of the next. | Jesusaves | 1 | -2/+2 | |
This means that such NPCs will now always be treated as a text wall. Therefore, they'll respect GSET_LONGMENU_DENSITY setting. | |||||
2021-05-23 | Exception() - avoid self-error | Jesusaves | 1 | -0/+9 | |
2021-03-28 | Improve a bit our SQL queries syntax | Jesusaves | 1 | -4/+4 | |
2021-03-25 | Enforce validatepin() to take a while to respond to avoid its abuse. | Jesusaves | 1 | -0/+2 | |
2021-03-25 | If you somehow set a pincode in a weird way, politely refuse it. | Jesusaves | 1 | -0/+4 | |
The only accepted pincodes are those with email confirmation. | |||||
2020-05-13 | Rewrite how death will be handled on Hardcore. | Jesusaves | 1 | -3/+5 | |
Instead, it'll set a variable called grace, and this variable will exempt you. | |||||
2020-05-13 | Replace our script-induced deaths with new, custom, die() command | Jesusaves | 1 | -0/+11 | |
This will fix one of the HardCore Server bugs. | |||||
2020-02-05 | New function: tutmes() | Jesusaves | 1 | -0/+18 | |
Deprecate the crazy way we were doing before. Reason: I want to standardize a new color for tutorial speech. | |||||
2019-12-12 | The bug: a missing return | Jesusaves | 1 | -0/+1 | |
2019-11-06 | Interlude: Density option on recipe book | Jesusaves | 1 | -0/+9 | |
2019-09-07 | How did I ignored the existence of unequipbyid and getmapname? | Jesusaves | 1 | -0/+1 | |
Anyway, add boss fight music to 018-6-3. Hopefully this will become a norm. | |||||
2019-08-25 | Send Town Administrators salary based on reputation and exports. | Jesusaves | 1 | -0/+7 | |
It would be nice if you could get some tax money, no? %%a | |||||
2019-08-11 | New function: gf_charid(accid). This is for Refeer System. | Jesusaves | 1 | -0/+7 | |
2019-07-14 | I don't see any specific error message to don't use rand2() in any_of() | Jesusaves | 1 | -1/+1 | |
But if old bugs get revived CALL ME AT ONCE. | |||||
2019-07-14 | "Improve" rand2() randomness (well, this is still awkward) | Jesusaves | 1 | -4/+4 | |
2019-06-16 | Fix bugs on rand2() | Jesusaves | 1 | -6/+3 | |
2019-06-04 | Fix any_of() bugs | Jesusaves | 1 | -1/+4 | |
2019-06-01 | Fix a bug on any() - seems to be a bit old though | Jesusaves | 1 | -1/+1 | |
2019-06-01 | Improve randomizer functions with rand2() - a fix proposed by 4144. | Jesusaves | 1 | -2/+15 | |
2019-05-28 | Item crafting (Bugslayer and Wooden Sword) will now output named items ↵ | Jesusaves | 1 | -0/+19 | |
(crafter name). And these named items will have the crafter's skills on them =D Great, now we need recipes and learning (both of these) :> | |||||
2019-05-24 | Order matters | Jesusaves | 1 | -4/+5 | |
2019-05-24 | More alpha bugs | Jesusaves | 1 | -4/+6 | |
2019-05-23 | col() can now be used without arguments. It'll then default to color 9. | Jesusaves | 1 | -1/+1 | |
2019-05-04 | Fix some bugs on mobhunter, and update Exception() code | Jesusaves | 1 | -1/+1 | |
2019-05-02 | Move Exception() from Util to Main | Jesusaves | 1 | -0/+45 | |
2019-04-22 | Replace VarDiffValue with is_between | Jesusaves | 1 | -8/+0 | |
2019-03-17 | Release Lilit already I'm sleepy | Jesusaves | 1 | -1/+2 | |
2019-03-03 | Remove duplicate code | Jesusaves | 1 | -11/+0 | |
2019-03-03 | This is Saulc patch, but done properly ^.^ | Jesusaves | 1 | -0/+20 | |
(Actually no, but I like high talking distances >.>) | |||||
2019-02-05 | I still need to check if mesn is not doing pollution on functions | Jesusaves | 1 | -5/+2 | |
2019-01-14 | Introduce a new helper for main storyline: msObjective(). | Jesusaves | 1 | -0/+10 | |
2019-01-12 | As I *always* follow priority orders (sarcasm), | Jesusaves | 1 | -0/+7 | |
Implement rewards on milestones on GHQ. Intro still broken. Grand Hunter Quest is in need of a major rewrite, I want Pet Detective to take over. | |||||
2019-01-01 | b() for **bold** text | Jesusaves | 1 | -0/+4 | |
Example: b(l("hello")) → ##BHello##b or ##BOlá##b | |||||
2018-12-19 | Update Eugene quest experience. Prepare update system so old players get ↵ | Jesusaves | 1 | -1/+1 | |
rewarded. | |||||
2018-12-14 | Squash bug, and add a getmap() helper for future uses | Jesusaves | 1 | -0/+6 | |
2018-12-14 | Hercules Update (needed for pipelines) | Andrei Karas | 1 | -2/+2 | |