OpenFusion/src
dongresource e9bc2fe561 [refactor] Remove the word 'Manager' from most source files/namespaces
ChatManager -> Chat
MissionManager -> Missions
NanoManager -> Nanos
TransportManager -> Transport
ChunkManager -> Chunking
BuddyManager -> Buddies
GroupManager -> Groups
RacingManager -> Racing
ItemManager -> Items

NPCManager and PlayerManager remain.

Note: You can use git log --follow src/file.cpp to trace the history of
a file from before it was renamed.
2021-03-17 20:16:43 +01:00
..
db [refactor] Split Database.cpp into db subdirectory 2021-03-16 02:13:24 +01:00
structs Implement multiple-choice mission rewards 2020-12-23 13:50:12 -05:00
Abilities.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Abilities.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Buddies.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Buddies.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
BuiltinCommands.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
BuiltinCommands.hpp [refactor] Extract BuiltinCommands.cpp from PlayerManager.cpp 2021-03-13 02:59:18 +01:00
CNLoginServer.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
CNLoginServer.hpp hugely simplified managing player characters in login server 2020-11-25 19:25:20 -05:00
CNProtocol.cpp CNServer::start() now uses an iterator instead of indexing repeatedly 2021-03-14 01:33:46 -06:00
CNProtocol.hpp Work around not being able to reach the shard from a local connection 2021-03-05 19:00:13 +01:00
CNShardServer.cpp [refactor] Split Database.cpp into db subdirectory 2021-03-16 02:13:24 +01:00
CNShardServer.hpp Integrate the monitor's listener socket into the shard's poll() 2020-12-06 01:44:37 +01:00
CNShared.cpp Cleaned up all whitespace issues. 2020-09-14 16:07:05 +02:00
CNShared.hpp Cleanup for 1.2. 2020-10-19 20:48:57 +02:00
CNStructs.hpp Initial Academy support 2020-12-23 13:50:12 -05:00
Chat.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Chat.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Chunking.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Chunking.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Combat.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Combat.hpp [refactor] Mark all internal functions static 2021-03-16 22:54:41 +01:00
CustomCommands.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
CustomCommands.hpp [refactor] Refactor ChatManager 2021-03-13 02:59:18 +01:00
Defines.cpp Reword some comments and correct paths in the Readme. 2020-08-28 22:18:28 +02:00
Defines.hpp Implement most of the remaining client-side GM commands 2020-12-31 12:51:31 +01:00
Email.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Email.hpp [refactor] Mark all internal functions static 2021-03-16 22:54:41 +01:00
Groups.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Groups.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Items.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Items.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Missions.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Missions.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
MobAI.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
MobAI.hpp [refactor] Split MobManager.cpp into MobAI.cpp and Combat.cpp 2021-03-13 23:55:16 +01:00
Monitor.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Monitor.hpp [refactor] Mark all internal functions static 2021-03-16 22:54:41 +01:00
NPC.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
NPCManager.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
NPCManager.hpp [refactor] Mark all internal functions static 2021-03-16 22:54:41 +01:00
Nanos.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Nanos.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Player.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
PlayerManager.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
PlayerManager.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
PlayerMovement.cpp [refactor] Extract PlayerMovement.cpp from PlayerManager.cpp 2021-03-13 02:59:18 +01:00
PlayerMovement.hpp [refactor] Extract PlayerMovement.cpp from PlayerManager.cpp 2021-03-13 02:59:18 +01:00
Racing.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Racing.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
TableData.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
TableData.hpp [refactor] Mark all internal functions static 2021-03-16 22:54:41 +01:00
Trading.cpp [refactor] Mark all internal functions static 2021-03-16 22:54:41 +01:00
Trading.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Transport.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Transport.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Vendor.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
Vendor.hpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
main.cpp [refactor] Remove the word 'Manager' from most source files/namespaces 2021-03-17 20:16:43 +01:00
settings.cpp [refactor] src/contrib, src/mingw -> vendor 2021-03-13 02:58:57 +01:00
settings.hpp Add academy.json loading to TableData 2020-12-23 13:50:12 -05:00