All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:58, 8 August 2022 RhoSigma talk contribs created page GlGetIntegerv (Created page with "{{DISPLAYTITLE:_glGetIntegerv}} The '''_glGetIntegerv''' statement returns the value or values of a selected parameter. {{PageSyntax}} : '''_glGetIntegerv''' GLenum {{Parameter|pname}}, GLint {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is availabl...")
- 22:57, 8 August 2022 RhoSigma talk contribs protected GlGetFloatv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:55, 8 August 2022 RhoSigma talk contribs created page GlGetFloatv (Created page with "{{DISPLAYTITLE:_glGetFloatv}} The '''_glGetFloatv''' statement returns the value or values of a selected parameter. {{PageSyntax}} : '''_glGetFloatv''' GLenum {{Parameter|pname}}, GLfloat {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in...")
- 22:47, 8 August 2022 RhoSigma talk contribs protected GlGetDoublev [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:44, 8 August 2022 RhoSigma talk contribs created page GlGetDoublev (Created page with "{{DISPLAYTITLE:_glGetDoublev}} The '''_glGetDoublev''' statement returns the value or values of a selected parameter. {{PageSyntax}} : '''_glGetDoublev''' GLenum {{Parameter|pname}}, GLdouble {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is availabl...")
- 16:57, 8 August 2022 RhoSigma talk contribs protected GlGetClipPlane [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:55, 8 August 2022 RhoSigma talk contribs created page GlGetClipPlane (Created page with "{{DISPLAYTITLE:_glGetClipPlane}} The '''_glGetClipPlane''' statement returns the coefficients of the specified clipping plane. {{PageSyntax}} : '''_glGetClipPlane''' GLenum {{Parameter|plane}}, GLdouble {{Parameter|*equation}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentatio...")
- 16:50, 8 August 2022 RhoSigma talk contribs protected GlGetBooleanv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:02, 8 August 2022 RhoSigma talk contribs created page GlGetBooleanv (Created page with "{{DISPLAYTITLE:_glGetBooleanv}} The '''_glGetBooleanv''' statement returns the value or values of a selected parameter. {{PageSyntax}} : '''_glGetBooleanv''' GLenum {{Parameter|pname}}, GLboolean {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is avai...")
- 12:44, 8 August 2022 RhoSigma talk contribs protected GlGenLists [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:44, 8 August 2022 RhoSigma talk contribs created page GlGenLists (Created page with "{{DISPLAYTITLE:_glGenLists}} The '''_glGenLists''' function generates a contiguous set of empty display lists. {{PageSyntax}} : GLuint {{Parameter|result}} = '''_glGenLists''' (GLsizei {{Parameter|range}}) {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in sev...")
- 21:17, 7 August 2022 RhoSigma talk contribs protected GlFogiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:17, 7 August 2022 RhoSigma talk contribs created page GlFogiv (Created page with "{{DISPLAYTITLE:_glFogiv}} The '''_glFogiv''' statement specifies fog parameters. {{PageSyntax}} : '''_glFogiv''' GLenum {{Parameter|pname}}, const GLint {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reprod...")
- 21:15, 7 August 2022 RhoSigma talk contribs protected GlFogi [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:15, 7 August 2022 RhoSigma talk contribs created page GlFogi (Created page with "{{DISPLAYTITLE:_glFogi}} The '''_glFogi''' statement specifies fog parameters. {{PageSyntax}} : '''_glFogi''' GLenum {{Parameter|pname}}, GLint {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here...")
- 21:14, 7 August 2022 RhoSigma talk contribs protected GlFogfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:12, 7 August 2022 RhoSigma talk contribs created page GlFogfv (Created page with "{{DISPLAYTITLE:_glFogfv}} The '''_glFogfv''' statement specifies fog parameters. {{PageSyntax}} : '''_glFogfv''' GLenum {{Parameter|pname}}, const GLfloat {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't repr...")
- 21:10, 7 August 2022 RhoSigma talk contribs protected GlFogf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:10, 7 August 2022 RhoSigma talk contribs created page GlFogf (Created page with "{{DISPLAYTITLE:_glFogf}} The '''_glFogf''' and statement specifies fog parameters. {{PageSyntax}} : '''_glFogf''' GLenum {{Parameter|pname}}, GLfloat {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce i...")
- 21:04, 7 August 2022 RhoSigma talk contribs protected GlEvalPoint2 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:03, 7 August 2022 RhoSigma talk contribs created page GlEvalPoint2 (Created page with "{{DISPLAYTITLE:_glEvalPoint2}} The '''_glEvalPoint1''' and '''_glEvalPoint2''' statements generate and evaluate a single point in a mesh. {{PageSyntax}} : '''_glEvalPoint2''' GLint {{Parameter|i}}, GLint {{Parameter|j}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is av...")
- 21:03, 7 August 2022 RhoSigma talk contribs protected GlEvalPoint1 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:03, 7 August 2022 RhoSigma talk contribs created page GlEvalPoint1 (Created page with "{{DISPLAYTITLE:_glEvalPoint1}} The '''_glEvalPoint1''' and '''_glEvalPoint2''' statements generate and evaluate a single point in a mesh. {{PageSyntax}} : '''_glEvalPoint1''' GLint {{Parameter|i}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several plac...")
- 20:37, 7 August 2022 RhoSigma talk contribs protected GlEvalMesh2 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:37, 7 August 2022 RhoSigma talk contribs created page GlEvalMesh2 (Created page with "{{DISPLAYTITLE:_glEvalMesh2}} The '''_glEvalMesh2''' statement computes a two-dimensional grid of points or lines. {{PageSyntax}} : '''_glEvalMesh2''' GLenum {{Parameter|mode}}, GLint {{Parameter|i1}}, GLint {{Parameter|i2}}, GLint {{Parameter|j1}}, GLint {{Parameter|j2}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}}...")
- 20:37, 7 August 2022 RhoSigma talk contribs protected GlEvalMesh1 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:36, 7 August 2022 RhoSigma talk contribs created page GlEvalMesh1 (Created page with "{{DISPLAYTITLE:_glEvalMesh1}} The '''_glEvalMesh1''' statement computes a one-dimensional grid of points or lines. {{PageSyntax}} : '''_glEvalMesh1''' GLenum {{Parameter|mode}}, GLint {{Parameter|i1}}, GLint {{Parameter|i2}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation...")
- 16:53, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord2fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:51, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord2f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:51, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord2dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:50, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord2d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:49, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord2d (Created page with "{{DISPLAYTITLE:_glEvalCoord2d}} The '''_glEvalCoord2d''' statement evaluates enabled two-dimensional maps. {{PageSyntax}} : '''_glEvalCoord2d''' GLdouble {{Parameter|u}}, GLdouble {{Parameter|v}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several place...")
- 16:49, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord2dv (Created page with "{{DISPLAYTITLE:_glEvalCoord2dv}} The '''_glEvalCoord2dv''' statement evaluates enabled two-dimensional maps. {{PageSyntax}} : '''_glEvalCoord2dv''' const GLdouble {{Parameter|*u}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't r...")
- 16:49, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord2f (Created page with "{{DISPLAYTITLE:_glEvalCoord2f}} The '''_glEvalCoord2f''' statement evaluates enabled two-dimensional maps. {{PageSyntax}} : '''_glEvalCoord2f''' GLfloat {{Parameter|u}}, GLfloat {{Parameter|v}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places,...")
- 16:49, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord2fv (Created page with "{{DISPLAYTITLE:_glEvalCoord2fv}} The '''_glEvalCoord2fv''' statement evaluates enabled two-dimensional maps. {{PageSyntax}} : '''_glEvalCoord2fv''' const GLfloat {{Parameter|*u}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't re...")
- 16:45, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord1fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:44, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord1fv (Created page with "{{DISPLAYTITLE:_glEvalCoord1fv}} The '''_glEvalCoord1fv''' statement evaluates enabled one-dimensional maps. {{PageSyntax}} : '''_glEvalCoord1fv''' const GLfloat {{Parameter|*u}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't re...")
- 16:42, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord1f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:41, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord1f (Created page with "{{DISPLAYTITLE:_glEvalCoord1f}} The '''_glEvalCoord1f''' statement evaluates enabled one-dimensional maps. {{PageSyntax}} : '''_glEvalCoord1f''' GLfloat {{Parameter|u}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it...")
- 16:40, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord1dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:39, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord1dv (Created page with "{{DISPLAYTITLE:_glEvalCoord1dv}} The '''_glEvalCoord1dv''' statement evaluates enabled one-dimensional maps. {{PageSyntax}} : '''_glEvalCoord1dv''' const GLdouble {{Parameter|*u}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't r...")
- 16:36, 7 August 2022 RhoSigma talk contribs protected GlEvalCoord1d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:34, 7 August 2022 RhoSigma talk contribs created page GlEvalCoord1d (Created page with "{{DISPLAYTITLE:_glEvalCoord1d}} The '''_glEvalCoord1d''' statement evaluates enabled one-dimensional maps. {{PageSyntax}} : '''_glEvalCoord1d''' GLdouble {{Parameter|u}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce i...")
- 23:29, 5 August 2022 RhoSigma talk contribs protected Template:DataTypePlugin [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 23:28, 5 August 2022 RhoSigma talk contribs protected Template:PrintUsingPlugin [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:30, 5 August 2022 RhoSigma talk contribs created page Template:DataTypePlugin (Created page with "{{FixedStart}} ┌───────────────────────────────────────────────────────────────────────────┐ │ Numerical types │ ├──────────────────────┬───────────┬────────────...")
- 22:06, 3 August 2022 RhoSigma talk contribs created page Template:PrintUsingPlugin (Created page with " ''template$'' is a string literal or variable, using the following formatting characters: ┌───────┬────────────────────────────────────────────────────────────────┐ │ '''&''' │ Prints an entire string value. STRING length should be limited │ │ │ as template wid...")
- 22:46, 1 August 2022 RhoSigma talk contribs protected Template:LogicalTruthPlugin [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:12, 1 August 2022 RhoSigma talk contribs created page Template:LogicalTruthPlugin (Created page with "{{FixedStart}} The results of the bitwise logical operations, where '''A''' and '''B''' are operands, and '''1''' or '''0''' indicate whether a bit is set or not set: ┌───────────┬────────────────────────────────────────────────────────┐ │ '''Operands''' │ '''Logical operations''' │ ├─...")
- 21:18, 24 July 2022 RhoSigma talk contribs protected GlFrustum [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)