82 Commits

Author SHA1 Message Date
David Williams
6781462b59 More formatting fixes. 2013-06-17 11:19:36 +02:00
David Williams
3e1539fc62 Fixed some formatting. 2013-06-17 11:16:59 +02:00
David Williams
a1d773f5e7 Added documentation on voxel access. 2013-06-16 17:22:53 +02:00
Daviw Williams
d34ff02b0b Updated documentation on error handling. 2013-05-24 16:31:36 +02:00
Daviw Williams
db1c2bf0f8 Replaced 'code-block' with 'sourcecode'. 2013-05-16 16:19:38 +02:00
Daviw Williams
9fa0cc8a2a Updated error handling documentation. 2013-05-16 11:12:27 +02:00
David Williams
7d0fc3e3d2 ErrorHandling.rst edited online with Bitbucket: It seems we need to use 'sourcecode' rather than 'code-block' to make the code show up in the BitBucket preview. 2013-05-16 08:43:43 +00:00
David Williams
afd5f0efc6 ErrorHandling.rst edited online with Bitbucket - Just a test commit to see if code copy-and-pastedfrom the BitBucket docs actually shows up in the user manual. 2013-05-16 08:37:50 +00:00
David Williams
2010b46709 ErrorHandling.rst edited online with Bitbucket: Trying to fix syntax highlighting in user manual. 2013-05-16 08:35:00 +00:00
Daviw Williams
2203e30f39 Added documentation on error handling.
Default log handler now suppresses LogLevels::Debug messages.
2013-05-15 17:01:57 +02:00
David Williams
ee299a45f0 Work on error handling. I replaced some asserts with exceptions and also added basic error handling documentation. 2013-05-11 10:05:08 +02:00
Matt Williams
cb808ab593 Update copyright year for manual 2013-04-21 17:17:08 +01:00
Matt Williams
60826b4c85 Add documentation and a tutorial for the Python bindings
This should cover most questions about the Python bindings but of course,
some things in the bindings is still subject to change.
2013-04-16 23:18:16 +01:00
David Williams
3b1a3f9536 Ran documentation through spell checker. 2012-11-18 14:23:33 +01:00
David Williams
64cb4f654f Our text files were a mix of Windows encoding and Unix encoding for the line endings. While I think the Windows approach is silly, it's also more widely supported (i.e. by Notepad.exe). I've now fixed this for consistency.
This may affect other files (source code?) as well but I'll fix that if/when I see it.
2012-11-18 10:56:55 +01:00
David Williams
02d6f6c58e Fixed some typos in documentation. 2012-11-18 10:50:37 +01:00
David Williams
b3f3483e9e Fixing a couple of typos. 2012-11-18 00:38:37 +01:00
David Williams
6fc8eb4a18 Fixing typos in documentation. 2012-11-18 00:33:40 +01:00
David Williams
a67f9f86fa Updated Tutorial 1 to match BasicExample. 2012-11-17 17:11:08 +01:00
unknown
0fd3db4051 Updated texture mapping docs. 2012-10-23 18:43:07 +02:00
David Williams
bc01223237 Removed some unecessary hierarchy in VS project structure.
Renamed the documentation targets in VS for clarity.
2012-09-28 14:07:13 +02:00
David Williams
4b63c34305 Brought the manual and API docs together under the same heading in Visual Studio. 2012-09-28 13:54:27 +02:00
unknown
035c2e7de2 Added GLSL example code. 2012-09-18 19:38:49 +02:00
unknown
79ca5aaae7 Work on prerequisites documentation. 2012-09-18 19:27:01 +02:00
unknown
959621854b Extending documentation for CubicSurfaceExtractor. 2012-09-16 21:48:12 +02:00
unknown
39f7bb851c Work on CubicSurfaceExtractor documentation. 2012-09-13 00:34:00 +02:00
unknown
bd5c8f4e81 Started documenting CubicSurfaceExtractor. 2012-09-12 11:55:19 +02:00
unknown
ff3f414315 Small changes to documentation. 2012-09-11 23:25:14 +02:00
unknown
17827fe8a6 Tidying up documentation files. 2012-09-11 00:20:42 +02:00
unknown
8ccfb46d97 Re-added Matt's changes which I deleted by mistake. 2012-09-10 22:40:44 +02:00
unknown
d7e24afdec Stage two of changing the case. 2012-09-10 22:33:44 +02:00
unknown
945db61b5f Stage one of changing the case... 2012-09-10 22:33:21 +02:00
unknown
58206e3c48 Renamed FAQ file. 2012-09-10 22:30:42 +02:00
unknown
9949aa6881 Added a big chunk of documentation. 2012-09-09 22:56:51 +02:00
Matt Williams
73c900f4ae A few small fixes to the documentation. 2012-09-06 16:11:18 +01:00
David Williams
56d672e678 Renamed documentation files.
Added placeholder.
2012-09-05 21:37:13 +02:00
Matt Williams
84b0ded313 Merge branch 'master' of gitorious.org:polyvox/polyvox 2012-08-24 13:21:21 +01:00
Matt Williams
480c159327 Add copyright headers to all the CMake files 2012-08-24 13:20:41 +01:00
unknown
fb060934d8 Corrections to texture mapping docs.
Added initial LOD docs.
2012-08-21 23:09:24 +02:00
unknown
0cfa67d474 More work on texture mapping documentation. 2012-08-20 23:34:04 +02:00
unknown
0774f71652 More work on texture documentation. 2012-08-20 18:09:28 +02:00
unknown
ca15e9b62b More work on texture documentation. 2012-08-20 17:08:11 +02:00
unknown
2c495e06bd Updated text and added diagram. 2012-08-19 23:11:02 +02:00
unknown
f9332d2300 Extending documentation. 2012-08-19 21:44:38 +02:00
unknown
7ffad83a6f Expanding the texture mapping documentation. 2012-08-19 18:41:31 +02:00
unknown
da7525468d Spelling correction and additional content for texturing documentation. 2012-08-19 10:21:13 +02:00
unknown
828cb211da Updated FAQ. 2012-08-14 10:22:58 +02:00
Matt Williams
b96309f4a4 Use the CMake folder tool to help IDEs groupt targets.
This is done as seen in http://athile.net/library/blog/?p=288

Hopefully this works in Visual Studio as KDevelop doesn't use this feature.
2012-08-12 04:29:51 +01:00
unknown
36a7e37983 Adjusting the documentation... 2012-08-06 18:48:07 +02:00
unknown
d14fabab52 Added initial version of texture mapping documentation. 2012-08-06 18:46:54 +02:00