Thread: Updated tile editor screens

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Updated tile editor screens

    This is basically a re-designed interface for my tile editor. It still has some painting issues that are easily solved but overall I like it.

    The far right docked window is a CDockedDialog derived from CDialog. It's my own custom class that allows you to use dialogs as non-popup modeless windows that can be docked to the frame. I can also use tabbed dialogs inside of dockable windows unlike the default CPropertySheet behavior.

    The tile palette window is composed of a custom CPropertySheet-derived class with custom CPropertyPage classes which use CTilePalette windows (derived from CWnd) to draw the tiles.

    The actual view is drawn by a separate CTileRdr class. Initially I had the same class drawing both views, but it was too cumbersome so I created two specific classes for this.

    So far I think it is coming along quite well.

    Ok so maybe this is a Windows post, but hey it's for a game editor so that counts. Doesn't it?
    Last edited by VirtualAce; 03-12-2011 at 11:42 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Need testers for editor
    By VirtualAce in forum Game Programming
    Replies: 43
    Last Post: 07-10-2006, 08:00 AM
  3. Tile editor updated screenie
    By VirtualAce in forum Game Programming
    Replies: 4
    Last Post: 12-24-2005, 03:32 PM
  4. Tile map loading/saving
    By sand_man in forum Game Programming
    Replies: 16
    Last Post: 04-23-2005, 09:38 PM
  5. Tile Editor
    By Nick in forum Linux Programming
    Replies: 3
    Last Post: 08-10-2001, 11:24 PM