Macoy Madson
6f5a4bc89b
Added miniz for compression/decompression
1 year ago
Macoy Madson
3e5fec0fdb
Verify the signature of the downloaded payload
I created the keys and signed the payload via CryptographyCLI.
1 year ago
Macoy Madson
7313ced7b5
Move helpful Curl function into Curl.cake
Check the HTTP response before declaring success.
1 year ago
Macoy Madson
2698a2b1a2
AutoUpdate metadata is now being received
1 year ago
Macoy Madson
89abbd6adf
Actually, let's keep testing Curl in minimal
1 year ago
Macoy Madson
af0e1e377a
Make early progress on AutoUpdate, separate tests
1 year ago
Macoy Madson
de9f09b487
Completion actions are now on master in enkiTS
1 year ago
Macoy Madson
ee5ca58746
At last got Curl building from source on Windows
This was very very annoying.
1 year ago
Macoy Madson
f02b825b6d
Cleaned up reading escaped strings code
1 year ago
Macoy Madson
9f45ca7eb4
Support quotes in introspection s-expr strings
1 year ago
Macoy Madson
198d4d852e
Notes for auto-update system
1 year ago
Macoy Madson
7fbc2cb617
WIP Curl HTTPS support on Windows
1 year ago
Macoy Madson
f4f69c96b3
Fix SDL windows build
MSVC can't handle that many "else if"s from the cond.
1 year ago
Macoy Madson
5bf2ced0de
Got curl building on Windows
* OpenSSL doesn't actually build
* Dependencies.cake looks for Git in the standard install
* Added path to cakelisp bin dir
1 year ago
Macoy Madson
7eb01b306a
Fix GameLib test start on Windows
1 year ago
Macoy Madson
f6ce33861c
Lowercase keybind names
1 year ago
Macoy Madson
13a2727b14
Added keybind system from Codesearch GUI
1 year ago
Macoy Madson
a5fce7e350
Add GNOME GLib license for Auto-color
1 year ago
Macoy Madson
bdd45d3085
Merge branch 'master' of macoy.me:macoy/gamelib
1 year ago
Macoy Madson
720fce6d06
Fix bug in dystring-append
If appending an empty string ("") the null terminator wouldn't be
removed, causing it to appear broken. Now, that condition is checked
for. I also made it get the length, then resize and strcpy, because I
think that will be faster anyways, especially on large strings.
1 year ago
Macoy Madson
45e038d3cb
Remove some unnecessary includes of SDL
1 year ago
Macoy Madson
f2545125eb
Export SDL headers on import
1 year ago
Macoy Madson
12a88c73fd
Add back opacity, window borders
1 year ago
Macoy Madson
10bfc66b4e
Add oniguruma and auto-color licenses
1 year ago
Macoy Madson
2b6ee04ca7
Added licenses, imgui window helper
1 year ago
Macoy Madson
c6ff993fa0
Add a helper for app data paths
1 year ago
Macoy Madson
d65607d3bf
Add dl and pthread dependency
1 year ago
Macoy Madson
3f56f3ad1d
Fix libcurl static linking
I needed to have libcurl.a before the OpenSSL ones, which is
confusing.
1 year ago
Macoy Madson
2fca3b70ba
Add OpenSSL and Curl libraries
I mainly have my eye on downloading files for an automatic update
system.
1 year ago
Macoy Madson
22047b0d40
Change file reads to binary to avoid Windows errs
1 year ago
Macoy Madson
6979c89d7d
Created simple CLI to cryptographic signing
1 year ago
Macoy Madson
d5106f34ea
Added cryptographic functions via libsodium
1 year ago
Macoy Madson
5d8d046130
Fix TinyCC build on Linux
1 year ago
Macoy Madson
56a389e7cf
Update readme with Tiny CC status
1 year ago
Macoy Madson
e8a8337e11
Get TinyCC working on Windows
1 year ago
Macoy Madson
ee92b6d236
Mark Oniguruma as Windows compatible
1 year ago
Macoy Madson
5d15053baa
Define ONIG_STATIC to properly import lib on MSVC
1 year ago
Macoy Madson
a7d2fb8cfd
Oniguruma now building on Windows
1 year ago
Macoy Madson
7f459eb251
SDL Don't specify platform toolset, get version
This may break v142 builds, I haven't tested that.
1 year ago
Macoy Madson
558068c247
Fix DataBundle and OpenGL being broken on Windows
1 year ago
Macoy Madson
0e7d4c7150
Fix indentation in Allocator.cake
1 year ago
Macoy Madson
b8095d3dc4
Make chain-allocate support memory alignment
* Make it clear whether you are requesting aligned or unaligned
memory.
* Added helpful macro (chain-allocate-aligned-type) for easily
allocating aligned types.
* Fix error returns not freeing the right chain.
1 year ago
Macoy Madson
598c810920
Use my STB branch until my PR is merged
See https://github.com/nothings/stb/pull/1207
1 year ago
Macoy Madson
9d32a27a02
Add get-num-task-threads function
1 year ago
Macoy Madson
105866f5cd
Wrote Oniguruma test
1 year ago
Macoy Madson
ce523d0b30
Add Oniguruma regular expression library
1 year ago
Macoy Madson
bfb98d0763
My pull request was merged, so back to master
1 year ago
Macoy Madson
e14525d64a
Expose allocators
1 year ago
Macoy Madson
5aae205060
Fix bad true
1 year ago
Macoy Madson
54fef3a82b
Add chain allocator, fix TinyCC pthread
1 year ago