Age | Commit message (Expand) | Author | Files | Lines |
2006-11-07 | - Applied FlavioJs's patch which enables colored console output for Windows s... | skotlex | 1 | -0/+2 |
2006-10-25 | - Made the exp bonus settings be adjustable: | skotlex | 1 | -1/+1 |
2006-10-25 | final clone maps -> original maps change. also fixed novice grounds map in ch... | Lupus | 1 | -1/+1 |
2006-10-23 | - char_family now returns the char_id of the children when previously it woul... | skotlex | 2 | -14/+19 |
2006-10-23 | - Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea... | skotlex | 1 | -1/+1 |
2006-10-21 | - Some minor cleanups | skotlex | 1 | -2/+1 |
2006-10-20 | - Fixed Charge Atk being able to go through chasm/pits. | skotlex | 2 | -52/+13 |
2006-10-13 | - Base attack for non players is now calculated as str + [str/10]^2 (it does ... | skotlex | 1 | -13/+14 |
2006-10-11 | - Cleaned up unitattack, unittalk and unitdeadsit | skotlex | 1 | -28/+25 |
2006-10-10 | - Fixed crash when char-server sends to a "random" map-server online on connect. | skotlex | 1 | -1/+1 |
2006-10-04 | - Modified pc_jobchange so that it automatically removes peco/falcon/cart/hom... | skotlex | 1 | -1/+1 |
2006-09-30 | - Rewrote the txt->sql converter. It now links directly to the char server fi... | skotlex | 12 | -211/+225 |
2006-09-26 | - Updated battle_check_target so that non-offensive skills cannot be used on ... | skotlex | 1 | -24/+4 |
2006-09-22 | - Fixed the "map server claims to have char online, but this other map server... | skotlex | 1 | -2/+6 |
2006-09-21 | - Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo... | skotlex | 1 | -1/+1 |
2006-09-14 | - Likely fixed "half" of the alliance being saved, which ends up in guilds th... | skotlex | 1 | -2/+6 |
2006-09-12 | - Improved sql-query to check if name already exists when creating new chars. | skotlex | 1 | -1/+1 |
2006-09-12 | - Added manual deletion of sc_data entries when deleting a character (char-SQL) | skotlex | 1 | -0/+10 |
2006-09-08 | - Added upgrade_svn8675.sql in case, for some reason, your guild table still ... | skotlex | 2 | -6/+2 |
2006-08-30 | - Fixed char-sql compilation | skotlex | 3 | -16/+12 |
2006-08-30 | - Added a message to @clearweather stating when climate changes will dispel. | skotlex | 2 | -90/+116 |
2006-08-23 | - Some minor cleanups. | skotlex | 1 | -3/+5 |
2006-08-22 | more typos | Lupus | 1 | -8/+5 |
2006-08-22 | field typo | Lupus | 1 | -1/+1 |
2006-08-22 | added char deletion condition by BaseLevel | Lupus | 1 | -6/+30 |
2006-08-21 | Fixed SQL-Guild Creation, guild name was escaped 2 times | toms | 1 | -2/+4 |
2006-08-20 | Fixed "int format, long unsigned int arg" warning | toms | 1 | -2/+2 |
2006-08-15 | - Applied multiple fixes which should take care of making homun save/load wor... | skotlex | 1 | -1/+1 |
2006-08-15 | Delete homunc's skills from sql when the homunc is destroyed | toms | 1 | -9/+17 |
2006-08-15 | - Fixed the int_homun.c compilation issue with Char-SQL. | skotlex | 1 | -1/+1 |
2006-08-15 | - Some cleanup of int_homun.c | skotlex | 1 | -16/+38 |
2006-08-14 | - Fixed script engine allowing scripts to set a player's zeny to negative val... | skotlex | 2 | -2/+4 |
2006-08-13 | - Corrected the mapif_parse_PartyChangeMap function to correctly update level... | skotlex | 1 | -7/+16 |
2006-08-10 | - Hopefully fixed family-party-even-share not breaking when a member logs out. | skotlex | 1 | -0/+5 |
2006-08-09 | - Fixed the char-server not invoking the party_calc_state function when the t... | skotlex | 1 | -4/+5 |
2006-08-08 | - Fixed the login-sql server replying to the change-sex packet with the wrong... | skotlex | 1 | -0/+1 |
2006-08-03 | Changed atoi to strtoul for guild-experience's field | toms | 1 | -1/+1 |
2006-08-03 | Fixed a bug in int_storage.c, temp array doesn't have the good size | toms | 1 | -1/+1 |
2006-08-02 | Code cleanup & optimization on guild part of char-server | toms | 1 | -319/+490 |
2006-08-01 | - Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r... | skotlex | 1 | -3/+3 |
2006-07-30 | Force all players offline in sql when char-server starts | toms | 1 | -0/+4 |
2006-07-27 | - Removed a redeclared variable i in the parsing of the fame list (char-txt s... | skotlex | 1 | -1/+0 |
2006-07-27 | * Fix homunc & code cleanup [Toms] | toms | 1 | -1/+1 |
2006-07-20 | - Applied the fix to homunculus name saving... | skotlex | 1 | -2/+4 |
2006-07-19 | - Fixed the homun creation sql statement. Why noone else did so before? | skotlex | 1 | -1/+1 |
2006-07-19 | - Corrected Trim chars to block 'enter', as explained by the Ultra mage. | skotlex | 1 | -1/+1 |
2006-07-18 | - Added atcommand @partyoption, lets you alter the party item-distribution ty... | skotlex | 1 | -3/+3 |
2006-07-18 | - Added character 013 (enter) to the list of characters that are always remov... | skotlex | 1 | -2/+2 |
2006-07-18 | - Added a proper check to make aggressive mobs never override homun targets r... | skotlex | 1 | -8/+7 |
2006-07-18 | - Updated mob_db.sql to current mob_db.txt data. | skotlex | 1 | -9/+6 |