All public logs
From Crumbled World Wiki
Combined display of all available logs of Crumbled World Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:21, 5 July 2025 Anders talk contribs created page Config (Created page with "{{:ConfigExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Config(string configName) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |save() |saves the config to file |- |ConfigItem |get(string name) |returns a configItem |- |ConfigItem |get(string name,double val) |returns a configItem. if item do not...")
- 14:21, 5 July 2025 Anders talk contribs created page ComUnit (Created page with "{{:ComUnitExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPos(Vec3 position) | |- | |setScriptGroup(ScriptGroup group) | |- | |setName(string name) | |- | |setCanReceiveTargeted(bool canRecive) | |- | |ComUnit:setCanReceiveBroadcast(bool canRecive)|set...")
- 14:20, 5 July 2025 Anders talk contribs created page Billboard (Created page with "{{:BillboardExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Billboard() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clear() |Clear billborad from all stored data. |- | |setInt(string name, bool value) | |- | |setInt(string name, int value) | |- | |Billboard:setFloat(string name...")
- 14:20, 5 July 2025 Anders talk contribs created page WorkMonitor (Created page with "{{:WorkMonitorExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |WorkMonitor(PanelSize size) | |- |}")
- 14:20, 5 July 2025 Anders talk contribs created page PanelSizeType (Created page with "{{:PanelSizeTypeExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |WindowPercent |0 | |- |ParentPercent |1 | |- |Pixel |2 | |- |WindowPercentBasedOnX |3 | |- |WindowPercentBasedOnY |4 | |- |ParentPercentBasedOnX |5 | |- |ParentPercentBasedOnY |6 | |- |}")
- 14:19, 5 July 2025 Anders talk contribs created page PanelSize (Created page with "{{:PanelSizeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |PanelSize(Vec2 size) | |- |PanelSize(Vec2 size, PanelSizeType type) | |- |PanelSize(Vec2 size, Vec2 scale) | |- |PanelSize(Vec2 size, Vec2 scale, PanelSizeType type) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |PanelSize |getMinSize() |Returns the minimum panel size. |- |PanelSize |...")
- 14:19, 5 July 2025 Anders talk contribs created page Panel (Created page with "{{:PanelExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Panel(PanelSize size) | |- |Panel(Panel panel) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clear() |Clear panel from all children. |- | |clearEvents() |Clear panel from all events. |- |Panel |add(Panel panel) |Add child panel. |- | |Panel:addRenderObject(Scene2DNode...")
- 14:19, 5 July 2025 Anders talk contribs created page TextField (Created page with "{{:TextFieldExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |TextField(PanelSize size) | |- |TextField(PanelSize size, string text) | |- |TextField(PanelSize size, Text text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Text |getText() |Get text. |- |int |getInt() |Get int. |- |float |TextField:getFloat()|ge...")
- 14:19, 5 July 2025 Anders talk contribs created page TextArea (Created page with "{{:TextAreaExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |TextArea(PanelSize size) | |- |TextArea(PanelSize size, string fileName) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |{string()} |getOpenFiles() |Return a list of all current opend files. |- |string |getOpenedFile() |Get the current opened file. |-...")
- 14:19, 5 July 2025 Anders talk contribs created page Sprite (Created page with "{{:SpriteExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Sprite(Vec3 color) | |- |Sprite(Vec4 color) | |- |Sprite(Texture texture) | |- |Sprite(Texture texture, Vec2 uvCoordMin, Vec2 uvCoordMax) | |- |Sprite(Sprite sprite) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPosition(Vec2 position)...")
- 14:18, 5 July 2025 Anders talk contribs created page Slider (Created page with "{{:SliderExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Slider(PanelSize size) | |- |Slider(PanelSize size, float minValue, float maxValue) | |- |Slider(PanelSize size, float minValue, float maxValue, float startValue) | |- |Slider(PanelSize size, float minValue, float maxValue, float startValue, string text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |floa...")
- 14:18, 5 July 2025 Anders talk contribs created page ScrollBar (Created page with "{{:ScrollBarExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |getScrollOffset() | |- |float |getMaxScrollOffset() | |- | |setScrollOffset(float offset) | |- | |setVisible(bool visible) | |- | |setColor(Vec4 color) | |- |}")
- 14:18, 5 July 2025 Anders talk contribs created page Scene2DNode (Created page with "{{:Scene2DNodeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Scene2DNode() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addChild(Scene2DNode node) | |- |bool |getVisible() | |- |Vec2 |getGlobalPosition() | |- |Vec2 |getLocalPosition() | |- |Scene2DNode |...")
- 14:18, 5 July 2025 Anders talk contribs created page Render2DNode (Created page with "{{:Render2DNodeExampleCode}} ==Inheritance== Scene2DNode")
- 14:18, 5 July 2025 Anders talk contribs created page ProgressBar (Created page with "{{:ProgressBarExampleCode}} ==Inheritance== Button ==Constructor== {| class="wikitable" !|function !|description |- |ProgressBar(PanelSize size) | |- |ProgressBar(PanelSize size, Text text, float value) | |- |ProgressBar(ProgressBar progressBar) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |getValue() |Get from value. |- | |setValue(float value)...")
- 14:17, 5 July 2025 Anders talk contribs created page TextNode (Created page with "{{:TextNodeExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |TextNode() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec2 |getTextSize() | |- | |setAnchor(Anchor anchor) | |- | |setAlignment(Alignment alignment) |Set text height in pixel. |- | |Te...")
- 14:17, 5 July 2025 Anders talk contribs created page Node2DMesh (Created page with "{{:Node2DMeshExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Node2DMesh() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |clearMesh() | |- | |compile() | |- |Vec4 |getVertexColor(int index) | |- |Vec3 |getVertexPosition(int ind...")
- 14:17, 5 July 2025 Anders talk contribs created page Layout (Created page with "{{:LayoutExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setPanelSpacing(PanelSize size) |Set panel spacing |- |PanelSize |getPanelSpacing() |Get panel spacing |- |}")
- 14:17, 5 July 2025 Anders talk contribs created page Label (Created page with "{{:LabelExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Label(PanelSize size, string text) | |- |Label(PanelSize size, string text, Vec3 textColor) | |- |Label(PanelSize size, string text, Vec4 textColor) | |- |Label(PanelSize size, string text, Alignment align) | |- |Label(PanelSize size, string text, Vec3 textColor, Alignment align) | |- |Label(Pan...")
- 14:09, 5 July 2025 Anders talk contribs created page ImageLayout (Created page with "{{:ImageLayoutExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |FILL |0 | |- |FIT |1 | |- |STRETCH |2 | |- |}")
- 14:08, 5 July 2025 Anders talk contribs created page Image (Created page with "{{:ImageExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Image(PanelSize size, string fileName) | |- |Image(PanelSize size, Text fileName) | |- |Image(PanelSize size, Texture texture) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Texture |getTexture() |get texture. |- | |setTexture(Text ima...")
- 14:08, 5 July 2025 Anders talk contribs created page GL State (Created page with "{{:GL_StateExampleCode}} ==Class name== {| class="wikitable" !|GL_State |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |ALPHA_TEST | |- |AUTO_NORMAL | |- |BLEND | |- |COLOR_LOGIC_OP | |- |COLOR_MATERIAL | |- |COLOR_SUM | |- |COLOR_TABLE | |- |CONVOLUTION_1D | |- |CONVOLUTION_2D | |- |CULL_FACE | |- |DEPTH_TEST | |- |DITHER | |- |FOG | |- |HISTOGRAM | |- |INDEX_LOGIC_OP | |- |LINE_SMOOTH | |- |LINE_STIPPLE | |- |MAP1_COLOR_4 | |- |MAP1_INDEX | |- |MAP1_NOR...")
- 14:08, 5 July 2025 Anders talk contribs created page GL BlendEquation (Created page with "{{:GL_BlendEquationExampleCode}} ==Class name== {| class="wikitable" !|GL_BlendEquation |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |FUNC_ADD | |- |FUNC_SUBTRACT | |- |FUNC_REVERSE_SUBTRACT | |- |MIN | |- |MAX | |- |}")
- 14:07, 5 July 2025 Anders talk contribs created page GL Blend (Created page with "{{:GL_BlendExampleCode}} ==Class name== {| class="wikitable" !|GL_Blend |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |ZERO | |- |ONE | |- |SRC_COLOR | |- |ONE_MINUS_SRC_COLOR | |- |DST_COLOR | |- |ONE_MINUS_DST_COLOR | |- |SRC_ALPHA | |- |ONE_MINUS_SRC_ALPHA | |- |DST_ALPHA | |- |ONE_MINUS_DST_ALPHA | |- |CONSTANT_COLOR | |- |ONE_MINUS_CONSTANT_COLOR | |- |CONSTANT_ALPHA | |- |ONE_MINUS_CONSTANT_ALPHA | |- |SRC_ALPHA_SATURATE | |}")
- 14:07, 5 July 2025 Anders talk contribs created page GL Clear (Created page with "{{:GL_BlendExampleCode}} ==Class name== {| class="wikitable" !|GL_Clear |- |} ==Enum== {| class="wikitable" !|Name !|Description |- |DEPTH_BUFFER_BIT | |- |COLOR_BUFFER_BIT | |- |}")
- 14:07, 5 July 2025 Anders talk contribs created page GL (Created page with "{{:GLExampleCode}} ==Static functions== {| class="wikitable" !|return !|function !|description |- | |enable(GL_State state) | |- | |disable(GL_State state) | |- | |depthMask(bool enable) | |- | |blendFunc(GL_Blend sFactor, GL_Blend dfactor) | |- | |blendEquation(GL_Bl...")
- 14:07, 5 July 2025 Anders talk contribs created page RenderScene (Created page with "{{:RenderSceneExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- | |beginRender3D() | |- | |endRenderToDefferdBuffer() | |- | |endRender3D() | |- | |beginRender2D() | |- | |endRender2D() | |- |bool |canRender3D() | |- |bool |RenderScene:isM...")
- 13:46, 5 July 2025 Anders talk contribs created page ListSplittedMesh (Created page with "{{:ListSplittedMeshExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[ListSplittedMesh:size()|size]]() |Returns the list size. |- |SplittedMesh |item(int index) |Return a value. |- | |add(SplittedMesh mesh) |Add a SplittedMesh. |- |}")
- 13:46, 5 July 2025 Anders talk contribs created page VectorVec2 (Created page with "{{:vectorVec2NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec2:size()|size]]() |Returns the list size. |- |Vec2 |item(int index) |Return a value. |- | |add(Vec2 vector) |Add a vector. |- |}")
- 13:45, 5 July 2025 Anders talk contribs created page VectorVec3 (Created page with "{{:vectorVec3NodeExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |int |[vectorVec3:size()|size]]() |Returns the list size. |- |Vec3 |item(int index) |Return a value. |- | |add(Vec3 vector) |Add a vector. |- |}")
- 13:43, 5 July 2025 Anders talk contribs created page HighScore (Created page with " {{:HighScoreExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |{string} |getAllMapNames() | |- |string |getCurrentMapName() | |- |{name=String(),score=int()} |getHeighScore(string mapName, int startIndex, int endIndex) | |- | |HighScore:getHighScoreList(string mapName, int difficulty, string gam...")
- 13:43, 5 July 2025 Anders talk contribs created page GridLayout (Created page with "{{:GridLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |GridLayout(int rows, int columns) | |- |GridLayout(int rows, int columns, Alignment align) | |- |GridLayout(int rows, int columns, PanelSize panelSpacing) | |- |GridLayout(int rows, int columns, Alignment align, PanelSize panelSpacing) | |- |GridLayout(GridLayout gridLayout) | |- |} ==Functions== {| class="wikitable" !|return !|...")
- 13:43, 5 July 2025 Anders talk contribs created page Gradient (Created page with "{{:GradientExampleCode}} ==Inheritance== Render2DNode ==Constructor== {| class="wikitable" !|function !|description |- |Gradient() | |- |Gradient(Vec3 color) | |- |Gradient(Vec4 color) | |- |Gradient(Vec3 topColor, Vec3 bottomColor) | |- |Gradient(Vec4 topColor, Vec4 bottomColor) | |- |Gradient(Vec3 topLeftColor, Vec3 topRightColor, Vec3 bottomLeftColor, Vec3 bottomRightColor) | |- |Gradient(Vec4 topLeftColor, Vec4 t...")
- 13:43, 5 July 2025 Anders talk contribs created page Form (Created page with "{{:FormExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Form(Camera camera, PanelSize size) | |- |Form(Camera camera, PanelSize size, Alignment align) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |destroy() |Destroy the form and all children. |- |Work |getWorkUpdater() |Get the form last work handler. |- |i...")
- 13:42, 5 July 2025 Anders talk contribs created page FreeFormButtonDesign (Created page with "{{:FreeFormButtonDesignExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormButtonDesign() | |- |FreeFormButtonDesign(PanelSizeType type) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setDisabledMesh() |This mesh is shown when the button is disabled |- | |setDefaultMesh() |This mesh is shown when the button is enabled and...")
- 13:42, 5 July 2025 Anders talk contribs created page FreeFormLabel (Created page with "{{:FreeFormLabelExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight) | |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight, Vec3 textColor) | |- |Label(PanelSizeType sizeType, Vec2 position, string text, float textHeight, Vec4 textColor) | |- |Label(PanelSizeType sizeType, Vec2...")
- 13:42, 5 July 2025 Anders talk contribs created page FreeFormButton (Created page with "{{:FreeFormButtonExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormButton(Vec2 centerPos, FreeFormButtonDesign design) | |- |FreeFormButton(Vec2 centerPos, FreeFormButtonDesign design, Texture textureName, Vec2 minCoord, Vec2 maxCoord) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |FreeFormButton:setColor(Vec3 innerRingColorTop, Vec3 inner...")
- 13:42, 5 July 2025 Anders talk contribs created page FreeFormSprite (Created page with "{{:FreeFormSpriteExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, Vec3 color) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, Vec4 color) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2 minPos, Vec2 maxPos, string texture) | |- |FreeFormSprite(PanelSizeType sizeType, Vec2...")
- 13:42, 5 July 2025 Anders talk contribs created page FreeFormLine (Created page with "{{:FreeFormLineExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormLine() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addLine(Vec2 p1, Vec2 p2, float lineWitdh, Vec3 color1, Vec3 color2, Vec3 color3) |Add line |- | |FreeFormButton:addLine(Vec2 p1,...")
- 13:41, 5 July 2025 Anders talk contribs created page FreeFormLayout (Created page with "{{:FreeFormLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FreeFormLayout(PanelSize panelSpacing) | |- |}")
- 13:41, 5 July 2025 Anders talk contribs created page FlowLayout (Created page with "{{:FlowLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FlowLayout(Alignment align) | |- |FlowLayout(PanelSize panelSpacing) | |- |FlowLayout(Alignment align, PanelSize panelSpacing) | |- |FlowLayout(FallLayout fallLayout) | |- |FlowLayout() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Alignment |getAlignment()...")
- 13:41, 5 July 2025 Anders talk contribs created page FileWindow (Created page with "{{:FileWindowExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |FileWindow(Camera aCamera, String windowTitle, String folder) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setDefaultFileData(String data) |If a new file is created the file is given this data. |- | |setFileExtension...")
- 13:41, 5 July 2025 Anders talk contribs created page FallLayout (Created page with "{{:FallLayoutExampleCode}} ==Inheritance== Layout ==Constructor== {| class="wikitable" !|function !|description |- |FallLayout(Alignment align) | |- |FallLayout(PanelSize panelSpacing) | |- |FallLayout(Alignment align, PanelSize panelSpacing) | |- |FallLayout(FallLayout fallLayout) | |- |FallLayout() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Alignment |getAlignment() |Get Ali...")
- 13:41, 5 July 2025 Anders talk contribs created page ComboBox (Created page with "{{:ComboBoxExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |ComboBox(PanelSize size) | |- |ComboBox(PanelSize size, string text) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Text |getText() |Get text. |- |int |getInt() |Get text. |- |float |getFloat() |Get text. |- | |ComboBox:setText(string te...")
- 13:40, 5 July 2025 Anders talk contribs created page ColorPicker (Created page with "{{:ColorPickerExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |ColorPicker(PanelSize size) | |- |ColorPicker(PanelSize size, Vec3 color) | |- |ColorPicker(PanelSize size, Vec4 color) |colow.w value is not used. |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec3 |getColor() |Get color. |- | |setColor(...")
- 13:40, 5 July 2025 Anders talk contribs created page CheckBox (Created page with "{{:CheckBoxExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |CheckBox(PanelSize size) | |- |CheckBox(PanelSize size, bool selected) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setSelected(bool selected) | |- |bool |getSelected() | |- |}")
- 13:40, 5 July 2025 Anders talk contribs created page ButtonStyle (Created page with "{{:ButtonStyleExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |SQUARE |0 |Squared styled button. |- |SQUARE_LIGHT |1 |Squared styled button with a light middle. |- |ROUNDED_CORNER |2 |Button with rounded corners. |- |ROUND_EDGE |3 |Button left and right side of button is round. |- |RADIENT |4 | |- |SIMPLE |5 |Squared styled button, with hard colored edges. |- |}")
- 13:39, 5 July 2025 Anders talk contribs created page Button (Created page with "{{:ButtonExampleCode}} ==Inheritance== Panel ==Constructor== {| class="wikitable" !|function !|description |- |Button(PanelSize size) | |- |Button(PanelSize size, string text) | |- |Button(PanelSize size, text text) | |- |Button(PanelSize size, string text, ButtonStyle style) | |- |Button(PanelSize size, Text text, ButtonStyle style) | |- |Button(PanelSize size, Texture texture, Vec2 uvCoordMin, Vec2...")
- 13:39, 5 July 2025 Anders talk contribs created page BorderSize (Created page with "{{:BorderSizeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |BorderSize(Vec4 size) | |- |BorderSize(Vec4 size, bool useOnlyYAxisForSizeCalculation) | |- |BorderSize(Vec4 size, PanelSizeType type) | |- |BorderSize(Vec4 size, PanelSizeType type, bool useOnlyYAxisForSizeCalculation) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |Vec4 |getSize() |Returns...")
- 13:39, 5 July 2025 Anders talk contribs created page DoubleBorder (Created page with "{{:BorderExampleCode}} ==Inheritance== BaseBorder ==Constructor== {| class="wikitable" !|function !|description |- |DoubleBorder(BorderSize border1Size, Vec3 border1color, BorderSize border2Size, Vec3 border2color) | |- |DoubleBorder(BorderSize border1Size, Vec4 border1color, BorderSize border2Size, Vec4 border2color) | |- |DoubleBorder(BorderSize border1Size, Vec3 border1color, BorderSize borderSpaceSize, Vec3 borde...")