Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Active development #138

Closed Davidah121 closed 1 year ago

Davidah121 commented 1 year ago

Fixes issue #136 Fixes issue #130

Working on issue #134. Need to do Linux versions and process CPU usage. SimpleXml adjusted to make it faster in general case when looking for a single attribute. Attributes no longer case sensitive.

For MSVC: Many changes but most where changing data types or avoiding implicit cast. Others being unused variables which have been mostly marked. Assume that all functions work for 32 bits only since the casting can reduce size. In most cases, 32 bits is more than adequate and if not, it should probably be handled in a different way. Note that the OpenGL and DirectX classes were not updated and need to be brought up to date.