🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Progress Report

Published March 19, 2006
Advertisement
Morning Progress:

- Added serverside lobby->game transition skeleton functions, events, and clientside lobby->game transition skeletons.
- Added one of the triggers for the 'Start Game/Ready' button in the Lobby.
- Added base_manager code to allow resource_definition aliases.

Previously, if I wanted a different name for a resource (ex. "ConsoleFont" and "Arial12" referring to the same font) I had to duplicate the resource creation, or explicitly load the font (the console loads "Arial12", not "ConsoleFont"). Now manager.Alias allows differing names to refer to a single instantiation of the resource. This should allow for far cleaner and more grandular control over resources.

[edit:]
Evening Progress:

- Added mousewheel control to StringLists [effectively for the Console and ChatDisplay]
Previous Entry Sleepy day.
Next Entry Minor Progress
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement