- XML_Loader: Complete rewrite (no more testloader.cc, now is xml-loader.cc on src/xml_loader dir), changed commandline argument parsing (cliParser_t class introduced and getopt removed)
- XML_Loader: GNU style arguments are now accepted, new options availabe, (for more info run yafaray-xml -h or --help argument)
- DrawParameters Badge: now can be rendered from any output method and set via xml, logo, font style and badge width and transparency changed
- Misc: removed license conflicting font
- SConstruct (modified, previous: r521)
- bindings/yafrayinterface.i (modified, previous: r501)
- include/core_api/environment.h (modified, previous: r320)
- include/core_api/imagefilm.h (modified, previous: r486)
- include/core_api/integrator.h (modified, previous: r499)
- include/interface/yafrayinterface.h (modified, previous: r452)
- include/utilities/console_utils.h (added)
- include/utilities/drawfont.h (deleted: r354)
- include/utilities/guifont.h (added)
- include/utilities/yafLogoTiny.h (modified, previous: r354)
- src/gui/guifont.h (deleted: r412)
- src/gui/mywindow.cc (modified, previous: r503)
- src/integrators/DebugIntegrator.cc (modified, previous: r352)
- src/integrators/bidirpath.cc (modified, previous: r527)
- src/integrators/directlight.cc (modified, previous: r518)
- src/integrators/pathtracer.cc (modified, previous: r535)
- src/integrators/photonintegr.cc (modified, previous: r536)
- src/interface/yafrayinterface.cc (modified, previous: r452)
- src/testsuite/SConscript (modified, previous: r258)
- src/xml_loader [directory] (added)
- src/xml_loader/SConscript (added)
- src/xml_loader/xml-loader.cc (added)
- src/yafraycore/environment.cc (modified, previous: r510)
- src/yafraycore/imagefilm.cc (modified, previous: r486)
- src/yafraycore/scene.cc (modified, previous: r463)
|