summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2007-01-06- Now winsock 2 is required.FlavioJS1-1/+1
2006-12-30- Reverted the packet structure changes to mmo_char_send006b in r9588 and cor...FlavioJS1-2/+4
2006-12-28- Part 3 of TheUltraMage's socket cleanup.FlavioJS1-13/+13
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-6/+1
2006-12-24Small fir for changeset 9539KarLaeda1-0/+1
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS3-3/+3
2006-12-22- Added support for the new "make new char" packet that has the rename button...skotlex1-4/+10
2006-12-21- Some cleaning to the character deletion code.skotlex1-74/+65
2006-12-21- Moved md5calc to commonFlavioJS1-31/+31
2006-12-20- Moved PACKETVER to mmo.h, and added support for the expanded character info...skotlex1-1/+12
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS16-9113/+9113
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-1/+0
2006-12-01- Fixed txt-converter compilation. skotlex1-2/+2
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex1-70/+89
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex4-3/+12
2006-11-13- Fixed a bug where the char-txt server was incorrectly saving memos, causing...skotlex1-1/+1
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