Age | Commit message (Expand) | Author | Files | Lines |
2006-08-20 | Fixed "int format, long unsigned int arg" warning | toms | 1 | -2/+2 |
2006-08-15 | - Applied multiple fixes which should take care of making homun save/load wor... | skotlex | 1 | -1/+1 |
2006-08-15 | Delete homunc's skills from sql when the homunc is destroyed | toms | 1 | -9/+17 |
2006-08-15 | - Fixed the int_homun.c compilation issue with Char-SQL. | skotlex | 1 | -1/+1 |
2006-08-15 | - Some cleanup of int_homun.c | skotlex | 1 | -16/+38 |
2006-08-14 | - Fixed script engine allowing scripts to set a player's zeny to negative val... | skotlex | 2 | -2/+4 |
2006-08-13 | - Corrected the mapif_parse_PartyChangeMap function to correctly update level... | skotlex | 1 | -7/+16 |
2006-08-10 | - Hopefully fixed family-party-even-share not breaking when a member logs out. | skotlex | 1 | -0/+5 |
2006-08-09 | - Fixed the char-server not invoking the party_calc_state function when the t... | skotlex | 1 | -4/+5 |
2006-08-08 | - Fixed the login-sql server replying to the change-sex packet with the wrong... | skotlex | 1 | -0/+1 |
2006-08-03 | Changed atoi to strtoul for guild-experience's field | toms | 1 | -1/+1 |
2006-08-03 | Fixed a bug in int_storage.c, temp array doesn't have the good size | toms | 1 | -1/+1 |
2006-08-02 | Code cleanup & optimization on guild part of char-server | toms | 1 | -319/+490 |
2006-08-01 | - Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r... | skotlex | 1 | -3/+3 |
2006-07-30 | Force all players offline in sql when char-server starts | toms | 1 | -0/+4 |
2006-07-27 | - Removed a redeclared variable i in the parsing of the fame list (char-txt s... | skotlex | 1 | -1/+0 |
2006-07-27 | * Fix homunc & code cleanup [Toms] | toms | 1 | -1/+1 |
2006-07-20 | - Applied the fix to homunculus name saving... | skotlex | 1 | -2/+4 |
2006-07-19 | - Fixed the homun creation sql statement. Why noone else did so before? | skotlex | 1 | -1/+1 |
2006-07-19 | - Corrected Trim chars to block 'enter', as explained by the Ultra mage. | skotlex | 1 | -1/+1 |
2006-07-18 | - Added atcommand @partyoption, lets you alter the party item-distribution ty... | skotlex | 1 | -3/+3 |
2006-07-18 | - Added character 013 (enter) to the list of characters that are always remov... | skotlex | 1 | -2/+2 |
2006-07-18 | - Added a proper check to make aggressive mobs never override homun targets r... | skotlex | 1 | -8/+7 |
2006-07-18 | - Updated mob_db.sql to current mob_db.txt data. | skotlex | 1 | -9/+6 |
2006-07-17 | orn's lil fix | Vicious | 1 | -3/+3 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 5 | -8/+333 |
2006-07-10 | - Fixed check_connect_login_server check in char-sql server. Fixes char-serve... | skotlex | 1 | -1/+1 |
2006-07-10 | - Fixed SQL compilation of the char-SQL server... (I need SQL installed at wo... | skotlex | 1 | -5/+2 |
2006-07-10 | - Added login-char packet 0x2737. Sets all characters offline (login-server s... | skotlex | 3 | -141/+76 |
2006-07-07 | - Okay, added a chrif_save_ack packet to the char-server so now the map serve... | skotlex | 1 | -1/+7 |
2006-07-07 | - Now, when the login-char connection is cut, the char-server won't set every... | skotlex | 1 | -2/+11 |
2006-07-07 | - Modified the error on the char-sql server to set chars online when it recei... | skotlex | 1 | -2/+7 |
2006-07-07 | - Fixed signed/unsigned comparison issues in the char txt/sql server. | skotlex | 3 | -6/+7 |
2006-07-06 | - Modified the party_data structure on the map server to remove some redundan... | skotlex | 4 | -176/+287 |
2006-07-04 | - Fixed code using i instead of id in a few instances when updating char/map ... | skotlex | 1 | -1/+1 |
2006-07-03 | - Char-server SQL won't perform the reconnect cleanup routines when kick_on_d... | skotlex | 1 | -0/+3 |
2006-06-27 | - Cleaned up the IP sync code to... | skotlex | 1 | -40/+38 |
2006-06-22 | Typos resolving login-DNS instead of char-DNS -.- | Lance | 1 | -7/+7 |
2006-06-22 | * [Fixed]: | Lance | 1 | -2/+2 |
2006-06-22 | - Tested and fixed resolve_hostbyname. | skotlex | 1 | -57/+38 |
2006-06-21 | * [Added]: | Lance | 1 | -0/+38 |
2006-06-19 | - Fixed the compilation errors of my last commit... >.> <.< | skotlex | 1 | -8/+8 |
2006-06-19 | - Removed the mysterious array of two of char_dat (char/sql server), replaced... | skotlex | 2 | -113/+103 |
2006-06-19 | * [Fixed]: | Lance | 1 | -1/+1 |
2006-06-18 | * [Temperory Fixed]: | Lance | 1 | -2/+3 |
2006-06-16 | - Merged Adam's patch to let the char-server handle validation of pet-name-ch... | skotlex | 2 | -2/+42 |
2006-06-14 | - Fixed main.sql adding a key on char_id rather than account_id for the char ... | skotlex | 1 | -18/+16 |
2006-06-12 | - Made guild member exp an unsigned int. | skotlex | 1 | -2/+2 |
2006-06-11 | * [Fixed] | Lance | 1 | -1/+1 |
2006-06-10 | - Added structure party_data and party_member_data to the map server to hold ... | skotlex | 1 | -1/+0 |