mrkubax10
  • Joined on 2023-03-28
mrkubax10 commented on issue mrkubax10/industrialtest#10 2024-05-09 15:40:24 +02:00
mining drill charge at 0% not working, battery resets to 100%

They shouldn't break.

mrkubax10 commented on issue mrkubax10/industrialtest#10 2024-05-09 14:04:18 +02:00
mining drill charge at 0% not working, battery resets to 100%

I should probably make the mod compatible with Vein Miner.

mrkubax10 commented on pull request mrkubax10/industrialtest#8 2024-05-06 17:40:34 +02:00
some fixes

Closing due to inactivity.

mrkubax10 closed pull request mrkubax10/industrialtest#8 2024-05-06 17:40:34 +02:00
some fixes
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)