OpenFusion/src
gsemaj 828f49cd62 Move mob aggro logic into `takeDamage` override
God that feels good
2023-08-19 20:46:41 +00:00
..
core (WIP) Start implementing ICombatant 2023-08-19 20:46:41 +00:00
db Enforce minimum supported libsqlite version 2023-03-19 01:41:07 +01:00
sandbox [seccomp] Whitelist rseq syscall 2022-11-15 02:30:20 +01:00
servers Use memcpy() instead of casting to load keys 2023-03-11 23:16:09 +01:00
structs Implement multiple-choice mission rewards 2020-12-23 13:50:12 -05:00
Abilities.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
Abilities.hpp [WIP] Use EntityRef instead of CNSocket in ability handler 2023-08-19 20:46:41 +00:00
Buddies.cpp [refactor] Switch a bulk of the codebase to the new sendPacket() wrapper 2021-03-31 21:10:54 +02:00
Buddies.hpp Clean up indentation in a few places 2021-12-16 03:34:15 +01:00
BuiltinCommands.cpp [refactor] Replace a few uses of magic numbers with enums 2023-08-19 20:46:41 +00:00
BuiltinCommands.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
Chat.cpp [refactor] Switch a bulk of the codebase to the new sendPacket() wrapper 2021-03-31 21:10:54 +02:00
Chat.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
Chunking.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
Chunking.hpp Use a specialized null value for ChunkPos 2022-07-24 21:36:03 +02:00
Combat.cpp Move mob aggro logic into `takeDamage` override 2023-08-19 20:46:41 +00:00
Combat.hpp (WIP) onDeath hook implementation 2023-08-19 20:46:41 +00:00
CustomCommands.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
CustomCommands.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
Eggs.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
Eggs.hpp Fix eggs not entering chunks and add update tabledata 2021-04-16 12:30:22 -04:00
Email.cpp Email: update the item slots via a ITEM_MOVE_SUCC packet 2023-02-28 15:15:57 -06:00
Email.hpp [refactor] Replace a few uses of magic numbers with enums 2023-08-19 20:46:41 +00:00
Entities.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
Entities.hpp (WIP) Move away from rigid states/transitions to allow custom behavior 2023-08-19 20:46:41 +00:00
Groups.cpp [WIP] Fix Nanos -> Abilities namespace calls 2023-08-19 20:46:41 +00:00
Groups.hpp Clean up indentation in a few places 2021-12-16 03:34:15 +01:00
Items.cpp [WIP] Replace appearance data with individual fields 2023-08-19 20:46:41 +00:00
Items.hpp altered event drop logic, fixed taro/fm logic 2021-04-26 11:26:00 -04:00
Missions.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
Missions.hpp Fix quest item drop chances being shared between missions 2022-02-12 23:53:04 +01:00
MobAI.cpp Move mob aggro logic into `takeDamage` override 2023-08-19 20:46:41 +00:00
MobAI.hpp Move mob aggro logic into `takeDamage` override 2023-08-19 20:46:41 +00:00
NPCManager.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
NPCManager.hpp [refactor] Get rid of NPC.hpp 2023-08-19 20:46:41 +00:00
Nanos.cpp [WIP] Fix Nanos -> Abilities namespace calls 2023-08-19 20:46:41 +00:00
Nanos.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
Player.hpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
PlayerManager.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
PlayerManager.hpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
PlayerMovement.cpp [WIP] Replace appearance data with individual fields 2023-08-19 20:46:41 +00:00
PlayerMovement.hpp [refactor] Extract PlayerMovement.cpp from PlayerManager.cpp 2021-03-13 02:59:18 +01:00
Racing.cpp Add a fallback to racingCancel if a respawn point isn't found 2021-05-14 14:10:19 -05:00
Racing.hpp Clean up indentation in a few places 2021-12-16 03:34:15 +01:00
Rand.cpp Use cryptographic RNG to generate the shard connection serial key 2022-07-24 21:36:03 +02:00
Rand.hpp Use cryptographic RNG to generate the shard connection serial key 2022-07-24 21:36:03 +02:00
TableData.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
TableData.hpp Add enabledpatches config option 2021-05-07 21:29:18 +02:00
Trading.cpp Sync player data to DB when trading and sending emails 2022-12-05 22:29:23 +01:00
Trading.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Transport.cpp EntityType -> EntityKind 2023-08-19 20:46:41 +00:00
Transport.hpp Only loop NPC movement if the NPC has a looping path assigned 2021-05-09 08:38:14 -04:00
Vendors.cpp Fix vehicle rental periods not showing up in vendor listings 2022-12-28 17:57:37 +01:00
Vendors.hpp Make sure a vendor is actually selling the item a player wants to buy 2021-06-20 10:15:02 -04:00
main.cpp Enforce minimum supported libsqlite version 2023-03-19 01:41:07 +01:00
settings.cpp Add undocumented config option to disable rapid fire anticheat 2022-11-26 19:36:10 +01:00
settings.hpp Add undocumented config option to disable rapid fire anticheat 2022-11-26 19:36:10 +01:00