Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-03-11 | - cbasetypes now assumes that Mingwin does defines ssize_t | skotlex | 1 | -1/+2 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 4 | -4/+4 |
2007-03-09 | - Made conv_str return const char* since the script engine screws up if you m... | skotlex | 2 | -2/+2 |
2007-03-07 | New mapcache system :x | DracoRPG | 1 | -1/+0 |
2007-03-04 | - Removed delete_session from socket.h since it shouldn't be used by them. | skotlex | 2 | -2/+1 |
2007-03-04 | More tweaks to socket.c to simplify the code | ultramage | 2 | -108/+61 |
2007-02-28 | - Made it possible to modify the server packet version from the Makefile. | skotlex | 1 | -1/+3 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 19 | -24/+34 |
2007-02-21 | Minor stuff (typos, socket.c, junk in login reply packet) | ultramage | 1 | -21/+8 |
2007-02-15 | - The default packet version is now 8. Clients from November2006 and before c... | skotlex | 1 | -1/+1 |
2007-02-08 | - Fixed the new socket code, which was triggering the inactivity timeout on t... | ultramage | 3 | -6/+5 |
2007-02-08 | * More aggressive cleaning up of the socket code | ultramage | 2 | -154/+124 |
2007-02-07 | Wiped out the poorly written parse code from r2211 | ultramage | 3 | -52/+1 |
2007-02-07 | Cleaning up of the socket code | ultramage | 3 | -66/+40 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 2 | -61/+3 |
2007-02-01 | Added string function strnlen | ultramage | 2 | -0/+15 |
2007-02-01 | Removed graph, httpd and webserver | ultramage | 4 | -350/+1 |
2007-01-28 | Some misc cleanups (typos, formatting, forgotten changelog entry etc) | ultramage | 1 | -7/+0 |
2007-01-26 | - Added a wrapper to delete_timer so it prints out from where the invocation ... | skotlex | 4 | -5/+10 |