ClassiCube/doc
2024-01-15 18:19:59 +11:00
..
compile-fixes.md Webclient: Make it easier to change where default texture pack is downloaded from, and use ccall a little bit less 2024-01-09 20:21:24 +11:00
hosting-flask.md Tidy up plugin compiling instructions, especially for mingw-w64 2023-01-17 20:46:25 +11:00
hosting-webclient.md Webclient: Make it easier to change where default texture pack is downloaded from, and use ccall a little bit less 2024-01-09 20:21:24 +11:00
menu-architecture.md More documentation updates 2023-09-21 20:48:44 +10:00
modules.md Fix can't compile android/iOS projects due to PickedPosRenderer.c having been renamed to SelOutlineRenderer.c, less warnings when compiling with modern gcc 2024-01-15 18:19:59 +11:00
options.md Change '-----' to '-' for empty slots in list menus for more classic authenticity 2021-12-04 09:48:50 +11:00
overriding-defaults.md Some documentation additions 2023-09-20 21:44:02 +10:00
plugin-dev.md Show better error message when plugin fails to load with error 126 on Windows, which most often happens because the exe isn't named ClassiCube.exe 2023-09-11 20:13:48 +10:00
portability.md Some documentation additions 2023-09-20 21:44:02 +10:00
readme.md Add documentation for strings 2021-09-16 19:35:33 +10:00
sound-credits.md tidy up sound-credits.md 2021-08-14 18:55:54 +10:00
strings.md Change console links in readme to classicube.net pages 2023-11-30 07:20:30 +11:00
style.md Rename Window_Close to Window_RequestClose to better reflect what it does, also ignore game files in root directory for .gitignore 2024-01-14 15:25:12 +11:00

This folder contains general information relating to the game's source code.

File Description
compile-fixes.md Steps on how to fix some common compilation errors
hosting-flask.md Example website that hosts the web client using Flask
hosting-webclient.md Explains how to integrate the web client into your own website
modules.md Provides a summary about the modules that constitute the game's code
plugin-dev.md Explains how to compile a simple plugin for the game
portability.md Provides information about porting this game to other platforms
style.md Explains the style guidelines that the source code generally follows
strings.md Provides details about the custom string type used by this game