Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-03-19 | - Rewrote the jail logic to always use a status change. This means that the c... | skotlex | 1 | -2/+3 |
2007-03-18 | - Removed the old 'mapserver charsave' mechanism | ultramage | 1 | -24/+2 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -1/+3 |
2007-03-04 | - Removed delete_session from socket.h since it shouldn't be used by them. | skotlex | 1 | -1/+2 |
2007-02-28 | - Made it possible to modify the server packet version from the Makefile. | skotlex | 1 | -2/+30 |
2007-02-27 | - Removed an auth procedure check that is no longer needed (fixes double-logi... | skotlex | 1 | -4/+0 |
2007-02-26 | - indent cleanups | skotlex | 1 | -3/+1 |
2007-01-28 | Some misc cleanups (typos, formatting, forgotten changelog entry etc) | ultramage | 1 | -1/+1 |
2007-01-24 | - Cleaned up some more the Joint Beat implementation, so the status don't tak... | skotlex | 1 | -1/+1 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -4/+4 |
2006-12-23 | - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ... | FlavioJS | 1 | -1/+1 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -1636/+1636 |
2006-12-04 | - Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro... | skotlex | 1 | -2/+2 |
2006-12-03 | - Removed sd->sex since it's redundant (we can always use sd->status.sex) | skotlex | 1 | -7/+2 |
2006-12-01 | - Fixed txt-converter compilation. | skotlex | 1 | -5/+5 |
2006-11-29 | - Some cleaning on the homunc speed calculating code, so that it correctly us... | skotlex | 1 | -5/+5 |
2006-11-23 | - Made WFIFOHEAD() check for available buffer size remaining on the connectio... | skotlex | 1 | -4/+6 |
2006-11-09 | - Fixed status-change loading not working. | skotlex | 1 | -2/+0 |
2006-08-31 | - Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte... | skotlex | 1 | -1/+4 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -4/+4 |
2006-08-15 | - Updated vc-project files to compile with the new int_homun files. | skotlex | 1 | -3/+1 |
2006-07-18 | - Updated mob_db.sql to current mob_db.txt data. | skotlex | 1 | -1/+1 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 1 | -0/+1 |
2006-07-12 | - Fixed Cart Termination's damage. | skotlex | 1 | -12/+15 |
2006-07-11 | - Fixed clif_parse not checking for func_parse before sending data to the con... | skotlex | 1 | -11/+2 |
2006-07-10 | - Login-sql server will no longer change an account's state to "7" when banni... | skotlex | 1 | -2/+2 |
2006-07-10 | - Added login-char packet 0x2737. Sets all characters offline (login-server s... | skotlex | 1 | -23/+3 |
2006-07-07 | - Some cleaning of the Sage endow skills. | skotlex | 1 | -0/+4 |
2006-07-07 | - Okay, added a chrif_save_ack packet to the char-server so now the map serve... | skotlex | 1 | -4/+21 |
2006-06-29 | - Made the map server send list of characters online to the char-server on re... | skotlex | 1 | -2/+1 |
2006-06-29 | - Fixed guild storage being "eternally in use" if you quit/logout before clos... | skotlex | 1 | -1/+1 |
2006-06-29 | - Some indentation corrections. | skotlex | 1 | -2/+2 |