Age | Commit message (Expand) | Author | Files | Lines |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 5 | -9/+13 |
2007-05-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 2 | -11/+0 |
2007-05-20 | - Fixed one missed malloc->aMallocA typo, causing memory deallocation problems | ultramage | 1 | -1/+1 |
2007-05-19 | Reformatting @_@ | ultramage | 5 | -28/+32 |
2007-05-19 | Removed the wtf-y mmo_char_fromsql_short() from r2527 | ultramage | 1 | -0/+3 |
2007-05-19 | Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without it... | ultramage | 1 | -1/+0 |
2007-05-09 | * Adapted the shortlist to use a static array instead of a linked list and en... | FlavioJS | 2 | -69/+43 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 2 | -3/+130 |
2007-05-05 | * Removed the dependency on winsock.h for definitions, it's all winsock2.h now. | FlavioJS | 9 | -35/+57 |
2007-05-05 | Missed a few occurences of strdup (followup to r10468) | ultramage | 1 | -3/+3 |
2007-05-05 | - imported the latest working grfio code from stable | ultramage | 3 | -288/+175 |
2007-05-04 | adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details. | blackhole89 | 2 | -0/+889 |
2007-04-29 | * Ladmin fixes | ultramage | 1 | -9/+18 |
2007-04-29 | Gave each file an empty last line, to make svn happier | ultramage | 6 | -6/+0 |
2007-04-28 | 'minor' details | ultramage | 1 | -1/+1 |
2007-04-28 | * Tried and fixed md5 password encryption | ultramage | 2 | -1/+3 |
2007-04-22 | * Extended the functionality of StringBuf - length and appending a string. | FlavioJS | 2 | -0/+27 |
2007-04-21 | - Removed the +25% mdef, -50% def effect from Freeze status | ultramage | 2 | -4/+3 |
2007-04-20 | - Added ntows() to properly handle that client port number deficiency | ultramage | 3 | -1/+9 |
2007-04-17 | * Discarded extra deflate function needed for afm reading | ultramage | 3 | -107/+2 |
2007-04-16 | * Finally fixed mingw problems, managed to build both TXT and SQL | ultramage | 5 | -28/+10 |
2007-04-14 | Fixed TXT char creation blocking characters with nonstandard names | ultramage | 1 | -1/+1 |
2007-04-12 | fixed makefile typo, maps_athena typo, svn:eol-style native for some files | ultramage | 1 | -1/+1 |
2007-04-10 | Removed an ugly cast in socket.c | toms | 2 | -3/+3 |
2007-04-09 | * Recoded and renamed the trim function in strlib to normalize_name. (didn't ... | FlavioJS | 2 | -17/+61 |
2007-04-09 | - Fixed some compiling warnings. | skotlex | 1 | -4/+4 |
2007-04-09 | * Changed db key from 'unsigned char*' to 'const char*'. | FlavioJS | 8 | -101/+86 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 7 | -12/+12 |
2007-04-08 | - Fixed sometimes retrieving the svn-version with fopen not doing a fclose af... | skotlex | 1 | -1/+1 |
2007-04-08 | - Made the return code \n for Apple systems (it was \r before), this still ne... | skotlex | 1 | -0/+2 |
2007-04-07 | - Fixed the platform-specific stricmp compilation problem | ultramage | 2 | -19/+6 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 6 | -23/+13 |
2007-04-07 | Fixed showmsg causing silent access violation exceptions on Windows (WinAPI f... | ultramage | 1 | -4/+6 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 2 | -0/+54 |
2007-04-07 | - Disabled the exception handler on windows debug builds | ultramage | 1 | -7/+8 |
2007-04-06 | - Fixed the start_point setting smashing t3h stack in some situations | ultramage | 1 | -9/+8 |
2007-04-06 | I'm still here! | DracoRPG | 3 | -22/+36 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 6 | -107/+94 |
2007-04-02 | * Some source code cleaning | ultramage | 4 | -62/+50 |
2007-04-01 | - Modified waiting_disconnect on the login server to hold the timer id of the... | skotlex | 1 | -0/+6 |
2007-03-30 | Fixed typos from previous revisions :) | ultramage | 1 | -1/+2 |
2007-03-30 | * Added all the missing defines for ctype.h functions and converted all the d... | FlavioJS | 4 | -8/+21 |
2007-03-29 | - Added "do_abort" function to the core. It is invoked when the server has re... | skotlex | 2 | -2/+10 |
2007-03-29 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10087 5... | FlavioJS | 1 | -0/+2 |
2007-03-22 | Some generic typo fixes (src and npc) | ultramage | 1 | -1/+1 |
2007-03-21 | - Added define MAX_CHARS so you can easily mod the server to support a differ... | skotlex | 1 | -0/+2 |
2007-03-20 | Modified swap #define to avoid 'value computed is not used' warning | toms | 1 | -1/+3 |
2007-03-16 | committing my work on the login server (mostly SQL) | ultramage | 2 | -7/+1 |
2007-03-13 | Fixed a warning | DracoRPG | 1 | -1/+1 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 3 | -916/+33 |