summaryrefslogtreecommitdiff
path: root/src/map/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-04-03Rewrite make system to be optimalBen Longbons1-51/+0
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-2/+2
Major changes still need to be made to each of the servers.
2011-03-18Changes that should have been caught earlierBen Longbons1-3/+1
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-14/+15
2010-10-08Added IP address reply packet 0x20C (len 10)MadCamel1-1/+1
This is sent along with char name replies to GMs able to recieve hack notices. Unfortunately,it locks up clients that do not support this packet. Must coordinate to get this added to TMW 0.5 release and mana. Until then, code is commented out in clif.c(grep for MD5_ip) Packet structure: 0x20C (len 2) AccountID of character name was requested for (len 4) IP address of requested char in network byte order (len 4) Config option in battle_athena.conf: gm_mask_ips (boolean) - When set to 1(default) GMs will only see a hashed/masked IP address.
2010-05-05map-server and char-server build again on a fresh checkoutMadCamel1-1/+1
Oops :(
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-2/+1
It's now possible to run 'make' in any of the src/ subdirs and have it build properly. Moved some tools including eathena-monitor to src/tools - run 'make tools' to build. CFLAGS, etc are now in the 'make.defs' file. Requires GNU make.
2009-09-20Initial support for skill poolsFate1-1/+2
2009-08-29Converted to Mersenne Twister for random.MadCamel1-1/+1
Randomerer! Also: Fixed a security problem. Can you find it?
2009-04-02Block whisper spamJared Adams1-2/+3
2009-03-08Strip some more outJared Adams1-1/+1
2009-03-08Remove pet and vending systemsJared Adams1-66/+30
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer1-87/+87
2008-10-11Commit magic patch v13Jared Adams1-2/+17
2008-04-02initial checkinDennis Friis1-0/+72