ClassiCube/misc
2021-10-23 20:53:25 +11:00
..
ClassicalSharp Direct3D11: Implement backface culling 2021-10-23 16:11:32 +11:00
build_server.py Fix newlines in .sh files 2021-02-13 19:37:37 +11:00
buildbot.sh Improve buildbot error reporting 2021-10-02 20:31:02 +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 attempt to add icon 2019-01-31 15:42:57 +11:00
CCicon.png add original icon png 2019-10-21 06:56:32 +11:00
CCicon.rc attempt to add icon 2019-01-31 15:42:57 +11:00
CCicon_32.res attempt to add icon 2019-01-31 15:42:57 +11:00
CCicon_64.res attempt to add icon 2019-01-31 15:42:57 +11:00
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_rpi Add simpler CC_BUILD_RPI define, add compiled icon obj file for arm architecture 2020-01-22 22:24:37 +11:00
D3D11ShaderGen.c Open source D3D11 shader gen 2021-10-23 20:53:25 +11:00
info.plist Add missing compile instructions for dragonfly bsd to main readme 2020-05-06 16:36:55 +10:00
linux_icon_gen.cs Add an icon for linux and use it 2019-10-29 20:26:38 +11: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.