zaela-Server/common
Natedog2012 aa749f27dc Merge branch 'master' of https://github.com/EQEmu/Server into web_interface
# Conflicts:
#	zone/attack.cpp
#	zone/entity.cpp
#	zone/net.cpp
#	zone/worldserver.cpp
#	zone/zone.cpp
2016-08-18 03:57:06 -07:00
..
glm Updated version of glm 2015-01-22 16:52:50 -08:00
patches Clean up OP_ManaChange 2016-08-15 01:17:53 -04:00
rapidjson/rapidjson Added rapidjson library 2014-07-20 15:02:06 -05:00
SocketLib Remove commented printf : Write @ %d(%d). %d bytes.\n 2015-01-20 01:34:36 -06:00
StackWalker Remove commented printf : ReadMemory: hProcess: %p, baseAddr: %p, buffer: %p, size: %d, read: %d, result: %d\n 2015-01-20 01:33:29 -06:00
tinyxml NULL to nullptr 2013-05-04 18:06:58 -07:00
any.h Added eqemu::any 2014-08-25 22:31:02 -07:00
base_data.h Base data for hp/mana/end calcs, mostly but not completely correct 2013-10-18 00:09:00 -07:00
base_packet.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
base_packet.h Fix more windows.h/winsock.h/winsock2.h issues 2016-05-25 13:46:47 -04:00
bodytypes.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
classes.cpp Activation of the new 'Bots' command system 2016-03-24 18:50:31 -04:00
classes.h Activation of the new 'Bots' command system 2016-03-24 18:50:31 -04:00
CMakeLists.txt Merge branch 'master' of https://github.com/EQEmu/Server into web_interface 2016-08-18 03:57:06 -07:00
condition.cpp condition.cpp header include cleanup 2014-12-15 19:49:49 -06:00
condition.h Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
crash.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
crash.h svn -> git Migration 2013-02-16 16:14:39 -08:00
crc16.cpp Renaming files 2014-08-21 16:44:02 -07:00
crc16.h Renaming headers is hard work 2014-08-21 17:26:32 -07:00
crc32.cpp Change space indentation to tabs 2013-05-09 11:37:51 -04:00
crc32.h Remove trailing whitespace 2013-05-09 11:13:16 -04:00
data_verification.h Added multi-type EQEmu::ValueWithin function 2016-05-30 03:32:01 -04:00
database.cpp Fix saving binds on charcreate 2016-07-17 22:50:00 -04:00
database.h Rewrite VarCache_Struct 2016-05-09 14:25:54 -04:00
database_conversions.cpp Converted enumeration MaterialSlots to EQEmu::textures::TextureSlot 2016-05-31 22:07:02 -04:00
database_instances.cpp Fix for GetCharactersInInstance post-cleanup 2015-01-26 01:51:29 -06:00
dbcore.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
dbcore.h Fix more windows.h/winsock.h/winsock2.h issues 2016-05-25 13:46:47 -04:00
deity.cpp Formatting and GPL updates 2016-05-19 22:50:08 -04:00
deity.h Formatting and GPL updates 2016-05-19 22:50:08 -04:00
emu_constants.cpp Renamed and moved SkillUseTypes enumeration to EQEmu::skills::SkillType; eq_dictionary work 2016-05-25 18:50:26 -04:00
emu_constants.h Implement extra spell gems! 2016-07-31 17:16:23 -04:00
emu_legacy.cpp Reworked EQDictionary into namespace EQEmu 2016-04-15 22:11:53 -04:00
emu_legacy.h Converted enumeration MaterialSlots to EQEmu::textures::TextureSlot 2016-05-31 22:07:02 -04:00
emu_limits.cpp Another eq_dictionary pass 2016-05-30 06:52:25 -04:00
emu_limits.h Reworked EQEmuDictionary to use class LookupEntry 2016-06-06 21:59:42 -04:00
emu_opcodes.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
emu_opcodes.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
emu_oplist.h Implement Linked Spell Reuse Timers 2016-08-14 23:32:27 -04:00
emu_tcp_connection.cpp Merge branch 'master' of https://github.com/EQEmu/Server into web_interface 2016-08-18 03:57:06 -07:00
emu_tcp_connection.h Merge remote-tracking branch 'remotes/origin/master' into web_interface 2014-12-16 00:12:01 -06:00
emu_tcp_server.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
emu_tcp_server.h Tons of renames 2014-08-21 19:33:02 -07:00
emu_versions.cpp Reworked EQEmuDictionary to use class LookupEntry 2016-06-06 21:59:42 -04:00
emu_versions.h Reworked EQEmuDictionary to use class LookupEntry 2016-06-06 21:59:42 -04:00
eq_constants.h Another eq_dictionary pass 2016-05-30 06:52:25 -04:00
eq_limits.cpp Reworked EQEmuDictionary to use class LookupEntry 2016-06-06 21:59:42 -04:00
eq_limits.h Reworked EQEmuDictionary to use class LookupEntry 2016-06-06 21:59:42 -04:00
eq_packet.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
eq_packet.h Changed where queued packets are sent while zoning. Moved where zoneinpacket_timer is started to assist in not dropping needed packets. 2016-04-07 20:26:47 -06:00
eq_packet_structs.h Clean up OP_ManaChange 2016-08-15 01:17:53 -04:00
eq_stream.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
eq_stream.h Changed where queued packets are sent while zoning. Moved where zoneinpacket_timer is started to assist in not dropping needed packets. 2016-04-07 20:26:47 -06:00
eq_stream_factory.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
eq_stream_factory.h Many tweaks to stream memory allocation, including but not limited to streams now are shared_ptrs. 2015-01-27 21:12:44 -08:00
eq_stream_ident.cpp Make EQStreamIdentifier::Record ctor take advantage of move semantics [clang-tidy] 2016-05-25 16:29:39 -04:00
eq_stream_ident.h Many tweaks to stream memory allocation, including but not limited to streams now are shared_ptrs. 2015-01-27 21:12:44 -08:00
eq_stream_intf.h Merged client_version and inventory_version into emu_versions files 2016-05-28 04:44:14 -04:00
eq_stream_locator.h Tons of renames 2014-08-21 19:33:02 -07:00
eq_stream_proxy.cpp Reworked ClientVersion into EQEmu::versions; Added EQEmu::versions::InventoryVersion 2016-04-22 03:49:17 -04:00
eq_stream_proxy.h Reworked ClientVersion into EQEmu::versions; Added EQEmu::versions::InventoryVersion 2016-04-22 03:49:17 -04:00
eq_stream_type.h Tons of renames 2014-08-21 19:33:02 -07:00
eqdb.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
eqdb.h Renaming headers is hard work 2014-08-21 17:26:32 -07:00
eqdb_res.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
eqdb_res.h Renaming headers is hard work 2014-08-21 17:26:32 -07:00
eqemu_config.cpp Merge branch 'master' of https://github.com/EQEmu/Server into web_interface 2016-08-18 03:57:06 -07:00
eqemu_config.h Merge branch 'master' of https://github.com/EQEmu/Server into web_interface 2016-08-18 03:57:06 -07:00
eqemu_config_elements.h Hopefully completely merged from master in what is the biggest merge ever 2014-12-07 13:23:16 -08:00
eqemu_exception.cpp Change space indentation to tabs 2013-05-09 11:37:51 -04:00
eqemu_exception.h Fix several GCC warnings 2013-05-23 20:22:42 -04:00
eqemu_logsys.cpp Loginserver conversion to new Logging system 2015-12-09 20:30:47 -06:00
eqemu_logsys.h Loginserver conversion to new Logging system 2015-12-09 20:30:47 -06:00
eqtime.cpp eqtime is now stored in the DB. 2015-12-17 14:14:04 -08:00
eqtime.h eqtime is now stored in the DB. 2015-12-17 14:14:04 -08:00
errmsg.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
extprofile.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
extprofile.h Implemented EQEmu::TextureProfile 2016-06-01 08:54:26 -04:00
faction.cpp faction linux build fix for real 2014-12-15 22:12:56 -06:00
faction.h faction linux build fix for real 2014-12-15 22:12:56 -06:00
features.h Changed personal faction earned min/max values to -2000/2000. 2016-06-13 14:04:23 -04:00
fixed_memory_hash_set.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
fixed_memory_variable_hash_set.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
global_define.h Nuke unused COLLECTOR defines 2016-05-25 02:38:06 -04:00
guild_base.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
guild_base.h add <string> back in for linux 2014-12-15 22:16:30 -06:00
guilds.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
guilds.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
ipc_mutex.cpp Missed config cause I'm totes not on gcc right now 2016-05-24 23:58:19 -07:00
ipc_mutex.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
item.cpp Fix for potential crash in ItemInst::GetTotalItemCount() 2016-08-13 19:51:12 -04:00
item.h Renamed EQEmu::Item_Struct to EQEmu::ItemBase to coincide with new inventory naming conventions (re-run shared_memory.exe) 2016-05-27 22:22:19 -04:00
item_base.cpp Renamed EQEmu::Item_Struct to EQEmu::ItemBase to coincide with new inventory naming conventions (re-run shared_memory.exe) 2016-05-27 22:22:19 -04:00
item_base.h Renamed EQEmu::Item_Struct to EQEmu::ItemBase to coincide with new inventory naming conventions (re-run shared_memory.exe) 2016-05-27 22:22:19 -04:00
item_fieldlist.h First step into implementing evolving items, added fields to database that were missing. 2015-12-21 05:39:39 -08:00
languages.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
light_source.cpp Missed a few out of my working stash... 2016-05-31 01:52:51 -04:00
light_source.h Another lightsource/saylink/skills pass 2016-05-30 08:39:49 -04:00
linked_list.h High level debug (12) compile failure fix - I searched for as many as I could find with GrepWin, so there may be a few out there still 2013-10-27 03:13:10 -04:00
loottable.h Added types.h to more files that relied on mutex.h to get to debug.h to get to types.h 2015-01-19 04:04:50 -06:00
mail_oplist.h Re-ordered server opcodes and handlers to facilitate the export of client patch structs and handlers 2014-09-24 20:23:01 -04:00
md5.cpp Tons of renames 2014-08-21 19:33:02 -07:00
md5.h Remove trailing whitespace 2013-05-09 11:13:16 -04:00
memory_buffer.cpp Imported memory_buffer files from inv2 branch 2016-05-27 20:39:11 -04:00
memory_buffer.h Imported memory_buffer files from inv2 branch 2016-05-27 20:39:11 -04:00
memory_mapped_file.cpp Merge conflicts 2013-05-15 13:22:46 -07:00
memory_mapped_file.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
misc.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
misc.h Remove 'using namespaces std' fixes #61 2013-05-22 16:17:19 -04:00
misc_functions.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
misc_functions.h Fix for polluted headers that were messing with glm 2015-01-23 17:58:03 -08:00
mutex.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
mutex.h Fix more windows.h/winsock.h/winsock2.h issues 2016-05-25 13:46:47 -04:00
mysql_request_result.cpp Bug with MySQLRequestResult 2014-09-21 15:59:02 -07:00
mysql_request_result.h Merge pull request #522 from 9thsector/FreeBSDFixes 2016-05-25 18:53:56 -04:00
mysql_request_row.cpp modified mysql results/row to be ready for range based for 2015-01-08 21:20:56 -08:00
mysql_request_row.h Fix more windows.h/winsock.h/winsock2.h issues 2016-05-25 13:46:47 -04:00
op_codes.h svn -> git Migration 2013-02-16 16:14:39 -08:00
opcode_dispatch.h Fix up SpellBuff struct 2016-07-25 16:22:48 -04:00
opcode_map.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
opcodemgr.cpp opcodemgr.cpp cleanup 2014-12-15 22:25:46 -06:00
opcodemgr.h Missed Mutex.h 2014-08-21 19:36:50 -07:00
packet_dump.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
packet_dump.h At point in which Client -> Server packet logging is working, will do more prechecking to declare that anything actually is subscribed to this category before outputting 2015-01-31 02:23:58 -06:00
packet_dump_file.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
packet_dump_file.h Remove 'using namespaces std' fixes #61 2013-05-22 16:17:19 -04:00
packet_functions.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
packet_functions.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
packetfile.cpp Remove commented printf : Closed packet file.\n 2015-01-20 01:34:42 -06:00
packetfile.h Remove trailing whitespace 2013-05-09 11:13:16 -04:00
perl_eqdb.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
perl_eqdb_res.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
platform.cpp logger.LoadLogSettings() added after each platform executable registry 2015-01-12 05:15:31 -06:00
platform.h Merge remote-tracking branch 'remotes/origin/master' into web_interface 2015-02-02 23:11:31 -06:00
proc_launcher.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
proc_launcher.h Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
profiler.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
ptimer.cpp Fix more windows.h/winsock.h/winsock2.h issues 2016-05-25 13:46:47 -04:00
ptimer.h Implement Linked Spell Reuse Timers 2016-08-14 23:32:27 -04:00
queue.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
races.cpp Activation of the new 'Bots' command system 2016-03-24 18:50:31 -04:00
races.h Rework bash/kick stun based on client 2016-08-03 17:37:09 -04:00
random.h Add Random::Shuffle 2014-12-15 02:53:58 -05:00
rdtsc.cpp rdtsc.cpp header include cleanup 2014-12-15 22:42:59 -06:00
rdtsc.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
rulesys.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
rulesys.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
ruletypes.h Added optional avoidance cap rules. Check changelog.txt. 2016-08-13 07:19:58 -04:00
say_link.cpp Another lightsource/saylink/skills pass 2016-05-30 08:39:49 -04:00
say_link.h Another lightsource/saylink/skills pass 2016-05-30 08:39:49 -04:00
seperator.h Add types.h to a bunch of files 2015-01-19 04:02:45 -06:00
serverinfo.cpp Change space indentation to tabs 2013-05-09 11:37:51 -04:00
serverinfo.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
servertalk.h Merge branch 'master' of https://github.com/EQEmu/Server into web_interface 2016-08-18 03:57:06 -07:00
shareddb.cpp Merge branch 'master' of https://github.com/EQEmu/Server into web_interface 2016-08-18 03:57:06 -07:00
shareddb.h Merge branch 'master' of https://github.com/EQEmu/Server into web_interface 2016-08-18 03:57:06 -07:00
skills.cpp Forgot divination 2016-08-03 23:14:02 -04:00
skills.h Limit casting skill ups to casting skills 2016-08-03 23:06:00 -04:00
spdat.cpp Previous disc buff check incorrectly excluded Savage Spirit AA line 2016-08-07 18:55:02 -04:00
spdat.h Rework bash/kick stun based on client 2016-08-03 17:37:09 -04:00
string_util.cpp Imported memory_buffer files from inv2 branch 2016-05-27 20:39:11 -04:00
string_util.h Imported memory_buffer files from inv2 branch 2016-05-27 20:39:11 -04:00
struct_strategy.cpp Many tweaks to stream memory allocation, including but not limited to streams now are shared_ptrs. 2015-01-27 21:12:44 -08:00
struct_strategy.h Merged client_version and inventory_version into emu_versions files 2016-05-28 04:44:14 -04:00
tcp_basic_server.h Tons of renames 2014-08-21 19:33:02 -07:00
tcp_connection.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
tcp_connection.h Very preliminary work with Visual Studio 2015 Community RC/RTM, resolve some version-specific build errors: 2015-07-20 10:27:51 -04:00
tcp_server.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
tcp_server.h Add types.h to a bunch of files 2015-01-19 04:02:45 -06:00
textures.cpp Implemented EQEmu::TextureProfile 2016-06-01 08:54:26 -04:00
textures.h Implemented EQEmu::TextureProfile 2016-06-01 08:54:26 -04:00
timeoutmgr.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
timeoutmgr.h Remove 'using namespaces std' fixes #61 2013-05-22 16:17:19 -04:00
timer.cpp Force changing the timer_time for attack timers 2014-12-22 01:58:54 -05:00
timer.h Add small chrono timer object 2016-05-13 21:33:03 -04:00
types.h Very preliminary work with Visual Studio 2015 Community RC/RTM, resolve some version-specific build errors: 2015-07-20 10:27:51 -04:00
unix.cpp Change space indentation to tabs 2013-05-09 11:37:51 -04:00
unix.h Removed PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP ifdef, we dont use it anyway and it was failing on FreeBSD gcc49 2014-10-16 01:05:43 -07:00
useperl.h FreeBSD Compile Fixes 2016-05-24 23:24:49 -05:00
uuid.cpp Racism down, uuid tracking up 2014-07-21 19:22:16 -07:00
uuid.h Racism down, uuid tracking up 2014-07-21 19:22:16 -07:00
version.h Added rule 'NPC:UseClassAsLastName' to allow certain npcs' class names to be hidden 2016-07-03 19:44:45 -04:00
web_interface_utils.cpp Post merge Log.Out converts and header/linker fixes 2015-02-03 00:10:49 -06:00
web_interface_utils.h Post merge Log.Out converts and header/linker fixes 2015-02-03 00:10:49 -06:00
worldconn.cpp clang-tidy modernize-use-auto 2016-05-25 16:10:28 -04:00
worldconn.h Renaming headers is hard work 2014-08-21 17:26:32 -07:00
xml_parser.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
xml_parser.h Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
zone_numbers.h Tons of renames 2014-08-21 19:33:02 -07:00