Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-14 | Add SHAREXP distinction, create UNKNOWNXP default | Freeyorp | 1 | -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-24 | Add cxxstdio, bump license to gpl3+ | Ben Longbons | 2 | -756/+0 | |
2011-03-03 | Replace C1 characters with printable | Ben Longbons | 1 | -10/+10 | |
I'm fairly sure 0x96 is meant to be -, but I have no idea what 0x9c was supposed to be. | |||||
2011-03-03 | Recover mangled UTF-16 to UTF-8 | Ben Longbons | 1 | -0/+0 | |
2011-03-02 | convert from SHIFT-JIS files with errors | Ben Longbons | 3 | -10199/+10199 | |
2011-03-02 | Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵ | Ben Longbons | 9 | -2294/+2294 | |
tildes. | |||||
2010-10-08 | Added IP address reply packet 0x20C (len 10) | MadCamel | 1 | -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-10 | Better logging, initial job experience gathering, naming fixes to the skill ↵ | Fate | 1 | -10/+13 | |
script commands | |||||
2009-09-26 | Initial support for skill pools (available via at commands and | Fate | 1 | -0/+67 | |
untested scripting commands.) These changes also affect the format of the skill_db.txt file. | |||||
2009-09-20 | Initial support for skill pools | Fate | 1 | -0/+22 | |
2009-09-11 | Fixed spell-language documentation on extract_healer_experience | Fate | 1 | -1/+2 | |
2009-06-06 | Fix 2nd parameter being truly optional on misceffect. Document it too. | Dennis Friis | 1 | -0/+3 | |
The name parameter can now be omitted safely. | |||||
2009-05-30 | Added documentation for several eAthena extensions. Moved OnPCKillEvent ↵ | Fate | 1 | -759/+795 | |
magic label to OnPCKilledEvent, added complementary OnPCKillEvent that is the same, except invoked on a killer RID context. | |||||
2009-05-24 | Added and documented stop_status_change command for magic language | Fate | 1 | -0/+3 | |
2009-01-31 | When running out of spell charges, make sure to use spell attack delay for ↵ | Fate | 1 | -2/+8 | |
last attack, too | |||||
2009-01-31 | Change the icon parameter for installing attack spells to report status updates | Fate | 1 | -1/+2 | |
2009-01-31 | Add functionality for healer XP handling | Fate | 1 | -0/+12 | |
2009-01-10 | Reserved another status change for the new "hide" spell | Fate | 1 | -1/+3 | |
2008-11-29 | Added SLang function `is_dead' | Fate | 1 | -0/+4 | |
2008-11-29 | Added SLang commands `map_level', `map_nr', `dir_towards' | Fate | 1 | -0/+14 | |
2008-11-29 | SLang: Added `sqrt' function, permit looping over NPCs | Fate | 1 | -1/+5 | |
2008-11-29 | Added bitwise negation operator `neg' | Fate | 1 | -0/+3 | |
2008-11-29 | Added SLang operations `is_exterior', `strstr', `substr', `contains_string', ↵ | Fate | 1 | -0/+19 | |
`strlen' | |||||
2008-11-24 | Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline | Fate | 5 | -18558/+18558 | |
2008-11-24 | Added spell_index and is_equipped operations, permitted coercions from ↵ | Fate | 1 | -0/+9 | |
invocations to strings | |||||
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 5 | -18558/+18558 | |
2008-11-22 | Added NONMAGIC flag to distinguish `keyword' operations (such as `marry') ↵ | Fate | 1 | -0/+2 | |
from regular spells (keywords don't require spellcasting ability) | |||||
2008-10-30 | move spell language documentation into doc directory. | Dennis Friis | 1 | -0/+790 | |
2008-04-02 | initial checkin | Dennis Friis | 31 | -0/+31433 | |