Most things have been documented minus things that are not properly implemented. Examples of such are functions that have no implementation, classes that may be deprecated, or classes that need to be updated.
Very few are this way though.
All documentation is viewable in an HTML formatted webpage.
Many classes now use File instead of just std::string or std::wstring. File have been improved to allow the programmer to input any string and it get converted to a File object. Streamlines loading data avoiding issues dealing with unicode paths.
Added copy and paste for text as it is generally useful for different applications.
Only 2D collisions are left which will lead into a general button for the Gui stuff.
closes #35 closes #85 closes #88
Most things have been documented minus things that are not properly implemented. Examples of such are functions that have no implementation, classes that may be deprecated, or classes that need to be updated. Very few are this way though. All documentation is viewable in an HTML formatted webpage.
Many classes now use File instead of just std::string or std::wstring. File have been improved to allow the programmer to input any string and it get converted to a File object. Streamlines loading data avoiding issues dealing with unicode paths.
Added copy and paste for text as it is generally useful for different applications.
Only 2D collisions are left which will lead into a general button for the Gui stuff.