Updated LAYOUT.txt

This commit is contained in:
L 2023-02-05 01:50:46 +01:00
parent 7f7faea586
commit a08b6b9c3e

View file

@ -4,17 +4,20 @@ File layout
build/ --> Output files
code/ --> OpenMoHAA source code
code/cgame --> Client game code
code/cgame_hook --> Client game patch for MoHAA (hooks the default cgamex86.dll)
code/client --> Client (network stuff, snapshots, etc)
code/game --> Server game code (game logic stuff, etc)
code/globalcpp --> C++ Global stuff such as the Script Engine & Parser
code/gamespy --> Gamespy SDK
code/mohui --> MoHAA User Interface
code/null --> Null redirector (used by the OpenMoHAA Dedicated Server)
code/parser --> Flex/Bison parser
code/qcommon --> Global shared stuff such as maths
code/renderer --> OpenMoHAA renderer
code/renderer_gl3 --> Newest renderer (not working and buggy)
code/sdl(12) --> SDL code
code/script --> Script engine
code/server --> Server code (networkn snapshots, handling clients etc)
code/skeletor --> Skeleton model engine
code/sys --> Main application system
code/testutils --> Test utility for scripts and various stuff
code/tiki --> Complete TIKI engine
code/uilib --> UI library (Ubertools stuff)
misc/ --> Project stuff, definition files and various resources stuff.