summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-08- Fixed the login-sql server replying to the change-sex packet with the wrong...skotlex1-0/+1
2006-08-01- Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r...skotlex1-3/+3
2006-07-30Force all players offline in sql when char-server startstoms1-0/+4
2006-07-27- Removed a redeclared variable i in the parsing of the fame list (char-txt s...skotlex1-1/+0
2006-07-27* Fix homunc & code cleanup [Toms] toms1-1/+1
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex1-1/+1
2006-07-18- Added character 013 (enter) to the list of characters that are always remov...skotlex1-2/+2
2006-07-18- Updated mob_db.sql to current mob_db.txt data.skotlex1-9/+6
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-4/+5
2006-07-10- Fixed check_connect_login_server check in char-sql server. Fixes char-serve...skotlex1-1/+1
2006-07-10- Fixed SQL compilation of the char-SQL server... (I need SQL installed at wo...skotlex1-5/+2
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex1-136/+76
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- Modified the error on the char-sql server to set chars online when it recei...skotlex1-2/+7
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex1-0/+45
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-0/+3
2006-06-27- Cleaned up the IP sync code to...skotlex1-40/+38
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-57/+38
2006-06-21* [Added]: Lance1-0/+38
2006-06-19- Fixed the compilation errors of my last commit... >.> <.<skotlex1-8/+8
2006-06-19- Removed the mysterious array of two of char_dat (char/sql server), replaced...skotlex1-113/+101
2006-06-19* [Fixed]: Lance1-1/+1
2006-06-18* [Temperory Fixed]: Lance1-2/+3
2006-06-14- Fixed main.sql adding a key on char_id rather than account_id for the char ...skotlex1-18/+16
2006-06-10fixed MoM's typoVicious1-1/+1
2006-06-09- Fixed @mapinfo displaying incorrectly maps with nosave which send you back ...skotlex1-0/+3
2006-06-09Fixed a typo in char_sql/char.c, thanks to Euph.MasterOfMuppets1-1/+1
2006-06-07- Removed char_nick2id from char-sql server as it's no longer needed.skotlex1-17/+0
2006-06-07* [Optimized]:Lance1-5/+2
2006-06-05- Fixed skill_unitsetting using layout->count for the for instead of group->c...skotlex1-0/+7
2006-06-01[Fixed]:Lance1-0/+1
2006-05-31- Fixed compilation of char_sql/char.cskotlex1-3/+3
2006-05-31- Moved the JOB_* defines from map.h to mmo.h, update char.c to use them.skotlex1-89/+93
2006-05-31- Some cleaning of the fame-update code, fixing a logic bug which made the ra...skotlex1-20/+32
2006-05-26* Change scripting engine's NPC scope vars to dot (.) style.Lance1-1/+2
2006-05-26* Fixed typos in char.c Lance1-2/+2
2006-05-26I'm still here!DracoRPG1-30/+128
2006-04-24- Added logging of deleted characters when the char_log is enabled.skotlex1-0/+10
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex1-30/+27
2006-04-21- Char server will now ignore packet 0x65 for already authentified accounts.skotlex1-0/+6
2006-04-16- Fixed char-sql server still reading the old lanconfig format rather than th...skotlex1-7/+10
2006-04-10- Updated the subnet support to not require specifying the subnet mask, it is...skotlex1-1/+1
2006-04-05- Added inter config connection_ping_interval which specifies interval in hou...skotlex1-9/+6
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-27/+27
2006-03-21warning msg typos fixLupus1-1/+1
2006-03-17- Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)skotlex1-9/+7