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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:46, 21 October 2022 RhoSigma talk contribs created page ALL (Redirected page to ALLOWFULLSCREEN) Tag: New redirect
  • 20:41, 21 October 2022 RhoSigma talk contribs created page SQUAREPIXELS (Redirected page to FULLSCREEN) Tag: New redirect
  • 20:41, 21 October 2022 RhoSigma talk contribs created page SMOOTH (Redirected page to FULLSCREEN) Tag: New redirect
  • 20:40, 21 October 2022 RhoSigma talk contribs created page STRETCH (Redirected page to FULLSCREEN) Tag: New redirect
  • 21:37, 6 October 2022 RhoSigma talk contribs created page PDS(7.1) Procedures (Created page with "QB64 was created to be compatible with Quick Basic 4.5 only as it was the most popular version. The following sub-procedures have been created to do things that were available in PDS versions of Quick Basic 7.0 and 7.1. ==CURRENCY== ===MKC$=== PDS could use the CURRENCY variable type and had the MKC$ function to convert those values to '''8 byte''' ASCII string values. QB64 can convert _FLOAT currency amounts to strings using _MK$ with _INTEGER64 value...")
  • 21:20, 6 October 2022 RhoSigma talk contribs created page SysWOW64 (Created page with "<center>The Windows '''System32''' folder is for 64-bit files and the '''SysWOW64''' folder is for 32-bit files</center> This can be somewhat confusing, but '''the System32 folder is intended for 64-bit files and the SysWOW64 folder is intended for 32-bit files'''. This may seem a bit illogical if you look at the folder names, but there is an explanation to this. It has to do with compatibility. Many developers have hard coded the system folder path name in their appli...")
  • 21:15, 6 October 2022 RhoSigma talk contribs created page Inter-Program Data Sharing Demo (Created page with "Your programs can communicate with each other using a TCP/IP connection, One as host and the other as a client. The following program demonstrates how to transfer data from one program to another program running simultaneously. ''Preparation'': Copy the following code to two modules with different names. Start both programs and watch how data is transferred. {{CodeStart}} SCREEN _NEWIMAGE(512, 512, 256) DIM a(511, 511) AS INTEGER 'an array we'll send x = {{Cl|_OPE...")
  • 21:02, 6 October 2022 RhoSigma talk contribs created page DTMF Phone Demo (Created page with "Demonstrates the Dual Tone Multi-Frequency sounds used by telephones. Includes dial tone, ringing and busy signals. {{CodeStart}} {{Cl|RANDOMIZE}} {{Cl|TIMER}} {{Cl|PRINT}} {{Cl|PRINT}} " Phone Dialer" {{Cl|PRINT}} {{Cl|PRINT}} " +---------+" {{Cl|PRINT}} " | 1 2 3 A |" {{Cl|PRINT}} " | 4 5 6 B |" {{Cl|PRINT}} "...")
  • 13:19, 17 September 2022 RhoSigma talk contribs protected GlVertexPointer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:18, 17 September 2022 RhoSigma talk contribs created page GlVertexPointer (Created page with "{{DISPLAYTITLE:_glVertexPointer}} The '''_glVertexPointer''' statement defines an array of vertex data. {{PageSyntax}} : '''_glVertexPointer''' GLint {{Parameter|size}}, 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}} {{PageD...")
  • 13:15, 17 September 2022 RhoSigma talk contribs protected GlVertex4sv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:15, 17 September 2022 RhoSigma talk contribs protected GlVertex4s [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:14, 17 September 2022 RhoSigma talk contribs protected GlVertex4iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:14, 17 September 2022 RhoSigma talk contribs protected GlVertex4i [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:14, 17 September 2022 RhoSigma talk contribs protected GlVertex4fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:14, 17 September 2022 RhoSigma talk contribs protected GlVertex4f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:14, 17 September 2022 RhoSigma talk contribs protected GlVertex4dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:13, 17 September 2022 RhoSigma talk contribs protected GlVertex4d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:13, 17 September 2022 RhoSigma talk contribs created page GlVertex4d (Created page with "{{DISPLAYTITLE:_glVertex4d}} The '''_glVertex4d''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4d''' GLdouble {{Parameter|x}}, GLdouble {{Parameter|y}}, GLdouble {{Parameter|z}}, GLdouble {{Parameter|w}} {{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 ava...")
  • 13:13, 17 September 2022 RhoSigma talk contribs created page GlVertex4dv (Created page with "{{DISPLAYTITLE:_glVertex4dv}} The '''_glVertex4dv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4dv''' const 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 places, so we won't reproduce it here for another...")
  • 13:13, 17 September 2022 RhoSigma talk contribs created page GlVertex4f (Created page with "{{DISPLAYTITLE:_glVertex4f}} The '''_glVertex4f''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4f''' GLfloat {{Parameter|x}}, GLfloat {{Parameter|y}}, GLfloat {{Parameter|z}}, GLfloat {{Parameter|w}} {{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 availab...")
  • 13:13, 17 September 2022 RhoSigma talk contribs created page GlVertex4fv (Created page with "{{DISPLAYTITLE:_glVertex4fv}} The '''_glVertex4fv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4fv''' const 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, so we won't reproduce it here for another t...")
  • 13:12, 17 September 2022 RhoSigma talk contribs created page GlVertex4i (Created page with "{{DISPLAYTITLE:_glVertex4i}} The '''_glVertex4i''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4i''' GLint {{Parameter|x}}, GLint {{Parameter|y}}, GLint {{Parameter|z}}, GLint {{Parameter|w}} {{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...")
  • 13:12, 17 September 2022 RhoSigma talk contribs created page GlVertex4iv (Created page with "{{DISPLAYTITLE:_glVertex4iv}} The '''_glVertex4iv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4iv''' const 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}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another tim...")
  • 13:12, 17 September 2022 RhoSigma talk contribs created page GlVertex4s (Created page with "{{DISPLAYTITLE:_glVertex4s}} The '''_glVertex4s''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4s''' GLshort {{Parameter|x}}, GLshort {{Parameter|y}}, GLshort {{Parameter|z}}, GLshort {{Parameter|w}} {{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 availab...")
  • 13:12, 17 September 2022 RhoSigma talk contribs created page GlVertex4sv (Created page with "{{DISPLAYTITLE:_glVertex4sv}} The '''_glVertex4sv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex4sv''' const GLshort {{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, so we won't reproduce it here for another t...")
  • 13:04, 17 September 2022 RhoSigma talk contribs protected GlVertex3sv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:03, 17 September 2022 RhoSigma talk contribs protected GlVertex3s [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:03, 17 September 2022 RhoSigma talk contribs protected GlVertex3iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:03, 17 September 2022 RhoSigma talk contribs protected GlVertex3i [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:02, 17 September 2022 RhoSigma talk contribs protected GlVertex3fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:02, 17 September 2022 RhoSigma talk contribs protected GlVertex3f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:01, 17 September 2022 RhoSigma talk contribs protected GlVertex3dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:01, 17 September 2022 RhoSigma talk contribs protected GlVertex3d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:00, 17 September 2022 RhoSigma talk contribs created page GlVertex3d (Created page with "{{DISPLAYTITLE:_glVertex3d}} The '''_glVertex3d''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3d''' GLdouble {{Parameter|x}}, GLdouble {{Parameter|y}}, GLdouble {{Parameter|z}} {{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,...")
  • 13:00, 17 September 2022 RhoSigma talk contribs created page GlVertex3dv (Created page with "{{DISPLAYTITLE:_glVertex3dv}} The '''_glVertex3dv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3dv''' const 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 places, so we won't reproduce it here for another...")
  • 12:59, 17 September 2022 RhoSigma talk contribs created page GlVertex3f (Created page with "{{DISPLAYTITLE:_glVertex3f}} The '''_glVertex3f''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3f''' GLfloat {{Parameter|x}}, GLfloat {{Parameter|y}}, GLfloat {{Parameter|z}} {{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...")
  • 12:59, 17 September 2022 RhoSigma talk contribs created page GlVertex3fv (Created page with "{{DISPLAYTITLE:_glVertex3fv}} The '''_glVertex3fv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3fv''' const 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, so we won't reproduce it here for another t...")
  • 12:59, 17 September 2022 RhoSigma talk contribs created page GlVertex3i (Created page with "{{DISPLAYTITLE:_glVertex3i}} The '''_glVertex3i''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3i''' GLint {{Parameter|x}}, GLint {{Parameter|y}}, GLint {{Parameter|z}} {{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:59, 17 September 2022 RhoSigma talk contribs created page GlVertex3iv (Created page with "{{DISPLAYTITLE:_glVertex3iv}} The '''_glVertex3iv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3iv''' const 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}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another tim...")
  • 12:59, 17 September 2022 RhoSigma talk contribs created page GlVertex3s (Created page with "{{DISPLAYTITLE:_glVertex3s}} The '''_glVertex3s''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3s''' GLshort {{Parameter|x}}, GLshort {{Parameter|y}}, GLshort {{Parameter|z}} {{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...")
  • 12:59, 17 September 2022 RhoSigma talk contribs created page GlVertex3sv (Created page with "{{DISPLAYTITLE:_glVertex3sv}} The '''_glVertex3sv''' statement specifies a vertex. {{PageSyntax}} : '''_glVertex3sv''' const GLshort {{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, so we won't reproduce it here for another t...")
  • 12:51, 17 September 2022 RhoSigma talk contribs protected GlVertex2sv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:51, 17 September 2022 RhoSigma talk contribs protected GlVertex2s [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:50, 17 September 2022 RhoSigma talk contribs protected GlVertex2iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:49, 17 September 2022 RhoSigma talk contribs protected GlVertex2i [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:49, 17 September 2022 RhoSigma talk contribs protected GlVertex2fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:48, 17 September 2022 RhoSigma talk contribs protected GlVertex2f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:47, 17 September 2022 RhoSigma talk contribs protected GlVertex2dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:47, 17 September 2022 RhoSigma talk contribs protected GlVertex2d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)