Age | Commit message (Expand) | Author | Files | Lines |
2017-01-07 | patch for fuzzytime precision (missing the `and`) | gumi | 1 | -12/+10 |
2017-01-06 | make the chests automatically close | gumi | 3 | -11/+63 |
2017-01-06 | add a delay on close/open chest | omatt | 3 | -68/+67 |
2017-01-04 | send to a random x,y when not walkable in `@w` | gumi | 1 | -3/+7 |
2017-01-03 | don't allow warping to nonexistent map with `@w` | gumi | 1 | -0/+11 |
2016-12-22 | allow to call `@esp` without parameters (debug only) | gumi | 1 | -1/+1 |
2016-12-22 | add `@money` as alias to `@esp` (debug only) | gumi | 1 | -0/+1 |
2016-12-22 | add `@e` as alias to `@esp` (debug only) | gumi | 1 | -0/+1 |
2016-12-22 | only allow `@esp` special values when debug is enabled | gumi | 1 | -2/+2 |
2016-12-21 | Improve the riddle script, fix the fact that the riddle didn't work with a tr... | Reid | 3 | -47/+78 |
2016-12-21 | use a sscanf instead of explode for `@w` command | gumi | 1 | -4/+1 |
2016-12-19 | Various lore and grammar fixes | WildX | 5 | -37/+38 |
2016-12-19 | Lore and grammar fixes | WildX | 1 | -6/+6 |
2016-12-19 | we can only savepoint every 5 seconds now | omatt | 1 | -0/+6 |
2016-12-19 | add precision option to FuzzyTime | gumi | 1 | -12/+16 |
2016-12-19 | Translated the savepoint message. | Alige | 1 | -1/+1 |
2016-12-13 | put the game rules in a function, make notes call that function, add `@rules`... | gumi | 12 | -106/+138 |
2016-12-13 | remove motd-text, make debug motd use a temp global var | gumi | 1 | -2/+2 |
2016-12-13 | only show debug motd separator when there is debug motd messages | gumi | 1 | -1/+3 |
2016-12-07 | Merge remote-tracking branch 'reivol/offset-barber-sign' | gumi | 1 | -1/+1 |
2016-12-07 | simplify inventoryplace | gumi | 1 | -28/+15 |
2016-12-07 | Use the builtin function to check inventory place on the inventoryplace funct... | Reid | 1 | -22/+41 |
2016-12-06 | add a sound in piou rocket, and a delay of 2s for prevent spam | omatt | 2 | -17/+13 |
2016-12-06 | refactor `@w` to use regex | gumi | 1 | -195/+51 |
2016-12-06 | Merge remote-tracking branch 'reivol/enable-legion-access' | gumi | 1 | -4/+3 |
2016-12-05 | Offset the barber sign on Artis. | Reid | 1 | -1/+1 |
2016-12-05 | Enable warp to the Legion from Artis. | Reid | 1 | -4/+3 |
2016-12-04 | Merge branch 'lloyd' | gumi | 1 | -10/+12 |
2016-12-04 | add debug to lloyd | gumi | 1 | -6/+9 |
2016-12-04 | remove goto in lozerk | Monwarez | 1 | -15/+11 |
2016-12-03 | Add various map fixes reported by articuno. | Reid | 2 | -3/+5 |
2016-12-04 | Fix some wrong line spacing between Lloyd's dialogue. | Reid | 1 | -4/+3 |
2016-12-03 | Merge remote-tracking branch 'omatt/panel_barber' | gumi | 1 | -0/+10 |
2016-12-03 | add `get money` option to debug menu | gumi | 1 | -3/+5 |
2016-12-03 | add `create items` option to debug menu | gumi | 1 | -3/+5 |
2016-12-03 | send debug motd before generic motd | gumi | 1 | -6/+8 |
2016-12-03 | add `goodbye2` terminator function | gumi | 1 | -0/+19 |
2016-12-03 | add `bye` terminator function, make `goodbye` an extension of `bye` | gumi | 1 | -3/+21 |
2016-12-03 | add `cstorage` terminator function | gumi | 1 | -0/+11 |
2016-12-03 | add `cshop` terminator function | gumi | 1 | -0/+12 |
2016-12-03 | add `cwarp` terminator function | gumi | 1 | -13/+72 |
2016-12-03 | allow `bedClic` to work without arguments, letting `savepointparticle` handle it | gumi | 1 | -1/+1 |
2016-12-03 | allow `savepointparticle` to inherit map, x, y from the npc that calls it | gumi | 1 | -2/+21 |
2016-12-03 | add related quests to Julia generic debug | gumi | 1 | -2/+13 |
2016-12-03 | make Julia (000-2-0) use selectd, move the getq's to the proper place | gumi | 1 | -18/+17 |
2016-12-03 | add `selectd` quest debug function | gumi | 1 | -1/+48 |
2016-12-02 | Fix map 000-2-4 | wushin | 1 | -1/+1 |
2016-11-28 | Fix MOTD as per gumi | wushin | 2 | -2/+0 |
2016-11-28 | Merge branch 'jesusalva/serverdata-darlin' | Reid | 1 | -2/+2 |
2016-11-27 | Fix some wrap parameters and rebuild map_cache (thanks for Saulc for reporting). | Reid | 2 | -2/+2 |