mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at PolyGun/PolyGun 2024-01-25 13:18:55 +01:00
a07662e544 Properly clean up OpenAL buffers in StreamingSource
mrkubax10 pushed to master at PolyGun/PolyGun 2024-01-25 12:43:51 +01:00
beec158508 Implement StreamingSource for streaming music Ogg files.
mrkubax10 pushed to master at PolyGun/PolyGun 2023-12-29 13:20:04 +01:00
56c58694d2 Implement OggVorbisDecoder class which exposes more control over audio decoding process
mrkubax10 pushed to master at PolyGun/PolyGun 2023-12-25 22:12:15 +01:00
5fda30b1e1 Implement basic music playing support
mrkubax10 pushed to master at PolyGun/PolyGun 2023-12-13 14:39:36 +01:00
612a31d2d8 Add write and read for math::Vector3i to NetworkPacket
mrkubax10 pushed to master at PolyGun/PolyGun 2023-12-13 14:26:30 +01:00
00fb3131c7 Add basic editmode toolbox operation for filling 100x100 platform
mrkubax10 pushed to master at PolyGun/PolyGun 2023-12-12 20:24:06 +01:00
539016b1be Deduplicate ChunkManager code
mrkubax10 pushed to master at PolyGun/PolyGun 2023-12-08 12:00:16 +01:00
71def4e124 Begin implementing editmode context toolbox
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