Age | Commit message (Expand) | Author | Files | Lines |
2010-04-16 | Fixed entity_warp() in magic, as used by teleporting, to properly update the ... | Fate | 1 | -1/+1 |
2010-04-04 | Removed obsoleted trade and sit spam code | MadCamel | 1 | -2/+0 |
2010-04-04 | Added packet rate limiter and flood prevention system. | MadCamel | 1 | -0/+3 |
2010-03-24 | Revert "Add new death penalty type (3) which takes a percentage of the player... | Chuck Miller | 1 | -8/+0 |
2010-03-24 | Add new death penalty type (3) which takes a percentage of the player's zeny | Chuck Miller | 1 | -0/+8 |
2010-02-21 | Cancel active trade if an item is removed from inventory. | No Name | 1 | -3/+3 |
2010-02-11 | Re-calculate player stats when an equipped item is removed. | MadCamel | 1 | -1/+1 |
2010-01-19 | fixed a few buffer overruns | Helmut Grohne | 1 | -1/+2 |
2010-01-02 | Temporarily enclose astral soul modifications with ifdefs | Freeyorp | 1 | -0/+6 |
2010-01-02 | Remove conflict markers | Freeyorp | 1 | -36/+6 |
2009-12-29 | Fixed "maximum skill points" computation | Fate | 1 | -5/+33 |
2009-12-28 | Also pass a variable @itemId when running equip scripts | Freeyorp | 1 | -24/+36 |
2009-12-28 | Pass a variable @slotId when running equip scripts. | Freeyorp | 1 | -13/+34 |
2009-12-26 | Used the "indent" C formatting program from GNU to do some clean ups | Chuck Miller | 1 | -6205/+7356 |
2009-10-25 | Prevent auto bans from multiplying | Jared Adams | 1 | -0/+2 |
2009-10-10 | Better logging, initial job experience gathering, naming fixes to the skill s... | Fate | 1 | -22/+49 |
2009-10-08 | Merge branch 'master' of gitorious.org:tmw-eathena/mainline | Fate | 1 | -26/+23 |
2009-10-03 | Make failed skill ups respond with right value | Jared Adams | 1 | -26/+23 |
2009-09-27 | Added astral soul skill, affecting all magic users: without this skill, antim... | Fate | 1 | -0/+13 |
2009-09-27 | Added "Mallard's Eye" skill (45) for ranged weapon users: increase | Fate | 1 | -4/+6 |
2009-09-26 | Initial support for skill pools (available via at commands and | Fate | 1 | -42/+30 |
2009-09-20 | Initial support for skill pools | Fate | 1 | -11/+5 |
2009-09-18 | Replace basic skill with three new skills | Jared Adams | 1 | -6/+8 |
2009-09-15 | Logging fix and extension to include trade informaiton | Fate | 1 | -5/+8 |
2009-09-13 | When a player walks, make sure they stand up | Fate | 1 | -0/+3 |
2009-09-12 | Implemented pDeaf property (70) which makes PCs ignore regular PC chat (excep... | Fate | 1 | -0/+3 |
2009-09-11 | Added mapserver config option log_file to specify gzipped player action log file | Fate | 1 | -0/+44 |
2009-08-29 | Converted to Mersenne Twister for random. | MadCamel | 1 | -11/+11 |
2009-08-26 | Autobans are now logged, more chat spam improvements | MadCamel | 1 | -1/+2 |
2009-08-23 | Improved chat spam detection | MadCamel | 1 | -3/+1 |
2009-08-16 | Adjust auto ban code and add sit spam handling | Jared Adams | 1 | -0/+2 |
2009-08-16 | Send GM flag to clients | Jared Adams | 1 | -0/+3 |
2009-08-14 | Revert "Change sending of hair style and color" | Jared Adams | 1 | -5/+1 |
2009-08-13 | Change sending of hair style and color | Jared Adams | 1 | -1/+5 |
2009-08-12 | Fix adding equiped items to trade | Jared Adams | 1 | -7/+17 |
2009-07-19 | Add some sanity checks. | Dennis Friis | 1 | -1/+4 |
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 1 | -20/+20 |
2009-07-06 | Add a new trade spam system | Jared Adams | 1 | -0/+2 |
2009-07-06 | Revert "Add a new trade spam system" | Jared Adams | 1 | -2/+0 |
2009-07-06 | Add a new trade spam system | Jared Adams | 1 | -0/+2 |
2009-06-25 | Some fixing on storage saving on map change. derived from ea stable. | Dennis Friis | 1 | -5/+2 |
2009-06-25 | More fixes to storage derived from ea stable. | Dennis Friis | 1 | -3/+4 |
2009-06-25 | Redo storage, derived from ea stable. | Dennis Friis | 1 | -3/+10 |
2009-06-19 | Auto-disconnect from trade partner when removing items | Fate | 1 | -0/+3 |
2009-06-16 | Removed unnecessary am-healing flag, incorporated healing packets with regula... | Fate | 1 | -14/+3 |
2009-05-31 | Made sure that healing items work while poison is slowed | Fate | 1 | -1/+1 |
2009-05-30 | Added documentation for several eAthena extensions. Moved OnPCKillEvent magi... | Fate | 1 | -4/+9 |
2009-05-21 | Makes sure we tell the client to remove the healing effect | Chuck Miller | 1 | -0/+6 |
2009-05-14 | Added pc_logout() hook to process players who are logging out | Fate | 1 | -0/+11 |
2009-05-14 | Fine-tuned poison: lower HP further and slow down health item regeneration | Fate | 1 | -2/+4 |