1
0
forked from 0ad/0ad
0ad/source/gui
wraitii 0f60bf3a97 Split off Object-related functions from ScriptInterface
Follows 34b1920e7b.

This splits off the object-related functions, such as
[Set/Get/Has]Property, CreateObject, CreateArray, FreezeObject.

It also puts the definitions in the header itself, which might end up
with faster code here & there, though perhaps slower compilation time
(somewhat doubtful since we already included most things anyways).

Differential Revision: https://code.wildfiregames.com/D3956
This was SVN commit r25430.
2021-05-13 17:23:52 +00:00
..
ObjectBases Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
ObjectTypes Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
Scripting Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
SettingTypes Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
tests Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
CGUI.cpp Fix no-pch build. Potentially fixes bb49fbe793, 0198942a79, 34b1920e7b, 8b08f4ae7a 0dbf417171, 3af1fc64d2, 5fbdbaa3bc, 6fbf036ae4. 2021-05-12 13:48:55 +00:00
CGUI.h GUI cleanup: XML & child handling. 2021-05-04 15:17:50 +00:00
CGUIScrollBarVertical.cpp Cleanups CGUISprite, removes redundant method. 2021-03-31 19:26:05 +00:00
CGUIScrollBarVertical.h Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
CGUISetting.cpp Split JS conversions from ScriptInterface. 2021-05-13 09:43:33 +00:00
CGUISetting.h Split JS conversions from ScriptInterface. 2021-05-13 09:43:33 +00:00
CGUISprite.cpp Removes unused and limited cell sprite functionality. 2021-03-27 11:38:34 +00:00
CGUISprite.h Cleanups CGUISprite, removes redundant method. 2021-03-31 19:26:05 +00:00
CGUIText.cpp Change GUI settings to explicitly be member variables. 2021-05-06 08:22:37 +00:00
CGUIText.h Change GUI settings to explicitly be member variables. 2021-05-06 08:22:37 +00:00
GUIManager.cpp Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
GUIManager.h Split off StructuredClone from ScriptInterface 2021-05-10 11:51:32 +00:00
GUIMatrix.cpp Move GetDefaultGuiMatrix to a separate file. 2019-08-04 03:52:00 +00:00
GUIMatrix.h Move GetDefaultGuiMatrix to a separate file. 2019-08-04 03:52:00 +00:00
GUIObjectTypes.cpp Add getTextSize() for CButton 2020-12-11 16:12:46 +00:00
GUIRenderer.cpp Draws GUI elements by Z order. 2021-04-11 11:27:53 +00:00
GUIRenderer.h Moves CRect from ps to maths to related geometric primitives. 2021-03-30 21:14:36 +00:00
GUIStringConversions.cpp Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
GUITooltip.cpp Change GUI settings to explicitly be member variables. 2021-05-06 08:22:37 +00:00
GUITooltip.h Generalize icon-specific tooltips to a tag, streamline code. 2021-05-01 12:38:05 +00:00
IGUIScrollBar.cpp Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
IGUIScrollBar.h Replaces CPos by more a consistent CVector2D, reduces geometry code duplication. 2021-03-28 21:55:13 +00:00
SGUIIcon.h Moves CSize into a separate file and renames it to CSize2D according to other geometric entities. 2021-03-27 16:08:06 +00:00
SGUIMessage.h Allow right-click on disabled buttons. 2020-11-14 18:16:24 +00:00
SGUIStyle.h Move GUIbase structs and enums to separate files. 2019-10-01 12:46:55 +00:00