KenzieMac130 / ogre-procedural

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

Apply Transporter's big patch #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Obviously, a few things must not be applied without careful 
reading/rewriting....

Add support for ogre 1.9.0
Update FindOGRE.cmake
Update examples cmake files
Update BaseApplication.cpp
Improvements for doxygen template (html.cfg.in):
Update doxygen template
Using version number defined in cmake
Add example codes
Combine manual with api documentation
Support for graphviz/dot
Add support for svg export to illustrations project
Improve boost detection
Fix rapidxml-include
Update SVG parser and example
Add dermonts patch
Change number of segments type from int to unsigned int
Fix number of warnings for doxygen (unsupported char, error in param doc)
Extend LinePath
Update bezier curves

Original issue reported on code.google.com by michael.broutin@gmail.com on 17 Sep 2012 at 12:09

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by michael.broutin@gmail.com on 25 Sep 2012 at 8:29

GoogleCodeExporter commented 8 years ago
Now, the patch to apply has been broken into several smaller patches:
1. ogreprocedural-uint-doc.patch
2. ogreprocedural-svg.patch
3. ogreprocedural-ogre190.patch
4. ogreprocedural-help.patch
5. ogreprocedural-texture.zip 

Original comment by michael.broutin@gmail.com on 26 Oct 2012 at 4:57

GoogleCodeExporter commented 8 years ago
All of the above were applied to my local repository, expect #2, since I don't 
see the point (it fixes a problem that doesn't exist).

Gotta refactor a few things (break down the mega big texture source files, and 
port what was in manual.dox into manual.txt) and I'll commit.

Original comment by michael.broutin@gmail.com on 26 Oct 2012 at 9:16

GoogleCodeExporter commented 8 years ago
Done (except the refactoring, will see that later)

Original comment by michael.broutin@gmail.com on 8 Nov 2012 at 10:27