| .. |
|
scripting
|
New Year's clean-up.
|
2013-01-01 18:33:53 +00:00 |
|
CButton.cpp
|
Fix "hides overloaded virtual function" warnings in Clang
|
2011-07-17 17:30:07 +00:00 |
|
CButton.h
|
|
|
|
CCheckBox.cpp
|
Fix "hides overloaded virtual function" warnings in Clang
|
2011-07-17 17:30:07 +00:00 |
|
CCheckBox.h
|
|
|
|
CDropDown.cpp
|
Remember scroll position when re-opening dropdown lists.
|
2012-08-08 17:22:52 +00:00 |
|
CDropDown.h
|
|
|
|
CGUI.cpp
|
Fixes multiline text alignment, fixes #723. Patch by kingadami.
|
2013-01-06 01:46:44 +00:00 |
|
CGUI.h
|
Fixes multiline text alignment, fixes #723. Patch by kingadami.
|
2013-01-06 01:46:44 +00:00 |
|
CGUIList.h
|
|
|
|
CGUIScrollBarVertical.cpp
|
|
|
|
CGUIScrollBarVertical.h
|
|
|
|
CGUISprite.cpp
|
Clean up some text rendering to avoid relying on deprecated GL matrix state.
|
2012-01-29 20:04:21 +00:00 |
|
CGUISprite.h
|
Move GUI renderer towards using shader infrastructure.
|
2012-02-08 20:43:38 +00:00 |
|
CImage.cpp
|
|
|
|
CImage.h
|
|
|
|
CInput.cpp
|
Adds blinking cursors with configurable rate, based on patch by kingadami. Fixes #876
|
2013-01-12 01:20:01 +00:00 |
|
CInput.h
|
Adds blinking cursors with configurable rate, based on patch by kingadami. Fixes #876
|
2013-01-12 01:20:01 +00:00 |
|
CList.cpp
|
Properly re-initialize drop-down lists when the list items changes. Fixes #1558.
|
2012-07-31 03:34:09 +00:00 |
|
CList.h
|
Properly re-initialize drop-down lists when the list items changes. Fixes #1558.
|
2012-07-31 03:34:09 +00:00 |
|
CProgressBar.cpp
|
|
|
|
CProgressBar.h
|
|
|
|
CRadioButton.cpp
|
|
|
|
CRadioButton.h
|
|
|
|
CText.cpp
|
Fix "hides overloaded virtual function" warnings in Clang
|
2011-07-17 17:30:07 +00:00 |
|
CText.h
|
|
|
|
CTooltip.cpp
|
Fixes multiline text alignment, fixes #723. Patch by kingadami.
|
2013-01-06 01:46:44 +00:00 |
|
CTooltip.h
|
|
|
|
GUI.h
|
|
|
|
GUIbase.cpp
|
Fix some static analysis warnings
|
2013-01-21 20:33:25 +00:00 |
|
GUIbase.h
|
Added right click selection removal. Fixes #1028. Thanks to kingadami and GerbilOfDoom for the patch.
|
2013-01-03 22:53:46 +00:00 |
|
GUIManager.cpp
|
Implements global tech modification function. Fixes #1358, refs #1520.
|
2012-07-03 02:16:45 +00:00 |
|
GUIManager.h
|
# Allow saving and loading single-player games.
|
2011-10-30 00:07:28 +00:00 |
|
GUIRenderer.cpp
|
Add support for cropped images in the GUI code and update game setup to use cropped map previews. Refs #1343.
|
2012-08-10 19:59:20 +00:00 |
|
GUIRenderer.h
|
Move GUI renderer towards using shader infrastructure.
|
2012-02-08 20:43:38 +00:00 |
|
GUItext.cpp
|
Avoid unnecessary use of printf in text renderer.
|
2012-02-25 17:14:47 +00:00 |
|
GUItext.h
|
|
|
|
GUITooltip.cpp
|
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
|
2011-04-30 13:01:45 +00:00 |
|
GUITooltip.h
|
|
|
|
GUItypes.h
|
|
|
|
GUIutil.cpp
|
Move GUI renderer towards using shader infrastructure.
|
2012-02-08 20:43:38 +00:00 |
|
GUIutil.h
|
Move GUI renderer towards using shader infrastructure.
|
2012-02-08 20:43:38 +00:00 |
|
IGUIButtonBehavior.cpp
|
Added right click selection removal. Fixes #1028. Thanks to kingadami and GerbilOfDoom for the patch.
|
2013-01-03 22:53:46 +00:00 |
|
IGUIButtonBehavior.h
|
Added right click selection removal. Fixes #1028. Thanks to kingadami and GerbilOfDoom for the patch.
|
2013-01-03 22:53:46 +00:00 |
|
IGUIObject.cpp
|
Fix tech overlay issue.
|
2012-05-02 22:57:35 +00:00 |
|
IGUIObject.h
|
Fix tech overlay issue.
|
2012-05-02 22:57:35 +00:00 |
|
IGUIScrollBar.cpp
|
|
|
|
IGUIScrollBar.h
|
|
|
|
IGUIScrollBarOwner.cpp
|
|
|
|
IGUIScrollBarOwner.h
|
|
|
|
IGUITextOwner.cpp
|
Fixes multiline text alignment, fixes #723. Patch by kingadami.
|
2013-01-06 01:46:44 +00:00 |
|
IGUITextOwner.h
|
Fix "hides overloaded virtual function" warnings in Clang
|
2011-07-17 17:30:07 +00:00 |
|
MiniMap.cpp
|
Fixed fixed renderpath: green water, broken minimap
|
2012-09-01 22:34:36 +00:00 |
|
MiniMap.h
|
Show shallows (walkable water) on the minimap in a lighter color.
|
2012-08-04 18:52:02 +00:00 |