summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2009-10-10Better logging, initial job experience gathering, naming fixes to the skill ↵Fate1-10/+13
script commands
2009-09-26Initial support for skill pools (available via at commands andFate1-0/+67
untested scripting commands.) These changes also affect the format of the skill_db.txt file.
2009-09-20Initial support for skill poolsFate1-0/+22
2009-09-11Fixed spell-language documentation on extract_healer_experienceFate1-1/+2
2009-06-06Fix 2nd parameter being truly optional on misceffect. Document it too.Dennis Friis1-0/+3
The name parameter can now be omitted safely.
2009-05-30Added documentation for several eAthena extensions. Moved OnPCKillEvent ↵Fate1-759/+795
magic label to OnPCKilledEvent, added complementary OnPCKillEvent that is the same, except invoked on a killer RID context.
2009-05-24Added and documented stop_status_change command for magic languageFate1-0/+3
2009-01-31When running out of spell charges, make sure to use spell attack delay for ↵Fate1-2/+8
last attack, too
2009-01-31Change the icon parameter for installing attack spells to report status updatesFate1-1/+2
2009-01-31Add functionality for healer XP handlingFate1-0/+12
2009-01-10Reserved another status change for the new "hide" spellFate1-1/+3
2008-11-29Added SLang function `is_dead'Fate1-0/+4
2008-11-29Added SLang commands `map_level', `map_nr', `dir_towards'Fate1-0/+14
2008-11-29SLang: Added `sqrt' function, permit looping over NPCsFate1-1/+5
2008-11-29Added bitwise negation operator `neg'Fate1-0/+3
2008-11-29Added SLang operations `is_exterior', `strstr', `substr', `contains_string', ↵Fate1-0/+19
`strlen'
2008-11-24Merge branch 'master' of git@gitorious.org:tmw-eathena/mainlineFate5-18558/+18558
2008-11-24Added spell_index and is_equipped operations, permitted coercions from ↵Fate1-0/+9
invocations to strings
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer5-18558/+18558
2008-11-22Added NONMAGIC flag to distinguish `keyword' operations (such as `marry') ↵Fate1-0/+2
from regular spells (keywords don't require spellcasting ability)
2008-10-30move spell language documentation into doc directory.Dennis Friis1-0/+790
2008-04-02initial checkinDennis Friis31-0/+31433