1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-14 14:37:45 +00:00
sapphire/src/world
2024-06-22 00:28:44 +01:00
..
Action Change size() > 0 checks to !empty() 2024-06-21 12:33:31 +02:00
Actor Add function to remove multiple statuseffects by id 2024-06-21 16:12:33 +02:00
AI Gambit packs added. Basic timelines for bnpc actions can be defined. 2023-03-24 22:52:38 +01:00
ContentFinder add getRows to exd; optimize iterative exd calls further; split namespace for slim header structs; 2023-03-24 17:38:58 -03:00
DebugCommand Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
Encounter rezone player; wait for all players to unlock zone entrance; 2024-06-22 00:28:44 +01:00
Event Refactoring of action logic, ongoing. 2023-03-09 21:54:30 +01:00
FreeCompany Another big batch of refactoring for readability. 2023-03-08 09:20:08 +01:00
Inventory Initialize missing fields for Item 2023-02-12 14:10:51 +01:00
Linkshell Added functions for queueing packets for entire an entire ls or fc. 2023-02-07 09:26:41 +01:00
Manager return spaced player name in case of player not found in db; 2024-06-22 00:28:44 +01:00
Math [3.x] WIP: Initial Action and StatusEffect implementation (#958) 2024-06-21 12:27:01 +10:00
Navi Improve path finding and stop position of mobs, also auto attack distance fixed 2022-01-04 22:51:29 +01:00
Network more instancecontent work; 2024-06-22 00:28:43 +01:00
Quest Fix quest bitflag mistake 2023-01-20 06:55:03 +01:00
Script remove scripts for battle; 2024-06-22 00:28:41 +01:00
StatusEffect Change StatusEffect to return const-ref in modifier getters 2024-06-21 12:33:38 +02:00
Task Keep cells active for 20 seconds even after all players left. 2023-03-17 22:01:06 +01:00
Territory rezone player; wait for all players to unlock zone entrance; 2024-06-22 00:28:44 +01:00
Util Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
CMakeLists.txt remove scripts for battle; 2024-06-22 00:28:41 +01:00
ForwardsZone.h remove scripts for battle; 2024-06-22 00:28:41 +01:00
mainGameServer.cpp Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
Session.cpp Converted autoattacks to the action system 2023-03-11 20:52:52 +01:00
Session.h Converted autoattacks to the action system 2023-03-11 20:52:52 +01:00
WorldServer.cpp Formatting 2023-04-23 16:42:24 +01:00
WorldServer.h Clarity through better naming of fields. 2023-02-28 10:31:59 +01:00