Unbake the special help texts.
The text in the various help dialogs that was previously baked into an image is now drawn as text, meaning that it benefits from text unblurring when scaling is active. This entails some small changes to layout, since it's a different font. Dialog engine changes: * A new picture type allowing to draw the inventory button icons directly into a dialog. * A new widget type that simply draws a line between two points.
This commit is contained in:
@@ -358,6 +358,7 @@
|
||||
<ClCompile Include="..\..\..\src\dialogxml\widgets\field.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dialogxml\widgets\led.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dialogxml\widgets\ledgroup.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dialogxml\widgets\line.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dialogxml\widgets\message.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dialogxml\widgets\pict.cpp" />
|
||||
<ClCompile Include="..\..\..\src\dialogxml\widgets\scrollbar.cpp" />
|
||||
@@ -456,6 +457,7 @@
|
||||
<ClInclude Include="..\..\..\src\dialogxml\widgets\field.hpp" />
|
||||
<ClInclude Include="..\..\..\src\dialogxml\widgets\led.hpp" />
|
||||
<ClInclude Include="..\..\..\src\dialogxml\widgets\ledgroup.hpp" />
|
||||
<ClInclude Include="..\..\..\src\dialogxml\widgets\line.hpp" />
|
||||
<ClInclude Include="..\..\..\src\dialogxml\widgets\message.hpp" />
|
||||
<ClInclude Include="..\..\..\src\dialogxml\widgets\pict.hpp" />
|
||||
<ClInclude Include="..\..\..\src\dialogxml\widgets\pictypes.hpp" />
|
||||
|
Reference in New Issue
Block a user