mrkubax10
  • Joined on 2023-03-28
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
mrkubax10 pushed to master at PolyGun/PolyGun 2023-04-29 16:13:01 +02:00
137c5d6464 Use libpng for loading images
mrkubax10 pushed to master at PolyGun/PolyGun 2023-04-25 21:47:44 +02:00
e4716d47d1 Implement GUIRenderer
mrkubax10 pushed to master at PolyGun/PolyGun 2023-04-24 14:08:54 +02:00
3525ecac71 Fix issue introduced in previous commit
mrkubax10 pushed to master at PolyGun/PolyGun 2023-04-24 13:53:14 +02:00
c4bdf73ca9 Fix compilation on Windows due to missing signal enums