1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-10 04:37:45 +00:00
sapphire/src/world/Manager
2022-01-12 11:11:47 +01:00
..
ActionMgr.cpp Basic actions are functional 2022-01-02 22:32:17 +01:00
ActionMgr.h Base implementation of event items, action still need to be generalized 2021-12-17 15:48:56 +01:00
BaseManager.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
BlacklistMgr.cpp more const correct; 2021-12-14 16:06:23 -03:00
BlacklistMgr.h more const correct; 2021-12-14 16:06:23 -03:00
ChatChannelMgr.cpp Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
ChatChannelMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
DebugCommandMgr.cpp Missed one getCurrentTerri call. 2022-01-11 00:22:58 +01:00
DebugCommandMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
EventMgr.cpp Small type conversion warnings fixed 2022-01-11 14:42:45 +01:00
EventMgr.h sendEventNotice has been moved from player to eventMgr, reformatted scripts 2021-12-21 13:48:24 +01:00
FriendListMgr.cpp transfer result handling to blmgr; more error checking; const correct; 2021-12-13 23:04:07 -03:00
FriendListMgr.h transfer result handling to blmgr; more error checking; const correct; 2021-12-13 23:04:07 -03:00
HousingMgr.cpp Removing references to getCurrentTerritory in preparation for further detangleing 2022-01-10 23:50:44 +01:00
HousingMgr.h Removing references to getCurrentTerritory in preparation for further detangleing 2022-01-10 23:50:44 +01:00
InventoryMgr.cpp Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
InventoryMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
ItemMgr.cpp Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
ItemMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
LinkshellMgr.cpp Fixed some small linkshell issues 2021-12-22 23:17:35 +01:00
LinkshellMgr.h Renaming of linkshells implemented 2021-12-12 23:26:12 +01:00
MarketMgr.cpp Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
MarketMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
NaviMgr.cpp Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
NaviMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
PartyMgr.cpp Removed old getZoneId function, more detangleing. 2022-01-11 00:18:00 +01:00
PartyMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
PlayerMgr.cpp Improved pathfinding, changed action packet to use the right variant for auto attacks, scaled fall damage 2022-01-06 20:25:50 +01:00
PlayerMgr.h Forward entity and name id to the onKill event 2021-12-21 12:19:35 +01:00
QuestMgr.cpp GiveQuestRewards is no longer used in quests, but called automatically on finish 2021-12-21 01:05:08 +01:00
QuestMgr.h GiveQuestRewards is no longer used in quests, but called automatically on finish 2021-12-21 01:05:08 +01:00
RNGMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
ShopMgr.cpp Remove duplicate header inclusion 2021-12-01 20:43:20 +01:00
ShopMgr.h Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
TerritoryMgr.cpp get/setCurrentTerritory now completely removed 2022-01-12 11:11:47 +01:00
TerritoryMgr.h Removing references to getCurrentTerritory in preparation for further detangleing 2022-01-10 23:50:44 +01:00
WarpMgr.h Removing references to getCurrentTerritory in preparation for further detangleing 2022-01-10 23:50:44 +01:00