Rick van Vonderen riyyi
riyyi pushed to master at riyyi/inferno 2022-10-15 11:33:40 +02:00
a1b02c2e3a Meta: Update ruc library
riyyi pushed to master at riyyi/ruc 2022-10-15 11:32:32 +02:00
07c9f9959d Util: Fix singleton resource cleanup
riyyi pushed to master at riyyi/inferno 2022-09-28 14:37:01 +02:00
e926d3ce4a CMake: Link against ruc-test library
4c479cfb64 Meta: Update ruc library
Compare 2 commits »
riyyi pushed to master at riyyi/ruc 2022-09-28 14:33:40 +02:00
9000d1d968 CMake: Populate list of required include directories for library targets
riyyi pushed to master at riyyi/inferno 2022-09-28 14:21:00 +02:00
cf0a20e208 Engine: Add scene getter
riyyi pushed to master at riyyi/inferno 2022-09-28 14:18:30 +02:00
55af11d831 Engine: Add constructor for raw data texture
26cd35d679 CMake: Populate list of required include directories for library targets
Compare 2 commits »
riyyi pushed to master at riyyi/inferno 2022-09-27 13:13:28 +02:00
6972128ad2 Assets: Remove font from test scene, as font assets aren't added yet
c858ef3b1d CMake: Always copy assets to build directory, fixes example: $ make run
Compare 2 commits »
riyyi pushed to master at riyyi/inferno 2022-09-27 12:32:44 +02:00
3d22334be9 Meta: Update debugging path to example executable
riyyi pushed to master at riyyi/inferno 2022-09-27 12:29:43 +02:00
9d26f20bde Script: Prefer using script files from the ruc library
riyyi pushed to master at riyyi/inferno 2022-09-27 12:25:40 +02:00
0305b2c464 Doc: Update git submodule instructions in readme
riyyi pushed to master at riyyi/inferno 2022-09-27 12:13:00 +02:00
17e3a8a5eb CMake: Copy assets to the build directory automatically
riyyi pushed to master at riyyi/inferno 2022-09-26 22:37:58 +02:00
85b222984d Meta: Remove nlohmann/json dependency
riyyi pushed to master at riyyi/inferno 2022-09-26 22:13:31 +02:00
124479876b Engine: Make event handle functions virtual
aec1a80623 Engine: Rename getWindow() => window()
ae8bb46a7d Engine+Example: Improve entrypoint via manual singleton
1dcb25ea5e CMake: Change include directories to use relative path
10a5b70520 Engine: Comment out text-area test code
Compare 34 commits »
riyyi pushed to master at riyyi/ruc 2022-09-26 02:41:15 +02:00
50fe09ee56 Util: Fix reading binary files
riyyi pushed to master at riyyi/ruc 2022-09-25 22:42:42 +02:00
6cd2fe4e9a Util: Add ArgParser::parse overload for C legacy
riyyi pushed to master at riyyi/ruc 2022-09-25 21:41:33 +02:00
703be90792 Util: Revert allow setting instance pointer manually
riyyi pushed to master at riyyi/ruc 2022-09-25 20:52:28 +02:00
da9fb1ed0f Util: Allow setting instance pointer manually, ex: in constructor
riyyi pushed to master at riyyi/ruc 2022-09-25 01:46:33 +02:00
d6f378b6bc Json: Add support for float, deduplicate code
riyyi pushed to master at riyyi/ruc 2022-09-23 01:00:47 +02:00
e592ee7fd4 Util: Add length() and raw() functions to File class
riyyi pushed to master at riyyi/ruc 2022-09-22 14:26:51 +02:00
8e2e1a13df Format: Add support for unsigned char