301 Commits (master)
 

Author SHA1 Message Date
Riyyi 105912a62a Add json object parsing and helpers 3 years ago
Riyyi ac444184a9 Add json array property parsing, helper functions 3 years ago
Riyyi b554b91ec0 Add json utility class 3 years ago
Riyyi 70e520eaf2 Add gltf file class 3 years ago
Riyyi e106f0ba8d Move std::stou to integer.h, add intToHex util 3 years ago
Riyyi a2aec7f2ff Move file length check to separate function 3 years ago
Riyyi bbd84df19c String already adds a null terminator 3 years ago
Riyyi 989e0f10ac Remove [[noreturn]] from assert as it generated alot of compiler warnings, why? 3 years ago
Riyyi dacebbe6b1 Remove entrypoint.h from generic include collection 3 years ago
Riyyi a0be1dcd67 Remove unused forward declarations 3 years ago
Riyyi a1372b971e Implement signal handling: SIGINT, SIGTERM 3 years ago
Riyyi c209716e50 Remove newline 3 years ago
Riyyi 77c79aba14 Fix string util parameters 3 years ago
Riyyi a962f7bc31 Change Character postiion/size to uint, add Font size 3 years ago
Riyyi 9734e7fbe0 Add std::stou, cant believe its not in the STL 3 years ago
Riyyi 54171260b6 Improve assert implementation and output formatting 3 years ago
Riyyi 4cbf0a6811 Change font advance from int to uint 3 years ago
Riyyi 3ce136741d Improve API regarding server-side GL capabilities, fix font transparency 3 years ago
Riyyi 279379c15d Fix logs: empty logs should print a newline 3 years ago
Riyyi 32c7cc57f4 Fix assert 3 years ago
Riyyi 1bcbca899d Add checks to font loading 3 years ago
Riyyi 230e866e7a Improve debug logging API 3 years ago
Riyyi 81d6f06238 Float comparison should be between two floats 3 years ago
Riyyi 5d11432573 Add transform printing to lua 3 years ago
Riyyi 225dff18c7 Align glm vector elements when printing 3 years ago
Riyyi 58cd3b4116 Add to string conversion for glm types in lua 3 years ago
Riyyi 4b10c84adf Add tostring converter using the LogStream system 3 years ago
Riyyi 774ae23a20 Add BufferedLogStream 3 years ago
Riyyi 62eddf8a6b Line separators until column 44 3 years ago
Riyyi 98785fa182 Rename folders to singular form 3 years ago
Riyyi bec00a00a2 Rename systems files 3 years ago
Riyyi b402506a11 Split components into separate files 3 years ago
Riyyi e0510a3f6f Rename inputcodes to keycodes 3 years ago
Riyyi 09b15f6d4f Move file/input/log to io directory, rename assertions to assert 3 years ago
Riyyi bb6d90e4ad #include <> should only be used for system directories 3 years ago
Riyyi 217502d45c #include <> should only be used for system directories 3 years ago
Riyyi bcd2dc8192 Simplify camera controllers perspective movement calculation 3 years ago
Riyyi 77a6a9715e Finish lua camera controller implementation 3 years ago
Riyyi 7638472f3f Flip orthographic camera rotation buttons 3 years ago
Riyyi 38f7755fab Fix keycodes unordered_map indexing 3 years ago
Riyyi 4365160e95 Rename Lua to LuaScriptg 3 years ago
Riyyi c7a97d3c1f Implement sol3 into lua script 3 years ago
Riyyi 35f5e9d0c4 Mark log write functions as inline 3 years ago
Riyyi d60d5925bf Add sol3 dependency 3 years ago
Riyyi bcb518643f Do not compile Lua tests 3 years ago
Riyyi 246c683cd6 Add lua component 3 years ago
Riyyi 2cf42c7dea Implement lua script into script system 3 years ago
Riyyi 8a740f55ba Add lua script class 3 years ago
Riyyi 901d3e2355 Add Lua dependency 3 years ago
Riyyi 2fe2d537fc Remove unnecessary c_str() 3 years ago