Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-18 | Replace basic skill with three new skills | Jared Adams | 1 | -22/+16 | |
We want to handle skills differently that eAthena was made too. All new skills are leveled by NPCs instead of using the job sysetm. Also fixes some bugs. | |||||
2009-09-14 | Only report characters as GMs to clients if their GM level is 60 | Fate | 1 | -2/+2 | |
2009-09-12 | Implemented pDeaf property (70) which makes PCs ignore regular PC chat ↵ | Fate | 1 | -1/+42 | |
(except for GMs) | |||||
2009-08-31 | Merge commit 'taw/master' | Jared Adams | 1 | -5/+5 | |
2009-08-29 | Converted to Mersenne Twister for random. | MadCamel | 1 | -4/+4 | |
Randomerer! Also: Fixed a security problem. Can you find it? | |||||
2009-08-26 | Log /announce calls | Jared Adams | 1 | -1/+6 | |
2009-08-18 | Revert 3b44872c6d1601abe33115a92cbb8e3e13d2bea5 | MadCamel | 1 | -1/+1 | |
Dead players can talk again | |||||
2009-08-16 | Adjust auto ban code and add sit spam handling | Jared Adams | 1 | -3/+8 | |
All three ban types can now either ban or just ingore new packets. Trade and sit spam default to ignore. Chat spam defaults to 1hr ban. | |||||
2009-08-16 | Send GM flag to clients | Jared Adams | 1 | -4/+2 | |
2009-08-14 | Revert "Change sending of hair style and color" | Jared Adams | 1 | -29/+0 | |
This reverts commit 1b7508c510aae8906fdcd7309da47c97b2804184. After talking on IRC, this change is no longer needed. | |||||
2009-08-13 | Change sending of hair style and color | Jared Adams | 1 | -0/+29 | |
Send them together in overloaded change looks packets (twice for older clients). This lets newer clients be more flexible with their handling of hair. | |||||
2009-07-27 | prevent dead players from talking | Maximilian Philipps | 1 | -1/+1 | |
cause it is annoying when a skull kills them and they keep talking like nothing happend. | |||||
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 1 | -3/+12 | |
Also added timeout for fullconnect, secured map server from stateless connections. | |||||
2009-07-06 | Add a new trade spam system | Jared Adams | 1 | -1/+1 | |
2009-07-06 | Revert "Add a new trade spam system" | Jared Adams | 1 | -1/+1 | |
This reverts commit 2e87e5b65a02d8d9f867a0510f039cc319b3ffcb. | |||||
2009-07-06 | Add a new trade spam system | Jared Adams | 1 | -1/+1 | |
2009-06-25 | Move storage NPC close fix to storage.c. Fix @storeall, from ea stable. | Dennis Friis | 1 | -5/+0 | |
2009-06-25 | Put back jaxads fixes for NPC storage. | Dennis Friis | 1 | -4/+4 | |
2009-06-25 | Some fixes for dupes, inspired by ea stable. | Dennis Friis | 1 | -5/+5 | |
2009-06-25 | Dont allow any use of storage while in a trade, dereived from ea stable. | Dennis Friis | 1 | -5/+5 | |
2009-06-25 | More fixes to storage derived from ea stable. | Dennis Friis | 1 | -15/+15 | |
2009-06-25 | Fix a crash on mapexit derived from ea stable. | Dennis Friis | 1 | -1/+1 | |
2009-06-25 | Redo storage, derived from ea stable. | Dennis Friis | 1 | -98/+98 | |
2009-06-16 | Removed unnecessary am-healing flag, incorporated healing packets with ↵ | Fate | 1 | -10/+0 | |
regular opt status flags. This, together with the clientdata update, should fix the stuck healing state. | |||||
2009-05-31 | repeating spell invocations quickly no longer counts as spamming as per ↵ | Fate | 1 | -18/+22 | |
Slicer's new tests | |||||
2009-05-17 | Transform underscores that preceed NPC names into blanks before sending to ↵ | Fate | 1 | -1/+6 | |
clients | |||||
2009-05-14 | Added pc_logout() hook to process players who are logging out | Fate | 1 | -0/+1 | |
When poisoned and logging out, set hp to 1 to avoid cheap poison cure exploit | |||||
2009-05-13 | Fixed all compiler warnings and several small bugs in the process | MadCamel | 1 | -8/+8 | |
2009-05-13 | Cleans up the net code for effects | Chuck Miller | 1 | -20/+4 | |
Removes the 0x1f3 packet since its the same as 0x19b packet, and our client doesn't handle 0x1f3. | |||||
2009-05-13 | GM commands triggered from clif are now logged | MadCamel | 1 | -4/+15 | |
2009-05-13 | Fix GM notification | Jared Adams | 1 | -3/+1 | |
2009-05-13 | Add support for sending GM info to players | Jared Adams | 1 | -0/+6 | |
2009-05-11 | Send healing effect on client introduction | Jared Adams | 1 | -0/+12 | |
2009-05-03 | Changed all times to use UTC | MadCamel | 1 | -3/+3 | |
2009-04-24 | Don't send looks packets when invisible | Jared Adams | 1 | -0/+3 | |
2009-04-22 | Spam checks for trade | MadCamel | 1 | -8/+8 | |
2009-04-19 | Restore @command on whisper | Jared Adams | 1 | -312/+325 | |
2009-04-09 | New and improved anti-spam system | MadCamel | 1 | -54/+18 | |
2009-04-06 | Remove some stuff from direction change packets | Jared Adams | 1 | -4/+4 | |
2009-04-04 | Fix spam detection | Jared Adams | 1 | -8/+2 | |
2009-04-02 | Block whisper spam | Jared Adams | 1 | -66/+16 | |
2009-03-23 | DOn't parse packets out of range | Jared Adams | 1 | -1/+1 | |
2009-03-14 | Fix some storage-related code | Jared Adams | 1 | -4/+7 | |
You can't end NPC scripts with openstorage, which will now wait for the user. | |||||
2009-03-14 | More @command cleanup | Jared Adams | 1 | -2/+2 | |
2009-03-11 | FIx a bug dealing with storage and scripting | Jared Adams | 1 | -0/+2 | |
Also remove some depug printing statements that were accidentally commited | |||||
2009-03-10 | Apply sanity checks from Wombat | Jared Adams | 1 | -3/+3 | |
2009-03-08 | Some more cleanup | Jared Adams | 1 | -6/+1 | |
2009-03-08 | Remove pet and vending systems | Jared Adams | 1 | -768/+39 | |
2009-03-08 | Fix some miscellanea | Jared Adams | 1 | -14/+10 | |
2009-03-08 | Remove packet versions from map server | Jared Adams | 1 | -759/+87 | |