HomeWildfire Games

Fixed things that use a colour rather than a texture (e.g. the progress bars).

Description

Fixed things that use a colour rather than a texture (e.g. the progress bars). Also fixed the completely broken 'caching' system that recalculated everything every single frame. Also made it give linker errors if I ever make that mistake again.

Details

Committed
philipDec 17 2004, 1:05 AM
Parents
rP1517: Oops, forgot to commit some new fonts. :)
Branches
Unknown
Tags
Unknown

Event Timeline

elexis added a subscriber: elexis.Aug 19 2019, 3:38 PM
elexis added inline comments.
/ps/trunk/source/gui/GUIutil.h
173

This made the un-optimizable copy.

elexis added inline comments.Aug 19 2019, 3:41 PM
/ps/trunk/source/gui/CButton.cpp
132

rP22570 made CGUISpriteInstance NONCOPYABLE, rP22693 switches to a GetSetting const ref.