19
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 16, 2024 — Dec 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
VERY IMPORTANT! CHANGED GITHUB REPOSITORIES!! * In order to have proper official GitHub YafaRay repositories that do not show as "forked" from other projects, we have created new GitHub repositories. * Those new GitHub repositories are copies of the previous ones, and preserve all the history, commits, and contributors information. They also preserve the versions tags, although not the binaries for previous versions. * The old repositories will not be deleted, but marked as "Archived" in Github, meaning that they will no longer be updated there. The binaries of releases v3.5.1 or older will be preserved in those archived repos. * Distro maintainers and any other users who were linking/forking the original repos should switch to the new ones. * We hope this change helps further development, sorry for the inconveniences! More... over 5 years ago
Fixup for recent ruby binding rename More... over 5 years ago
Updating Changelog again for v3.5.1 More... over 5 years ago
MacOS: fix Qt5 menus. Toolbar not fixed yet, hiding it for now. More... over 5 years ago
Ruby Qt bindings: change name to avoid collisions in linux python "import yafqt" between yafqt.py and yafqt.so More... over 5 years ago
Updated Changelog for v3.5.1 More... over 5 years ago
Build info: change displayed compiler name (GCC when compiler id is GNU) to avoid confusion More... over 5 years ago
Logging: fixed HTML log display of jpg and png images More... over 5 years ago
Build info: made it less verbose (it was getting too long in some platforms) and added dash between platform and compiler when there is a platform (like MinGW) More... over 5 years ago
XML parser: fix build broken when XMLImport and XML Loader are disabled (and no dependencies on LibXML2/ZLib) More... over 5 years ago
MacOS: found/fixed root cause of Blender python segfault 11 and ruby SketchUp Make 2017 "incompatible version" problems For the Blender problems, Jens had contributed a long time ago some special python headers, libraries and special CMake code to use them, and it worked but was a weird unstable solution, heavily dependant on Blender development libraries/building process I also had constant problems to run YafaRay in SketchUp Make 2017 due to werid "incompatible version" issues More... over 5 years ago
Fixed install regression due to deleted file More... over 5 years ago
Updated CHANGELOG for v3.5.0 More... over 5 years ago
Swig Ruby: avoid -Wsign-compare warning. This looks like a bug in Swig. I believe that StrVector was not used anywhere (Blender Exporter nor SketchUp Plugin) as far as I know and can be safely deleted to get rid of this warning. More... over 5 years ago
Hiding some annoying warnings More... over 5 years ago
Interface: modified getVersion to return a std::string More... over 5 years ago
Updating CHANGELOG for v3.5.0 More... over 5 years ago
SPPM: fixed memory corruption when using startx, starty not zero As requested in https://github.com/YafaRay/Blender-Exporter/issues/41 and https://github.com/YafaRay/Blender-Exporter/issues/40 hitPoints array index was out of bounds (!) when using startx, starty not zero! Adding the startx,starty coordinates to the index generation to ensure index is in bounds. More... over 5 years ago
OpenCV image output denoise: fixed multiple (awful) regressions introduced in recent commits More... over 5 years ago
Bidirectional integrator: adding integrator information to log and badge More... over 5 years ago
Bidirectional integrator: fixed transparent shadows As requested in https://github.com/YafaRay/Blender-Exporter/issues/38 The parameters for transparent shadows were not actually used in the Bidir integrator, I've added them. Also, I had to create code to process transparent shadows correctly. Finally I had to make a correction in the shiny diffuse material sample function so W tends to 1 when transparency tends to 1, to avoid fresnel calculations to obscure the sampling in Bidir More... over 5 years ago
XML Parser: added XML SAX parsing error diagnostic messages As requested in https://github.com/YafaRay/Core/issues/121 The XML Parser was not really printing the internal LibXML2 error/diagnostic messages. Changes made to ensure the diagnostic errors are printed to the log. The SAX XML parser does show the XML line number where the error happened. I had to add some extra code to provide some guidance when a malformed XML file causes errors. During the XML reading, it will store the last element details and print them along the error, so the user can try to pinpoint the error in the XML file. Not easy, unfortunately, but should be better than before (where no information was shown altogether) Not sure about the potential performance penalty of this change, let's see... More... over 5 years ago
CMake: unifying all cmake-generated headers, simplifying code. Threads: moved runtime detection to dedicated class More... over 5 years ago
Clang: removing some new warnings after previous headers changes More... over 5 years ago
File: fixed unable to list files in Windows (like plugins) when not having the Archive flag enabled More... over 5 years ago
File: fixes for type collisions in 32bits OS systems and better portability More... over 5 years ago
Fixes for VS2019 More... over 5 years ago
Adding #pragma once to optimize headers inclusion More... over 5 years ago
IMPORTANT: general header files de-coupling and cleanup, some old unused and broken code deleted More... over 5 years ago
OpenEXR: removed "half float" image buffer optimization. It complicates the code too much and I think that piece of code was not really enabled in CMake. More... over 5 years ago