Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-17 | Add language selection into its own function, | Reid | 1 | -0/+80 |
2016-11-06 | Add debugmes as walking npc argument function. | Reid | 1 | -0/+5 |
2016-11-06 | Fix wrong error value check on graph walking npc functions. | Reid | 1 | -1/+1 |
2016-10-02 | Add Artis Legion quest on Lozerk | Monwarez | 1 | -0/+30 |
2016-09-26 | Add questgen function. | Reid | 1 | -0/+38 |
2016-09-12 | Show old version message for client versions < 12 (was < 8).s20160912 | Andrei Karas | 1 | -1/+1 |
2016-09-02 | last minute changes | gumi | 32 | -66/+57 |
2016-09-01 | add FuzzyTime functions (human-readable time) | gumi | 1 | -0/+143 |
2016-09-01 | add quest debug | gumi | 32 | -0/+927 |
2016-08-15 | Fix menuint return value if last number is zero.s20160820 | Andrei Karas | 1 | -1/+2 |
2016-08-08 | Missing male/female option in legiontalk script. | Alige | 1 | -1/+1 |
2016-08-06 | Fixed typos and reworded some sentences in the barber, edouard and fishing sc... | Alige | 2 | -9/+9 |
2016-08-06 | Removed capital letter from "Omatt" (to "omatt"). | Alige | 1 | -1/+1 |
2016-08-06 | change fishing pull_max, add timer; change label name in wateranimation | omatt | 1 | -1/+5 |
2016-08-06 | Update the fishing support with the new animation. | Reid | 1 | -63/+80 |
2016-08-04 | Add a blank line on the BarberSayStyle inside the speech flag. | Reid | 1 | -1/+1 |
2016-08-04 | change water animation (001-1), and change fishing function | omatt | 1 | -84/+90 |
2016-08-04 | add BarberSayStyle function in barber.txt, and add new line on the top of men... | omatt | 1 | -70/+65 |
2016-07-24 | A warrior is not always too tense to say some advice. | Akko Teru | 1 | -3/+9 |
2016-07-24 | Legion blather. Exclude the misplaced dialogue-box. | Akko Teru | 1 | -7/+8 |
2016-07-19 | Continued fixing typos and rewording sentences, after reading the translations. | Alige | 2 | -11/+11 |
2016-07-17 | Remove client versions list. | Andrei Karas | 1 | -17/+0 |
2016-07-17 | Because of translations, reworked several sentences in scripts, added missing... | Alige | 1 | -7/+7 |
2016-07-12 | In barber's script typo: String Green -> Spring Green. Reported by Micksha. | Alige | 1 | -1/+1 |
2016-07-11 | In the marriage script, a sentence couldn't be translated for different male/... | Alige | 1 | -1/+1 |
2016-07-06 | Add a logn * baseplayer function to calculate inn and stat reset costs. | Reid | 1 | -0/+23 |
2016-07-06 | Fixed few bugs in NPC scripts: | Alige | 3 | -7/+7 |
2016-06-27 | Removed useless comments on emotions in npc scripts. | Alige | 2 | -3/+3 |
2016-06-27 | Replace emotion() arguments with constants instead of ID. | Reid | 3 | -5/+5 |
2016-06-22 | add `@music` atcommand | mekolat | 1 | -0/+66 |
2016-06-20 | Add legiontalk with carmie's dialogue. | Reid | 1 | -0/+58 |
2016-06-20 | Fix some wrong rand() call on hello and villagertalk. | Reid | 2 | -2/+2 |
2016-06-20 | Clean up villagertalk and remove some legion-specific dialogues. | Reid | 1 | -15/+3 |
2016-06-20 | Add a hello script function. | Reid | 1 | -0/+23 |
2016-06-20 | Rewrite the villagertalk with a switch. | Reid | 1 | -30/+35 |