1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 03:41:04 +03:00
Commit graph

172 commits

Author SHA1 Message Date
Pelle Nilsson f8ba31300a Target to find FIXMEs in code. 2013-06-04 00:02:02 +02:00
Pelle Nilsson 8e1ac6353d Export and import JSON mapping of section numbers.
Except if flag -M is given.
2013-06-03 23:46:11 +02:00
Pelle Nilsson 18f313666e Do not crash when there are gaps in section numbering. 2013-06-03 23:45:31 +02:00
Pelle Nilsson c17d00872b Cleaned up output and templates handling a bit. 2013-06-03 22:19:06 +02:00
Pelle Nilsson 2dfd2dca24 todo 2013-06-03 22:08:07 +02:00
Pelle Nilsson 5d42472385 Use term section instead of paragraph.
Because it will become confusing later when there is support
for sections split up in several paragraphs otherwise.
2013-06-03 21:57:55 +02:00
Pelle Nilsson 81f27d0648 Created GNU Makefile to help build files. 2013-06-03 21:48:28 +02:00
Pelle Nilsson 84bf6baea5 Renamed templates directory to templates, because that is what it contains. 2013-06-03 21:48:01 +02:00
Pelle Nilsson 4e9312e4e0 Ignore some leftovers from working in another branch. 2013-06-03 21:30:00 +02:00
Pelle Nilsson 707d5692cb Switched from JSON to simpler format.
Code is a bit of a mess at the moment. Might have to generate some JSON
later anyway to make it easier to make playable game in browser.
2013-05-30 00:18:05 +02:00
Pelle Nilsson bdc101a6db Added simple HTML output support. 2013-05-29 00:01:17 +02:00
Pelle Nilsson f01eb0a3f3 Fixed bugs in DOT and RTF output. 2013-05-29 00:00:30 +02:00
Pelle Nilsson f0ad6ea094 Halfway through refactoring output formats.
The idea now is that only simple plain-text template files are used
for all formats, rather than having a Python class for each one.
At least for the currently supported formats this seems to work very well.
Need to clean up and remove all the reduntant class definitions sometime.
2013-05-28 23:31:09 +02:00
Pelle Nilsson 3791e8c688 readme 2013-05-28 23:28:13 +02:00
Pelle Nilsson 0bd449d1b2 Basic RTF output added. 2013-05-28 07:02:47 +02:00
Pelle Nilsson f2dd2c3bfb Instead typo. 2013-05-28 06:56:54 +02:00
Pelle Nilsson 7e140e0990 Ignore *.out and *.png files. 2013-05-27 23:49:07 +02:00
Pelle Nilsson 74cd2958ab Removed generated files from git. 2013-05-27 23:48:44 +02:00
Pelle Nilsson 31c49e8118 Raise error if attempting to us RTF, as it is not yet implemented. 2013-05-27 23:48:13 +02:00
Pelle Nilsson 3b551f74e7 Todo list updated and in better format. 2013-05-27 23:40:21 +02:00
Pelle Nilsson d12e43ff67 Added PDF from LaTeX generation to test.sh. Script also now executable. 2013-05-27 23:40:08 +02:00
Pelle Nilsson 4986b40cf0 Initial basic version of gamebook formatter.
Reused old paragraphs.py and test_paragraphs.py.
Implemented very basic output for Graphviz DOT and LaTeX files.
Basic plain-text debug output.
2013-05-27 23:33:36 +02:00