ClassiCube/misc
2022-05-17 20:41:12 +10: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 Add 64 bit raspberry pi build 2022-05-17 20:41:12 +10: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
CCicon_mac32 Add an icon to 32 bit mac build 2020-05-29 23:40:27 +10:00
CCicon_mac64 Generate a 64 bit mac icon file and fixup Window.m 2020-06-11 23:38:33 +10:00
CCicon_nix32 Add an icon for linux and use it 2019-10-29 20:26:38 +11:00
CCicon_nix64 Add an icon for linux and use it 2019-10-29 20:26:38 +11:00
CCicon_rpi32 Add 64 bit raspberry pi build 2022-05-17 20:41:12 +10:00
CCicon_rpi64 Add 64 bit raspberry pi build 2022-05-17 20:41:12 +10:00
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
linux_icon_gen.cs Add 64 bit raspberry pi build 2022-05-17 20:41:12 +10:00
mac_icon_gen.cs Generate a 64 bit mac icon file and fixup Window.m 2020-06-11 23:38:33 +10: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.