Age | Commit message (Expand) | Author | Files | Lines |
2009-05-31 | repeating spell invocations quickly no longer counts as spamming as per Slice... | Fate | 1 | -18/+22 |
2009-05-17 | Transform underscores that preceed NPC names into blanks before sending to cl... | Fate | 1 | -1/+6 |
2009-05-14 | Added pc_logout() hook to process players who are logging out | Fate | 1 | -0/+1 |
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 |
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 |
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 |
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 |
2009-03-01 | Fix bug in the whisper to all GMs code | Jared Adams | 1 | -2/+2 |
2009-02-07 | Add some code to prevent GP duplication with trade | Jared Adams | 1 | -0/+1 |
2009-02-01 | Fake NPCs created for spellcasting should no longer have aura effects now | Fate | 1 | -0/+4 |
2009-01-19 | Fix NPC string input to read the amount claimed | Jared Adams | 1 | -2/+5 |
2009-01-10 | Reserved another status change for the new "hide" spell | Fate | 1 | -0/+2 |
2008-12-25 | Remove some unused skill stuff | Jared Adams | 1 | -82/+2 |
2008-12-11 | Added @invisible and @visible GM commands | Fate | 1 | -0/+24 |
2008-12-07 | Report all status changes | Fate | 1 | -1/+0 |
2008-12-03 | Replaced use of rand()%range by peavey's MRAND() macro after complaints about... | Fate | 1 | -1/+1 |
2008-12-03 | GM commands can now be logged (specify a filename as gm_log in map_athena.con... | Fate | 1 | -1/+9 |
2008-12-01 | Added mutations to mobs (must change mob_db.txt) | Fate | 1 | -1/+1 |
2008-11-10 | * Adjusted the GM @charbaselvl command to set base experience to zero when lo... | Fate | 1 | -1/+1 |
2008-11-02 | * Minor cleanup in login server | Jared Adams | 1 | -1/+2 |
2008-10-31 | Commit Mantis 521: Filter out Halloween `magic' from chat | Jared Adams | 1 | -3/+8 |
2008-10-26 | Commit Mantis 513 | Jared Adams | 1 | -4/+4 |
2008-10-23 | Commit Mantis tasks 486 and 460 | Jared Adams | 1 | -19/+65 |
2008-10-15 | Make it easier to use NPCs without names | Jared Adams | 1 | -0/+6 |
2008-10-11 | Commit magic patch v13 | Jared Adams | 1 | -26/+94 |
2008-05-31 | Add optional update_host to loginserver so you can tell the client that an al... | Dennis Friis | 1 | -1/+1 |
2008-04-25 | Possible fix for inventory bug. Send out packet 0x01C8 only to SELF and not A... | Dennis Friis | 1 | -1/+1 |
2008-04-24 | Fix some signedness hopefully getting the struct back on track. | Dennis Friis | 1 | -1/+1 |
2008-04-10 | fix crash in clif_parse_Wis if wrong message length is sent. | Dennis Friis | 1 | -2/+6 |
2008-04-10 | Add configurable anti spam system, with possible auto ban. | Dennis Friis | 1 | -1/+50 |
2008-04-03 | Fix auto map picking exploit by checking proximity of player and item. | Dennis Friis | 1 | -0/+3 |