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).
- 21:48, 30 August 2022 RhoSigma talk contribs protected GlLoadIdentity [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:48, 30 August 2022 RhoSigma talk contribs created page GlLoadIdentity (Created page with "{{DISPLAYTITLE:_glLoadIdentity}} The '''_glLoadIdentity''' statement replaces the current matrix with the identity matrix. {{PageSyntax}} : '''_glLoadIdentity''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glloadidentity Microsoft Docs] and is also valid for QB64 usage. {{Page...")
- 21:46, 30 August 2022 RhoSigma talk contribs protected GlListBase [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:46, 30 August 2022 RhoSigma talk contribs created page GlListBase (Created page with "{{DISPLAYTITLE:_glListBase}} The '''_glListBase''' statement sets the display list base for '''_glCallLists'''. {{PageSyntax}} : '''_glListBase''' GLuint {{Parameter|base}} {{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 reproduc...")
- 21:43, 30 August 2022 RhoSigma talk contribs protected GlLineStipple [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:43, 30 August 2022 RhoSigma talk contribs created page GlLineStipple (Created page with "{{DISPLAYTITLE:_glLineStipple}} The '''_glLineStipple''' statement specifies the line stipple pattern. {{PageSyntax}} : '''_glLineStipple''' GLint {{Parameter|factor}}, GLushort {{Parameter|pattern}} {{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 p...")
- 21:39, 30 August 2022 RhoSigma talk contribs protected GlLightf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:39, 30 August 2022 RhoSigma talk contribs created page GlLightf (Created page with "{{DISPLAYTITLE:_glLightf}} The '''_glLightf''' statement returns light source parameter values. {{PageSyntax}} : '''_glLightf''' GLenum {{Parameter|light}}, 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...")
- 21:37, 30 August 2022 RhoSigma talk contribs protected GlLightfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:37, 30 August 2022 RhoSigma talk contribs created page GlLightfv (Created page with "{{DISPLAYTITLE:_glLightfv}} The '''_glLightfv''' statement returns light source parameter values. {{PageSyntax}} : '''_glLightfv''' GLenum {{Parameter|light}}, 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 i...")
- 21:36, 30 August 2022 RhoSigma talk contribs protected GlLighti [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:36, 30 August 2022 RhoSigma talk contribs created page GlLighti (Created page with "{{DISPLAYTITLE:_glLighti}} The '''_glLighti''' statement returns light source parameter values. {{PageSyntax}} : '''_glLighti''' GLenum {{Parameter|light}}, 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 i...")
- 21:35, 30 August 2022 RhoSigma talk contribs protected GlLightiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:35, 30 August 2022 RhoSigma talk contribs created page GlLightiv (Created page with "{{DISPLAYTITLE:_glLightiv}} The '''_glLightiv''' statement returns light source parameter values. {{PageSyntax}} : '''_glLightiv''' GLenum {{Parameter|light}}, 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...")
- 21:28, 30 August 2022 RhoSigma talk contribs protected GlLightModelf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:28, 30 August 2022 RhoSigma talk contribs created page GlLightModelf (Created page with "{{DISPLAYTITLE:_glLightModelf}} The '''_glLightModelf''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModelf''' 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,...")
- 21:27, 30 August 2022 RhoSigma talk contribs protected GlLightModelfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:27, 30 August 2022 RhoSigma talk contribs created page GlLightModelfv (Created page with "{{DISPLAYTITLE:_glLightModelfv}} The '''_glLightModelfv''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModelfv''' 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 sever...")
- 21:26, 30 August 2022 RhoSigma talk contribs protected GlLightModeli [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:25, 30 August 2022 RhoSigma talk contribs created page GlLightModeli (Created page with "{{DISPLAYTITLE:_glLightModeli}} The '''_glLightModeli''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModeli''' 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...")
- 21:24, 30 August 2022 RhoSigma talk contribs protected GlLightModeliv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:23, 30 August 2022 RhoSigma talk contribs created page GlLightModeliv (Created page with "{{DISPLAYTITLE:_glLightModeliv}} The '''_glLightModeliv''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModeliv''' 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...")
- 09:36, 27 August 2022 RhoSigma talk contribs created page PLAY (function) (Created page with "Short description here. {{PageSyntax}} : {{Parameter|resVar with type suffix}} = '''PLAY''' ({{Parameter|arguments with suffix}}) {{PageParameters}} * describe {{Parameter|resVar}} * descibe {{Parameter|argument}} {{PageDescription}} * Full describtion here, use as many dots you need. {{PageExamples}} * Place the example desciption here {{CodeStart}} Inside this block place keywords in Cl templates {{Cl|Keyword}} where the keyword=page link eg. {{Cl|PLAY}} for th...")
- 16:18, 26 August 2022 User account A740g talk contribs was created by RhoSigma talk contribs
- 13:05, 18 August 2022 RhoSigma talk contribs protected GlInitNames [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 13:05, 18 August 2022 RhoSigma talk contribs created page GlInitNames (Created page with "{{DISPLAYTITLE:_glInitNames}} The '''_glInitNames''' statement initializes the name stack. {{PageSyntax}} : '''_glInitNames''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glinitnames Microsoft Docs] and is also valid for QB64 usage. {{PageSeeAlso}} * SUB _GL * _glBeg...")
- 13:04, 18 August 2022 RhoSigma talk contribs protected GlInterleavedArrays [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 13:04, 18 August 2022 RhoSigma talk contribs created page GlInterleavedArrays (Created page with "{{DISPLAYTITLE:_glInterleavedArrays}} The '''_glInterleavedArrays''' statement simultaneously specifies and enables several interleaved arrays in a larger aggregate array. {{PageSyntax}} : '''_glInterleavedArrays''' GLenum {{Parameter|format}}, GLsizei {{Parameter|stride}}, const GLvoid {{Parameter|*pointer}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 V...")
- 13:02, 18 August 2022 RhoSigma talk contribs protected GlIsList [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 13:02, 18 August 2022 RhoSigma talk contribs created page GlIsList (Created page with "{{DISPLAYTITLE:_glIsList}} The '''_glIsList''' function tests for display list existence. {{PageSyntax}} : GLboolean {{Parameter|result}} = '''_glIsList''' (GLuint {{Parameter|list}}) {{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...")
- 12:52, 18 August 2022 RhoSigma talk contribs protected GlIndexi [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:52, 18 August 2022 RhoSigma talk contribs created page GlIndexi (Created page with "{{DISPLAYTITLE:_glIndexi}} The '''_glIndexi''' statement sets the current color index. {{PageSyntax}} : '''_glIndexi''' GLint {{Parameter|c}} {{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 for another time. * T...")
- 12:50, 18 August 2022 RhoSigma talk contribs protected GlIndexiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:50, 18 August 2022 RhoSigma talk contribs created page GlIndexiv (Created page with "{{DISPLAYTITLE:_glIndexiv}} The '''_glIndexiv''' statement sets the current color index. {{PageSyntax}} : '''_glIndexiv''' const GLint {{Parameter|*c}} {{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 for another...")
- 12:50, 18 August 2022 RhoSigma talk contribs protected GlIndexs [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:50, 18 August 2022 RhoSigma talk contribs created page GlIndexs (Created page with "{{DISPLAYTITLE:_glIndexs}} The '''_glIndexs''' statement sets the current color index. {{PageSyntax}} : '''_glIndexs''' GLshort {{Parameter|c}} {{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 for another time. *...")
- 12:49, 18 August 2022 RhoSigma talk contribs protected GlIndexsv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:49, 18 August 2022 RhoSigma talk contribs created page GlIndexsv (Created page with "{{DISPLAYTITLE:_glIndexsv}} The '''_glIndexsv''' statement sets the current color index. {{PageSyntax}} : '''_glIndexsv''' const GLshort {{Parameter|*c}} {{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 for anoth...")
- 12:47, 18 August 2022 RhoSigma talk contribs protected GlIndexub [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:47, 18 August 2022 RhoSigma talk contribs created page GlIndexub (Created page with "{{DISPLAYTITLE:_glIndexub}} The '''_glIndexub''' statement sets the current color index. {{PageSyntax}} : '''_glIndexub''' GLubyte {{Parameter|c}} {{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 for another time...")
- 12:46, 18 August 2022 RhoSigma talk contribs protected GlIndexubv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:45, 18 August 2022 RhoSigma talk contribs created page GlIndexubv (Created page with "{{DISPLAYTITLE:_glIndexubv}} The '''_glIndexubv''' statement sets the current color index. {{PageSyntax}} : '''_glIndexubv''' const GLubyte {{Parameter|*c}} {{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 for an...")
- 12:18, 18 August 2022 RhoSigma talk contribs protected GlIndexd [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:18, 18 August 2022 RhoSigma talk contribs created page GlIndexd (Created page with "{{DISPLAYTITLE:_glIndexd}} The '''_glIndexd''' statement sets the current color index. {{PageSyntax}} : '''_glIndexd''' GLdouble {{Parameter|c}} {{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 for another time....")
- 12:17, 18 August 2022 RhoSigma talk contribs protected GlIndexdv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:15, 18 August 2022 RhoSigma talk contribs created page GlIndexdv (Created page with "{{DISPLAYTITLE:_glIndexdv}} The '''_glIndexdv''' statement sets the current color index. {{PageSyntax}} : '''_glIndexdv''' const GLdouble {{Parameter|*c}} {{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 for anot...")
- 12:14, 18 August 2022 RhoSigma talk contribs protected GlIndexf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:14, 18 August 2022 RhoSigma talk contribs created page GlIndexf (Created page with "{{DISPLAYTITLE:_glIndexf}} The '''_glIndexf''' statement sets the current color index. {{PageSyntax}} : '''_glIndexf''' GLfloat {{Parameter|c}} {{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 for another time. *...")
- 12:13, 18 August 2022 RhoSigma talk contribs protected GlIndexfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:13, 18 August 2022 RhoSigma talk contribs created page GlIndexfv (Created page with "{{DISPLAYTITLE:_glIndexfv}} The '''_glIndexfv''' statement sets the current color index. {{PageSyntax}} : '''_glIndexfv''' const GLfloat {{Parameter|*c}} {{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 for anoth...")