mrkubax10
  • Joined on 2023-03-28
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
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-28 18:35:35 +02:00
6f92ddd034 Some additions and fixed to Vector and Matrix4
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-25 16:55:45 +02:00
67f90e6428 Fix formatting in src/common/math/matrix4.*pp
mrkubax10 pushed to custom-mathlib at PolyGun/PolyGun 2023-10-25 16:36:30 +02:00
ca8d02b0f6 matrix4 class
a2a6d71323 typedefs added
a528e45f2d Vector class added
c085310285 HaikuWindow: Text enter event
e8ea69616b HaikuWindow: Window resize event
Compare 30 commits »
mrkubax10 pushed to master at PolyGun/PolyGun 2023-10-24 16:29:23 +02:00
c085310285 HaikuWindow: Text enter event