summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows s...skotlex1-0/+2
2006-10-25final clone maps -> original maps change. also fixed novice grounds map in ch...Lupus1-1/+1
2006-10-23- char_family now returns the char_id of the children when previously it woul...skotlex2-15/+20
2006-10-23- Removed useless variable in char-txt from-str char loading.skotlex1-13/+13
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex2-41/+13
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex1-31/+26
2006-10-06- Now you can trade while in a chatroom.skotlex1-1/+1
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex12-61/+97
2006-09-22- Fixed the "map server claims to have char online, but this other map server...skotlex1-3/+7
2006-09-14- Added deleting of saved Status changes on character delete for the Char-TXT...skotlex1-0/+3
2006-09-13- Modified the char-server TXT whisper system to use the online_db to know to...skotlex3-43/+97
2006-08-22- Modified the homun-txt file-save format to separate the name from the rest ...skotlex1-2/+2
2006-08-21- Removed config setting "muting_players", and expanded the manner_system con...skotlex1-2/+2
2006-08-16- Spirit of Wizard will now consume an item 7321 each time it blocks reflecte...skotlex1-1/+1
2006-08-16- @produce now can make any kind of equipmentskotlex1-1/+1
2006-08-15- Applied multiple fixes which should take care of making homun save/load wor...skotlex2-12/+17
2006-08-15- Some cleanup of int_homun.cskotlex5-1/+421
2006-08-15- Updated the char save structure for char-TXT servers so that the homun id w...skotlex1-112/+136
2006-08-14- Fixed script engine allowing scripts to set a player's zeny to negative val...skotlex2-2/+4
2006-08-13- Corrected the mapif_parse_PartyChangeMap function to correctly update level...skotlex1-10/+18
2006-08-10- Hopefully fixed family-party-even-share not breaking when a member logs out.skotlex1-0/+5
2006-08-09- Fixed the char-server not invoking the party_calc_state function when the t...skotlex1-4/+5
2006-08-08- Fixed the login-sql server replying to the change-sex packet with the wrong...skotlex1-0/+1
2006-08-02- Fixed char-txt compilation.skotlex1-15/+15
2006-08-01- Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r...skotlex1-4/+3
2006-07-28Fixed "warning: `list' might be used uninitialized in this function" in char/...toms1-1/+1
2006-07-27- Fixed packet 0x22a having the manner and opt3 packets in inverted offsets.skotlex1-1/+1
2006-07-21- Now when the char-txt server does not finds a requested party, it will clea...skotlex3-1/+18
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex1-1/+1
2006-07-18- Added atcommand @partyoption, lets you alter the party item-distribution ty...skotlex1-4/+3
2006-07-18- Added character 013 (enter) to the list of characters that are always remov...skotlex1-1/+1
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex3-59/+63
2006-07-07- Okay, added a chrif_save_ack packet to the char-server so now the map serve...skotlex1-1/+7
2006-07-07- Now, when the login-char connection is cut, the char-server won't set every...skotlex1-2/+11
2006-07-07- Fixed signed/unsigned comparison issues in the char txt/sql server.skotlex3-7/+7
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex4-167/+252
2006-07-04- Fixed code using i instead of id in a few instances when updating char/map ...skotlex1-1/+1
2006-07-03- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...skotlex1-2/+2
2006-06-27- Cleaned up the IP sync code to...skotlex1-39/+42
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex1-96/+96
2006-06-22Typos resolving login-DNS instead of char-DNS -.-Lance1-7/+7
2006-06-22* [Fixed]: Lance1-2/+2
2006-06-22- Tested and fixed resolve_hostbyname.skotlex1-55/+36
2006-06-21- Added function parse_hostbyname() which takes a hostname and a char[4]. The...skotlex1-1/+0
2006-06-21* [Added]: Lance1-0/+35
2006-06-16* [Improved]: Lance1-1/+1
2006-06-16- Merged Adam's patch to let the char-server handle validation of pet-name-ch...skotlex3-92/+131
2006-06-14- Fixed main.sql adding a key on char_id rather than account_id for the char ...skotlex1-2/+1
2006-06-12- Made guild member exp an unsigned int.skotlex1-1/+1
2006-06-11* [Fixed] Lance1-1/+1