180 Commits (230e866e7ac0f8f1a161b1555b63dda5b9d398a8)
 

Author SHA1 Message Date
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
Riyyi a41f8467b4 Fix instantiating multiple native scripts and their cleanup 3 years ago
Riyyi 848fa8b700 Move include to header 3 years ago
Riyyi 639ef36ff7 Clean up cameracontroller header 3 years ago
Riyyi 4baa7cd7df Move orthographic and perspective logic to cameracontroller.cpp 3 years ago
Riyyi f09e998d52 Add script system 3 years ago
Riyyi cf4b6c1711 Remove non-existant include 3 years ago
Riyyi e021743e6a Remove entity class 3 years ago
Riyyi ca7f4a50fb Add nativescript component, camera controller 3 years ago
Riyyi 543814c63c Merge othographic and perspective camera component 3 years ago
Riyyi e08eec3b36 Dont use new keyword with unique_ptr 3 years ago
Riyyi 839bef091f Convert dbgln to r-value reference like the callee's to fix compiler ambiguous warnings 3 years ago
Riyyi 74ab4f0b70 Take callback as a const ref 3 years ago
Riyyi bb2b1ed38f Rename camera projection view function name 3 years ago
Riyyi 08d67038f6 Re-add orthographic camera implementation 3 years ago
Riyyi f47643d257 Move projectionView retrieving to camera system 3 years ago
Riyyi 0b2cc9f411 Move example entities to scene 3 years ago
Riyyi a4845d1bda Add render system 3 years ago
Riyyi 2e044d61cf Add vec4 to logstream 3 years ago
Riyyi eea20285e4 Remove unused parameter 3 years ago
Riyyi 6fb114cbd4 Remove old transform class 3 years ago
Riyyi f740a34b89 Imediately return 3 years ago