11 Commits (2ad738340654969026352878bc37f0fdabf4a7e3)

Author SHA1 Message Date
MitchellHansen 3aaffce566 Refactored and commented the Hardware Caster. Cleaned up many small things
8 years ago
MitchellHansen 50c6d68944 Switched Utils name back. Converted the current debug text over to ImGui.
8 years ago
MitchellHansen 15fb922c27 Had some include troubles, renamed util but need to rename it back to .hpp. Switched the fps counter to run with imgui
8 years ago
MitchellHansen e364c5380d Lights are now working correctly. Need to update the kernel to account for multiple lights, and add sfEventSubscriber to the LightHandler
8 years ago
MitchellHansen 6e0d5814e1 Added some documentation on the lights. Got most everything tidied up. Having some issues with std::moving unique ptrs. Going to change them to shared_ptr
8 years ago
MitchellHansen bfb6d922a3 Working on lights, I'm conceeding and just using a fixed array. I think it will be faster in the long run, as I won't have to rebind the lights when I add/remove one. Also wrestling with really lame compiler erros with these templated pointers
8 years ago
MitchellHansen 0047db0a65 Not sure if I'm a huge fan that I have to specify the folders in the includes now
8 years ago
MitchellHansen 3571bdcd61 Fixed all the compiler warnings, fixed depreciated screenshot function
8 years ago
MitchellHansen fa047f9e3a Wrestling with the compiler to pass these shared_ptr's
8 years ago
MitchellHansen a01b089d12 Still wrestling with a good way to hide the packing
8 years ago
MitchellHansen effed8a2bf Working more on the lights. Trying to get around the packing requirements for passing data to CL
8 years ago