This website requires JavaScript.
Explore
Help
Register
Sign In
OpenPunk
/
OpenFusion
Watch
1
Star
0
Fork
0
You've already forked OpenFusion
mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced
2024-11-04 14:30:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f0e21b5051
OpenFusion
/
src
/
NPC.hpp
5 lines
62 B
C++
Raw
Normal View
History
Unescape
Escape
Populated the future with scraped mobs. This system is temporary; meant to ease testing.
2020-08-25 17:42:56 +00:00
#
pragma once
added basic NPCManager
2020-08-20 21:43:48 +00:00
[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-16 22:29:13 +00:00
#
include
"Chunking.hpp"
[WIP] Convert most of Chunking to Entity-based system Player and all NPCs now have a common superclass, with virtual functions so smooth over shared behavior. EntityRef is a simple class that points to an arbitrary Entity. This commit is not yet functional.
2021-03-21 01:42:45 +00:00
#
include
"Entities.hpp"
Reference in New Issue
Copy Permalink