mrkubax10
  • Joined on 2023-03-28
mrkubax10 created branch tkinter in PolyGun/fonteditor 2024-03-01 20:37:39 +01:00
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-27 20:30:13 +01:00
914959df3f Win32Window: Make sure to only grab or ungrab mouse when state is different
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-26 16:52:48 +01:00
2a32df773d Gravity deceleration is no longer CPU speed dependent
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-23 16:16:08 +01:00
15e4d5327c Fix collision with blocks breaking on negative coordinates
mrkubax10 deleted branch map_write_fix from PolyGun/PolyGun 2024-02-23 10:55:28 +01:00
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-23 10:55:03 +01:00
dc5b19323f Replace std::fstream with FILE* in server ChunkManager
mrkubax10 pushed to map_write_fix at PolyGun/PolyGun 2024-02-23 10:24:24 +01:00
dc5b19323f Replace std::fstream with FILE* in server ChunkManager
mrkubax10 created branch map_write_fix in PolyGun/PolyGun 2024-02-23 10:24:23 +01:00
mrkubax10 deleted branch physic from PolyGun/PolyGun 2024-02-21 20:10:25 +01:00
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-21 20:09:32 +01:00
fd8668c0e7 Merge branch 'physic'
af460a1630 Implement gravity and collisions with some issues
a4d0864980 Begin implementing simple physic system
Compare 3 commits »
mrkubax10 pushed to physic at PolyGun/PolyGun 2024-02-21 20:08:57 +01:00
af460a1630 Implement gravity and collisions with some issues
mrkubax10 pushed to physic at PolyGun/PolyGun 2024-02-19 20:24:13 +01:00
a4d0864980 Begin implementing simple physic system
mrkubax10 created branch physic in PolyGun/PolyGun 2024-02-19 20:24:12 +01:00
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-18 14:37:30 +01:00
027cd225a0 Add alternative build script for GNU make
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-16 08:13:49 +01:00
df55220895 Remove X11_LIBRARIES description from docs/INSTALL.MD
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-12 17:14:16 +01:00
32a53cc6fd Use std::ios::binary for Ogg input file stream
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-12 16:27:56 +01:00
cfdc59d5bd Win32Window: Adapt to changes introduced in d097e34
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-11 17:52:29 +01:00
8467fcc584 HaikuWindow: Adapt to changes introduced in d097e34
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-11 11:22:45 +01:00
3735e77e03 WaylandWindow: Adapt to changes introduced in previous commit
mrkubax10 pushed to master at PolyGun/PolyGun 2024-02-10 22:35:36 +01:00
d097e346b2 Make Window manage GLContext