Skip to content

Architecture du projet

vic1997 edited this page Apr 11, 2018 · 1 revision

Voici l'architecture du projet :

 Projet
 │   .gitignore
 │   LICENSE
 │   readme.md
 │
 ├───database
 │       dynamic.mcd
 │       dynamicgamemode.sql
 │       F1FxtBk.png
 │
 └───gamemodes
     │   DynamicSRP.pwn
     │
     ├───GM
     │   │   Entities.pwn
     │   │   Server.pwn
     │   │   Utils.pwn
     │   │
     │   ├───Anti-cheat
     │   │       acClient.pwn
     │   │       acData.pwn
     │   │       acMain.pwn
     │   │       acServer.pwn
     │   │
     │   ├───Entities
     │   │   ├───Accounts
     │   │   │       dataAccount.pwn
     │   │   │       functionAccount.pwn
     │   │   │       loadAccount.pwn
     │   │   │       loginAccount.pwn
     │   │   │       registerAccount.pwn
     │   │   │
     │   │   ├───BaseEntities
     │   │   │       collider.inc
     │   │   │
     │   │   ├───Business
     │   │   │       dataBusiness.pwn
     │   │   │       loadBusiness.pwn
     │   │   │
     │   │   ├───Factions
     │   │   │       dataFactions.pwn
     │   │   │       dataQg.pwn
     │   │   │       loadFactions.pwn
     │   │   │       loadQg.pwn
     │   │   │
     │   │   ├───Houses
     │   │   │       dataHouses.pwn
     │   │   │       loadHouses.pwn
     │   │   │
     │   │   └───Vehicles
     │   │           dataVehicles.pwn
     │   │           loadVehicles.pwn
     │   │
     │   ├───MYSQL
     │   │       sqConfig.pwn
     │   │       sqConnect.pwn
     │   │       sqFunction.pwn
     │   │       sqMain.pwn
     │   │
     │   ├───Server
     │   │   │   serverConfig.pwn
     │   │   │   startup.pwn
     │   │   │
     │   │   ├───Common
     │   │   │       genericTimers.pwn
     │   │   │
     │   │   └───Environment
     │   │           enums.pwn
     │   │           weather.pwn
     │   │
     │   └───Utils
     │           ConfigHelper.pwn
     │           constantsUtils.pwn
     │           dateManipulations.pwn
     │           Exploit.pwn
     │           Macro.pwn
     │           Security.pwn
     │
     └───GM_tests
             collider_tests.inc
             run_tests.inc
             tests_locator.inc
             weather_tests.inc
Clone this wiki locally