Age | Commit message (Expand) | Author | Files | Lines |
2017-01-28 | Added a new ID for Dan's note and fixed its coordinates. | Alige | 2 | -2/+3 |
2017-01-28 | add more technical explaination of the bank system | gumi | 1 | -3/+8 |
2017-01-28 | add `format_number` function, make the banker use it | gumi | 2 | -19/+47 |
2017-01-28 | improve the banking function | gumi | 1 | -49/+106 |
2017-01-28 | move the bank script into its own function | gumi | 3 | -73/+78 |
2017-01-27 | add the `any()` function (used by two MRs) | gumi | 1 | -0/+5 |
2017-01-27 | add chat_area_size to client.conf (chat view distance) | gumi | 1 | -1/+4 |
2017-01-26 | Merge branch 'translation' into 'master'
| Reid | 1 | -24/+24 |
2017-01-26 | In the asklanguage script, most lines should be translated directly inside it. | Alige | 1 | -24/+24 |
2017-01-25 | Fixed issue in fishing guide script. | Alige | 1 | -2/+2 |
2017-01-25 | Typo in a book script. | Alige | 1 | -1/+1 |
2017-01-25 | Fix in lozerk's script & missing information in the fishing guide script. | Alige | 2 | -1/+3 |
2017-01-25 | Missing dot in the game-rules script. | Alige | 1 | -1/+1 |
2017-01-24 | Forgot a male/female option in lozerk's script. | Alige | 1 | -1/+1 |
2017-01-24 | Copied line in the script, but with a slight difference. Fixed. | Alige | 1 | -1/+1 |
2017-01-23 | Update translations. | Andrei Karas | 15 | -872/+278 |
2017-01-22 | Merge branch 'links' into 'master'
| Andrei Karas | 1 | -0/+20 |
2017-01-22 | add new link functions | gumi | 1 | -0/+20 |
2017-01-20 | Updated missing male/female translation attributes to some scripts. | Alige | 2 | -5/+5 |
2017-01-20 | Missing full stop in a line of lozerk's script. | Alige | 1 | -1/+1 |
2017-01-19 | Merge branch 'translation' into 'master'
| Alige | 1 | -24/+24 |
2017-01-19 | In the asklanguage function script, removed unecessary translation attributes. | Alige | 1 | -24/+24 |
2017-01-18 | Update translations. | Andrei Karas | 22 | -4422/+9822 |
2017-01-17 | add an empty line in the fishing guide book | gumi | 1 | -0/+2 |
2017-01-17 | make eugene give the fishing guide | gumi | 1 | -6/+8 |
2017-01-17 | add the fishing guide to the item db | gumi | 1 | -0/+14 |
2017-01-17 | add the fishing guide to the library | gumi | 1 | -0/+83 |
2017-01-17 | make openbook inherit book name from calling npc | gumi | 4 | -26/+22 |
2017-01-17 | Completely rewrite the fishing system | gumi | 2 | -474/+233 |
2017-01-15 | fix lg misuse | gumi | 3 | -6/+8 |
2017-01-15 | Merge branch 'format' into 'master'
| gumi | 31 | -843/+842 |
2017-01-15 | rectify the indentation | gumi | 13 | -759/+758 |
2017-01-08 | remove .gat suffix everywhere | gumi | 21 | -85/+85 |
2017-01-08 | Merge remote-tracking branch 'alige/consistency' | gumi | 105 | -121/+125 |
2017-01-08 | make maps | gumi | 1 | -1/+0 |
2017-01-08 | Consistency of the authors in scripts. | Alige | 105 | -121/+125 |
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 |