Age | Commit message (Expand) | Author | Files | Lines |
2006-09-30 | - Rewrote the txt->sql converter. It now links directly to the char server fi... | skotlex | 12 | -61/+97 |
2006-09-22 | - Fixed the "map server claims to have char online, but this other map server... | skotlex | 1 | -3/+7 |
2006-09-14 | - Added deleting of saved Status changes on character delete for the Char-TXT... | skotlex | 1 | -0/+3 |
2006-09-13 | - Modified the char-server TXT whisper system to use the online_db to know to... | skotlex | 3 | -43/+97 |
2006-08-22 | - Modified the homun-txt file-save format to separate the name from the rest ... | skotlex | 1 | -2/+2 |
2006-08-21 | - Removed config setting "muting_players", and expanded the manner_system con... | skotlex | 1 | -2/+2 |
2006-08-16 | - Spirit of Wizard will now consume an item 7321 each time it blocks reflecte... | skotlex | 1 | -1/+1 |
2006-08-16 | - @produce now can make any kind of equipment | skotlex | 1 | -1/+1 |
2006-08-15 | - Applied multiple fixes which should take care of making homun save/load wor... | skotlex | 2 | -12/+17 |
2006-08-15 | - Some cleanup of int_homun.c | skotlex | 5 | -1/+421 |
2006-08-15 | - Updated the char save structure for char-TXT servers so that the homun id w... | skotlex | 1 | -112/+136 |
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 | -10/+18 |
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-02 | - Fixed char-txt compilation. | skotlex | 1 | -15/+15 |
2006-08-01 | - Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r... | skotlex | 1 | -4/+3 |
2006-07-28 | Fixed "warning: `list' might be used uninitialized in this function" in char/... | toms | 1 | -1/+1 |
2006-07-27 | - Fixed packet 0x22a having the manner and opt3 packets in inverted offsets. | skotlex | 1 | -1/+1 |
2006-07-21 | - Now when the char-txt server does not finds a requested party, it will clea... | skotlex | 3 | -1/+18 |
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 | -4/+3 |
2006-07-18 | - Added character 013 (enter) to the list of characters that are always remov... | skotlex | 1 | -1/+1 |
2006-07-10 | - Added login-char packet 0x2737. Sets all characters offline (login-server s... | skotlex | 3 | -59/+63 |
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 | - Fixed signed/unsigned comparison issues in the char txt/sql server. | skotlex | 3 | -7/+7 |
2006-07-06 | - Modified the party_data structure on the map server to remove some redundan... | skotlex | 4 | -167/+252 |
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 | -2/+2 |
2006-06-27 | - Cleaned up the IP sync code to... | skotlex | 1 | -39/+42 |
2006-06-27 | - Fixed indentation on int_pet.c (how did it got messed up?) | skotlex | 1 | -96/+96 |
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 | -55/+36 |
2006-06-21 | - Added function parse_hostbyname() which takes a hostname and a char[4]. The... | skotlex | 1 | -1/+0 |
2006-06-21 | * [Added]: | Lance | 1 | -0/+35 |
2006-06-16 | * [Improved]: | Lance | 1 | -1/+1 |
2006-06-16 | - Merged Adam's patch to let the char-server handle validation of pet-name-ch... | skotlex | 3 | -92/+131 |
2006-06-14 | - Fixed main.sql adding a key on char_id rather than account_id for the char ... | skotlex | 1 | -2/+1 |
2006-06-12 | - Made guild member exp an unsigned int. | skotlex | 1 | -1/+1 |
2006-06-11 | * [Fixed] | Lance | 1 | -1/+1 |
2006-06-09 | - Fixed @mapinfo displaying incorrectly maps with nosave which send you back ... | skotlex | 3 | -7/+20 |
2006-06-09 | - Modified guild exp to be an unsigned int rather than a signed one. | skotlex | 1 | -13/+15 |
2006-06-01 | [Fixed]: | Lance | 1 | -0/+1 |
2006-05-31 | - Made the char_name_option char_athena.conf setting apply to parties and gui... | skotlex | 3 | -0/+35 |
2006-05-31 | - Moved the JOB_* defines from map.h to mmo.h, update char.c to use them. | skotlex | 1 | -165/+178 |
2006-05-31 | - Some cleaning of the fame-update code, fixing a logic bug which made the ra... | skotlex | 1 | -22/+33 |
2006-05-29 | - Cleaned up friend list saving and fixed loading of friends.txt file (char-txt) | skotlex | 1 | -51/+11 |