summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2007-01-07Undid the memset->malloc_set replacementultramage1-1/+1
2007-01-07- re-added the duplicit nj/gs name messages in msg_athenaultramage1-1/+1
2007-01-06- Now winsock 2 is required.FlavioJS1-1/+1
2007-01-03- eol-styled some remaining filesultramage1-10/+0
2006-12-30- Reverted the packet structure changes to mmo_char_send006b in r9588 and cor...FlavioJS1-2/+5
2006-12-28- Part 3 of TheUltraMage's socket cleanup.FlavioJS1-7/+2
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-2/+0
2006-12-25- a couple of warnings fixedFlavioJS1-1/+1
2006-12-24Small fir for changeset 9539KarLaeda1-2/+3
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS3-6/+9
2006-12-22- Added support for the new "make new char" packet that has the rename button...skotlex1-8/+12
2006-12-21- Some cleaning to the character deletion code.skotlex1-27/+11
2006-12-21- Moved md5calc to commonFlavioJS1-27/+27
2006-12-20Fixed #endif instead of #elseKarLaeda1-1/+1
2006-12-20- Changed some %lu (long unsigned int) to %u (unsigned int)skotlex1-3/+3
2006-12-20- Fixed the #if -> #ifdef mess up -.-skotlex1-3/+3
2006-12-20- Moved PACKETVER to mmo.h, and added support for the expanded character info...skotlex1-2/+20
2006-12-11- Added various guild packet related missing checksskotlex1-1/+0
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS16-9892/+9892
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-1/+0
2006-12-04- Fixed the txt->sql converter not escaping character names before saving them.skotlex1-2/+5
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...skotlex7-173/+239
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows s...skotlex1-0/+2
2006-10-25- Made the exp bonus settings be adjustable:skotlex1-1/+1
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-14/+19
2006-10-23- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea...skotlex1-1/+1
2006-10-21- Some minor cleanupsskotlex1-2/+1
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex2-52/+13
2006-10-13- Base attack for non players is now calculated as str + [str/10]^2 (it does ...skotlex1-13/+14
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex1-28/+25
2006-10-10- Fixed crash when char-server sends to a "random" map-server online on connect.skotlex1-1/+1
2006-10-04- Modified pc_jobchange so that it automatically removes peco/falcon/cart/hom...skotlex1-1/+1
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex12-211/+225
2006-09-26- Updated battle_check_target so that non-offensive skills cannot be used on ...skotlex1-24/+4
2006-09-22- Fixed the "map server claims to have char online, but this other map server...skotlex1-2/+6
2006-09-21- Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo...skotlex1-1/+1
2006-09-14- Likely fixed "half" of the alliance being saved, which ends up in guilds th...skotlex1-2/+6
2006-09-12- Improved sql-query to check if name already exists when creating new chars.skotlex1-1/+1
2006-09-12- Added manual deletion of sc_data entries when deleting a character (char-SQL)skotlex1-0/+10
2006-09-08- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...skotlex2-6/+2
2006-08-30- Fixed char-sql compilationskotlex3-16/+12
2006-08-30- Added a message to @clearweather stating when climate changes will dispel.skotlex2-90/+116
2006-08-23- Some minor cleanups.skotlex1-3/+5
2006-08-22more typosLupus1-8/+5
2006-08-22field typoLupus1-1/+1
2006-08-22added char deletion condition by BaseLevelLupus1-6/+30
2006-08-21Fixed SQL-Guild Creation, guild name was escaped 2 timestoms1-2/+4
2006-08-20Fixed "int format, long unsigned int arg" warningtoms1-2/+2