Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Jessica Tölke | 3 | -34/+62 | |
new variables. The variable was also used in Kylian, so that script needed changes too. | |||||
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 | |
This function moves the content of TMW_Quest into nibbles of other variables. | |||||
2013-01-26 | Added news entry for release January 2013 and ran "make news".v2013.01.26 | Jessica Tölke | 4 | -0/+52 | |
Updated submodule pointer. | |||||
2013-01-25 | Katze quest: fix missing some occurrences when renaming variables. | Jessica Tölke | 2 | -10/+10 | |
2013-01-24 | Implement news generation | Ben Longbons | 11 | -398/+1469 | |
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 | |
Replace permanent variable with temporary one and give a more descriptive name. | |||||
2013-01-21 | Reorganization of global variables: reduce number of entries in Fluffy ↵ | Jessica Tölke | 1 | -3/+4 | |
Hunting list. The entries in the later positions of the array aren't cleared yet. This will be done in a later commit. | |||||
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 | Run make maps for some collision updates. | Jessica Tölke | 4 | -0/+0 | |
2013-01-18 | Turn Cave Snake Lamp quest into a Daily Quest. | Jessica Tölke | 2 | -102/+12 | |
Add previously used player variable to clear_vars. | |||||
2013-01-18 | Cave Snake balancing. | Jessica Tölke | 1 | -1/+1 | |
Decrease HP from 1000 to 800. Increase Cave Snake Lamp droprate from 8% to 10%. | |||||
2013-01-16 | Increase attack value of Ice Gladius from 100 to 110. | Jessica Tölke | 1 | -1/+1 | |
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 for collision changes on 009-2. Submodule pointer updated. | Jessica Tölke | 2 | -0/+0 | |
2013-01-10 | Ran make maps and discovered I added a file to _import.txt at the wrong ↵ | Jessica Tölke | 1 | -1/+1 | |
position. | |||||
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 | |
Nibble 0: Progress of quest Nibble 1: what was saved previously in LastHiss Add LastHiss to clear_vars Since the value in LastHiss is only needed to get some hint from Alice, taking over the value from LastHiss to Nibble 1 of Katze isn't needed. | |||||
2013-01-09 | Katze quest: remove player variable KatzeBeenOutside | Jessica Tölke | 6 | -14/+18 | |
Use temporary player variable @KatzeNeedsAlone instead with inverted logic. Add nosaveflag to Katze's cave, so when the variable is reset, you're actually outside of the cave. Add KatzeBeenOutside to clear_vars. | |||||
2013-01-09 | Katze quest: subtract 30% of health instead of fixed number when scratched ↵ | Jessica Tölke | 1 | -3/+1 | |
by the cat. | |||||
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 | |
Remove it from Selim's script. Add it to clear_vars function. | |||||
2013-01-07 | Disable Christmas event scripts and remove Christmas tree from Nivalis. | Jessica Tölke | 3 | -1/+1 | |
2013-01-07 | Add Ragged Shorts to the tutorial. | Jessica Tölke | 1 | -7/+9 | |
It's now given together with the Cotton Shirt so new characters won't have to run around in underwear. | |||||
2013-01-07 | Add Ragged Shorts to item_db. | Jessica Tölke | 2 | -0/+1 | |
2013-01-06 | Tutorial: put setting the completed flag and resetting the used variables ↵ | Jessica Tölke | 3 | -18/+11 | |
into a separate function. | |||||
2013-01-06 | Remove lines from tutorial which set the variable 'maggot' to 0. | Jessica Tölke | 3 | -4/+0 | |
That variable was used in a previous version of the tutorial. | |||||
2013-01-06 | Add cotton shorts to the shop on Tulimshar bazaar. | Jessica Tölke | 1 | -1/+1 | |
bell chick pointed out that the shorts are available at the Northern Bazaar, but might be less easy to notice there. | |||||
2013-01-04 | Replace remaining uses of 'break' with 'end' | Ben Longbons | 3 | -23/+23 | |
2013-01-04 | Clear_vars function: delete some variables that aren't used in scripts anymore. | Jessica Tölke | 1 | -5/+3 | |
The lines to delete them were located in a place where they can't be reached. ChestQuest is still used, so don't delete that one. | |||||
2013-01-04 | Soul menhir function: Fix some typing errors. | Jessica Tölke | 1 | -4/+4 | |
2012-12-31 | Fix spelling of "Miner's Hat" instead of "Miners Hat". | Jessica Tölke | 2 | -1/+1 | |
Reported by georgemhtr. | |||||
2012-12-31 | Spelling fixes: replace some 'i' with 'I'. | Jessica Tölke | 6 | -17/+17 | |
Reported by eiseras. | |||||
2012-12-26 | Some punctuation and coding style fixes in the diryn script. | Jessica Tölke | 1 | -13/+19 | |
2012-12-22 | Illia: add more variables of the quest state in the developer panelv2012.12.22 | Vincent Petithory | 1 | -0/+13 | |
2012-12-22 | Illia witch: announce players that will participate, remove one dialog. | Vincent Petithory | 1 | -8/+2 | |
2012-12-22 | Illia witch: remove extra quotes and npc headers from dialogs | Vincent Petithory | 1 | -28/+23 | |
2012-12-22 | Illia: prevent players to not be teleported if there was a case mistake in ↵ | Vincent Petithory | 1 | -0/+3 | |
their name | |||||
2012-12-22 | Illia Bandit Cave: make the team capture warp sequence less sensitive to ↵ | Vincent Petithory | 1 | -4/+4 | |
latencies | |||||
2012-12-22 | Illia: allow players to see the progress of the team. Update submodule pointer | Vincent Petithory | 9 | -0/+99 | |
2012-12-22 | Illia Island: replace mapannounce by a message popup, for notifying quest ↵ | Vincent Petithory | 1 | -4/+14 | |
status changes | |||||
2012-12-22 | Run 'make maps' for a collision missing in 051-3 | Vincent Petithory | 1 | -0/+0 | |
2012-12-22 | Run 'make maps' the christmas tree addition in nivalis | Vincent Petithory | 1 | -0/+0 | |
2012-12-22 | Move back Banshee Bow criticals to 70, for balancing with the recent ↵ | Vincent Petithory | 1 | -1/+1 | |
draining 4% HP (previously 3) |