Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-02 | Fix some CRLF and executable bits | Ben Longbons | 1 | -359/+359 | |
2011-02-11 | quick transparent torch fix | Ben Longbons | 1 | -0/+3 | |
2011-02-09 | Merge remote branch 'mainline/master' | Wombat | 1 | -0/+3 | |
2011-02-07 | quick transparent torch fix | Ben Longbons | 1 | -0/+3 | |
2011-02-07 | fix a bounds check for orum/waric | Stefan Beller | 1 | -4/+4 | |
2011-01-25 | Spelling and grammar corrections in NPC dialog for maps 009 through 016 | TheKandiman | 1 | -10/+11 | |
2010-11-07 | better bounds checking + comments in orum | Stefan Beller | 1 | -0/+1 | |
2010-11-07 | fixed minor bugs in orum/waric | Stefan Beller | 1 | -5/+5 | |
* instead of "Intensity out of range" you die now. * spelling, only typos, no grammar corrected, since their grammar is weird. * header added to orum file. Not done: The bound checking is not corrected yet: Instead of : if (@offsetOne > 12) set @offsetOne, 1; if (@offsetOne < 1) set @offsetOne, 12; you should do: if (@offsetOne > 12) set @offsetOne, @offsetOne - 12; if (@offsetOne < 1) set @offsetOne, @offsetOne + 12; This can handle with steps bigger than 1. Collision layer of the bed in the empty cave must be fixed. Should there be hints how to setup the torches anyway? | |||||
2010-11-07 | Added Orum quest and some files created via automapping | Wombat | 1 | -0/+357 | |
Orum quest on 009-4 and files created from converting 012-4.tmx |