mrkubax10
  • Joined on 2023-03-28
mrkubax10 deleted branch temp from PolyGun/PolyGun 2023-11-10 10:47:10 +01:00
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-10 10:44:43 +01:00
e830bf2654 Properly render chunks while using normal meshing
mrkubax10 pushed to temp at PolyGun/PolyGun 2023-11-10 08:44:42 +01:00
2d21c3a7f2 Saving work #1
mrkubax10 created branch temp in PolyGun/PolyGun 2023-11-10 08:44:40 +01:00
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-09 22:05:54 +01:00
50241f957e Implement writing and loading map to/from files
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-06 18:06:12 +01:00
cf7b56167b Node editing improvements
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-05 19:53:58 +01:00
7fea96083d Partial fix for node editing at negative coordinates
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-03 10:43:48 +01:00
75a7e0bf92 Implement moving in Y axis while in editmode
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-02 20:45:08 +01:00
896165efe2 Optimize and fix chunk fill check
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-02 10:26:48 +01:00
eb7767fa08 Write Haiku build instruction
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-01 15:49:03 +01:00
84706809e0 HaikuGLContext: Implement get_proc_address
mrkubax10 pushed to master at PolyGun/PolyGun 2023-11-01 15:16:57 +01:00
69a85ca620 HaikuWindow: Implement grab_mouse
mrkubax10 deleted branch custom-mathlib from PolyGun/PolyGun 2023-10-31 19:25:26 +01:00
mrkubax10 pushed to master at PolyGun/PolyGun 2023-10-31 19:25:07 +01:00
c163b6a04e Remove GLM from INSTALL.MD
519a28ca5c Remove unneeded file
f7fdf74f83 Don't require GLM in CMakeLists.txt
846721f16c Final mathlib fixes
747af0662c change spaces 2 tabs
Compare 14 commits »
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-31 19:24:41 +01:00
c163b6a04e Remove GLM from INSTALL.MD
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-31 19:24:22 +01:00
519a28ca5c Remove unneeded file
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-31 19:21:09 +01:00
f7fdf74f83 Don't require GLM in CMakeLists.txt
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-31 19:19:18 +01:00
846721f16c Final mathlib fixes
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-31 11:17:27 +01:00
e9d7a3268b Properly initialize math::Vector2f in ImageGallery
1ea341e8a8 Matrix4 calculations fixes
Compare 2 commits »
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-28 18:47:13 +02:00
3e98876ab1 Use our own math classes instead of GLM