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-26 14:46:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
acd86047dc6cb7a697e50724ef353fb43ed775b1
0ad
/
source
/
gui
T
History
historic_bruno
881ad4090b
Fixes weird unconventional use of logical not operator that also triggered a warning in clang
...
This was SVN commit r15717.
2014-09-08 00:19:35 +00:00
..
scripting
Add mod selection mod.
2014-08-25 16:02:54 +00:00
tests
…
CButton.cpp
…
CButton.h
…
CCheckBox.cpp
…
CCheckBox.h
…
CDropDown.cpp
Don't allow changeing disabled dropdowns using the scrollwheel. Also corrects some things in
b9a4af4cc6
.
2014-06-21 00:25:12 +00:00
CDropDown.h
…
CGUI.cpp
Make hotkeys and top panel fully moddable by splitting up the xml file. Allow entire directories to be loaded via an 'include' to provide extra moddability (modders don't have to edit any files, they can just add new ones).
2014-06-17 13:03:55 +00:00
CGUI.h
Improve gui moddability by allowing to load an entire directory of scripts at once, and being able to split up big gui XML files.
Fixes
#2622
2014-06-11 17:14:35 +00:00
CGUIList.h
…
CGUIScrollBarVertical.cpp
…
CGUIScrollBarVertical.h
…
CGUISprite.cpp
…
CGUISprite.h
…
CImage.cpp
…
CImage.h
…
CInput.cpp
Fixes weird unconventional use of logical not operator that also triggered a warning in clang
2014-09-08 00:19:35 +00:00
CInput.h
…
CList.cpp
…
CList.h
…
COList.cpp
Remove commented out code and add licence headers to COList.cpp/.h.
2014-06-05 14:33:44 +00:00
COList.h
Remove commented out code and add licence headers to COList.cpp/.h.
2014-06-05 14:33:44 +00:00
CProgressBar.cpp
…
CProgressBar.h
…
CRadioButton.cpp
…
CRadioButton.h
…
CText.cpp
…
CText.h
…
CTooltip.cpp
…
CTooltip.h
…
GUI.h
…
GUIbase.cpp
…
GUIbase.h
…
GUIManager.cpp
Fixes
#2713
2014-08-05 19:03:10 +00:00
GUIManager.h
Fixes crash when loading maps in Atlas.
2014-08-04 20:14:17 +00:00
GUIRenderer.cpp
…
GUIRenderer.h
…
GUItext.cpp
…
GUItext.h
…
GUITooltip.cpp
…
GUITooltip.h
…
GUItypes.h
…
GUIutil.cpp
Replace usage of CParser for CColor.
2014-06-04 00:58:05 +00:00
GUIutil.h
Replace usage of CParser for CColor.
2014-06-04 00:58:05 +00:00
IGUIButtonBehavior.cpp
…
IGUIButtonBehavior.h
…
IGUIObject.cpp
Exact stack rooting for IGUIObject.
2014-08-08 13:41:47 +00:00
IGUIObject.h
Exact stack rooting for IGUIObject.
2014-08-08 13:41:47 +00:00
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
Exact stack rooting for IGUIObject.
2014-08-08 13:41:47 +00:00
MiniMap.h
Move the minimap to only use the shader pipeline. Should make it OpenGL ES compatible (untested).
2014-07-14 17:15:22 +00:00