This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
4028cd425e0e7b0baf4571e33dbcadbed4c0444a
0ad
/
source
/
gui
T
History
Yves
608c27fe10
Exact stack rooting for structured cloning functions.
...
Refs
#2415
Refs
#2462
This was SVN commit r15597.
2014-08-01 20:55:16 +00:00
..
scripting
Exact stack rooting for structured cloning functions.
2014-08-01 20:55:16 +00:00
tests
Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information.
2014-05-25 03:16:52 +00:00
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
…
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
Start phasing out the use of CParser in the GUI. Makes GUI parsing generally faster and stricter while adding better tests and debug information.
2014-05-25 03:16:52 +00:00
GUIbase.h
…
GUIManager.cpp
Exact stack rooting for structured cloning functions.
2014-08-01 20:55:16 +00:00
GUIManager.h
Make CGUIManager register a callback function for hotloading instead of specifically calling it.
2014-07-02 23:44:39 +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
Quite a lot of stack rooting related changes.
2014-07-26 22:33:16 +00:00
IGUIObject.h
…
IGUIScrollBar.cpp
…
IGUIScrollBar.h
…
IGUIScrollBarOwner.cpp
…
IGUIScrollBarOwner.h
…
IGUITextOwner.cpp
…
IGUITextOwner.h
…
MiniMap.cpp
Quite a lot of stack rooting related changes.
2014-07-26 22:33:16 +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