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-23 04:05:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75152fc16e192f6d86bcb4e2ffa0039bf930e8ff
0ad
/
source
/
gui
T
History
Ykkrosh
2bf3383624
Attempt to fix minimap rendering issues
...
This was SVN commit r11041.
2012-02-09 20:45:19 +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
Move GUI renderer towards using shader infrastructure.
2012-02-08 20:43:38 +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
Cache shader effects.
Fixes
#1143
.
2012-02-02 22:58:42 +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
Initial support for GLSL generic vertex attributes in shader API, for GLES compatibility.
2012-02-09 17:55:25 +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
…