Age | Commit message (Expand) | Author | Files | Lines |
2017-10-11 | what's up with this crazy syntax?s20171023 | gumi | 7 | -36/+36 |
2017-10-11 | fix npc talk lock mechanism | gumi | 1 | -20/+14 |
2017-08-23 | Rename directions constants. | Reid | 1 | -1/+1 |
2017-08-23 | Replace tabs by space on confused-tree. | Reid | 1 | -0/+35 |
2017-08-22 | fix the npc talk lock mechanism, make some other npcs use it | gumi | 8 | -64/+56 |
2017-08-22 | reorganize the framework functions | gumi | 3 | -44/+70 |
2017-08-20 | Remove useless code from doorUnTouch function. | Andrei Karas | 1 | -13/+1 |
2017-08-20 | Fix doors script issue, getareausers() used the PC location instead of the NP... | Reid | 1 | -1/+13 |
2017-08-19 | Replace bit flags by constants on narrator and speech functions. | Reid | 8 | -21/+21 |
2017-08-19 | Fix openbook() formating (extra flags and function calls). | Reid | 1 | -9/+5 |
2017-08-18 | change OnFluffyDeath to check killedrid, | omatt | 1 | -11/+25 |
2017-08-18 | add confused tree | gumi | 1 | -0/+544 |
2017-07-21 | refine permissions for custom commandss20170725 | gumi | 1 | -9/+14 |
2017-07-20 | more framework functions | gumi | 6 | -166/+682 |
2017-06-05 | remove specialeffect2 usage from scriptss20170627 | gumi | 2 | -5/+5 |
2017-06-05 | remove misceffect usage from scripts | gumi | 1 | -2/+2 |
2017-05-04 | convert the old bank vault to the new bank vaults20170510 | gumi | 1 | -20/+20 |
2017-05-01 | remove usage of getgroupid | gumi | 2 | -2/+32 |
2017-04-20 | Show too old client messages for client protocol version < 21. | Andrei Karas | 1 | -1/+1 |
2017-04-15 | Show too old client messages for client protocol version < 19. | Andrei Karas | 1 | -1/+1 |
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 | 1 | -0/+76 |
2017-01-27 | add the `any()` function (used by two MRs) | gumi | 1 | -0/+5 |
2017-01-26 | In the asklanguage script, most lines should be translated directly inside it. | Alige | 1 | -24/+24 |
2017-01-25 | Missing dot in the game-rules script. | Alige | 1 | -1/+1 |
2017-01-22 | add new link functions | gumi | 1 | -0/+20 |
2017-01-19 | In the asklanguage function script, removed unecessary translation attributes. | Alige | 1 | -24/+24 |
2017-01-17 | make openbook inherit book name from calling npc | gumi | 2 | -6/+10 |
2017-01-17 | Completely rewrite the fishing system | gumi | 1 | -101/+216 |
2017-01-15 | rectify the indentation | gumi | 1 | -2/+2 |
2017-01-08 | remove .gat suffix everywhere | gumi | 1 | -12/+12 |
2017-01-08 | Consistency of the authors in scripts. | Alige | 46 | -50/+49 |
2017-01-07 | patch for fuzzytime precision (missing the `and`) | gumi | 1 | -12/+10 |
2016-12-21 | Improve the riddle script, fix the fact that the riddle didn't work with a tr... | Reid | 1 | -0/+75 |
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 | 3 | -6/+68 |
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-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 | add `selectd` quest debug function | gumi | 1 | -1/+48 |