mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-06 17:47:51 +02:00
0639e6bbec Delete ImGui code because it won't be compatible with custom windowing system
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-06 17:36:07 +02:00
bd1af5419e Implement GLContext for Win32 window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 20:04:23 +02:00
74f1103618 List client sources manually in CMakeLists.txt
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:57:08 +02:00
4da8dd00ff React properly to Alt+F4 in Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:44:28 +02:00
7e6cb8f9b1 Add mouse wheel event support to Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:33:44 +02:00
85f5039c81 Add mouse move event support to Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:23:58 +02:00
3c973eb28d Add methods for querying keyboard and mouse state
20d8236701 Add mouse button down and mouse button up events support to Win32Window
2c421c37ff Add key up and key down event support to Win32Window
758cc39c19 Add KeyCode enum
55c24686f1 Fix Win32 window creation
Compare 9 commits »
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-03 22:38:12 +02:00
c4b7444b7a Implement ResourceManager for retrieving resources from server
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-03 17:27:17 +02:00
1cfd5b66d5 Add methods for querying keyboard and mouse state
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-02 20:04:49 +02:00
0636149b14 Add mouse button down and mouse button up events support to Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-02 19:41:45 +02:00
2b8892c634 Add key up and key down event support to Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-01 22:25:14 +02:00
5ac0edef4f Add KeyCode enum
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-01 14:40:45 +02:00
eaf2765c96 Add Cygwin instructions to INSTALL.MD
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-01 11:35:26 +02:00
cda4075f43 Fix Win32 window creation
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-01 09:47:16 +02:00
7381e7e102 Win32 window creation
1f0b0188db Begin implementing custom windowing system
3cb4f9a54b Add ThreadSafe util class
16f2ef8e02 Fix fs.cpp compilation issues on Windows
Compare 4 commits »
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-31 21:05:38 +02:00
3cb4f9a54b Add ThreadSafe util class
mrkubax10 pushed to master at PolyGun/PolyGun 2023-05-31 21:05:06 +02:00
16f2ef8e02 Fix fs.cpp compilation issues on Windows
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-05-31 17:21:24 +02:00
d7eef04063 Win32 window creation
mrkubax10 created branch custom_windowing_system in PolyGun/PolyGun 2023-05-31 16:32:55 +02:00
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-05-31 16:32:55 +02:00
8e85720849 Begin implementing custom windowing system