summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS2-6/+6
2006-12-22- Change strncpy to memcpy when parsing switches in the script engine since i...FlavioJS3-3/+9
2006-12-21- Added a 1-node cache to db. Removed party_cache and guild_cache since now t...FlavioJS1-79/+85
2006-12-21- Moved md5calc to commonFlavioJS4-60/+305
2006-12-20- Moved PACKETVER to mmo.h, and added support for the expanded character info...skotlex1-0/+3
2006-12-20- Fixed ISSPACE and ISALPHA casting their returned value to a char. These are...skotlex1-2/+2
2006-12-20- Changed the script source from unsigned char* to const char*.FlavioJS1-0/+6
2006-12-20- Fixed the meaning of stdout_with_ansisequence and changed the default value...FlavioJS1-3/+4
2006-12-19- Added missing include of system header limits.h to timer.cskotlex1-2/+1
2006-12-19- Reverted the mob ThinkTime update, that field is again aDelay as it apparen...skotlex1-1/+1
2006-12-19- Cleanups or minor changes.FlavioJS4-162/+191
2006-12-18- Cosmetic changes to db.FlavioJS4-511/+409
2006-12-15- There will be now warnings printed when a shop sells an item which's buy pr...skotlex1-0/+1
2006-12-13Modified flush_fifo so the code do what is written in the commenttoms1-2/+2
2006-12-13- Modified flush_fifo so you can decide whether to block the current thread o...skotlex2-4/+9
2006-12-12- Minor changes to ers.FlavioJS6-150/+68
2006-12-10- Added more helpfull error messages when packet_ver=-1. (no more "clif_parse...FlavioJS1-38/+27
2006-12-09- Reversed revision #9415 (messages with server_tick field being sent as soon...FlavioJS3-14/+4
2006-12-07- Fixed ladmin's linux compilation and moved some platform specific defines t...FlavioJS4-30/+52
2006-12-06- Fixing a compilation error caused by me in rev 9414: -.-;FlavioJS1-0/+1
2006-12-06- Messages with server_tick field are sent as soon as possible now.FlavioJS3-5/+15
2006-12-06- Added StringBuf_Vprintf to utils.c and changed the showmsg.c buffer.FlavioJS3-27/+69
2006-12-05- Fixed sc data load failing when using charsave_method: 1skotlex1-2/+2
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