mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-10 16:54:27 +02:00
e47215d71e Add way to add custom buffers to Mesh
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-09 20:04:58 +02:00
de4f8a11fe Fix comments support in XML lexer
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-08 22:13:18 +02:00
b8456634ae Add way to directly join server or host it
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-08 15:04:21 +02:00
f732a6a343 Fix XMLNode memory leak
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-07 21:17:00 +02:00
0e6eac2829 Implement locale system
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-07 20:05:08 +02:00
d093a0105e Fix flipped textures in GUIRenderer
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-07 15:30:09 +02:00
df9a6efbf3 Make sure that Logger is thread safe
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-06 19:40:00 +02:00
c45ee1b6ed Add XML parser
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-02 16:17:04 +02:00
9d360fe9ed Detect if GLM is available
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-02 13:59:50 +02:00
b06e98eadb OpenGL renderer tweaks
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-02 12:33:00 +02:00
f45d54abe5 Fix formatting
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-02 12:32:19 +02:00
2660bffe3e Update documentation
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-02 12:28:38 +02:00
755ca93a4e Forgot to add CMake script for finding Wayland
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-02 10:55:29 +02:00
e4cf4d4948 CMakeLists.txt tweaks
mrkubax10 deleted branch glew_replace from PolyGun/PolyGun 2023-04-30 21:46:59 +02:00
mrkubax10 pushed to master at PolyGun/PolyGun 2023-04-30 21:46:35 +02:00
efaa8c86d6 Merge branch glew_replace: Don't use GLEW for loading OpenGL functions
mrkubax10 pushed to glew_replace at PolyGun/PolyGun 2023-04-30 13:39:15 +02:00
aaf3e29aca Don't use GLEW for loading OpenGL functions
c4614944aa Greedy Meshing base added
Compare 3 commits »
mrkubax10 created branch glew_replace in PolyGun/PolyGun 2023-04-30 13:34:20 +02:00
mrkubax10 pushed to glew_replace at PolyGun/PolyGun 2023-04-30 13:34:20 +02:00
8cfed38c91 Don't use GLEW for loading OpenGL functions
mrkubax10 pushed to master at PolyGun/PolyGun 2023-04-30 10:52:32 +02:00
19f050a2d0 Fix color blending in Surface