Commit Graph

45 Commits

Author SHA1 Message Date
Rudis Muiznieks f09aab9f82 Update 'README.md' 2023-03-18 20:01:13 +00:00
Rudis Muiznieks 03a612bfc0
Update README.md 2020-05-11 08:20:05 -05:00
Rudis Muiznieks 3a81abf1b1 added additional tool links to README 2020-05-11 08:02:18 -05:00
Rudis Muiznieks 7970c6cd4b added license 2020-05-11 07:43:14 -05:00
Rudis Muiznieks f7cab514cc fixed bug with scene resolution when one scene has no conditionals 2020-05-10 12:00:32 -05:00
Rudis Muiznieks 44ed5f165b improved logging facilities, improved game traversal efficiency 2019-09-21 18:52:00 -05:00
Rudis Muiznieks bace78ff2b updated readme, tagged new version 2019-05-12 09:58:52 -05:00
Rudis Muiznieks 5a1c3ecfae
Merge pull request #8 from rudism/lint-mode
Lint mode
2019-05-12 09:50:02 -05:00
Rudis Muiznieks 3206a015e6 note about lint mode in help text 2019-05-12 09:44:10 -05:00
Rudis Muiznieks 85a06d77cd output multiple errors instead of just dying on the first one encountered 2019-05-12 09:30:23 -05:00
Rudis Muiznieks b75a672ce2 handling more errors gracefully 2019-05-12 09:29:09 -05:00
Rudis Muiznieks 4ff4693fa3 improved error handling and reporting, plus lint mode for checking files for errors 2019-05-12 09:29:09 -05:00
Rudis Muiznieks ed54a71fb3 removing old releases on publish 2019-01-16 16:50:50 -06:00
Rudis Muiznieks 5ace751b4b fixed missing encoding problem 2019-01-16 16:47:17 -06:00
Rudis Muiznieks 098812c5a8 switched from mono to .net core 2019-01-16 16:20:24 -06:00
Rudis Muiznieks b40a6abf89
fixed publish script 2018-05-22 09:47:47 -05:00
Rudis Muiznieks 8210276c8e
better handling of scenes with empty titles
closes #5
2017-12-28 17:42:33 -06:00
Rudis Muiznieks dbfd02ff96
fixes for epub validation re issue #4 2017-04-13 11:50:07 -05:00
Rudis Muiznieks 52c8768ac2
fixed current directory method in template class 2016-09-20 14:07:34 -05:00
Rudis Muiznieks 6f04123f3f
replaced resx with simpler static file lookup 2016-09-20 12:19:11 -05:00
Rudis Muiznieks dc162cc2a6 fixed story description 2015-07-29 18:11:07 -05:00
Rudis Muiznieks a6dc04f165 added info about debug flag 2015-07-27 17:41:49 -05:00
Rudis Muiznieks 09610534c7 added some docs to readme file 2015-07-26 15:51:42 -05:00
Rudis Muiznieks ab1facc20f removed empty test file 2015-07-26 13:44:07 -05:00
Rudis Muiznieks df74f2481a added link to website 2015-07-24 01:02:33 -05:00
Rudis Muiznieks 3f6d4bac19 added blockhandler unit tests 2015-07-24 00:56:53 -05:00
Rudis Muiznieks f6021557fc added unreachable scene/action warnings 2015-07-19 17:19:40 -05:00
Rudis Muiznieks 4fc90cf8b7 added block name and line numbers to all exception output 2015-07-19 15:51:31 -05:00
Rudis Muiznieks 46ec2df6df resource naming fixes for compiling under linux/mono 2015-07-19 01:00:06 -05:00
Rudis Muiznieks 8fd43e624c rudimentary image support 2015-04-01 17:17:36 -05:00
Rudis Muiznieks 8f89d1e951 added epub renderer 2015-02-08 19:30:12 -06:00
Rudis Muiznieks eeb7f1badb html renderer generates index page; fixed more traversal/state resolution bugs 2014-08-10 17:32:13 -05:00
Rudis Muiznieks 611cde2e29 fixed some enumeration and state resolution problems (I think) 2014-08-10 15:25:20 -05:00
Rudis Muiznieks 692d7a670a resolving action links in gametraverser now; added basic html renderer 2014-08-10 11:10:21 -05:00
Rudis Muiznieks a0c9ce5d8c added page compression to remove redundant page states; implemented state resolver 2014-08-09 15:18:31 -05:00
Rudis Muiznieks bd99018ed1 started tracking info to help collapse full enumeration 2014-07-27 00:43:32 -05:00
Rudis Muiznieks 1d0834e8ac full in-memory enumeration of stories complete 2014-07-26 23:54:50 -05:00
Rudis Muiznieks 178a44a1b9 adding negative conditions and toggles... what the heck... also hard-coded file paths in the tests, so awesome 2014-07-02 23:11:36 -05:00
Rudis Muiznieks d72b393e21 removed negative condition checking, very little gained for so much additional complexity 2014-07-01 01:51:08 -05:00
Rudis Muiznieks 154410fb54 continuing scene expansion 2014-06-30 23:55:16 -05:00
Rudis Muiznieks 12ac1cfadc starting scene expansion 2014-06-30 17:09:02 -05:00
Rudis Muiznieks 4538edd9a3 starting on scene expansion 2014-06-30 11:59:56 -05:00
Rudis Muiznieks e9c7d4c391 added regex for parsing conditions and toggles from hrefs 2014-06-29 23:30:40 -05:00
Rudis Muiznieks 5f995fe06d initial commit, incomplete parsing but a good start 2014-06-29 23:04:51 -05:00
Rudis Muiznieks 9190faa9d1 Initial commit 2014-06-29 22:26:57 -05:00