summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2007-08-09- stable -> trunk syncultramage2-2/+1
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage1-2/+5
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage2-19/+58
2007-08-04Some all-around code reformatting/cleaningultramage2-25/+22
2007-07-25* Added support for character rename packet (only dummy code for now)ultramage1-2/+2
2007-07-23* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleportultramage2-23/+20
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...ultramage1-5/+0
2007-07-18- Small update to the effects list (new exe's effects by Au{R}oN)ultramage1-3/+3
2007-07-01Cleaned up some parts of the code.ultramage2-7/+7
2007-07-01* TXT->SQL converter fixupultramage4-5/+3
2007-06-26* Changed the string hash of the script engine to SDBM.FlavioJS2-19/+24
2007-06-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 5...FlavioJS1-2/+2
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS3-6/+99
2007-05-29Hopefully fixed the vsnprintf incompatibilityultramage1-0/+3
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly disca...FlavioJS1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage5-9/+13
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage2-11/+0
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage1-1/+1
2007-05-19Reformatting @_@ultramage5-28/+32
2007-05-19Removed the wtf-y mmo_char_fromsql_short() from r2527ultramage1-0/+3
2007-05-19Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without it...ultramage1-1/+0
2007-05-09* Adapted the shortlist to use a static array instead of a linked list and en...FlavioJS2-69/+43
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS2-3/+130
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS9-35/+57
2007-05-05Missed a few occurences of strdup (followup to r10468)ultramage1-3/+3
2007-05-05- imported the latest working grfio code from stableultramage3-288/+175
2007-05-04adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details.blackhole892-0/+889
2007-04-29* Ladmin fixesultramage1-9/+18
2007-04-29Gave each file an empty last line, to make svn happierultramage6-6/+0
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