This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-22 15:45:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4c32b8a80d595eb63dbdca9eb344509d84db751
0ad
/
source
/
gui
T
History
Ykkrosh
832a51da80
GLSL text support
...
This was SVN commit r11080.
2012-02-15 21:53:13 +00:00
..
scripting
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Renames our sdl.h to libsdl.h, to avoid case sensitivity errors when it includes SDL.h.
2012-01-12 23:32:27 +00:00
CDropDown.h
…
CGUI.cpp
More GLES compatibility.
2012-02-12 20:45:31 +00:00
CGUI.h
…
CGUIList.h
…
CGUIScrollBarStyle.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
GLSL text support
2012-02-15 21:53:13 +00:00
CInput.h
…
CList.cpp
Renames our sdl.h to libsdl.h, to avoid case sensitivity errors when it includes SDL.h.
2012-01-12 23:32:27 +00:00
CList.h
…
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
…
CTooltip.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
…
GUIManager.cpp
# Add GPU performance profiling support.
2011-11-09 13:09:01 +00:00
GUIManager.h
…
GUIRenderer.cpp
Enough GLES compatibility to reach the menu screen
2012-02-13 20:53:24 +00:00
GUIRenderer.h
Move GUI renderer towards using shader infrastructure.
2012-02-08 20:43:38 +00:00
GUItext.cpp
…
GUItext.h
…
GUITooltip.cpp
…
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
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
# Add GPU performance profiling support.
2011-11-09 13:09:01 +00:00
IGUIObject.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
Attempt to fix minimap rendering issues
2012-02-09 20:45:19 +00:00
MiniMap.h
…