summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14Add SHAREXP distinction, create UNKNOWNXP defaultFreeyorp1-4/+5
Previously, KILLXP was being set as the catchall, which caused false positives for XP sharing. Update documentation accordingly. log version incremented to 4.
2012-12-24Add cxxstdio, bump license to gpl3+Ben Longbons2-756/+0
2011-03-03Replace C1 characters with printableBen Longbons1-10/+10
I'm fairly sure 0x96 is meant to be -, but I have no idea what 0x9c was supposed to be.
2011-03-03Recover mangled UTF-16 to UTF-8Ben Longbons1-0/+0
2011-03-02convert from SHIFT-JIS files with errorsBen Longbons3-10199/+10199
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵Ben Longbons9-2294/+2294
tildes.
2010-10-08Added IP address reply packet 0x20C (len 10)MadCamel1-1/+2
This is sent along with char name replies to GMs able to recieve hack notices. Unfortunately,it locks up clients that do not support this packet. Must coordinate to get this added to TMW 0.5 release and mana. Until then, code is commented out in clif.c(grep for MD5_ip) Packet structure: 0x20C (len 2) AccountID of character name was requested for (len 4) IP address of requested char in network byte order (len 4) Config option in battle_athena.conf: gm_mask_ips (boolean) - When set to 1(default) GMs will only see a hashed/masked IP address.
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