mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
24 lines
1.9 KiB
Markdown
24 lines
1.9 KiB
Markdown
![]() |
# File layout
|
||
|
|
||
|
| Path | Description |
|
||
|
| ---------------------|-------------------------------------------------------------------
|
||
|
| build/ | Output files |
|
||
|
| code/ | OpenMoHAA source code |
|
||
|
| code/cgame | Client game code |
|
||
|
| code/client | Client (network stuff, snapshots, etc) |
|
||
|
| code/game | Server game code (game logic stuff, etc) |
|
||
|
| 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/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/tiki | Complete TIKI engine |
|
||
|
| code/uilib | UI library (Ubertools stuff) |
|
||
|
| misc/ | Project stuff, definition files and various resources stuff. |
|