summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS26-8812/+8812
2006-12-05- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...FlavioJS1-531/+535
2006-12-03- Made ers double frees report as missing entries on destruction.FlavioJS1-532/+532
2006-12-02- Added missing min/max definitions to cbasetypes.h, needed for the @send cha...FlavioJS1-266/+274
2006-12-02- Replaced @send with the version I use for testing packets.FlavioJS1-0/+4
2006-11-29- Probably fixed the Segmentation Faults we've been having.FlavioJS3-1730/+1730
2006-11-28- Fixed a possible crash due to the recent core.c upgrade.skotlex1-3/+7
2006-11-28- Changed write to send as suggested by TheUltraMage in:FlavioJS4-119/+94
2006-11-27- Updated the status change field "option" to an int rather than short. This ...skotlex1-1/+1
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex2-5/+4
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex2-2/+4
2006-11-20- Removed grfio include from core.c as it's totally unneededskotlex1-1/+0
2006-11-17- Corrected use of the party invitation reply packet, thanks to FlavioJS.skotlex1-1/+1
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows s...skotlex2-109/+724
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-1/+1
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-0/+7
2006-09-22- Probably fixed a signed/unsigned mismatch warning on the new socket code.skotlex1-2/+2
2006-09-21- Improved a bit RFIFOFLUSH as suggested by Harbin.skotlex2-3/+10
2006-09-19Fixed some gcc4 warnings (oops ^^)toms1-1/+3
2006-09-19Fixed some gcc4 warningstoms1-1/+1
2006-09-19Fixed some gcc4 warningstoms5-6/+7
2006-09-19- Fixed Spider Web fire damage bonus.skotlex1-3/+4
2006-09-18- Merged Meruru's update to socket.c, which includes a rewritten parse functi...skotlex1-213/+168
2006-09-13- Fixed compilation for native windows builds.skotlex1-1/+1
2006-09-13- Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag...skotlex1-4/+4
2006-09-12- Moved the packet_len variable in login.c to the login parse case, since it'...skotlex3-3/+4
2006-09-11- Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod...skotlex2-27/+21
2006-09-06- Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gems...skotlex1-1/+1
2006-09-01The "delete_timer error/no such timer" report will now print the related func...toms1-1/+1
2006-08-28- The memory leak reports will now print out in the logs also the revision th...skotlex1-1/+1
2006-08-27And a minor typo. Sorry.Lance2-2/+2
2006-08-27Tweaked MEMSET_TURBO abit, temperory disabled GCC version.Lance2-63/+35
2006-08-27- Updated svn-revision reading, now it can read the new svn file systemtoms1-10/+35
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance10-23/+120
2006-08-24- Cleanup/typo on homunc's codetoms1-0/+2
2006-08-20Fixed "int format, long unsigned int arg" warningtoms1-2/+2
2006-08-15- Updated the char save structure for char-TXT servers so that the homun id w...skotlex1-2/+1
2006-08-02Code cleanup & optimization on guild part of char-servertoms1-4/+6
2006-07-28Fixed "warning: redefinition of [ushort/uint/ulong]"toms1-7/+10
2006-07-27* Fix homunc & code cleanup [Toms] toms1-1/+1
2006-07-24Random Homunculus cleanupDracoRPG1-1/+1
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-1/+0
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-3/+29
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex1-0/+2
2006-06-22- Tested and fixed resolve_hostbyname.skotlex2-3/+10
2006-06-21- Whoops, somehow socket.h wasn't udpated correctly -.-skotlex1-1/+1
2006-06-21- Added function parse_hostbyname() which takes a hostname and a char[4]. The...skotlex2-1/+21
2006-06-13- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu...skotlex1-0/+4
2006-06-12- Made guild member exp an unsigned int.skotlex1-1/+2
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-2/+0