🎉 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!

Middling Progress

Published February 26, 2006
Advertisement


Woo.

So this is the first steps of the moe client code; ye olde quake-style console. It is a static ChatBox, with its entry event bound to a cmdset (as described earlier). Text input, font/color changes, resizing with the window, scrolling all work as expected. Text selection via mouse does not work, and will almost certainly never work. Pasting input does not work, and might work if someone pesters me enough.

The server side code already works (by works, I mean it compiles and accepts players and allows them to chat with one another), and can be run as a standalone exe or as a spawned thread, controlled by a full window console like this one.

MDX + C#. ~8000 lines.
0 likes 1 comments

Comments

Rob Loach
Once I get font rendering, a console input system is a definate must.
February 26, 2006 01:25 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement