mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Updated LAYOUT.txt
This commit is contained in:
parent
7f7faea586
commit
a08b6b9c3e
1 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue