Implement DataBrowser which downloads resources (images, css) on its own.
There's a hack with resources base url and a bug with images not appearing when downloading done (scroll helps though).
- Implement progressbars to show download progress
- Link to quazip library (not used yet)
Reenable a bunch of old portal play stuff, like dropping grenade into portal on hog, jumping through portal w/ hog on other end, collecting crate w/ portal etc. Also add cooldown to cake/portal interaction. It may still not do what you expect, but it probably shouldn't spin in place.
Just for fun. Flowers! Also, use a less blatant image in ammo menu.
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
allow fullscreen resolution selection (but still leaves in the auto max for commodity)
OMG. I forgot this one.
Thicker borders. Still need something by an actual artist.
Remove toLocal8Bit() conversion of file name as Qt should handle filenames on its own. Helps with filename on Windows, could help with
issue #189.
Implement save button on game statistics page.
I'm surprised I did it.
Closes
issue #264
Fixed a major bug (related to pointers) which also solves the stuttering when zooming in and out
Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)