HTML5 Large Random Map test
This time it's building random patches. And I've added a layer for sprites. There's two of them and they're static, so again it's not too exciting. I did notice, however, that I'm running into serious performance issues when building these patches. So this technique isn't going to fly.
Maybe it's faster to farm out the work to web worker threads, but they don't have access to the DOM and can't use any HTML elements. So I'd have to pass everything as an array (from getImageData()) , let the web worker assemble the patch, which is then handed back as an array. I haven't tried that yet.
The other possibility is to have the server generate the patches. Google maps style. The immediate downside is that I'm no longer saving bandwidth, since the same tiles that were previously displayed on the client are now generated by the server. Maybe patches could be hashed and different areas of the map could be served by the same image, if the hash matches. That would also involve some Erlang. So far it's all just been JavaScript.
Print This Post
SLBuzz.com snapshots are working again!
Earlier today Torley Linden contacted me to let me know that SLBuzz had stopped processing postcards sent from within Second Life.
Turns out that the issue was that the format of the embedded meta data had changed which the parser couldn't cope with. The new meta data is better as it also includes the region coordinates, not just the local coordinates. I modified the parser, and it's all working again, the backlog has been processed and nothing was lost. Currently, some of the postcards come in with old and some with new meta data, as there may be a rolling restart going on, but both formats are handled properly.
Keep the snapshots coming!
Print This Post
Speedier IMs
I fixed a bug. Now sending in-world IMs, adding someone to the friends list, and sending email from profiles should be snappier.
Posted by Second Life Resident Mark Barrett.
Print This Post
Skiing in the nude
Well that was not exactly what I had hoped for. So I'm on the Weather Island, which looks great. Extreme skiing sounds like fun, so I bought my set of utilities (boots, skiis and poles). I ski in RL so maybe this will be fun.
On top of the hill I run into Dharma Austin, who told me that she just gave it a whirl and found it quite hard actually.
So I'm trying to put on the skiis but it's not going so well. I used the inventory filter "Skis", which gave me the skis but at the time I didn't know that boots and poles were part of the package. Once I had it figured out, I thought that to wear all of it, I just drag and drop the folder with the stuff onto my avatar. But that's not how it works. Instead, it took away all my clothing, etc.
Last thing I saw was:
[15:52] You: doh
[15:52] Dharma Austin: you freak!
Before I could explain anything she teleported away…
Not my day, is it?
Posted by Second Life Resident Mark Barrett.
Print This Post