mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-23 09:58:07 +02:00
8ec5777a7c Move media files to separate repo
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-22 20:30:37 +02:00
f83bcbb194 Delete src/vendor
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-21 20:31:14 +02:00
44a71dc477 Re-add nodes via scripting
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-21 12:42:56 +02:00
2d76c42c9c Registered nodes are not hardcoded anymore
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-20 22:16:29 +02:00
f303b17c41 Forgot to erase PendingDef from std::vector
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-20 22:11:56 +02:00
24488e4495 Implement NodeDef retrieving from server
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-20 12:49:46 +02:00
bfdb82a741 Mention FreeType in INSTALL.MD
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-20 12:06:58 +02:00
07e79fd1ac Text rendering optimizations
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-20 11:07:01 +02:00
6500ffd1d9 Add some methods to Font for usage in GUI
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-19 22:19:13 +02:00
aa3c35ed1a Fix character positioning while rendering text
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-19 21:51:52 +02:00
7986f9ac73 Very simple FreeType text rendering
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-19 11:18:41 +02:00
285e83246e FreeType font loading
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-19 10:58:18 +02:00
bb4a967290 Detect Freetype in CMakeLists.txt
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-18 21:35:12 +02:00
11f7f7ff1a Add Windows with vcpkg and Visual Studio building instructions
mrkubax10 merged pull request PolyGun/PolyGun#7 2023-06-18 21:35:12 +02:00
Add Windows with vcpkg and Visual Studio building instructions
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-18 15:49:36 +02:00
63ee210e40 Move cmake to mk folder
mrkubax10 deleted branch custom_windowing_system from PolyGun/PolyGun 2023-06-18 15:46:52 +02:00
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-18 15:45:53 +02:00
8972f2f1f5 Merge branch 'custom_windowing_system'
8a5052ecc6 Update INSTALL.MD to mention Wayland libraries
73e4868ce8 WaylandWindow: Implement grab_mouse
a556d6468a WaylandWindow: Implement mouse events
6f3b5a6884 Remove testing code
Compare 35 commits »
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-18 10:22:50 +02:00
8a5052ecc6 Update INSTALL.MD to mention Wayland libraries
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-18 10:12:03 +02:00
73e4868ce8 WaylandWindow: Implement grab_mouse