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).
- 12:03, 18 August 2022 RhoSigma talk contribs protected GlIndexPointer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:03, 18 August 2022 RhoSigma talk contribs created page GlIndexPointer (Created page with "{{DISPLAYTITLE:_glIndexPointer}} The '''_glIndexPointer''' statement defines an array of color indexes. {{PageSyntax}} : '''_glIndexPointer''' GLenum {{Parameter|type}}, 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 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's doc...")
- 12:01, 18 August 2022 RhoSigma talk contribs protected GlIndexMask [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:01, 18 August 2022 RhoSigma talk contribs created page GlIndexMask (Created page with "{{DISPLAYTITLE:_glIndexMask}} The '''_glIndexMask''' statement controls the writing of individual bits in the color-index buffers. {{PageSyntax}} : '''_glIndexMask''' GLuint {{Parameter|mask}} {{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,...")
- 19:28, 17 August 2022 RhoSigma talk contribs created page Email Demo (Created page with "::'''IMPORTANT: This is a QB64 only program that requires the TCP/IP upgrade.''' :'''YOU MUST CHANGE the _OPENCLIENT statement TO YOUR ISP'S SMTP SERVER ADDRESS''' {{CodeStart}} c = {{Cl|_OPENCLIENT}}("tcp/ip:25:YOUR ISP SMTP SERVER ADDRESS") IF c = 0 THEN PRINT "Couldn't connect to SMTP server!": SYSTEM crlf$ = {{Cl|CHR$}}(13) + {{Cl|CHR$}}(10) ' carriage return + line feed {{Cl|ASCII}} characters a$ = "HELO localhost" + crlf$ {{Cl|PUT (TCP/IP statement)|PUT #}...")
- 22:13, 16 August 2022 RhoSigma talk contribs protected GlGetTexParameteriv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:13, 16 August 2022 RhoSigma talk contribs created page GlGetTexParameteriv (Created page with "{{DISPLAYTITLE:_glGetTexParameteriv}} The '''_glGetTexParameterfv''' and '''_glGetTexParameteriv''' statements return texture parameter values. {{PageSyntax}} : '''_glGetTexParameteriv''' GLenum {{Parameter|target}}, 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}}...")
- 22:12, 16 August 2022 RhoSigma talk contribs protected GlGetTexParameterfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:12, 16 August 2022 RhoSigma talk contribs created page GlGetTexParameterfv (Created page with "{{DISPLAYTITLE:_glGetTexParameterfv}} The '''_glGetTexParameterfv''' and '''_glGetTexParameteriv''' statements return texture parameter values. {{PageSyntax}} : '''_glGetTexParameterfv''' GLenum {{Parameter|target}}, 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...")
- 22:08, 16 August 2022 RhoSigma talk contribs protected GlGetTexLevelParameterfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:07, 16 August 2022 RhoSigma talk contribs created page GlGetTexLevelParameterfv (Created page with "{{DISPLAYTITLE:_glGetTexLevelParameterfv}} The '''_glGetTexLevelParameterfv''' and '''_glGetTexLevelParameteriv''' statements return texture parameter values for a specific level of detail. {{PageSyntax}} : '''_glGetTexLevelParameterfv''' GLenum {{Parameter|target}}, GLint {{Parameter|level}}, GLenum {{Parameter|pname}}, GLfloat {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the follo...")
- 22:07, 16 August 2022 RhoSigma talk contribs protected GlGetTexLevelParameteriv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:06, 16 August 2022 RhoSigma talk contribs created page GlGetTexLevelParameteriv (Created page with "{{DISPLAYTITLE:_glGetTexLevelParameteriv}} The '''_glGetTexLevelParameterfv''' and '''_glGetTexLevelParameteriv''' statements return texture parameter values for a specific level of detail. {{PageSyntax}} : '''_glGetTexLevelParameteriv''' GLenum {{Parameter|target}}, GLint {{Parameter|level}}, GLenum {{Parameter|pname}}, GLint {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the followi...")
- 21:54, 16 August 2022 RhoSigma talk contribs protected GlGetTexGendv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:53, 16 August 2022 RhoSigma talk contribs protected GlGetTexGenfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:53, 16 August 2022 RhoSigma talk contribs protected GlGetTexGeniv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:40, 16 August 2022 RhoSigma talk contribs created page GlGetTexGeniv (Created page with "{{DISPLAYTITLE:_glGetTexGeniv}} The '''_glGetTexGendv''', '''_glGetTexGenfv''', and '''_glGetTexGeniv''' statements return texture coordinate generation parameters. {{PageSyntax}} : '''_glGetTexGeniv''' GLenum {{Parameter|coord}}, 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. {{OpenG...")
- 21:40, 16 August 2022 RhoSigma talk contribs created page GlGetTexGenfv (Created page with "{{DISPLAYTITLE:_glGetTexGenfv}} The '''_glGetTexGendv''', '''_glGetTexGenfv''', and '''_glGetTexGeniv''' statements return texture coordinate generation parameters. {{PageSyntax}} : '''_glGetTexGenfv''' GLenum {{Parameter|coord}}, 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. {{Ope...")
- 21:39, 16 August 2022 RhoSigma talk contribs created page GlGetTexGendv (Created page with "{{DISPLAYTITLE:_glGetTexGendv}} The '''_glGetTexGendv''', '''_glGetTexGenfv''', and '''_glGetTexGeniv''' statements return texture coordinate generation parameters. {{PageSyntax}} : '''_glGetTexGendv''' GLenum {{Parameter|coord}}, 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. {{Op...")
- 21:34, 16 August 2022 RhoSigma talk contribs protected GlGetTexEnviv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:34, 16 August 2022 RhoSigma talk contribs created page GlGetTexEnviv (Created page with "{{DISPLAYTITLE:_glGetTexEnviv}} The '''_glGetTexEnvfv''' and '''_glGetTexEnviv''' statements return texture environment parameters. {{PageSyntax}} : '''_glGetTexEnviv''' GLenum {{Parameter|target}}, 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}} {{PageDescripti...")
- 21:33, 16 August 2022 RhoSigma talk contribs protected GlGetTexEnvfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:33, 16 August 2022 RhoSigma talk contribs created page GlGetTexEnvfv (Created page with "{{DISPLAYTITLE:_glGetTexEnvfv}} The '''_glGetTexEnvfv''' and '''_glGetTexEnviv''' statements return texture environment parameters. {{PageSyntax}} : '''_glGetTexEnvfv''' GLenum {{Parameter|target}}, 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}} {{PageDescrip...")
- 21:28, 16 August 2022 RhoSigma talk contribs protected GlGetPointerv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:28, 16 August 2022 RhoSigma talk contribs created page GlGetPointerv (Created page with "{{DISPLAYTITLE:_glGetPointerv}} The '''_glGetPointerv''' statement returns the address of a vertex data array. {{PageSyntax}} : '''_glGetPointerv''' GLenum {{Parameter|pname}}, GLvoid {{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 se...")
- 21:28, 16 August 2022 RhoSigma talk contribs protected GlGetPolygonStipple [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:27, 16 August 2022 RhoSigma talk contribs created page GlGetPolygonStipple (Created page with "{{DISPLAYTITLE:_glGetPolygonStipple}} The '''_glGetPolygonStipple''' statement returns the polygon stipple pattern. {{PageSyntax}} : '''_glGetPolygonStipple''' GLubyte {{Parameter|*mask}} {{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...")
- 21:22, 16 August 2022 RhoSigma talk contribs protected GlGetPixelMapfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:22, 16 August 2022 RhoSigma talk contribs created page GlGetPixelMapfv (Created page with "{{DISPLAYTITLE:_glGetPixelMapfv}} The '''_glGetPixelMapfv''', '''_glGetPixelMapuiv''', and '''_glGetPixelMapusv''' statements return the specified pixel map. {{PageSyntax}} : '''_glGetPixelMapfv''' GLenum {{Parameter|map}}, GLfloat {{Parameter|*values}} {{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}} {{PageDescriptio...")
- 21:21, 16 August 2022 RhoSigma talk contribs protected GlGetPixelMapuiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:21, 16 August 2022 RhoSigma talk contribs created page GlGetPixelMapuiv (Created page with "{{DISPLAYTITLE:_glGetPixelMapuiv}} The '''_glGetPixelMapfv''', '''_glGetPixelMapuiv''', and '''_glGetPixelMapusv''' statements return the specified pixel map. {{PageSyntax}} : '''_glGetPixelMapuiv''' GLenum {{Parameter|map}}, GLuint {{Parameter|*values}} {{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}} {{PageDescripti...")
- 21:17, 16 August 2022 RhoSigma talk contribs protected GlGetPixelMapusv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:17, 16 August 2022 RhoSigma talk contribs created page GlGetPixelMapusv (Created page with "{{DISPLAYTITLE:_glGetPixelMapusv}} The glGetPixelMapfv, '''_glGetPixelMapuiv''', and '''_glGetPixelMapusv''' statements return the specified pixel map. {{PageSyntax}} : '''_glGetPixelMapusv''' GLenum {{Parameter|map}}, GLushort {{Parameter|*values}} {{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}}...")
- 21:12, 16 August 2022 RhoSigma talk contribs protected GlGetMaterialfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:11, 16 August 2022 RhoSigma talk contribs created page GlGetMaterialfv (Created page with "{{DISPLAYTITLE:_glGetMaterialfv}} The '''_glGetMaterialfv''' and '''_glGetMaterialiv''' statements return material parameters. {{PageSyntax}} : '''_glGetMaterialfv''' GLenum {{Parameter|face}}, 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}...")
- 21:11, 16 August 2022 RhoSigma talk contribs protected GlGetMaterialiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:11, 16 August 2022 RhoSigma talk contribs created page GlGetMaterialiv (Created page with "{{DISPLAYTITLE:_glGetMaterialiv}} The '''_glGetMaterialfv''' and '''_glGetMaterialiv''' statements return material parameters. {{PageSyntax}} : '''_glGetMaterialiv''' GLenum {{Parameter|face}}, 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}}...")
- 21:06, 16 August 2022 RhoSigma talk contribs protected GlGetMapdv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:05, 16 August 2022 RhoSigma talk contribs protected GlGetMapfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:05, 16 August 2022 RhoSigma talk contribs protected GlGetMapiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:05, 16 August 2022 RhoSigma talk contribs created page GlGetMapiv (Created page with "{{DISPLAYTITLE:_glGetMapiv}} The '''_glGetMapdv''', '''_glGetMapfv''', and '''_glGetMapiv''' statements return evaluator parameters. {{PageSyntax}} : '''_glGetMapiv''' GLenum {{Parameter|target}}, GLenum {{Parameter|query}}, GLint {{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}} *...")
- 21:04, 16 August 2022 RhoSigma talk contribs created page GlGetMapfv (Created page with "{{DISPLAYTITLE:_glGetMapfv}} The '''_glGetMapdv''', '''_glGetMapfv''', and '''_glGetMapiv''' statements return evaluator parameters. {{PageSyntax}} : '''_glGetMapfv''' GLenum {{Parameter|target}}, GLenum {{Parameter|query}}, 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}}...")
- 21:04, 16 August 2022 RhoSigma talk contribs created page GlGetMapdv (Created page with "{{DISPLAYTITLE:_glGetMapdv}} The '''_glGetMapdv''', '''_glGetMapfv''', and '''_glGetMapiv''' statements return evaluator parameters. {{PageSyntax}} : '''_glGetMapdv''' GLenum {{Parameter|target}}, GLenum {{Parameter|query}}, 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}}...")
- 20:52, 16 August 2022 RhoSigma talk contribs protected GlGetLightiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:52, 16 August 2022 RhoSigma talk contribs created page GlGetLightiv (Created page with "{{DISPLAYTITLE:_glGetLightiv}} The '''_glGetLightfv''' and '''_glGetLightiv''' statements return light source parameter values. {{PageSyntax}} : '''_glGetLightiv''' GLenum {{Parameter|light}}, 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}} *...")
- 20:48, 16 August 2022 RhoSigma talk contribs protected GlGetLightfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:48, 16 August 2022 RhoSigma talk contribs created page GlGetLightfv (Created page with "{{DISPLAYTITLE:_glGetLightfv}} The '''_glGetLightfv''' and '''_glGetLightiv''' statements return light source parameter values. {{PageSyntax}} : '''_glGetLightfv''' GLenum {{Parameter|light}}, 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}}...")
- 23:35, 8 August 2022 RhoSigma talk contribs created page FILE$ (function) (Created page with "The '''FILE$''' function can be used in place of the old QBasic FILES statement to view a list of files. Displays long and short(8.3) DOS filenames with the last modified information. Function name returns the short filename while '''SHARED''' string variables '''LFN$''' and '''Path$''' return the long name and absolute path from the current root drive. The leading underscore should make it compatible with most older QBasic program code run in '''QB64'''. The functio...")
- 23:26, 8 August 2022 RhoSigma talk contribs created page FILE$ (Created page with "<center>''' FILE$ Function Automatic Setup Version'''</center> This version of the FILE$ string Function can be set up as a separate Window or be positioned anywhere on program screens larger than 640 X 480. Two position parameters are added to place the top left corner position on a QB64 custom _NEWIMAGE screen. It can be used with ANY screen mode either as a separate window or combined with your program screen! Simply set the parameters to zero if you want to use...")
- 23:00, 8 August 2022 RhoSigma talk contribs protected GlGetIntegerv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)