Friday, December 16, 2011, 08:21 PM
Uformia
Today I worked on adding custom tooltips for a CSliderCtrl. The CSliderCtrl was an alternative interface to using a drop-down combo box, and the tooltips had to show what option was currently associated. Attempting to do this from the parent window via WM_NOTIFY didn't work, but the following example did:
Read More...
[ add comment ] ( 225 views ) permalink
Thursday, October 6, 2011, 02:18 PM
Misc
http://urldecode.org converts the URL-Encoded POST data to readable text.
http://archive.dojotoolkit.org/nightly/ ... utify.html prettyfies the JSON into tabbed layout.
[ add comment ] ( 44 views ) permalink
Monday, September 12, 2011, 06:34 PM
Misc
I've updated my résumés to be current.
[ add comment ] ( 48 views ) permalink
Monday, September 5, 2011, 10:46 AM
Game
Created a Launchpad project at
https://launchpad.net/protomud to publicly host the sources for my concept testing MUD.
[ add comment ] ( 45 views ) permalink
Sunday, September 4, 2011, 05:28 PM
Game
Did some more developing on my concept testing game server. Rooms now have connectivity (Portals). The current testing map creates 4 rooms and links them to the starting lobby, users can move between rooms. This is in preparation for event propagation - sounds/actions/etc will be events that pass from location to connected locations, changing as they go.
The plan is that a clear sound in one room will be muffled if passing through a closed door, and become muffled after passing through multiple open doors. Visual events will become less detailed as they pass through (open) portals. Also line-of-sight will affect the events, so that sound becomes muffled faster going around corners, and visual events won't go around corners.
[ add comment ] ( 44 views ) permalink