All public logs

Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:36, 30 November 2022 Elie talk contribs created page Code:text-quads.h (Created page with "<syntaxhighlight lang="c"> // text-quads.h // Functions for drawing text in OpenGL, using textured quads. #define TQ_TEXTURE_WIDTH 1004 #define TQ_TEXTURE_HEIGHT 19 #define TQ_TEXTURE_FILENAME "font.data-uint8-1004x19" // DEPENDENCY: This texture file. /* Copyright 2022, Elie Goldman Smith This program is FREE SOFTWARE: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either ver...")