User contributions

From GiderosMobile
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 11:02, 23 August 2018 diff hist +397 N Mesh:setColorArrayCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Assigns new content to the color array, dropping all the elements contained in the color array..."
  • 11:02, 23 August 2018 diff hist +512 N FBInstant.startGameAsyncCreated page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> This indicates that the game has finished initial loading and is ready to start. Context inform..."
  • 11:02, 23 August 2018 diff hist +273 N B2.RevoluteJoint:isLimitEnabledCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is the joint limit enabled? <br /> <br /> <source lang="lua"> (bool), = b2.RevoluteJoint:isLimi..."
  • 11:02, 23 August 2018 diff hist +174 N Sprite:clearBlendModeCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Clears the blending mode.<br /> <br /> <source lang="lua"> = Sprite:clearBlendMode() </source>"
  • 11:02, 23 August 2018 diff hist +226 N B2.GearJoint:getRatioCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the gear ratio. <br /> <br /> <source lang="lua"> (number), = b2.GearJoint:getRatio() <..."
  • 11:02, 23 August 2018 diff hist +514 N FontBase:getBoundsCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the tight bounding rectangle of the characters in the string specified by `text`.<br />..."
  • 11:02, 23 August 2018 diff hist +351 N Screen:getMaxSizeCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Returns the maximum size this screen can have, typically the display size for a windowed system. <sour..."
  • 11:02, 23 August 2018 diff hist +354 N Ads:getPositionCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Gets x and y position of the ad in Gideros logical dimensions, taking into consideration applied autom..."
  • 11:02, 23 August 2018 diff hist +683 N B2.Body:destroyFixtureCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Destroy a fixture. This removes the fixture from the broad-phase and destroys all<br /> contact..."
  • 11:02, 23 August 2018 diff hist +1,092 N Shape:setFillStyleCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the fill style that `Shape` object uses for subsequent drawings. The fill style remains in..."
  • 11:02, 23 August 2018 diff hist +467 N StoreKit:finishTransactionCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Completes a pending transaction. Your application should call this function only after it has..."
  • 11:02, 23 August 2018 diff hist +1 Notification
  • 11:02, 23 August 2018 diff hist +1 B2.Shape
  • 11:02, 23 August 2018 diff hist +1 Font
  • 11:02, 23 August 2018 diff hist +160 N Event.TIMER COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched only when `Timer` reached the provided amount of repeat count."
  • 11:02, 23 August 2018 diff hist +484 N Event.LOAD SCORES COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Scores have been loaded from leaderboard. The `scores` field contains leaderboards entries compris..."
  • 11:02, 23 August 2018 diff hist +645 N B2.World:queryAABBCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Query the world for all fixtures that potentially overlap the provided AABB.<br /> <br /> <sour..."
  • 11:02, 23 August 2018 diff hist +131 N Gaming:autoMatchCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> <source lang="lua"> = Gaming:autoMatch() </source>"
  • 11:02, 23 August 2018 diff hist +311 N Application:getLogicalScaleXCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the scaling of automatic screen scaling on the x-axis.<br /> <br /> <source lang="lua">..."
  • 11:02, 23 August 2018 diff hist +628 N Gaming:loadScoresCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Fetch leaderboard entries. Either `Event.LOAD_SCORES_COMPLETE` or `Event.LOAD_SCORES_ERROR` will be t..."
  • 11:02, 23 August 2018 diff hist +405 N SoundChannel:isPlayingCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the playing state for the sound channel. <br /> <br /> <source lang="lua"> (any) (any)..."
  • 11:02, 23 August 2018 diff hist +311 N Application:getLogicalScaleYCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the scaling of automatic screen scaling on the y-axis.<br /> <br /> <source lang="lua">..."
  • 11:02, 23 August 2018 diff hist +219 N Matrix:setRotationZCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set rotation on z axis <source lang="lua"> = Matrix:setRotationZ(z rotation,) </source> '''z rotation..."
  • 11:02, 23 August 2018 diff hist +774 N TileMap:getTileCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the index of the tile. The tile indices are starting from 1.<br /> <br /> <source lang=..."
  • 11:02, 23 August 2018 diff hist +219 N Matrix:setRotationXCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set rotation on x axis <source lang="lua"> = Matrix:setRotationX(x rotation,) </source> '''x rotation..."
  • 11:02, 23 August 2018 diff hist +219 N Matrix:setRotationYCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set rotation on y axis <source lang="lua"> = Matrix:setRotationY(y rotation,) </source> '''y rotation..."
  • 11:02, 23 August 2018 diff hist +296 N Event.LOCAL NOTIFICATIONCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event is dispatched when application is opened by clicking on local notification. Or when notificatio..."
  • 11:02, 23 August 2018 diff hist +945 N Debug.getlocalCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function returns the name and the value of the local variable with index local of the function at..."
  • 11:02, 23 August 2018 diff hist +30,202 Reference manual
  • 11:02, 23 August 2018 diff hist +335 N B2.Body:setLinearVelocityCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the linear velocity of the center of mass.<br /> <br /> <source lang="lua"> = b2.Body:setL..."
  • 11:02, 23 August 2018 diff hist +389 N RequireCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Loads and runs libraries. Roughly, `require` does the same job as `dofile`, but, `require` searches fo..."
  • 11:02, 23 August 2018 diff hist +144 N Event.BEGIN CONTACT PARTICLECreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Fires when a collision begins between particles within a ParticleSystem"
  • 11:02, 23 August 2018 diff hist +926 N B2.CircleShape.newCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `b2.CircleShape` instance and optionally set its center point and radius.<br /> I..."
  • 11:02, 23 August 2018 diff hist +793 N Table.sortCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sort the elements of a table in-place (i.e. alter the table). `> t = { 3,2,5,1,4 }` `> table.sort(t)`..."
  • 11:02, 23 August 2018 diff hist +351 N Shape:lineToCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Adds the given point to the current subpath, connected to the previous one by a straight line.<..."
  • 11:02, 23 August 2018 diff hist +230 N TextField:getLayoutCreated page with "__NOTOC__ '''Available since:''' Gideros 2017.10<br/> === Description === Retrieve the layout parameters of this TextField <source lang="lua"> (table), = TextField:getLayout()..."
  • 11:02, 23 August 2018 diff hist +128 N Event.LOGOUT COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when the user has logged out with Facebook."
  • 11:02, 23 August 2018 diff hist +671 N Cryptography.aesDecryptCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Decrypt an AES 128 cipher text, ECB or CBC <source lang="lua"> (string), = Cryptography.aesDecrypt(ci..."
  • 11:02, 23 August 2018 diff hist +305 N B2.MouseJoint:setTargetCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Updates the target point.<br /> <br /> <source lang="lua"> = b2.MouseJoint:setTarget(xy,) </sou..."
  • 11:02, 23 August 2018 diff hist +509 N Event.MOUSE UPCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when mouse button is released. It is possible to generate this event using to..."
  • 11:02, 23 August 2018 diff hist +138 N Ads:hideAdCreated page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Hides displayed ads <source lang="lua"> = Ads:hideAd() </source>"
  • 11:02, 23 August 2018 diff hist +294 N Mesh:setColorsCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets zero or more colors at color array with a single function call. It accepts multiple value..."
  • 11:02, 23 August 2018 diff hist +726 N Utf8.nextCreated page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Iterate though the UTF-8 string s. If only s is given, it can used as a iterator: for pos, code in ut..."
  • 11:02, 23 August 2018 diff hist +221 N Geolocation:stopCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Stops the generation of updates that report the current location and heading.<br /> <br /> <sou..."
  • 11:02, 23 August 2018 diff hist +263 N B2.Body:setAngularVelocityCreated page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the angular velocity.<br /> <br /> <source lang="lua"> = b2.Body:setAngularVelocity(omega,..."
  • 11:02, 23 August 2018 diff hist +111 N Event.REPORT ACHIEVEMENT COMPLETECreated page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Achievement was successfully reported"
  • 11:02, 23 August 2018 diff hist +215 N Bitmap:setTextureCreated page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Sets the texture.<br /> <br /> <source lang="lua"> = Bitmap:setTexture(texture,) </source> '..."
  • 11:02, 23 August 2018 diff hist +175 N Font.getDefaultCreated page with "__NOTOC__ '''Available since:''' Gideros 2015.08<br/> === Description === Returns Font object used as default font in Gideros <source lang="lua"> = Font.getDefault() </source>"
  • 10:14, 23 August 2018 diff hist +2 Sprite→‎Description
  • 10:12, 23 August 2018 diff hist -29 B2.FrictionJoint

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)