Jump to content
View in the app

A better way to browse. Learn more.

ClassiCube Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MESYETI

Glod Menbie
  • Joined

  • Last visited

Everything posted by MESYETI

  1. now with 3 yprograms
  2. well classicube probably supports 8-bit colour (which you can use in MS-DOS with mode 0x13) and im pretty sure there's a way to use opengl in it
  3. I think I hosted that server 😞
  4. there are message blocks but they can't be chained (iirc) /help mb
  5. there's /help change map with /g mapname
  6. it's a shader
  7. well i found some GLSL in the classicube source code /* Generates source code for a GLSL vertex shader, based on shader's flags */ static void GenVertexShader(const struct GLShader* shader, cc_string* dst) { int uv = shader->features & FTR_TEXTURE_UV; int tm = shader->features & FTR_TEX_OFFSET; String_AppendConst(dst, "attribute vec3 in_pos;\n"); String_AppendConst(dst, "attribute vec4 in_col;\n"); if (uv) String_AppendConst(dst, "attribute vec2 in_uv;\n"); String_AppendConst(dst, "varying vec4 out_col;\n"); if (uv) String_AppendConst(dst, "varying vec2 out_uv;\n"); String_AppendConst(dst, "uniform mat4 mvp;\n"); if (tm) String_AppendConst(dst, "uniform vec2 texOffset;\n"); String_AppendConst(dst, "void main() {\n"); String_AppendConst(dst, " gl_Position = mvp * vec4(in_pos, 1.0);\n"); String_AppendConst(dst, " out_col = in_col;\n"); if (uv) String_AppendConst(dst, " out_uv = in_uv;\n"); if (tm) String_AppendConst(dst, " out_uv = out_uv + texOffset;\n"); String_AppendConst(dst, "}"); }
  8. >goes on month old post >says what everyone else said
  9. tell that to Hayden lol
  10. i think gay4 was Hernan Lorccan
  11. someone else must have asked them
  12. i didn't ask anyone to join lol
  13. i already told you the "raid" wasn't organised
  14. your server is just a chromie freebuild but 10 times more deranged
  15. a good example being 2d2t - i have put no effort at all into it and it has some nice stuff on there
  16. i like builds when they aren't just big boxes
  17. well chromies aren't great builders
  18. that is the right page lol
  19. my favourite game is ycraft first of all its made by me second of all look at these graphics
  20. openGL Shading Language
  21. go find some GLSL in the source code

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.