ClassiCube/misc
2021-01-23 09:38:26 +11:00
..
ClassicalSharp Launcher input widget DPI scales properly 2020-07-30 13:20:33 +10:00
buildbot.sh Start moving objc code into actual .m file, starting with OpenGL context 2021-01-23 09:38:26 +11:00
buildbot_plugin.sh For web client, don't crash game if can't allocate more memory from browser (usually because exceeding 2GB) 2020-03-12 15:04:24 +11:00
buildtestplugin.sh Open source plugin building part of buildbot 2020-03-07 17:50:39 +11: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
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 open source the discord buildbot notify thingy 2020-02-18 18:10:35 +11:00
readme.md Fix android makefile to compile, add readme for doc/misc folder 2020-07-27 22:09:37 +10:00
Window.m Generate a 64 bit mac icon file and fixup Window.m 2020-06-11 23:38:33 +10: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.

Window.m was the original basis code for the Cocoa window backend.