Commit graph

53 commits

Author SHA1 Message Date
Sam Ellicott 9dc4b12708 Remove FPS counter on command line
- Don't show debug info by default
- Other minor formatting changes
2022-10-21 23:02:24 -04:00
Sam Ellicott ba996232a4 Default background is black 2022-10-21 22:57:59 -04:00
Sam Ellicott 66a577ef82 Edit default configurations
- Better documentation of settings
- Default settings work on Windows and Linux
- Move all configurations other than
  default to example_configs directory
- Modify main.c to handle config updates
2022-10-21 22:51:41 -04:00
Eugene8388608 ce43258505
Add files via upload 2021-11-24 00:53:59 +03:00
Eugene8388608 6dd5695403
Add files via upload 2021-11-24 00:29:42 +03:00
Sam Ellicott ffe467c2dd Define constants for various application colors 2021-06-05 00:12:38 -04:00
Sam Ellicott 28612cadd8 Update to master branch of rawdraw
- Add HandleDestroy stub function
- Update HSVtoHEX function to RGBA
- Start moving over to CNFGColor()
2021-06-04 22:42:50 -04:00
Sam Ellicott 737ae717bb Fix tcc build on Windows 2021-06-03 08:28:59 -04:00
Sam Ellicott deeec1b716 Fix Windows build 2021-06-03 00:08:49 -04:00
Sam Ellicott 08eb40a900 Fix formatting issues 2021-05-22 14:45:23 -04:00
Sam Ellicott b6b3039459 Fix allignment issue 2021-03-13 15:55:43 -05:00
Sam Ellicott cb9b6bc569 Use spaces for allignment instead of tabs 2021-03-13 14:23:52 -05:00
Sam Ellicott ad23066976 Fix some allignment issues noticed in github 2021-03-13 14:12:19 -05:00
Sam Ellicott 793e72df42 Fix some missed updated variable names 2021-03-13 14:02:53 -05:00
Sam Ellicott 2f89063b6a Clean up main.c 2021-03-13 13:58:40 -05:00
cnlohr fdabac3b0d Fix inability to operate in headless mode. 2020-08-01 20:13:02 -07:00
cnlohr b6be6c14a4 Fix flipped argument order and update CNFA 2020-07-05 23:43:26 -07:00
cnlohr aa4e95681c Update swapped order of ops in CNFA. 2020-05-21 19:52:10 -07:00
cnlohr 0d1401cfa6 Some cleanup from merge. 2020-05-20 22:38:19 -07:00
Sam Ellicott 98623aa299 Fix CNFA initilization call. 2020-05-20 22:40:53 -04:00
nikky 556338cfcb add DisplayNetwork support to android 2020-05-20 21:34:57 +02:00
CaiB 003a1f4f8a Marging 2020-05-20 14:38:56 +09:00
Sam Ellicott bb0c7a0dc8 Add in NULL for the opaque object for CNFA. 2020-05-19 23:59:04 -04:00
Sam Ellicott 2b0bb5a78d Redefine strdup to make Windows happy 2020-05-19 23:19:58 -04:00
Sam Ellicott 9029c87c96 Make a function to manually register parameters. 2020-05-17 19:22:57 -04:00
Sam Ellicott ffc4ac5d41 Force float constants for TCC 2020-05-17 19:19:21 -04:00
CaiB b6e9523895 Small tweaks to platform-dependent behaviour 2020-05-17 15:14:03 +09:00
Sam Ellicott 4c3b7b294a Call necessary registration functions 2020-05-16 02:39:22 -04:00
Sam Ellicott 184dd91a67 this still needs some cleanup 2020-05-15 02:15:38 -04:00
Sam Ellicott d77eced8c5 Change sleep function 2020-05-14 22:47:20 -04:00
Sam Ellicott 4a3d06397b Update main.c so that it matches latest code 2020-05-14 21:01:23 -04:00
cnlohr 09f450a2a8 Fix compile on non-android platforms. 2020-05-13 23:14:21 -07:00
cnlohr 68c0ff8277 Bump submodules + fix back button configuration. 2020-05-12 03:39:05 -07:00
cnlohr f90b1e12fd cleanup system button behavior. 2020-05-11 14:00:25 -07:00
cnlohr 534c2186f0 cleanup when Android is suspending our app. 2020-05-10 21:28:24 -07:00
cnlohr 79089566a1 make ColorChord work on Android. 2020-05-10 21:23:04 -07:00
cnlohr 3d922b514c Rearchitect colorchord using CNFA + Rawdraw modules. 2020-05-10 17:15:59 -07:00
cnlohr e243c7200b Cleanup extra printfs 2020-05-03 07:18:13 -07:00
cnlohr abca7b6407 new shot at androidbase 2019-11-17 05:53:02 -05:00
CNLohr 9c3e841771 Fix ColorChord on Windows10 32-bit TinyCC Compilation. 2018-12-16 01:21:05 -05:00
cnlohr 7910c7e029 Bump versions - add file writer for USB keyboard 2018-05-20 21:50:29 -04:00
cnlohr 0cf43af8b6 Merge branch 'master' of https://github.com/cnlohr/colorchord 2018-05-08 00:07:35 -04:00
cnlohr 585881113e add autolimitingo 2018-05-08 00:04:49 -04:00
cnlohr 71fd5c5aee Fix Linux compile issues. 2017-09-10 23:02:33 -04:00
CNLohr 4f983efbfe Major progress to getting colorchord on Windows TCC
Give it a shot. colorchord2/windows/compile.bat.  I am having issues
getting sound in.
2017-09-11 02:56:50 -04:00
cnlohr a4769abeee Update USB, etc. Add line for showing FPs. 2017-02-15 21:53:05 -05:00
Cleon Chick 29d07b168d Replace SortFloats()/RemapFloats() with stdlib's qsort and struct refactoring. 2016-10-08 14:52:20 -04:00
Cleon Chick fc2a404acf Add WIN32 escape key 2016-10-08 14:43:04 -04:00
Charles Lohr 2ae0308f3f update with changes needed to operate some existing systems. 2016-08-03 21:35:32 -04:00
Charles Lohr bc5c12acc8 Update cells, fix windows build. 2016-05-31 01:11:24 -04:00