Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-13 | Cleans up the net code for effects | Chuck Miller | 4 | -24/+7 | |
Removes the 0x1f3 packet since its the same as 0x19b packet, and our client doesn't handle 0x1f3. | |||||
2009-05-13 | provide some feedback for @wgm | MadCamel | 1 | -0/+4 | |
2009-05-13 | GM commands triggered from clif are now logged | MadCamel | 3 | -38/+56 | |
2009-05-13 | Fix GM notification | Jared Adams | 1 | -3/+1 | |
2009-05-13 | Add support for sending GM info to players | Jared Adams | 2 | -0/+7 | |
2009-05-12 | Add a script function to see if the player is dead | Jared Adams | 1 | -2/+15 | |
2009-05-11 | Send healing effect on client introduction | Jared Adams | 1 | -0/+12 | |
2009-05-11 | Don't spam healing changes | Jared Adams | 2 | -3/+8 | |
2009-05-11 | Comment out healing effect until it can be fixed. | Dennis Friis | 1 | -2/+2 | |
2009-05-09 | Added a tool for checking who plays from the same IP address | Bjørn Lindeijer | 1 | -0/+82 | |
Use at your own risk! | |||||
2009-05-07 | Make sure @invisible only makes you invisible | Jared Adams | 1 | -1/+1 | |
It can no longer be used to make you visible if you are already invisible. | |||||
2009-05-04 | More UTC fixups | MadCamel | 3 | -4/+4 | |
2009-05-04 | Added @wgm command to whisper all online GMs (if any) | MadCamel | 3 | -2/+18 | |
2009-05-04 | Don't truncate the update host | Jared Adams | 1 | -1/+1 | |
2009-05-04 | Send server list forwards if the client says to | Jared Adams | 1 | -13/+30 | |
2009-05-03 | Add the ability to set a main character server | Jared Adams | 1 | -6/+18 | |
The client will default to it. | |||||
2009-05-03 | Change the version information sent to clients | Jared Adams | 1 | -8/+8 | |
Just making sure we look different from a normal eAthena server. | |||||
2009-05-03 | Fixed antispam to use a timer that doesn't wrap | MadCamel | 3 | -5/+6 | |
2009-05-03 | Changed all times to use UTC | MadCamel | 9 | -36/+36 | |
2009-04-25 | Repair drop protection | MadCamel | 1 | -1/+4 | |
2009-04-25 | Fixed crash when picking up items while in a party | MadCamel | 1 | -3/+4 | |
2009-04-24 | Remove a recent flag addition from cygwin builds | Jared Adams | 1 | -1/+1 | |
It seems that the compiler included with cygwin doesn't like the -Wno-pointer-sign flag. | |||||
2009-04-24 | Don't send looks packets when invisible | Jared Adams | 1 | -0/+3 | |
2009-04-22 | Spam checks for trade | MadCamel | 2 | -25/+31 | |
2009-04-22 | Removed compiler warnings for pointer signedness to make more important ↵ | MadCamel | 1 | -2/+2 | |
warnings more visible | |||||
2009-04-22 | Added 'shop' command to trigger a nearby shop | MadCamel | 1 | -1/+22 | |
2009-04-19 | Make party matter when picking up items | Jared Adams | 1 | -456/+461 | |
2009-04-19 | Restore @command on whisper | Jared Adams | 1 | -312/+325 | |
2009-04-18 | Fix getting item shop prices from the DB | Jared Adams | 1 | -84/+83 | |
2009-04-09 | New and improved anti-spam system | MadCamel | 8 | -121/+113 | |
2009-04-06 | Remove some stuff from direction change packets | Jared Adams | 2 | -5/+5 | |
2009-04-06 | Fix divorce in other situations | Jared Adams | 1 | -1/+9 | |
Like when one char is divorced and the marriage isn't cleared | |||||
2009-04-06 | Fix to allow divorce is weird situations | Jared Adams | 1 | -0/+8 | |
Like when only the requesting parter is part of the marriage. | |||||
2009-04-06 | Change stat reset to set all stats to 1 point | Jared Adams | 1 | -8/+6 | |
2009-04-04 | Send a better packet when a character is deleted | Jared Adams | 1 | -2/+2 | |
2009-04-04 | Fix a character deletion loophole | Jared Adams | 1 | -0/+8 | |
2009-04-04 | Fix spam detection | Jared Adams | 1 | -8/+2 | |
2009-04-02 | Block whisper spam | Jared Adams | 4 | -68/+110 | |
2009-03-23 | DOn't parse packets out of range | Jared Adams | 1 | -1/+1 | |
2009-03-16 | Only resume script after divorce if need to | Jared Adams | 4 | -3/+15 | |
2009-03-16 | Now possible to divorce when partner is offline | MadCamel | 4 | -28/+76 | |
2009-03-14 | Fix a bug in item loading | Jared Adams | 2 | -11/+8 | |
2009-03-14 | Fix some storage-related code | Jared Adams | 4 | -9/+22 | |
You can't end NPC scripts with openstorage, which will now wait for the user. | |||||
2009-03-14 | More @command cleanup | Jared Adams | 3 | -541/+31 | |
2009-03-13 | Remov eitem classes | Jared Adams | 3 | -36/+9 | |
2009-03-11 | FIx a bug dealing with storage and scripting | Jared Adams | 3 | -2/+3 | |
Also remove some depug printing statements that were accidentally commited | |||||
2009-03-10 | Apply sanity checks from Wombat | Jared Adams | 3 | -12/+37 | |
2009-03-09 | Add healing effect when under item healing | Jared Adams | 2 | -84/+73 | |
2009-03-09 | Fix bug in sell system | Jared Adams | 1 | -3/+0 | |
2009-03-09 | Fixes for some character server crashes | Bjørn Lindeijer | 1 | -3/+3 | |
Patch by MadCamel. |