▼Nax | |
NDrawing | |
▼Ncqsp | When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to find out how to add a resource to the game |
►Nasset | |
CALAudioAsset | |
CAsset | The base class for assets. |
CAssetLoader | |
CAssetManager | |
CAssetPrototype | |
CAudioAsset | |
CBinaryAsset | |
CCharacter | |
CCubemapPrototype | |
CFont | |
CFontPrototype | |
CHjsonAsset | |
CImagePrototype | |
CIOStream | |
CIOSystem | |
CIVirtualDirectory | Meant to list all the files and sub files in the directory. This is sort of a replacement for directory iterator. If you want to cd a directory, just access it from the initial file system, I guess. |
CIVirtualFile | |
CIVirtualFileSystem | The main functionality for this is to read files, so writing to files will not really be supported. |
CMaterial | |
CMaterialPrototype | |
CMeshPrototype | |
CModel | |
CModelLoader | |
CModelMesh | |
CModelPrototype | |
CModelTexturePrototype | |
CNativeDirectory | |
CNativeFile | |
CNativeFileSystem | |
CPackage | |
CPackagePrototype | |
CPathedTextAsset | Text asset which remembers what it's path is. |
CQueueHolder | |
CShader | |
CShaderDefinition | |
CShaderProgram | A shader program. |
CShaderPrototype | |
CTextAsset | |
CTextDirectoryAsset | Asset to store a directory of text files, and remembers the path of the assets. |
CTexture | |
CTextureLoadingOptions | |
CThreadsafeQueue | |
CVertex | |
CVirtualMounter | |
►Nclient | |
►Ncomponents | |
CPlanetTerrainRender | |
►Nctx | |
CGameLoad | |
CPauseOptions | |
CSelectedCountry | |
CSelectedProvince | |
CStarSystemViewDebug | |
CVisibleOrbit | |
Nsave | |
Nscripting | |
►Nsystems | |
►Ngui | |
CSysEvent | |
►Nrmlui | |
►CTurnSaveWindow | |
CEventListener | |
CCityFounding | |
CFocusedCity | |
CFocusedPlanet | |
CImGuiInterface | |
CMouseOverEntity | |
CSpaceshipWindow | |
CSysCommand | |
CSysDebugMenu | |
CSysFieldNodeViewer | |
CSysFieldViewer | |
CSysGoodViewer | |
CSysOrbitFilter | |
CSysPauseMenu | Menu when the key escape is pressed, pauses all interaction with the background, displays exit game, options, and other things. |
CSysPlanetMarketInformation | |
CSysProvinceInformation | |
CSysRecipeViewer | |
CSysRmlUiInterface | |
CSysStarSystemRenderer | |
CSysStarSystemTree | Displays the star system tree to show all the planets and moons |
CSysTechnologyProjectViewer | |
CSysTechnologyViewer | |
CSysUserInterface | |
CClientOptions | |
CConquerSpace | |
CCreditsWindow | |
►CLoadGameWindow | |
CSaveGame | |
CScene | |
CSettingsWindow | |
►Ncommon | |
Nactions | |
►Ncomponents | |
►Nbodies | |
CBody | |
CDirtyOrbit | |
CLightEmitter | |
CNautralObject | |
COrbitalSystem | An object for the children of an orbital object. |
CPlanet | |
CStar | |
CTerrain | |
CTerrainData | |
CTexturedTerrain | |
►Ninfrastructure | |
CBrownOut | |
CCityInfrastructure | |
CCityPower | |
CHighway | |
CInfrastructure | |
CPowerConsumption | |
CPowerPlant | |
CSpacePort | |
►Nscience | |
CField | |
CLab | |
CScience | |
CScienceProject | |
CScientificProgress | |
CScientificResearch | |
CTechnologicalProgress | |
CTechnology | |
►Nships | |
CCrash | |
CFleet | |
CShip | |
►Ntypes | |
CFuturePosition | |
CGalacticCoordinate | Way to position star systems on the universe. |
CImpulse | |
CKinematics | Relative position from the parent orbiting object |
CMoveTarget | |
COrbit | |
COrbitDirty | |
CPolarCoordinate_tp | |
CSetTrueAnomaly | |
CSurfaceCoordinate | Longitude and lattitude. Planet coordinates. |
CAuctionHouse | |
CCapitalCity | |
CCapitalGood | |
CCityTimeZone | |
CCommandQueue | |
CCommercial | Represents commercial areas and other amenities that generate economic activity. They don't export goods but they play an intergral role in tax revenue, and population consumption, and maybe tourism in the future. |
CConsumerGood | See SysPopulationConsumption for an explanation of these values |
CCostBreakdown | |
CCostTable | Records the prices of goods and other things |
CCountry | |
CCountryCityList | |
CCurrency | Will be handled in the future, but for now is just a market |
CDescription | |
CDockedShips | |
CEmployer | |
CEnergy | |
CFactory | |
CFactoryProducing | |
CFactoryTimer | |
CFailedResourceConsumption | |
CFailedResourceProduction | |
CFailedResourceTransfer | |
CFarm | |
CGood | |
CGoverned | The civilization or organization that owns or governs the city |
CHabitation | If people are living on a planet or not |
CHunger | |
CIdentifier | |
CIndustrialZone | |
CIndustrySize | |
CInternationalPort | |
CLaborInformation | Population segment that is employed |
CLaunchVehicle | |
CManeuver | |
CMarket | |
CMarketAgent | An actor in a market that trades goods. |
CMarketCenter | An entity where the market is based, and the resources are traded. |
CMarketElementInformation | |
CMarketHistory | Records the history of market. |
CMarketInformation | Historical information about the market Might change this to a different type of resource ledger so that we don't have so many lookups |
CMatter | Something that has a mass. |
CMine | |
CMineral | |
CName | |
COrder | |
COrganization | |
COwned | |
CPlanetaryMarket | |
CPlayer | |
CPopulationSegment | |
CPrice | Price of a good. This is temporary, because this is to determine initial prices for goods. In the future, good prices will be determined by what the market is willing to bear, and we will not need this anymore. |
CProduction | |
CProvince | |
CProvinceColor | |
CProvincedPlanet | |
CRawResourceGen | |
CRecipe | |
CRecipeCost | |
CRecipeOutput | |
CResourceConsumption | |
CResourceConverter | |
CResourceDistribution | |
CResourceIO | |
CResourceLedger | |
CResourceProduction | |
CResourceStockpile | |
CService | |
CSettlement | A settlement is a place where a population can live in, such as a city or a space station |
CSortedOrderList | |
CStarDate | Holds and calculates the tick that is on going. Date is the number of hours that has been ongoing since the start of the day. Here is some rough thinking for what interval things should be done at. 1 tick: Combat ticks, planetary and ship movement? 25 ticks: (about a day) Economic activity, though I don't think it's such a good idea to put them in such a tight interval. 25 * 5 = 125 ticks: (about 5 days) 25 * 25 = 625 ticks: (about 26 days) Construction progress, pop growth, social changes, will also be the interval that would be used for the reference value 25 ^ 3 / 2 ~= 15625 ticks: (about 312 days) Momentous things and things that take a long time, such as planet's climates changing We will not do days and years, because these are specific to only earth, and we would like to portray the different cultural differences resulting from different orbital periods and rotational periods from planets, and it would be rather human-centric to assume other civilizations would use our calendar. As a result, I plan to introduce a system that allows the creation of different types of calendars. That would come later, though |
CSurface | |
CTimeZone | |
CUnit | The unit name of the good. If it doesn't have it, then it's a quantity. |
CWallet | |
CWorldModel | |
►Nevent | |
CEvent | |
CEventQueue | |
CEventResult | |
►Nsave | |
CLoad | |
CSave | |
►Nsystems | |
Nactions | |
►Ncommands | |
COrbitEntityTarget | |
COrbitScalar | |
COrbitTarget | |
Neconomy | |
►Nhistory | |
CSysMarketHistory | |
►Nlambert | |
CIzzo | |
►Nloading | |
CCityLoader | This loader has to be loaded after PlanetLoader because it adds the cities to the respectve planets |
CCountryLoader | |
CGoodLoader | |
CHjsonLoader | |
CPlanetLoader | |
CRecipeLoader | |
CSatelliteLoader | |
CTimezoneLoader | |
►Nnames | |
CNameGenerator | Name generator is pretty straightforward Format: |
Nresource | |
Nscience | |
►Nsimulation | |
CSimulation | Main simulation of game. /summary> To add a simulation in the game, add a class extending from cqsp::common::systems::ISimulationSystem in the constructor |
►Nuniversegenerator | |
CISysUniverseGenerator | |
CScriptUniverseGenerator | |
CInfrastructureSim | |
CISimulationSystem | |
CSysAgent | |
CSysMarket | |
CSysNavyControl | |
CSysOrbit | |
CSysPath | |
CSysPopulationConsumption | |
CSysPopulationGrowth | |
CSysProduction | |
CSysScienceLab | |
CSysScript | Runs scripts that are added to the game |
CSysSurface | |
CSysTechProgress | |
CSysTrade | |
CSysWalletReset | |
►Nutil | |
CIRandom | |
CStdRandom | |
CGame | Wrapper class for all the components of the game, so that all the game stuff can be initialized in one place. |
CUniverse | |
►Nengine | |
►Naudio | |
CAudioChannel | |
CAudioInterface | |
CIAudioInterface | |
Nprimitive | |
CAAFrameBufferRenderer | |
►CApplication | |
CCqspEventInstancer | |
CCqspEventListener | |
CBasicRenderer | |
CEmptyScene | |
CFramebufferRenderer | |
CGameState | |
CGLWindow | |
CIFramebuffer | Interface for framebuffer renderers. |
CLayerRenderer | Renders a series of framebuffers onto screen. This is a relatively simple way of allowing organization of multiple framebuffers. But layer management is a bit scuffed and could be made more intuitive. How, that's a different question.
How to use:
|
CMesh | |
CRenderable | |
CRenderer2D | |
CScene | |
CSceneManager | Manages scenes for the application. |
CUserInput | |
CWindow | The window handles the initialization of the callbacks, and all the input and output. It also manages all the pointers for the windows. |
►Nscene | |
►CLoadingScene | |
CLoadingDataModel | |
►CMainMenuScene | |
CEventListener | |
CModelScene | |
CObjectEditorScene | |
CTextTestScene | Just a playground for various graphics stuff |
CUniverseLoadingScene | |
CUniverseScene | |
►Nscripting | |
CScriptInterface | |
Nutil | |
NCQSPGui | Gui with sound |
▼Nfmt | |
Cformatter< entt::entity > | |
▼NGfx | |
CCompiledGeometryData | |
CEnumArray | |
CFragShaderDefinition | |
CFramebufferData | |
CProgramData | |
CProgramDefinition | |
CUniforms | |
CVertShaderDefinition | |
NImGui | |
NImPlot | |
NRmlGL3 | |
NRmlGLFW | |