0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored drawing, improved pause More... over 17 years ago
Added screenshot save to jpeg using libjpeg More... over 17 years ago
Made display operate in it's own thread. Added rays to display More... over 17 years ago
Moved (almost) all magic constants into a config struct. Rationalized tree init and reset functions. created a forest struct that hold all the info. More... over 17 years ago
Integrated kd-tree further kd-tree testing turned up a nasty intersection bug - now fixed More... over 17 years ago
Removed lots of deprecated stuff from geometry More... over 17 years ago
Expanded kd_tree testing. More debugging for the tree More... over 17 years ago
Added kd-tree test procedure to main.c Debugged kd-tree, pending further testing of course More... over 17 years ago
Added kd-tree to analyze the branches and (hopefully) speed up ray intersection testing More... over 17 years ago
Added line bisection function More... over 17 years ago
Actually unpaused at startup now More... over 17 years ago
Turned off auto-pause at startup More... over 17 years ago
Added auto-save and auto-load of forest More... over 17 years ago
Made tree position random. Made rays individually generated rather than radiating from lights More... over 17 years ago
Changed breeding rules to replace 3/4 of dead trees with bread replacements More... over 17 years ago
Re-arranged lighting, scoring and killing code More... over 17 years ago
Fixed all the memory leaks. Reverted to leaf only collision detection for performance. Changed branch length to 5 for increased prettiness. More... over 17 years ago
Added profiling, debug and release targets to the Makefile More... over 17 years ago
Fixed rule_set memory leak More... over 17 years ago
Removed unused functions from tree.c More... over 17 years ago
Abstracted iterate_single_light_forest. Replaced original iterate_forest with new iterate_single_light_forest, reflected that change in main. More... over 17 years ago
Added a mod operation to the sin/cos_cache lookups so that angles > 360 can be selected without a crash More... over 17 years ago
Added invert_weights function to allow roulette select to be used to preferentially select the least fit trees More... over 17 years ago
Added flymake target to Makefile. More... over 17 years ago
single light forest with randomly moving light More... over 17 years ago
Debugging single light forest More... over 17 years ago
Modernized Makefile Started moving in the direction of global rays. Added printers for points and lines. More... over 17 years ago
Added forest file. Fixed some leaks and genetics. Added local breeding. More... over 19 years ago
More clearing up, new genetics file, better drawing of trees. More... almost 20 years ago
Clearing up and simpleification. More... almost 20 years ago