Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

Awesomium Engine #341

Closed Exmirai closed 8 years ago

Exmirai commented 9 years ago

Replace loading screen with preloaded page. Example :Garry's mod

ensiform commented 9 years ago

And garry's mod takes like 800 years to load because of it.

Why would you add a html engine just for the load screen. It would only work with static pages anyway.

Razish commented 9 years ago

Not really, server could specify a URL to visit. I don't plan on implementing this. It's unnecessary, often annoying content that introduces attack vectors.

Something should be done about loading screens, but I'm not sure what. If interactivity should be added, it's not impossible to add to the existing UI.

ensiform commented 9 years ago

Actually it is, considering the engine gives up mouse input during loading when not fullscreen.

And you cannot make it update faster during the map load part, as that's all handled in the trap call.

You should fix the progress bar anyway. It gets to 100% before it even finishes loading everything which is silly.

I believe eez tried to get it to implement at one time but couldn't figure out how to render with the engine?

Exmirai commented 8 years ago

may be use awesomium as ui render?

ensiform commented 8 years ago

The engine would need to be able to support it.

Exmirai commented 8 years ago

Couldn't be done because of engine