Commit Graph

  • 0c7a861caf Fix for spell target det crash. Also added a command line arg to world ignore_db that lets you ignore the db conversion process for servers that dont need it. KimLS 2015-01-25 14:18:12 -08:00
  • fc5266e115 Added Logs::Mercenaries to the new Logging System. Logging of Mercenary information is off by default with the required SQL. Trevius 2015-01-25 12:31:07 -06:00
  • cad4ebc6f3 Procedure for peqdb users to see all faction information for their character. Paul Coene 2015-01-25 12:42:19 -05:00
  • 966acb25b3 Fixed an issue where Mercenaries were causing several DB queries per second while suspended. Trevius 2015-01-25 11:28:34 -06:00
  • 60412276da Report repair as well as change from Update Personal Faction. Paul Coene 2015-01-25 09:55:41 -05:00
  • 22de30bab3 Repair faction messaging code. Paul Coene 2015-01-25 09:46:00 -05:00
  • 5266d7b25c Add extra checking at the root of Log.Out to check if the category is subscribed to any of the output methods before trying to parse message strings and then pass them to the sub output functions and THEN perform log_setting checks and debug_level checks. Akkadius 2015-01-25 04:24:05 -06:00
  • 4f19fe9f91 Travis compile fix for real? Akkadius 2015-01-25 02:27:30 -06:00
  • 5e107a9936 Help Travis figure out what time of day it is Akkadius 2015-01-25 02:23:05 -06:00
  • 6212045dcd Add database_instances.cpp Akkadius 2015-01-25 02:16:11 -06:00
  • 1d462bfd0f Revert some entity related CastTo changes Akkadius 2015-01-25 01:42:46 -06:00
  • daa3b5d257 DeleteCharacter remove whitespaces in line endings Akkadius 2015-01-24 23:55:01 -06:00
  • 7b3d1c3252 DeleteCharacter formatting changes Akkadius 2015-01-24 23:52:48 -06:00
  • 60e17bbeaa Misc formatting changes Akkadius 2015-01-24 23:49:29 -06:00
  • 06b8ce6017 Cleanup database.h header and add database_conversions.cpp file Akkadius 2015-01-24 23:43:00 -06:00
  • 968e936114 Create database_conversions.cpp and move all of the conversion code to it Akkadius 2015-01-24 23:34:14 -06:00
  • 0af719e3a2 Cleanup Database::GetMiniLoginAccount Akkadius 2015-01-24 23:10:55 -06:00
  • 0ae5784c99 Cleanup Database::AddClientToInstance Akkadius 2015-01-24 23:08:40 -06:00
  • 00ae27136c Cleanup Database::CheckInstanceExists Akkadius 2015-01-24 23:05:41 -06:00
  • e5f22f1f00 Cleanup Database::BuryCorpsesInInstance Akkadius 2015-01-24 23:04:55 -06:00
  • 3b7ea7fe24 Cleanup Database::CheckInstanceExists, use just one column instead of * as storing more results than you need to is generally slower Akkadius 2015-01-24 23:02:51 -06:00
  • f4a25b0331 Cleanup Database::GetAdventureStats Akkadius 2015-01-24 22:59:52 -06:00
  • 00d3939ece Cleanup Database::GlobalInstance Akkadius 2015-01-24 22:58:14 -06:00
  • 5aadfc5577 Cleanup Database::AssignRaidToInstance Akkadius 2015-01-24 22:56:18 -06:00
  • 003b56bc39 Cleanup Database::AssignGroupToInstance Akkadius 2015-01-24 22:55:51 -06:00
  • 64192fa1d7 Cleanup Database::GetCharactersInInstance Akkadius 2015-01-24 22:55:15 -06:00
  • 3428540d01 Cleanup Database::GetInstanceID, the 2nd version Akkadius 2015-01-24 22:54:16 -06:00
  • 10ab806859 Cleanup Database::GetInstanceID Akkadius 2015-01-24 22:51:49 -06:00
  • 13af3e35e2 Removed COMMANDS_LOGGING ifdef Akkadius 2015-01-24 22:48:06 -06:00
  • 36e01cb9f1 Adjust some commands that default to 0, change Log commands to Commands category instead of Error Akkadius 2015-01-24 22:46:40 -06:00
  • 9c92cbb780 Remove redundant MySQL error message in ClearRaidLeader Akkadius 2015-01-24 22:42:51 -06:00
  • e7b4a38e69 Remove redundant MySQL error message in ClearAllRaidLeaders Akkadius 2015-01-24 22:40:58 -06:00
  • 5585b50601 Remove redundant MySQL error message in SetRaidGroupLeaderInfo Akkadius 2015-01-24 22:38:35 -06:00
  • 8d30ca51ca Cleanup Database::GetRaidLeaderName log Messages Akkadius 2015-01-24 22:37:40 -06:00
  • f39afc51c7 Suppress Error message for GetRaidID (Unable to get raid id, char not found) because it will happen for any player who is not in a raid anyways which makes it pointless Akkadius 2015-01-24 22:29:23 -06:00
  • 8ed1d5042a Suppress Error message for GetRaidID (Unable to get raid id, char not found) because it will happen for any player who is not in a raid anyways which makes it pointless Akkadius 2015-01-24 22:29:15 -06:00
  • 609cad72d9 Convert Entity::CastToNPC to Log.Out with EQDEBUG remove Akkadius 2015-01-24 22:22:30 -06:00
  • a31ad485e4 Convert Entity::CastToClient to Log.Out Akkadius 2015-01-24 22:20:58 -06:00
  • 1b1c82a3e7 Doors::HandleClick and remove #EQDEBUG check, convert log Akkadius 2015-01-24 22:09:58 -06:00
  • ecf354e2c9 Update database table to the real defaults that it was intended to have Akkadius 2015-01-24 22:05:29 -06:00
  • 62d9de3074 Cleanup logging in Client::Handle_OP_CastSpell as well as some more conversions Akkadius 2015-01-24 22:01:37 -06:00
  • d3fb59b3e5 Cleanup logging in Client::Handle_OP_CastSpell Akkadius 2015-01-24 22:00:20 -06:00
  • 1a5b211d07 Added more to changelog notes for equipment light source commit Uleat 2015-01-24 22:10:17 -05:00
  • cc1d7d54c2 Implemented mob equipment light sources Uleat 2015-01-24 22:00:06 -05:00
  • 7e980e1e7c Added 'NoDrop Hack' check log message to Client::SwapItem() Uleat 2015-01-24 20:46:48 -05:00
  • c16ad9e111 removed unused code win_getopt.cpp/h #350 Arthur Ice 2015-01-24 14:03:31 -08:00
  • 7e9d9b87b7 removed unused code seperator-2.h Arthur Ice 2015-01-24 14:00:30 -08:00
  • 21c6688f0d removed unused code queues.h Arthur Ice 2015-01-24 13:58:03 -08:00
  • a3536ec7f7 removed unused code dbmemshare.cpp Arthur Ice 2015-01-24 13:53:13 -08:00
  • 04dadbf56e removed unused code breakdowns.h Arthur Ice 2015-01-24 13:48:57 -08:00
  • 262ccf3d06 Merge pull request #349 from EQEmu/db_types Alex 2015-01-24 12:24:07 -08:00
  • 73c6a0bb1d Fix for bug with usage of IsOrigin, bug from when i was just doing glm::dot(pos, pos) == 0 #349 KimLS 2015-01-24 12:01:42 -08:00
  • 8d30e4b8a6 Merge branch 'master' into db_types KimLS 2015-01-24 11:50:20 -08:00
  • 854f7d6575 Merge pull request #348 from addtheice/moremath Alex 2015-01-24 11:50:09 -08:00
  • 34bec5913b Merge plus changed getposition to return a reference KimLS 2015-01-24 11:48:06 -08:00
  • 069572fe15 Fix for CastSpell if the spellID is invalid thus not having a name Natedog2012 2015-01-24 10:57:23 -08:00
  • 26018ec898 astyle client_mods.cpp Akkadius 2015-01-24 05:11:19 -06:00
  • 6300cbb6b8 Client::CalcMaxMana Log adjust Akkadius 2015-01-24 05:03:27 -06:00
  • 91fe63537b Client::ACMod Log adjust Akkadius 2015-01-24 05:01:23 -06:00
  • 7b6b3c8094 Removed EQDEBUG preprocessor check in TextLink::GenerateLink Akkadius 2015-01-24 04:58:16 -06:00
  • dfeb6e62a4 Changed a log entry to use Trade category instead of none Akkadius 2015-01-24 04:55:03 -06:00
  • e24b67cbb4 Fixed DumpTrade to filter through trading Debug level 3 logs. Removed preprocessor checks Akkadius 2015-01-24 04:54:02 -06:00
  • dbabd06ce5 Remove EQDEBUG preprocessor from PersistentTimer::Load Akkadius 2015-01-24 04:40:45 -06:00
  • d0595e3794 Remove log junk from command_spawn Akkadius 2015-01-24 04:38:22 -06:00
  • 04623b2c0c Remove preprocessor and convert log message Akkadius 2015-01-24 04:31:09 -06:00
  • e18a49a974 Cleanup in command_guild Akkadius 2015-01-24 04:28:41 -06:00
  • 50ccb52465 Adjust logging in command_time Akkadius 2015-01-24 04:27:32 -06:00
  • d7a2387f3d Sort command_init alphabetically and cleanup Akkadius 2015-01-24 04:22:33 -06:00
  • 734a2c42b2 Remove some processor and cleanup logging around Commands Akkadius 2015-01-24 04:17:58 -06:00
  • b2dbc3923c Remove occurence of ChangeSQLLog Akkadius 2015-01-24 03:59:52 -06:00
  • 5cb0fe0a6f Remove Client::ChangeSQLLog Akkadius 2015-01-24 03:51:48 -06:00
  • d5714cdcb0 Remove Client::LogSQL Akkadius 2015-01-24 03:51:19 -06:00
  • ce161c2583 Some fixes from replace removal of LogSQL Akkadius 2015-01-24 03:50:33 -06:00
  • e1747c43b9 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:20 -06:00
  • 8ba8a1e6fa Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:14 -06:00
  • 4e9cfa7c30 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:13 -06:00
  • 2d24b1f37e Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:12 -06:00
  • c218419ecc Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:12 -06:00
  • c88bf64bd5 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:11 -06:00
  • 377c071918 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:10 -06:00
  • d2011e58b4 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:09 -06:00
  • 384c041ea9 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:09 -06:00
  • d78b9ff2a1 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:08 -06:00
  • c28570f92e Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:07 -06:00
  • 71f0d86767 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:06 -06:00
  • fcd4923938 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:05 -06:00
  • f18b9d79da Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:05 -06:00
  • 2457f5f455 Remove occurrences of LogSQL Akkadius 2015-01-24 03:49:03 -06:00
  • acb78cec17 Remove command_logsql as it is completely unecessary now Akkadius 2015-01-24 03:40:11 -06:00
  • 443e3bf8a7 Fix Database::ReserveName so that it no longer relies on a failed insert into the character_data table to return false; on character creation. Log message for Logs::World_Server added for the same Akkadius 2015-01-24 01:20:04 -06:00
  • 66008f4475 Fix situation where someone will add a player to an instance for sanity sake (twice) and INSERT will fail, this is merely suppressing logsby doing a REPLACE INTO via Database::AddClientToInstance Akkadius 2015-01-24 00:57:36 -06:00
  • 010778f937 removed moremath.cpp/h #348 Arthur Ice 2015-01-23 21:13:20 -08:00
  • 057f4ed1f4 Fix for incorrect formatting type Natedog2012 2015-01-23 19:40:06 -08:00
  • 669bca8da8 Fix for bots compile KimLS 2015-01-23 18:24:53 -08:00
  • a7710c027b Fix for polluted headers that were messing with glm KimLS 2015-01-23 17:58:03 -08:00
  • c822990213 Reverting last push due to zone crash from double deletes. Trevius 2015-01-23 17:13:21 -06:00
  • bfca9c0383 Added deletes to RoF2 Patch file for potential mem-leaks. Trevius 2015-01-23 16:43:35 -06:00
  • 17af9e3808 Merge fixes, hopefully didn't break anything. KimLS 2015-01-23 13:36:27 -08:00
  • 06ff4823d3 Minor tweaking to new logsys Michael Cook (mackal) 2015-01-23 15:48:20 -05:00
  • 143c0cf0f9 Fix for x and y swapped on water maps KimLS 2015-01-23 12:23:24 -08:00