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).
- 19:20, 27 October 2022 A740g talk contribs created page NOTIFYPOPUP (Initial version)
- 10:11, 25 October 2022 RhoSigma talk contribs created page QB64 Phoenix Edition Wiki:Copyrights (Created page with "; Copyright rules :* Make sure you read and understood our QB64 Phoenix Edition Wiki:Privacy policy and QB64 Phoenix Edition Wiki:General disclaimer sections before submitting your contribution. :* After submitting you inherit the rights and obligations of our used [http://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA 4.0 License] :* In case your contributed material is in whole or part copied from another free source, then make sure to fulfill the required ob...")
- 21:07, 24 October 2022 RhoSigma talk contribs created page QB64 Phoenix Edition Wiki:Privacy policy (Created page with ":* Note that everything you submit to the '''QB64 Phoenix Edition Wiki''' can be read by anyone. :** This is valid for the regular content pages as well as for discussion (talk) pages. :* Also note that all contributions may be edited, altered, or removed by other contributors. :* If you do not want your writing to be visible for anyone or edited mercilessly, then do not submit it here.")
- 17:18, 24 October 2022 RhoSigma talk contribs uploaded File:CC-BY-SA.png
- 17:18, 24 October 2022 RhoSigma talk contribs created page File:CC-BY-SA.png
- 17:13, 24 October 2022 RhoSigma talk contribs created page QB64 Phoenix Edition Wiki:General disclaimer (Created page with "<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.")
- 12:22, 24 October 2022 RhoSigma talk contribs created page BlankPage (Created page with "{{DISPLAYTITLE:_BlankPage}} The '''_BlankPage''' serves as a skeleton for new Wiki pages, simply copy this text and paste it into the new page. Then change/remove sections as needed. {{PageSyntax}} : BlankSub {{Parameter|arg1}}[, {{Parameter|arg2}}] : result% = BlankFunc {{Parameter|arg1}}[, {{Parameter|arg2}}]")
- 21:13, 21 October 2022 RhoSigma talk contribs created page Extended keys (Created page with "'''Extended keys''' are the right Ctrl and Alt, Arrow, Insert, Delete, Home, End, Page Up and Page Down keys not on number pad. * The extended keys might return the Left Shift release scancodes instead of the press code + 128 when read by INP(96). * The Number Lock key could be set so that the Left Shift return code was not returned, but the lock could be either on or off. * The 170 left shift release code is '''not''' returned by '''QB64''' when INP($H60) is used to read the extended release scancodes. {{PageSeeAlso}} * Scancodes, INP * ASCII * INKEY$ * _KEYHIT * _KEYDOWN {{PageNavigation}} ")
- 20:49, 21 October 2022 RhoSigma talk contribs created page SMOOTH (function) (Created page with "{{DISPLAYTITLE:_SMOOTH (function)}} The _SMOOTH (function) returns -1 when the current _FULLSCREEN mode has antialiasing enabled or 0 when it's disabled. {{PageSyntax}} : {{Parameter|isSmoothEnabled%%}} = _SMOOTH {{PageDescription}} * Use in conjunction with the _FULLSCREEN function to determine the current full screen mode being used. * Use _ALLOWFULLSCREEN to limit which fullscreen modes are allowed with the key combo ALT+...")
- 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...")