Local file loading, better comments, and crash fixing!
If you want to check out or support this project, you can click the GitHub link! https://github.com/k754a/C-Plus-Plus-Web-Engine
Today, I worked a TON; I got through all the comments for the start and collision events for all the buttons and things in GUIRENDER. I also added some new features and fixed some huge bugs!
The new feature is file loading! You can now load PNG, JPEG, HTML, TXT, and HTM files straight from the search bar!
The main fix, and what took most of my time, was the prerender. as i was working on slimming the new tab create button down, i found a lot of strange bugs, esspicaly with webpages with large amounts of images (like stardance), this lead me down a lot of changes, overall, it was a issue with how i checked to see if i wanted to load it from disk, but it was also a bunch of stuff to do with multithreading, and locking parts, but after a lot of work, i fixed it!
I still need to fix up and finish GUIRENDER, but once I’m done with that, it’s off to work on the settings page.
Thanks for reading!