All public logs
From GiderosMobile
Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 20:06, 27 October 2024 MoKaLux talk contribs uploaded a new version of File:GIDEROS GAME TEMPLATE1.zip (updated 20241027 player1 added)
- 20:01, 27 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 8 Player (Created page with "__TOC__ == a Player == We test our Gideros Game Template1 and add a player you can control with the keyboard. '''Note: this is for testing purposes only''' I didn't really...")
- 21:03, 26 October 2024 MoKaLux talk contribs created page File:GIDEROS GAME TEMPLATE1.zip (the GIDEROS GAME TEMPLATE1 project)
- 21:03, 26 October 2024 MoKaLux talk contribs uploaded File:GIDEROS GAME TEMPLATE1.zip (the GIDEROS GAME TEMPLATE1 project)
- 18:09, 26 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 7 Game (wip)
- 11:12, 26 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 6 Options (wip)
- 10:38, 26 October 2024 MoKaLux talk contribs created page File:Aslider.lua (A slider with Slith, Knob, steps, text, ...)
- 10:38, 26 October 2024 MoKaLux talk contribs uploaded File:Aslider.lua (A slider with Slith, Knob, steps, text, ...)
- 22:13, 25 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 5 Menu (Created page with "__TOC__ == Menu scene == Our '''Menu''' scene will mainly consist of: * some buttons ('''ButtonMonster class''') to navigate to other scenes * setup of a keyboard navigati...")
- 20:14, 25 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 4 Transitions (Created page with "__TOC__ == Transitions == For our game, we will transition between scenes using a transition scene. The '''transitions''' scene will receive as parameter the next scene to lo...")
- 19:27, 25 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 3 Main (Created page with "__TOC__ == the main.lua file == In the ''main.lua'' file we will start shaping our game, that is: * give our window a title and position * configure our save system: the actua...")
- 18:11, 25 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 2 Init (Created page with "__TOC__ == the init.lua file == In the ''init.lua'' file we will initialize some global variables. It is nothing too fancy and mostly uses Gideros standard API. In this file...")
- 17:06, 25 October 2024 MoKaLux talk contribs created page Tuto Gideros Game Template1 Part 1 Project Setup (Created page with "__TOC__ == Project setup == Create a project and call it anything you want, eg.: "''Gideros_Game_Template1''" for example. In the project properties (right click your project...")
- 11:09, 25 October 2024 MoKaLux talk contribs created page Tutorial - Gideros Game Template1 (Created page with "Hello developer! In this tutorial, we will make our first Gideros Game Template you could use and reuse for your games. Suitable for all platforms: PC, mobile, web, ... Thi...")
- 13:42, 23 October 2024 MoKaLux talk contribs created page File:Keyremapping.png
- 13:42, 23 October 2024 MoKaLux talk contribs uploaded File:Keyremapping.png
- 13:40, 23 October 2024 MoKaLux talk contribs deleted page File:WIKI KEYREMAPPING.GApp (gapp didn't work)
- 13:37, 23 October 2024 MoKaLux talk contribs uploaded a new version of File:WIKI KEYREMAPPING.GApp
- 13:30, 23 October 2024 MoKaLux talk contribs created page File:WIKI KEYREMAPPING.GApp
- 13:30, 23 October 2024 MoKaLux talk contribs uploaded File:WIKI KEYREMAPPING.GApp
- 12:08, 23 October 2024 MoKaLux talk contribs uploaded a new version of File:ButtonMonster.lua (updated version)
- 23:15, 11 October 2024 MoKaLux talk contribs created page File:Export Player.png
- 23:15, 11 October 2024 MoKaLux talk contribs uploaded File:Export Player.png
- 01:42, 11 October 2024 MoKaLux talk contribs deleted page ImGui (content was: "#REDIRECT ImGui.Core", and the only contributor was "MoKaLux" (talk))
- 01:41, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core (content was: "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:Platform html5.pngFile:Platform winrt.pngFile:Platform win32.png<br/> '''Available since:''' Gideros 2020.9<br/> === Description === '''note''': this part of the documentation is being merged and will be deleted {|- |...", and the only contributor was "MoKaLux" (talk))
- 01:41, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:inputInt4 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets four input integer fields side by side (no plus/minus buttons). <syntaxhighlight lang="lua"> (number), (number), (number), (number), (bool) = ImGui:inputInt4(label, value1, value2, value3, value4, [ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''value1''': (number) the first value to be displayed<br/> '''value2''': (...")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:inputInt3 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets three input int fields side by side (no plus/minus buttons). <syntaxhighlight lang="lua"> (number), (number), (number), (bool) = ImGui:inputInt3(label, value1, value2, value3, [ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''value1''': (number) the first value to be displayed<br/> '''value2''': (number) the second va...")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:imageFilled (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays an image with a filled background color. <syntaxhighlight lang="lua"> ImGui:imageFilled(texture,w,h,color,alpha,bg_color,bg_alpha,bordercolor,borderalpha) </syntaxhighlight> === Parameters === '''texture''': (texture) the image texture<br/> '''w''': (number) the image width<br/> '''h''': (number) the image height<br/> '''color''': (number) the image tint color in hex...")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:imageButtonWithText (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays an image button with some text. <syntaxhighlight lang="lua"> ImGui:imageButtonWithText(texture,text,w,h,padding,bg_color,bg_alpha,color,alpha) </syntaxhighlight> === Parameters === '''texture''': (texture) the image texture<br/> '''text''': (string) button text<br/> '''w''': (number) the image width<br/> '''h''': (number) the image height<br/> '''padding''': (number)...")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:imageButton (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays an image button. <syntaxhighlight lang="lua"> ImGui:imageButton(texture,w,h,padding,color,alpha,bordercolor,borderalpha) </syntaxhighlight> === Parameters === '''texture''': (texture) the image texture<br/> '''w''': (number) the image width<br/> '''h''': (number) the image height<br/> '''padding''': (number) the image padding '''optional'''<br/> '''color''': (number)...")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:image (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays an image. <syntaxhighlight lang="lua"> ImGui:image(texture,w,h,color,alpha,bordercolor,borderalpha) </syntaxhighlight> === Parameters === '''texture''': (texture) the image texture<br/> '''w''': (number) the image width<br/> '''h''': (number) the image height<br/> '''color''': (number) the image tint color in hex format '''optional'''<br/> '''alpha''': (number) the im...")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:getIO (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Accesses the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags). <syntaxhighlight lang="lua"> (context) = ImGui:getIO() </syntaxhighlight> === Return values === '''Returns''' (context) a pointer to the IO class<br/> === Example === <syntaxhighlight lang="lua"> local ui = ImGui.new() local IO = ui:getIO() </syntaxhighlight> {{ImGui}}")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:filledSliderInt (content was: " __NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a regular filled int slider. <syntaxhighlight lang="lua"> (number), (bool) = ImGui:filledSliderInt(label, mirrorFlag, value, [min=0, max=0, formatString="%d", ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''mirrorFlag''': (bool) whether to mirror the slider or not<br/> '''value''': (number) the current value<br/> '...")
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:filledSliderFloat4 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays four regular filled float sliders side by side. <syntaxhighlight lang="lua"> (number), (number), (number), (number), (bool) = ImGui:filledSliderFloat4(label, mirrorFlag, value1, value2, value3, value4, [min=0, max=0, formatString="%.3f", ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''mirrorFlag''': (bool) wheth...")
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:filledSliderFloat3 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays three regular filled float sliders side by side. <syntaxhighlight lang="lua"> (number), (number), (number), (bool) = ImGui:filledSliderFloat3(label, mirrorFlag, value1, value2, value3, [min=0, max=0, formatString="%.3f", ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''mirrorFlag''': (bool) whether to mirror the...")
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:filledSliderFloat2 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays two regular filled float sliders side by side. <syntaxhighlight lang="lua"> (number), (number), (bool) = ImGui:filledSliderFloat2(label, mirrorFlag, value1, value2, [min=0, max=0, formatString="%.3f", ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''mirrorFlag''': (bool) whether to mirror the slider or not<br/> '...")
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:filledSliderFloat (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a regular filled float slider. <syntaxhighlight lang="lua"> (number), (bool) = ImGui:filledSliderFloat(label, mirrorFlag, value, [min=0, max=0, formatString="%.3f", ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''mirrorFlag''': (bool) whether to mirror the slider or not<br/> '''value''': (number) the current value<b...")
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:endWindow (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Pops the window from the stack. <syntaxhighlight lang="lua"> ImGui:endWindow() </syntaxhighlight> === Example === <syntaxhighlight lang="lua"> -- LOOP function MyClass:onEnterFrame(e) self.imgui:newFrame(e) if (self.window01) then -- if window exists local windowdrawn = false self.window01, windowdrawn = self.imgui:beginWindow( "Hello ImGui v"..ImGui._VERSION, -- wind...")
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:endFrame (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Ends the ImGui frame. <syntaxhighlight lang="lua"> ImGui:endFrame() </syntaxhighlight> It is automatically called by render(). If you don't need to render data (skipping rendering) you may call endFrame() without render()... but you'll have wasted CPU already! If you don't need to render, better to not create any windows and not call newFrame() at all! === Example === <syntax...")
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:endDisabled (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Ends a stack that can be disabled. <syntaxhighlight lang="lua"> ImGui:endDisabled() </syntaxhighlight> === Example === <syntaxhighlight lang="lua"> require "ImGui" local imgui = ImGui.new() stage:addChild(imgui) local window01 = true -- the starting state of window01, true=...", and the only contributor was "MoKaLux" (talk))
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:dragScalar (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a scalar drag slider. <syntaxhighlight lang="lua"> (number) = ImGui:dragScalar(label, ImGuiDataType, value, v_speed, [v_min=nil, v_max=nil, format=nil, ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''ImGuiDataType''': (string) an ImGui number data type<br/> '''value''': (number) the current value<br/> '''v_speed...")
- 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:dragIntRange2 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays 2 int drag range sliders, side by side. <syntaxhighlight lang="lua"> (number), (number), (bool) = ImGui:dragIntRange2(label, valueMin, valueMax, [incStep=1, min=0, max=0, formatMinString="%d", formatMaxString=formatMinString, ImGuiSliderFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''valueMin''': (number) the current minim...")