Age | Commit message (Expand) | Author | Files | Lines |
2008-04-04 | Update to Auth Glitch fix: moved unit_free_pc back to where it was and update... | Kevin | 1 | -3/+0 |
2008-04-04 | Fixed a little bug in Kevin's commit (r12473) | toms | 1 | -1/+1 |
2008-04-04 | Bug fixes for Auth Glitch and Map server crash through script warp when chang... | Kevin | 1 | -0/+4 |
2008-04-03 | Renamed 'connect_until_time' to 'expiration_time'. | ultramage | 1 | -2/+2 |
2008-03-28 | Some more txt/sql login server synchronization: | ultramage | 1 | -49/+3 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -3/+4 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -0/+1 |
2008-03-16 | - Added support for offline divorce. | zephyrus | 1 | -6/+22 |
2008-03-16 | - Fixed a compilation error. ops :3 | zephyrus | 1 | -5/+4 |
2008-03-16 | - Added De-adopt support when deleting a baby. | zephyrus | 1 | -6/+33 |
2008-03-11 | Replaced clif_countusers() with a more efficient alternative (thanks to the f... | ultramage | 1 | -9/+1 |
2008-03-04 | - Updated firepillar so it cannot be placed on top of others. | skotlex | 1 | -9/+13 |
2008-03-02 | Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward... | ultramage | 1 | -0/+8 |
2008-02-21 | - Added status_calc_life to properly calculate hp/max_hp as a ratio taking in... | skotlex | 1 | -6/+9 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -105/+212 |
2008-02-11 | Getting rid of map_getallusers(), part 1 | ultramage | 1 | -13/+27 |
2008-01-20 | Expanded a mapserver's debug message in its interserver parsing function. | ultramage | 1 | -1/+1 |
2008-01-19 | Added back periodic user count updates that got replaced in r11703, but are n... | ultramage | 1 | -0/+3 |
2007-12-31 | * Added code to reject double logins in clif_parse_WantToConnection and added... | FlavioJS | 1 | -6/+2 |
2007-12-17 | * Added flag.server to indicate interserver sockets | ultramage | 1 | -2/+2 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -4/+6 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 1 | -62/+49 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -14/+14 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -4/+2 |
2007-11-09 | * Re-worked the login-char-map packet spam mechanism | ultramage | 1 | -46/+64 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -6/+6 |
2007-11-03 | Tried to make sense out of timer.c ... and failed | ultramage | 1 | -1/+1 |
2007-10-17 | * Merged do_sendrecv() and do_parse() into do_sockets() | ultramage | 1 | -0/+1 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -2/+2 |
2007-09-28 | Removed some redundant code from the sql charserver. | ultramage | 1 | -47/+33 |
2007-09-25 | * Disabled tick cache (to enable it: define TICK_CACHE to the number of calls... | FlavioJS | 1 | -1/+1 |
2007-09-15 | Getting some (mostly atcommand) code cleaning out of the way... | ultramage | 1 | -1/+1 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -2/+6 |
2007-08-09 | The new functions now clear junk from the output buffer, this simplifies the ... | ultramage | 1 | -1/+0 |
2007-08-08 | - Changed the structure of the homunculus_db file so that the homunculus and ... | skotlex | 1 | -1/+1 |
2007-08-08 | * Cleaned up junk left in the code by the mapcache/mapindex update | ultramage | 1 | -10/+10 |
2007-07-01 | Cleaned up some parts of the code. | ultramage | 1 | -263/+148 |
2007-06-01 | Some typo fixing / cleaning | ultramage | 1 | -6/+6 |
2007-05-28 | * RFIFOREST returns 0 when the session is eof (input data is implicitly disca... | FlavioJS | 1 | -2/+1 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -1/+2 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -1/+1 |
2007-05-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 1 | -46/+29 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -67/+48 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 1 | -9/+9 |
2007-04-22 | - Removed the include of features.h from the console.c plugin. It is apparent... | skotlex | 1 | -3/+3 |
2007-04-06 | I'm still here! | DracoRPG | 1 | -1/+1 |
2007-04-05 | typos: recieve -> receive | ultramage | 1 | -1/+1 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -93/+54 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -6/+6 |
2007-03-23 | - Made waiting_disconnect on the char server be an int to hold the timer ID o... | skotlex | 1 | -0/+11 |