You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove position_same_update_count from client.cpp/client.h (#3280) @Kinglykrab 2023-04-14
Remove unnecessary break in while loop in Mob::AddToHateList() (#3219) @Kinglykrab 2023-04-05
Remove unnecessary check for IsStackable() in DeleteItem() (#3186) @Kinglykrab 2023-04-05
Remove unnecessary condition and cleanup variable name in tasks.cpp (#3293) @Kinglykrab 2023-04-14
Remove unnecessary conditions in Client::Consume() (#3265) @Kinglykrab 2023-04-05
Remove unnecessary conditions in Client::FilteredMessageCheck() (#3262) @Kinglykrab 2023-04-05
Remove unnecessary conditions in Client::SendFactionMessage() (#3267) @Kinglykrab 2023-04-05
Remove unnecessary setting of reuse variable in Bot::DoClassAttacks() (#3233) @Kinglykrab 2023-04-05
Remove unused SetConfigFile in common/eqemu_config.h (#3208) @Kinglykrab 2023-04-05
Remove unused code in eq_packet.cpp/eq_packet.h (#3183) @Kinglykrab 2023-04-05
Remove unused ctor and use default dtor in xtargetautohaters.h (#3290) @Kinglykrab 2023-04-14
Remove unused macros in common/types.h (#3194) @Kinglykrab 2023-04-05
Remove unused variable in Database::CopyCharacter() (#3197) @Kinglykrab 2023-04-05
Remove unused variables and use reference in task_manager.cpp (#3291) @Kinglykrab 2023-04-14
SE_AttackSpeed3 effect_value is always less than 0 (#3222) @Kinglykrab 2023-04-05
SE_StrikeThrough and SE_StrikeThrough2 are the same in bonuses.cpp (#3223) @Kinglykrab 2023-04-05
Set bonuses to use spell ID instead of boolean (#3230) @Kinglykrab 2023-04-05
Use .clear() and .empty() instead of comparing to empty string or setting to empty string in CheckDatabaseConvertPPBlob() (#3201) @Kinglykrab 2023-04-05
Use .clear() instead of setting string to empty in eqemu_command_handler.cpp (#3195) @Kinglykrab 2023-04-05
Use .empty() in Client::ScribeSpells() and Client::LearnDisciplines() (#3259) @Kinglykrab 2023-04-05
Use constant reference and check for empty string properly in dbcore.cpp (#3203) @Kinglykrab 2023-04-05
Use default ctor instead of an empty ctor. (#3206) @Kinglykrab 2023-04-05
Use default dtor instead of empty dtor for EQTime in eqtime.cpp/eqtime.h (#3210) @Kinglykrab 2023-04-05
Use variable for c->GetTarget() instead of calling multiple times in bot_command.cpp (#3254) @Kinglykrab 2023-04-05
Use variable for character instead of a loop (#3268) @Kinglykrab 2023-04-05
Utilize .empty() instead of checking for an empty string in Database::ReserveName() (#3198) @Kinglykrab 2023-04-05
Utilize IsTaunting(), SetPetPower(), SetPetType(), and SetTaunting() (#3275) @Kinglykrab 2023-04-15