Untitled

posted in DruinkJournal
Published July 18, 2006
Advertisement
I got about an hours sleep last night, and then I nearly died today in the heat. I was on the verge of calling in sick today, despite us having Beta due on Wednesday. I'm not used to this stupid temperature, and Glasgow is even hotter than Edinburgh.

Apparently Scotrail aren't used to it either; one of their trains died in the tunnel just outside Queen Street, causing all the trains to be cancelled or delayed. Then I managed to get on the hottest train on the face of the planet.

Another CD arived. I'm beginning to think that I may have ordered slightly too many at once. Anyway, I'm now the owner of Assemblage 23 - Defiance, which is awesome++

TEH MMORPG!!1 is comming along, although I really want to try and seperate the engine from the game more, then I can re-use the engine code much more easily. I want to tinker a bit more with the engine code, I'm still not happy with how sprites are rendered.
You create a SOSprite object, and fill in the details for it (Texture, texture coords, position, etc) then add it to the scene graph. When the scene graph calls it's Render() method, the sprite fills in an internal structure with all it's members and passes that onto CSpriteMgr::Draw(). CSpriteMgr::Draw() adds the struct to a std::multiset. At the end of rendering in the scene graph, the scene graph flushes the sprite manager, at which point it renders all the sprites, with proper batching.
However, since almost every object is a sprite, this isn't very nice at all. I know I only want to have to handle the scene graph - I don't want the game code having to add sprites to a sprite manager and everything else to the scen graph - I suppose I could make the scene graph and sprite manager the same object, but I'm not sure if there's a nicer way to do things.

Anyway, it's much cooler tonight, I'm going to have an early night and try to sleep for a change...
Previous Entry Untitled
Next Entry Untitled
0 likes 2 comments

Comments

ukdm
I was told of a solution for sweltering hot nights that actually works (for me anyway). You just need a hot water bottle and a pillow case. Fill the bottle with cold water and stick it in the freezer while you are out during the day. Just before you get into bed take it out, wrap it in the pillow case and take it to bed. The coolness lasts for a few hours and you nod off quite quickly. :-) Rinse and repeat until the summer has died and we are back in the happy world of cool autumn.
July 18, 2006 05:02 PM
Evil Steve
Quote:Original post by ukdm
I was told of a solution for sweltering hot nights that actually works (for me anyway). You just need a hot water bottle and a pillow case. Fill the bottle with cold water and stick it in the freezer while you are out during the day. Just before you get into bed take it out, wrap it in the pillow case and take it to bed. The coolness lasts for a few hours and you nod off quite quickly. :-) Rinse and repeat until the summer has died and we are back in the happy world of cool autumn.
I like the sound of this idea...
July 19, 2006 03:38 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement