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 03:28:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eb3b7f089e183fdb77735f57a94442acf94de749
0ad
/
source
/
gui
T
History
vladislavbelov
2fa18b1503
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
...
This was SVN commit r23234.
2019-12-14 12:56:47 +00:00
..
ObjectBases
…
ObjectTypes
Replaces direct Camera member usage by appropriate method call (
m_Orientation
>
GetOrientation()
).
2019-12-14 12:56:47 +00:00
Scripting
Fix
34ce0f865d
resetting the cursor after calling the GUI pages script "init" function, refs
#539
.
2019-11-12 14:43:58 +00:00
SettingTypes
…
tests
…
CGUI.cpp
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
CGUI.h
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISetting.cpp
…
CGUISetting.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CGUIText.cpp
…
CGUIText.h
…
GUIManager.cpp
Move CGUI constructor to the top of its file following
5cc814759f
.
2019-11-24 10:26:48 +00:00
GUIManager.h
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
GUIMatrix.cpp
…
GUIMatrix.h
…
GUIObjectTypes.h
Move CGUI constructor to the top of its file following
5cc814759f
.
2019-11-24 10:26:48 +00:00
GUIRenderer.cpp
…
GUIRenderer.h
…
GUISettingTypes.h
…
GUIStringConversions.cpp
…
GUITooltip.cpp
…
GUITooltip.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
SGUIIcon.h
…
SGUIMessage.h
…
SGUIStyle.h
…