ClassiCube/misc
2022-11-20 14:53:13 +11:00
..
ClassicalSharp Direct3D11: Implement backface culling 2021-10-23 16:11:32 +11:00
build_server.py Prepare for opengl modern linux/macOS builds 2021-11-23 21:59:12 +11:00
buildbot.sh Still use file:// urls for devices earlier than android 6.0 2022-11-20 14:53:13 +11:00
buildbot_plugin.sh tidy and fix up plugin build script 2021-04-08 23:20:45 +10:00
buildtestplugin.sh tidy and fix up plugin build script 2021-04-08 23:20:45 +10:00
CCIcon.icns Add a mac version of classicube icon 2019-09-07 09:40:10 +10:00
CCicon.ico
CCicon.png add original icon png 2019-10-21 06:56:32 +11:00
CCicon.rc
CCicon_32.res
CCicon_64.res
D3D11ShaderGen.c Launcher: Change yellow to red for invalid field value errors 2022-05-14 15:07:45 +10:00
info.plist ios: Fix buttons appearing corrupted, screenshot saving crashing app, passwords not saving to storage 2022-04-05 20:21:32 +10:00
install-desktop-entry.sh Fix .desktop file using $HOME as working directory 2022-07-24 12:32:13 +03:00
linux_icon_gen.cs Simplify compiling with icon for macOS and Linux 2022-11-06 13:51:51 +11:00
mac_icon_gen.cs Simplify compiling with icon for macOS and Linux 2022-11-06 13:51:51 +11:00
makerelease.sh Open source release packaging part of buildbot 2020-07-21 14:46:03 +10:00
notify.py Improve buildbot error reporting 2021-10-02 20:31:02 +10:00
readme.md Fully port cocoa backend to ObjC 2021-01-23 11:39:45 +11:00

This folder contains addtitional information and resources for the game

Icons

CCicon.ico is the basis icon for the other icon files

mac_icon_gen.cs/linux_icon_gen.cs use CCIcon.ico to generate icon files for macOS/Linux

TODO: Explain how to compile your own icon for all the platforms

Build scripts

File Description
buildbot.sh Compiles the game to optimised executables (with icons)
buildbot_plugin.sh Compiles specified plugin for various platforms
buildtestplugin.sh Example script for how to use buildbot_plugin.sh
makerelease.sh Packages the executables to produce files for a release
notify.py Notifies a user on Discord if buildbot fails

Other files

Info.plist is the Info.plist you would use when creating an Application Bundle for macOS.