summaryrefslogtreecommitdiff
path: root/inc/functions.hpp
AgeCommit message (Collapse)Author
2017-03-07-added more detailed mutation function, eventually a normal distrobution ↵majortom6
will be implemented -added roll function, which takes a float ie (.15) and returns a true that percent of the time
2017-03-07-speedcaps now working againmajortom6
-creatures now randomize target better again -thats enough for today, src is still a mess and main can be cleaned a bit
2017-03-07-refractoring of includesmajortom6
2017-03-07-removed all references to sdl_rect and location and now everything now uses ↵majortom6
our own class rectangle -standardization of tab spaces to 8 is now in effect -refractoring of graphicsobjects.hpp
2017-03-07-quadtree and opengl rendering are now in the master branch !iamn1ck
-using sdl_rect for location and size ended up being not so great due to it not having floats, so we reverted back to using location -much, much refractoring is now needed
2017-01-21-took basic math functions and put it into functions.hpptom
-spaced various lines -reorganized variables by datatype -implemented reproduction -reorganized pathing so once a target is set, the creature checks if that same target is near every cycle