From da3bc860f66d34f233028e819beee32dd1c43dd8 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 18 Jan 2018 16:49:54 -0500 Subject: Modernized project This rewrite brings the codebase of this project more in line with the format of the other bots, including things like C++ randomization, better abstraction, use of exceptions, etc. Notably, any FFMPEG objects that get allocated are wrapped in simple objects so that they get properly destroyed if an exception is thrown. Some more error detection and cleanliness stuff can probably be done but my wrists really hurt. Also updated librawr, and thus also removed the yaml-cpp submodule. --- vendor/rawr-ebooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor') diff --git a/vendor/rawr-ebooks b/vendor/rawr-ebooks index ba25493..247ee4d 160000 --- a/vendor/rawr-ebooks +++ b/vendor/rawr-ebooks @@ -1 +1 @@ -Subproject commit ba25493b55b4e4e35de3fca69afd15ddcbaa545c +Subproject commit 247ee4de24eab5ecd030542724db9f69aaa1ed1a -- cgit 1.4.1