Emagi 345b91d243 - Fix #271 - Quiver / Pouch support for ranged items! (Bags can now be applied to equippable slots). All clients supported, Isle of Refuge you cannot open the bag inventory via the equipped slot, must use the inventory slot instead. 2 bulan lalu
..
Web ccf38233ab **Tradeskills**: 2 bulan lalu
CRC16.cpp 548007ea96 Base 4 tahun lalu
CRC16.h 548007ea96 Base 4 tahun lalu
Common_Defines.h ccf38233ab **Tradeskills**: 2 bulan lalu
Condition.cpp 427964b7a0 Functionality: 9 bulan lalu
Condition.h 548007ea96 Base 4 tahun lalu
ConfigReader.cpp 47196d6b67 - Fix #504 - Group Options Support (loot methods, yell restrictions, encounter lock features, item rarity, auto split coin, auto loot mode) 7 bulan lalu
ConfigReader.h 548007ea96 Base 4 tahun lalu
Crypto.cpp 712aa12a94 Rogue packet WIP (lets see if this stops crashing) 3 tahun lalu
Crypto.h 712aa12a94 Rogue packet WIP (lets see if this stops crashing) 3 tahun lalu
DataBuffer.h 548007ea96 Base 4 tahun lalu
DatabaseNew.cpp dc552fc9f6 Core/Database: Optimised Database::StoreResult by using a map of field names to indices instead of a char pointer array. Issue #559 5 bulan lalu
DatabaseNew.h 523e98c2c5 - Fix #533 - Group support for DoF, fixed /acceptinvite and group member display 1 tahun lalu
DatabaseResult.cpp dc552fc9f6 Core/Database: Optimised Database::StoreResult by using a map of field names to indices instead of a char pointer array. Issue #559 5 bulan lalu
DatabaseResult.h dc552fc9f6 Core/Database: Optimised Database::StoreResult by using a map of field names to indices instead of a char pointer array. Issue #559 5 bulan lalu
EQ2_Common_Structs.h 345b91d243 - Fix #271 - Quiver / Pouch support for ranged items! (Bags can now be applied to equippable slots). All clients supported, Isle of Refuge you cannot open the bag inventory via the equipped slot, must use the inventory slot instead. 2 bulan lalu
EQEMuError.cpp 548007ea96 Base 4 tahun lalu
EQEMuError.h 548007ea96 Base 4 tahun lalu
EQPacket.cpp 41738ba225 Isle of Refuge March 2005 Client **BETA** Support!! 3 bulan lalu
EQPacket.h b698e847e1 Merging LethalEncounter's support of classic (version 283) and dof (version 546) 4 tahun lalu
EQStream.cpp 8639e5a7ed Abort reading bad packet 4 bulan lalu
EQStream.h 0fd1f778b0 support for RSA key decryption within a op_appcombined packet 1 tahun lalu
EQStreamFactory.cpp 9ac9da15a5 missing files 6 bulan lalu
EQStreamFactory.h 548007ea96 Base 4 tahun lalu
GlobalHeaders.h 548007ea96 Base 4 tahun lalu
JsonParser.cpp ccf38233ab **Tradeskills**: 2 bulan lalu
JsonParser.h ccf38233ab **Tradeskills**: 2 bulan lalu
Log.cpp dd01a9ce4a Fix locking release for updating logq 4 tahun lalu
Log.h 548007ea96 Base 4 tahun lalu
LogTypes.h 9290bceb60 Code changes for region maps (Water!), additional lua functions 3 tahun lalu
MiscFunctions.cpp ccf38233ab **Tradeskills**: 2 bulan lalu
MiscFunctions.h ccf38233ab **Tradeskills**: 2 bulan lalu
Mutex.cpp 1af11fadb0 Debug mode fails to correctly track stack traces when returning, also makes releasereadlock increment negatively in mutex 4 tahun lalu
Mutex.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 tahun lalu
PacketStruct.cpp 41738ba225 Isle of Refuge March 2005 Client **BETA** Support!! 3 bulan lalu
PacketStruct.h 41738ba225 Isle of Refuge March 2005 Client **BETA** Support!! 3 bulan lalu
RC4.cpp 548007ea96 Base 4 tahun lalu
RC4.h 548007ea96 Base 4 tahun lalu
TCPConnection.cpp ca26654639 low level network protection in TCP layer, fixed internal world address to properly accept local vs remote connections when set 3 tahun lalu
TCPConnection.h 548007ea96 Base 4 tahun lalu
database.cpp ccf38233ab **Tradeskills**: 2 bulan lalu
database.h ccf38233ab **Tradeskills**: 2 bulan lalu
dbcore.cpp 523e98c2c5 - Fix #533 - Group support for DoF, fixed /acceptinvite and group member display 1 tahun lalu
dbcore.h 523e98c2c5 - Fix #533 - Group support for DoF, fixed /acceptinvite and group member display 1 tahun lalu
debug.cpp 548007ea96 Base 4 tahun lalu
debug.h 548007ea96 Base 4 tahun lalu
emu_opcodes.cpp 548007ea96 Base 4 tahun lalu
emu_opcodes.h 548007ea96 Base 4 tahun lalu
emu_oplist.h b698e847e1 Merging LethalEncounter's support of classic (version 283) and dof (version 546) 4 tahun lalu
linked_list.h 548007ea96 Base 4 tahun lalu
login_oplist.h 548007ea96 Base 4 tahun lalu
md5.cpp dfc8d6d8c3 Fix for warnings on windows compile due to depreciated compiler hint: register 1 tahun lalu
md5.h 548007ea96 Base 4 tahun lalu
misc.cpp 65109b0d5d Glowpaths/waypoints added 3 tahun lalu
misc.h 65109b0d5d Glowpaths/waypoints added 3 tahun lalu
op_codes.h 548007ea96 Base 4 tahun lalu
opcodemgr.cpp 4d4873d674 - Fix #515 display spawn name and database id when /spawn set or /spawn remove is used successfully. 1 tahun lalu
opcodemgr.h 60928d2e0c Fix #448 - Scroll/Recipe scribing fixes 2 tahun lalu
packet_dump.cpp 548007ea96 Base 4 tahun lalu
packet_dump.h 548007ea96 Base 4 tahun lalu
packet_functions.cpp f720513876 DoF Recipe/Tradeskill Stage 1 of 2 for Issue #532 1 tahun lalu
packet_functions.h f720513876 DoF Recipe/Tradeskill Stage 1 of 2 for Issue #532 1 tahun lalu
queue.h 548007ea96 Base 4 tahun lalu
seperator.h 548007ea96 Base 4 tahun lalu
servertalk.h 3078e12938 Reduce compiler warnings in login server 4 tahun lalu
sha512.cpp 6a06b51c5d SHA512 Implementation **Must reset password on worldservers and accounts** 4 tahun lalu
sha512.h 6a06b51c5d SHA512 Implementation **Must reset password on worldservers and accounts** 4 tahun lalu
string_util.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 tahun lalu
string_util.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 tahun lalu
timer.cpp 548007ea96 Base 4 tahun lalu
timer.h 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 tahun lalu
types.h 548007ea96 Base 4 tahun lalu
unix.cpp 548007ea96 Base 4 tahun lalu
unix.h 548007ea96 Base 4 tahun lalu
version.h ccf38233ab **Tradeskills**: 2 bulan lalu
xmlParser.cpp 548007ea96 Base 4 tahun lalu
xmlParser.h 548007ea96 Base 4 tahun lalu