HomeWildfire Games

A bunch of updates:

Description

A bunch of updates:

  • Added *unfinished* control input.
  • The GUI captures the events now, so that you can't press anything in the game if the GUI is infront of it. The GUI needs some cleaning up though.
  • Made the type 'empty' unpressable, because all those "0 0 100% 100%" empties were just like pieces of glass making the user unable to select anything in the game.
  • A bunch of other updates I made like weeks ago and never committed.

Details

Committed
geeOct 14 2004, 12:09 PM
Parents
rP1233: Added minimap setting, and progress bar settings (they are not as described in…
Branches
Unknown
Tags
Unknown

Event Timeline

elexis added a subscriber: elexis.Aug 27 2019, 2:32 PM
elexis added inline comments.
/ps/trunk/source/gui/CGUI.cpp
1209

(^ default style loading)

/ps/trunk/source/gui/IGUIObject.cpp
373

Not sure if this is beauty to have styles specify information that is not used, nor reported to be unused when it could be reported here.

It seems the line is only here because the "default" style is loaded for every GUI object type.

Adding the LOGWARNING here shows a bunch of wrong XML data that can be rectified with the help of this being shown.