summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-09- Fixed @mapinfo displaying incorrectly maps with nosave which send you back ...skotlex3-7/+20
2006-06-09- Modified guild exp to be an unsigned int rather than a signed one.skotlex1-13/+15
2006-06-01[Fixed]:Lance1-0/+1
2006-05-31- Made the char_name_option char_athena.conf setting apply to parties and gui...skotlex3-0/+35
2006-05-31- Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.skotlex1-165/+178
2006-05-31- Some cleaning of the fame-update code, fixing a logic bug which made the ra...skotlex1-22/+33
2006-05-29- Cleaned up friend list saving and fixed loading of friends.txt file (char-txt)skotlex1-51/+11
2006-05-26* Change scripting engine's NPC scope vars to dot (.) style.Lance1-1/+2
2006-05-26I'm still here!DracoRPG1-47/+118
2006-05-15- Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers.skotlex1-0/+4
2006-04-26- Updated item_db.sql to current.skotlex1-1/+0