mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-06 17:09:05 +02:00
accdee9549 Use std::recursive_mutex as guard in ThreadSafe
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-06 17:01:56 +02:00
97ca39457d Fix compilation with Clang
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-05 20:13:27 +02:00
49e7e8053a Remove accidentally added "media" submodule
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-04 22:35:45 +02:00
061e60b839 Fix array out of bounds access in ChunkManager
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-04 11:42:47 +02:00
06109c7fd3 Only update one chunk per frame
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-04 11:08:01 +02:00
0a66799c47 Implement animated chunk loading and unloading
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-03 16:39:24 +02:00
3b4f29f53f Improve random Chunk lookup in client
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-03 14:32:16 +02:00
5b25027e51 Change anchor point of Rect3D
mrkubax10 pushed to master at PolyGun/PolyGun 2024-05-02 10:47:11 +02:00
d85b340398 Remove LoadedChunk and move it's members to Chunk
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-30 11:16:28 +02:00
b35ae45ae7 Some patches in NetworkManager
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-28 14:24:31 +02:00
32555c9152 Speed up NodeDef lookup in ContentRegistry via using regular array
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-28 11:43:18 +02:00
c303640a02 Add colors attribute to Mesh
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-26 22:22:28 +02:00
94e8982bd5 Display correct node string ID in editmode HUD
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-26 22:04:12 +02:00
658854a3e4 X11Window: Implement raw mouse input through Xinput2
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-26 16:19:02 +02:00
5cfea89ea0 Rename ImageGallery to ItemGallery and make it more generic
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-23 20:07:38 +02:00
0989660683 Fix mouse click hiding chat in game (found by Looki2000)
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-23 16:09:23 +02:00
7cff518260 t3d_to_polymap: Remove unused code that I accidentally added while copying
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-23 11:38:04 +02:00
08c702e00e Implement ThreadHelper and use it to fix crashes with rendering player nicks
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-22 19:56:13 +02:00
05bc32769e Temporarily don't check incoming packet retries
mrkubax10 pushed to master at PolyGun/PolyGun 2024-04-22 12:38:44 +02:00
c9a6b88826 Temporary fix for Matrix4::look_at