Age | Commit message (Expand) | Author | Files | Lines |
2013-02-15 | Halloween quest: reset the player's quest progress on the current year when t... | Vincent Petithory | 1 | -0/+1 |
2013-02-13 | Modify Jack's script to ask before taking money and resources for the Wooden ... | Jessica Tölke | 1 | -2/+4 |
2013-02-12 | Merge branch 'variables' | Jessica Tölke | 43 | -654/+1200 |
2013-02-12 | Add variables to clear_vars that doesn't occur anywhere in the game data, but... | Jessica Tölke | 1 | -0/+6 |
2013-02-12 | Add event variables to clear_vars function. | Jessica Tölke | 1 | -0/+11 |
2013-02-12 | o11c's review of inspector | Ben Longbons | 3 | -20/+23 |
2013-02-12 | Variable restructuring: move Inspector quest to nibble 3 of QUEST_Hurnscald. | Jessica Tölke | 16 | -199/+333 |
2013-02-12 | Variable restructuring: move information about opening the chest in Hurnscald... | Jessica Tölke | 2 | -4/+9 |
2013-02-12 | Demon Mask quest: don't open NPC dialog at barrier to the chest room. | Jessica Tölke | 1 | -6/+6 |
2013-02-12 | Variable restructuring: move Quest_demon_mines into Nibble 2 of QUEST_Hurnscald. | Jessica Tölke | 4 | -35/+79 |
2013-02-12 | Variable restructuring: move Quest_Scythe_state into Nibble 1 of QUEST_Hurnsc... | Jessica Tölke | 2 | -37/+45 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert Bandit quest NPCs to new... | Jessica Tölke | 3 | -37/+79 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert gossip to new variables. | Jessica Tölke | 1 | -14/+29 |
2013-02-12 | o11c's review of the inner mine | Ben Longbons | 2 | -3/+3 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert NPCs on 002-4 to new var... | Jessica Tölke | 2 | -26/+50 |
2013-02-12 | o11c's review of the outer mine | Ben Longbons | 2 | -3/+8 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert NPCs on 002-3 to new var... | Jessica Tölke | 6 | -112/+207 |
2013-02-12 | o11c's review of lt. dausen etc. | Ben Longbons | 1 | -0/+3 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert NPCs on 002-1 to new var... | Jessica Tölke | 4 | -74/+143 |
2013-02-12 | o11c's review of sandra | Ben Longbons | 1 | -1/+1 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert Sandra to new variables. | Jessica Tölke | 1 | -17/+26 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert Vincent to new variables. | Jessica Tölke | 1 | -28/+26 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert Sarah to new variables. | Jessica Tölke | 1 | -23/+20 |
2013-02-12 | o11c's review of bernard and mikhail | Ben Longbons | 1 | -1/+1 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: Convert Bernard and Mikhail to n... | Jessica Tölke | 3 | -34/+62 |
2013-02-12 | o11c's review of the conversion function | Ben Longbons | 1 | -11/+11 |
2013-02-12 | Restructuring the quests saved in TMW_Quest: write conversion function. | Jessica Tölke | 1 | -0/+50 |
2013-02-04 | fix: Sagatha "good" mobs; Red Slime was used, instead of Black Scorpion | Vincent Petithory | 1 | -1/+1 |
2013-02-01 | Illia lobby: shrink a bit the spawn area of the mob wavesv2013.02.01 | Vincent Petithory | 1 | -4/+4 |
2013-01-29 | Typo fix for labels and make gain magic xp work for level 1 magic too.v2013.01.29 | Hongwen Qiu | 1 | -12/+7 |
2013-01-29 | fix a bug, so reset everything works as it should be. | Hongwen Qiu | 1 | -0/+1 |
2013-01-28 | Illia Lobby: prevent exploit where players could hide in a corner away from s... | Vincent Petithory | 1 | -4/+43 |
2013-01-25 | Katze quest: fix missing some occurrences when renaming variables. | Jessica Tölke | 2 | -10/+10 |
2013-01-23 | Reorganization of global variables: Clear unused global variables | Jessica Tölke | 1 | -0/+62 |
2013-01-21 | Reorganization of global variables: Voltain | Jessica Tölke | 1 | -42/+42 |
2013-01-21 | Illia: remove the winners' list from the developer panel | Vincent Petithory | 1 | -20/+0 |
2013-01-21 | Illia: stop recording the names of the winners | Vincent Petithory | 1 | -2/+1 |
2013-01-18 | Turn Cave Snake Lamp quest into a Daily Quest. | Jessica Tölke | 2 | -102/+12 |
2013-01-14 | Anwar script: fix some spelling and grammatical errors reported by _Speiros_. | Jessica Tölke | 1 | -1/+1 |
2013-01-10 | Ran make maps and discovered I added a file to _import.txt at the wrong posit... | Jessica Tölke | 1 | -1/+1 |
2013-01-09 | Katze quest: clear temporary quest state variables before closing the script. | Jessica Tölke | 4 | -42/+53 |
2013-01-09 | Katze quest: use bitmasking to be able to remove the variable LastHiss. | Jessica Tölke | 5 | -33/+67 |
2013-01-09 | Katze quest: remove player variable KatzeBeenOutside | Jessica Tölke | 6 | -14/+18 |
2013-01-09 | Katze quest: subtract 30% of health instead of fixed number when scratched by... | Jessica Tölke | 1 | -3/+1 |
2013-01-09 | Katze quest: some punctuation fixes in menus. | Jessica Tölke | 2 | -27/+27 |
2013-01-09 | Remove and delete QUEST_clothdyer_state since it isn't used anywhere. | Jessica Tölke | 2 | -1/+2 |
2013-01-07 | Disable Christmas event scripts and remove Christmas tree from Nivalis. | Jessica Tölke | 1 | -1/+1 |
2013-01-07 | Add Ragged Shorts to the tutorial. | Jessica Tölke | 1 | -7/+9 |
2013-01-06 | Tutorial: put setting the completed flag and resetting the used variables int... | Jessica Tölke | 3 | -18/+11 |
2013-01-06 | Remove lines from tutorial which set the variable 'maggot' to 0. | Jessica Tölke | 3 | -4/+0 |