mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-02 14:36:26 +02:00
0c64b08712 Implement basic Style loading
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-01 13:49:58 +02:00
29d8bf474a Text rendering with line wrapping inside of area
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-29 15:42:31 +02:00
e9e05d5ed1 Fix TCPSocket compilation error on Windows
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-28 19:57:13 +02:00
e32ad97790 Add Constraint to GUI
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-28 19:10:50 +02:00
57e518e3b2 Remove libangelscript_addons.a which was added by accident
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-28 11:25:31 +02:00
16ed87afbb Add TCPSocket
mrkubax10 closed issue PolyGun/PolyGun#5 2023-06-26 21:18:31 +02:00
Style guide for resource file names
mrkubax10 commented on issue PolyGun/PolyGun#5 2023-06-26 21:18:30 +02:00
Style guide for resource file names

I just noticed that it is already mentioned in docs/CODING_STYLE.MD

mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-26 13:53:56 +02:00
0e6ebad2ba Implement TextureAtlas
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