summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2007-04-28'minor' detailsultramage1-1/+1
2007-04-28* Tried and fixed md5 password encryptionultramage2-1/+3
2007-04-22* Extended the functionality of StringBuf - length and appending a string.FlavioJS2-0/+27
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage2-4/+3
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage3-1/+9
2007-04-17* Discarded extra deflate function needed for afm readingultramage3-107/+2
2007-04-16* Finally fixed mingw problems, managed to build both TXT and SQLultramage5-28/+10
2007-04-14Fixed TXT char creation blocking characters with nonstandard namesultramage1-1/+1
2007-04-12fixed makefile typo, maps_athena typo, svn:eol-style native for some filesultramage1-1/+1
2007-04-10Removed an ugly cast in socket.ctoms2-3/+3
2007-04-09* Recoded and renamed the trim function in strlib to normalize_name. (didn't ...FlavioJS2-17/+61
2007-04-09- Fixed some compiling warnings.skotlex1-4/+4
2007-04-09* Changed db key from 'unsigned char*' to 'const char*'.FlavioJS8-101/+86
2007-04-09* Played around with MinGW a bit today...ultramage7-12/+12
2007-04-08- Fixed sometimes retrieving the svn-version with fopen not doing a fclose af...skotlex1-1/+1
2007-04-08- Made the return code \n for Apple systems (it was \r before), this still ne...skotlex1-0/+2
2007-04-07- Fixed the platform-specific stricmp compilation problemultramage2-19/+6
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage6-23/+13
2007-04-07Fixed showmsg causing silent access violation exceptions on Windows (WinAPI f...ultramage1-4/+6
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage2-0/+54
2007-04-07- Disabled the exception handler on windows debug buildsultramage1-7/+8
2007-04-06- Fixed the start_point setting smashing t3h stack in some situationsultramage1-9/+8
2007-04-06I'm still here!DracoRPG3-22/+36
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage6-107/+94
2007-04-02* Some source code cleaningultramage4-62/+50
2007-04-01- Modified waiting_disconnect on the login server to hold the timer id of the...skotlex1-0/+6
2007-03-30Fixed typos from previous revisions :)ultramage1-1/+2
2007-03-30* Added all the missing defines for ctype.h functions and converted all the d...FlavioJS4-8/+21
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has re...skotlex2-2/+10
2007-03-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10087 5...FlavioJS1-0/+2
2007-03-22Some generic typo fixes (src and npc)ultramage1-1/+1
2007-03-21- Added define MAX_CHARS so you can easily mod the server to support a differ...skotlex1-0/+2
2007-03-20Modified swap #define to avoid 'value computed is not used' warningtoms1-1/+3
2007-03-16committing my work on the login server (mostly SQL)ultramage2-7/+1
2007-03-13Fixed a warningDracoRPG1-1/+1
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG3-916/+33
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex1-1/+2
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS4-4/+4
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex2-2/+2
2007-03-07New mapcache system :xDracoRPG1-1/+0
2007-03-04- Removed delete_session from socket.h since it shouldn't be used by them.skotlex2-2/+1
2007-03-04More tweaks to socket.c to simplify the codeultramage2-108/+61
2007-02-28- Made it possible to modify the server packet version from the Makefile.skotlex1-1/+3
2007-02-21Applied a consistent look to all header files (copyright, ifdefs)ultramage19-24/+34
2007-02-21Minor stuff (typos, socket.c, junk in login reply packet)ultramage1-21/+8
2007-02-15- The default packet version is now 8. Clients from November2006 and before c...skotlex1-1/+1
2007-02-08- Fixed the new socket code, which was triggering the inactivity timeout on t...ultramage3-6/+5
2007-02-08* More aggressive cleaning up of the socket codeultramage2-154/+124
2007-02-07Wiped out the poorly written parse code from r2211ultramage3-52/+1
2007-02-07Cleaning up of the socket codeultramage3-66/+40