Commit Graph

27 Commits

Author SHA1 Message Date
681c0d09be Fixed Mat and CMakeLists 2024-09-16 16:18:49 -07:00
25762b0c29 Backup. 2024-09-03 05:37:23 -07:00
8d4420528a Optimized Button class. Added IsPressed and GetPressed methods. 2024-08-04 00:47:38 -07:00
6522994a1f Fixed Win32 keyboard input. 2024-07-27 10:12:10 -07:00
8e7cc39000 Added shared library support. 2024-07-24 01:36:20 -07:00
64e1555d56 Fixed DNS, TCP and UDP on Windows.
All checks were successful
Build & Release / Linux-AMD64-Build (push) Successful in 1m5s
Build & Release / Windows-AMD64-Build (push) Successful in 3m43s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m31s
2024-07-10 02:36:21 -07:00
a65c8d64b5 Fixed constructor to use move constructors.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Successful in 1m44s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m46s
Build & Release / Windows-AMD64-Build (push) Failing after 7h1m29s
2024-07-09 19:23:24 -07:00
fa2b801690 Fixed Spotify.Play and fixed TCP.Connect. 2024-07-09 17:39:01 -07:00
4e887b1ac2 Added new DNS::Resolve static method and organized it per OS. 2024-07-09 16:41:43 -07:00
126fc92fae Fixed Wayland window resizing and closing. 2024-07-08 21:17:09 -07:00
2ef28273b0 Fixed Wayland window decoration. 2024-07-05 13:15:34 -07:00
04bf7d43ff Added second wl_display_roundtrip before wl_surface_commit. 2024-07-04 12:12:19 -07:00
fb86dca332 Added features to readme. 2024-07-03 19:49:18 -07:00
e2e5a1b8db Fixed FileMonitor, Window, Thread, and Audio on Windows.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 1m25s
Build & Release / Linux-AMD64-Build (push) Successful in 1m38s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m36s
2024-07-01 19:16:45 -07:00
2a2296685e Fixed Directory for Windows.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 1m41s
Build & Release / Linux-AMD64-Build (push) Successful in 1m56s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m48s
2024-06-29 23:38:27 -07:00
0b298c6130 Fixed font atlas, feature completed garbage collection, and fix math. 2024-06-29 22:20:53 -07:00
f030ac62ae Fixed the Logging system to actually be able to handle errors. Database is also fixed to use directories. 2024-04-23 22:29:49 -07:00
d13fe81ac5 Database implementation mostly complete. 2024-04-09 01:44:15 -07:00
beba947c69 Started work on database handling. 2024-04-08 03:10:24 -07:00
405acb026f Fixed include errors.
All checks were successful
Build & Release / Linux-AMD64-Build (push) Successful in 1m21s
Build & Release / Windows-AMD64-Build (push) Successful in 1m48s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m20s
2024-02-20 23:06:58 -08:00
58f624a18a Added Audio(const Str_8& filePath, DataType type) to force a specific data type. 2024-02-20 22:52:40 -08:00
93f881cf03 Changed up how resources import/export files. Added Model codecs. 2024-02-20 22:47:52 -08:00
54012df3a1 Fixed Serializer::WriteArray(const T* const value, const O size) and FontAtlas(const Str_8& filePath). 2024-02-19 22:58:59 -08:00
27dfd430ad Fixed image decoding. 2024-02-19 21:12:03 -08:00
d394ca8445 Backup. 2024-02-14 00:11:47 -08:00
586ed2dfd2 Fixed window for Windows.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 1m15s
Build & Release / Linux-AMD64-Build (push) Successful in 1m21s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m20s
2024-02-05 23:55:53 -08:00
bcd71cf2b5 Adjusted workflow.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 1m8s
Build & Release / Linux-AMD64-Build (push) Successful in 1m30s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m21s
2024-02-05 22:25:30 -08:00