82a20c4b87
Merge branch 'zig-translation' of luna/lunabot into master
8e9faefc0e
rm debug print
f3b8196ac5
journal: catch err, add sliceifyKnown
6b78bb16d8
convert c pointers to optional unknown length ptrs
ca7a655ebb
update readme
main journal function rewritten in zig
main journal function rewritten in zig
8e9faefc0e
rm debug print
f3b8196ac5
journal: catch err, add sliceifyKnown
6b78bb16d8
convert c pointers to optional unknown length ptrs
c0269ead20
image: bump BufferSize
99382d0a66
add better freeing procedures w/ errdefer
plugin command optimizer
I was able to optimize plugin runs by making the tight main-plugin-run loop as small as possible, this isn't as required anymore.
4aa9e9d7b9
runner: bump ident of load path msg
6fd4cd0ecd
add better error messages for no cmd and unknown cmd
90bc830a9a
lang: show line where error happened
ab2e8884b8
lang: add arg checks for the other commands
422cd2502c
lang: add basic argument validation
b8dcb84294
image: fix typo
981b52c05b
lang: add hack while AutoHashMap is broken
fc3972d65c
remove unecessary allocation in RunContext
75eeea14f3
add check for n_audio_out>2
1a8894eece
Merge remote-tracking branch 'upstream/master'
18ddc3b4e6
Fix static file handler for files > 2^31 bytes (#546)
17bf1c7709
Upgrade to Crystal v0.30.0 (#548)
6e2714404d
Add missing return types to overrides of abstract methods (#544)
e3544a86bf
Do not early return from HTTP::Server::Response::Output.close. Revert what Ameba broke
add ability to apply effects on a square region
add ability to apply effects on a square region
it would be complicated implementation-wise since the concept would be "a square modifier for plugins" which means another Image.runModifiedPlugin
function.
add ability to apply effects on a square region