summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-822/+0
2011-04-03Fix some more compiler warningsBen Longbons1-5/+5
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-2/+4
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-1/+1
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ...Ben Longbons1-16/+16
2010-10-08map-server now stores IP address in session_data when player connectsMadCamel1-0/+3
2010-07-06Add new map flag and condition for mob skillsremoitnane1-0/+1
2010-04-04Removed obsoleted trade and sit spam codeMadCamel1-6/+0
2010-04-04Added packet rate limiter and flood prevention system.MadCamel1-0/+4
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-590/+648
2009-10-25Prevent auto bans from multiplyingJared Adams1-0/+4
2009-09-26Add a no player drop flag for mapsJared Adams1-0/+1
2009-09-26Initial support for skill pools (available via at commands andFate1-0/+8
2009-09-14Replace logging mechanism: write out text file every ~20 minutes and try to g...Fate1-8/+2
2009-09-12Implemented pDeaf property (70) which makes PCs ignore regular PC chat (excep...Fate1-0/+2
2009-09-11Added mapserver config option log_file to specify gzipped player action log fileFate1-0/+12
2009-08-26Autobans are now logged, more chat spam improvementsMadCamel1-0/+1
2009-08-23Improved chat spam detectionMadCamel1-0/+1
2009-08-16Adjust auto ban code and add sit spam handlingJared Adams1-0/+3
2009-07-06Add a new trade spam systemJared Adams1-0/+3
2009-07-06Revert "Add a new trade spam system"Jared Adams1-19/+16
2009-07-06Add a new trade spam systemJared Adams1-16/+19
2009-06-25Improved storage saving, derived from ea stable.Dennis Friis1-0/+1
2009-06-25Redo storage, derived from ea stable.Dennis Friis1-1/+2
2009-06-17Added extra checks to ensure spell invocations aren't incorrectly deletedFate1-2/+2
2009-06-16Removed unnecessary am-healing flag, incorporated healing packets with regula...Fate1-1/+0
2009-05-13Add support for sending GM info to playersJared Adams1-0/+1
2009-05-11Don't spam healing changesJared Adams1-0/+1
2009-05-03Fixed antispam to use a timer that doesn't wrapMadCamel1-1/+2
2009-04-09New and improved anti-spam systemMadCamel1-3/+2
2009-03-16Only resume script after divorce if need toJared Adams1-0/+1
2009-03-14Fix some storage-related codeJared Adams1-0/+3
2009-03-08Strip some more outJared Adams1-43/+0
2009-03-08Remove pet and vending systemsJared Adams1-46/+1
2009-03-08Remove packet versions from map serverJared Adams1-1/+0
2009-01-31Add functionality for healer XP handlingFate1-0/+2
2008-12-12Added @hugo and @linus commands for iterating over logged-in playersFate1-0/+5
2008-12-11Added @invisible and @visible GM commandsFate1-1/+16
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-1/+17
2008-11-08* Change SLang interpreter time handling to be universally unsignedFate1-1/+1
2008-11-02* Minor cleanup in login serverJared Adams1-0/+5
2008-10-26Commit Mantis 509Jared Adams1-0/+4
2008-10-23Commit Mantis tasks 486 and 460Jared Adams1-1/+16
2008-10-11Commit magic patch v13Jared Adams1-19/+60
2008-04-10Add configurable anti spam system, with possible auto ban.Dennis Friis1-1/+6
2008-04-02initial checkinDennis Friis1-0/+705