Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-01-23 | - Added view_data support to mercenary.*, so that the Homunculus entries are ... | skotlex | 1 | -1/+1 |
2007-01-21 | Typo hunt | ultramage | 1 | -3/+3 |
2007-01-12 | yup, i need to rest... (also, copy-paste is eeeevil) | FlavioJS | 2 | -4/+4 |
2007-01-12 | ups | FlavioJS | 1 | -1/+1 |
2007-01-12 | - Cleaned up the ip rules/DDoS section of the code. (the allow,deny and deny,... | FlavioJS | 2 | -177/+205 |
2007-01-09 | - Changes to script buildin functions: | FlavioJS | 1 | -1/+1 |
2007-01-08 | Unimportant cleanups | ultramage | 2 | -11/+5 |
2007-01-08 | * Silenced the plugin export messages during startup [ultramage] | ultramage | 2 | -2/+2 |
2007-01-08 | - Added a precompiler error when the shutdown defines are not found. | FlavioJS | 6 | -190/+285 |
2007-01-07 | - Fixed the sleep timers not being removed when the an npc was being unloaded... | FlavioJS | 1 | -1/+3 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 9 | -78/+16 |
2007-01-06 | - Now winsock 2 is required. | FlavioJS | 2 | -88/+126 |
2007-01-05 | - Major reconfiguration of the trunk VS8 project files, read the changelog fo... | ultramage | 2 | -99/+0 |
2007-01-04 | - Updated /doc from jAthena | ultramage | 2 | -2/+1 |
2007-01-03 | - Now the server will by default perform symmetric adding of friends | ultramage | 1 | -0/+2 |
2007-01-03 | ups... forgot to remove this before committing | FlavioJS | 1 | -1/+0 |
2007-01-03 | - Fixed FIFO defines in TURBO mode. | FlavioJS | 2 | -5/+8 |
2007-01-03 | - Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements. | ultramage | 1 | -2/+2 |
2006-12-31 | - Updated getitem and guardian entries in script_commands.txt. | FlavioJS | 1 | -1/+1 |
2006-12-29 | - Skill use is now cancelled when you use it while cloaking, and the uncloaki... | skotlex | 1 | -1/+1 |
2006-12-28 | - Reapplied Skotlex's socket.c changes from r9587 and r9582. :S (sorry) | FlavioJS | 1 | -7/+19 |
2006-12-28 | - Part 3 of TheUltraMage's socket cleanup. | FlavioJS | 1 | -46/+36 |
2006-12-28 | - Added a func_parse invocation when an invalid socket is found, so that the ... | skotlex | 1 | -0/+4 |
2006-12-28 | - Some cleaning in do_sendrecv, added error messages when handling an incorre... | skotlex | 1 | -9/+17 |
2006-12-26 | - Cleaned up some more the code so it works for -DTURBO | skotlex | 1 | -1/+1 |
2006-12-25 | - Applied part 1 of TheUltraMage's socket cleanup. | FlavioJS | 2 | -216/+76 |