issues
search
user-grinch
/
Cheat-Menu
A mod menu for Grand Theft Auto III, Vice City & SanAndreas Classic Singleplayer
https://www.patreon.com/grinch_
GNU General Public License v3.0
165
stars
27
forks
source link
Refactor code
#46
Closed
user-grinch
closed
3 years ago
user-grinch
commented
3 years ago
Notes:
[ ] Try to reduce compilation time
[ ] Improve the way JSON is handled
Load data as structs
Do something about
typeid(std::string)
[x] Make calculations independent of frames per second ( delta time )
[x] Reduce unnecessary class inheritances, combine them into one? (Paint.h, vehicle_render.h, pool_object_renderer.h)
[ ] Improve data sharing between classes
[x] Improve the situation with hotkeys ( Add options to enable/ disable a particular hotkey )
Notes:
typeid(std::string)