Commit Graph

  • 5ddfa0515c Add gltf json length check Riyyi 2021-02-06 01:53:59 +0100
  • 1134ce6a43 Start working on glTF model class Riyyi 2021-02-06 01:52:43 +0100
  • 105912a62a Add json object parsing and helpers Riyyi 2021-02-06 00:57:33 +0100
  • ac444184a9 Add json array property parsing, helper functions Riyyi 2021-02-05 17:47:19 +0100
  • b554b91ec0 Add json utility class Riyyi 2021-02-05 01:09:43 +0100
  • 70e520eaf2 Add gltf file class Riyyi 2021-02-04 11:50:03 +0100
  • e106f0ba8d Move std::stou to integer.h, add intToHex util Riyyi 2021-02-04 10:50:30 +0100
  • a2aec7f2ff Move file length check to separate function Riyyi 2021-02-04 01:39:08 +0100
  • bbd84df19c String already adds a null terminator Riyyi 2021-02-04 01:38:08 +0100
  • 989e0f10ac Remove [[noreturn]] from assert as it generated alot of compiler warnings, why? Riyyi 2021-02-01 19:42:12 +0100
  • dacebbe6b1 Remove entrypoint.h from generic include collection Riyyi 2021-02-01 17:21:43 +0100
  • a0be1dcd67 Remove unused forward declarations Riyyi 2021-02-01 16:48:01 +0100
  • a1372b971e Implement signal handling: SIGINT, SIGTERM Riyyi 2021-02-01 16:40:12 +0100
  • c209716e50 Remove newline Riyyi 2021-02-01 04:03:56 +0100
  • 77c79aba14 Fix string util parameters Riyyi 2021-02-01 04:02:49 +0100
  • a962f7bc31 Change Character postiion/size to uint, add Font size Riyyi 2021-02-01 03:56:52 +0100
  • 9734e7fbe0 Add std::stou, cant believe its not in the STL Riyyi 2021-02-01 03:55:19 +0100
  • 54171260b6 Improve assert implementation and output formatting Riyyi 2021-02-01 03:47:20 +0100
  • 4cbf0a6811 Change font advance from int to uint Riyyi 2021-02-01 02:34:26 +0100
  • 3ce136741d Improve API regarding server-side GL capabilities, fix font transparency Riyyi 2021-01-31 14:54:06 +0100
  • 279379c15d Fix logs: empty logs should print a newline Riyyi 2021-01-30 21:27:56 +0100
  • 32c7cc57f4 Fix assert Riyyi 2021-01-30 20:22:54 +0100
  • 1bcbca899d Add checks to font loading Riyyi 2021-01-30 20:21:42 +0100
  • 230e866e7a Improve debug logging API Riyyi 2021-01-30 14:07:03 +0100
  • 81d6f06238 Float comparison should be between two floats Riyyi 2021-01-29 01:20:55 +0100
  • 5d11432573 Add transform printing to lua Riyyi 2021-01-29 01:16:25 +0100
  • 225dff18c7 Align glm vector elements when printing Riyyi 2021-01-29 01:15:57 +0100
  • 58cd3b4116 Add to string conversion for glm types in lua Riyyi 2021-01-29 00:58:50 +0100
  • 4b10c84adf Add tostring converter using the LogStream system Riyyi 2021-01-29 00:45:26 +0100
  • 774ae23a20 Add BufferedLogStream Riyyi 2021-01-29 00:00:40 +0100
  • 62eddf8a6b Line separators until column 44 Riyyi 2021-01-28 23:14:30 +0100
  • 98785fa182 Rename folders to singular form Riyyi 2021-01-28 16:37:26 +0100
  • bec00a00a2 Rename systems files Riyyi 2021-01-28 16:30:47 +0100
  • b402506a11 Split components into separate files Riyyi 2021-01-28 15:33:24 +0100
  • e0510a3f6f Rename inputcodes to keycodes Riyyi 2021-01-28 14:38:39 +0100
  • 09b15f6d4f Move file/input/log to io directory, rename assertions to assert Riyyi 2021-01-28 14:31:50 +0100
  • bb6d90e4ad #include <> should only be used for system directories Riyyi 2021-01-28 14:07:30 +0100
  • 217502d45c #include <> should only be used for system directories Riyyi 2021-01-28 13:41:02 +0100
  • bcd2dc8192 Simplify camera controllers perspective movement calculation Riyyi 2021-01-28 03:21:29 +0100
  • 77a6a9715e Finish lua camera controller implementation Riyyi 2021-01-28 03:10:37 +0100
  • 7638472f3f Flip orthographic camera rotation buttons Riyyi 2021-01-28 01:55:07 +0100
  • 38f7755fab Fix keycodes unordered_map indexing Riyyi 2021-01-28 01:05:52 +0100
  • 4365160e95 Rename Lua to LuaScriptg Riyyi 2021-01-27 23:14:10 +0100
  • c7a97d3c1f Implement sol3 into lua script Riyyi 2021-01-27 23:03:21 +0100
  • 35f5e9d0c4 Mark log write functions as inline Riyyi 2021-01-27 22:56:09 +0100
  • d60d5925bf Add sol3 dependency Riyyi 2021-01-27 22:38:41 +0100
  • bcb518643f Do not compile Lua tests Riyyi 2021-01-27 16:32:33 +0100
  • 246c683cd6 Add lua component Riyyi 2021-01-24 02:15:15 +0100
  • 2cf42c7dea Implement lua script into script system Riyyi 2021-01-24 02:14:51 +0100
  • 8a740f55ba Add lua script class Riyyi 2021-01-24 02:11:26 +0100
  • 901d3e2355 Add Lua dependency Riyyi 2021-01-24 02:00:16 +0100
  • 2fe2d537fc Remove unnecessary c_str() Riyyi 2021-01-21 01:09:38 +0100
  • a41f8467b4 Fix instantiating multiple native scripts and their cleanup Riyyi 2021-01-19 00:44:23 +0100
  • 848fa8b700 Move include to header Riyyi 2021-01-18 17:43:47 +0100
  • 639ef36ff7 Clean up cameracontroller header Riyyi 2021-01-18 17:41:47 +0100
  • 4baa7cd7df Move orthographic and perspective logic to cameracontroller.cpp Riyyi 2021-01-18 17:30:04 +0100
  • f09e998d52 Add script system Riyyi 2021-01-18 17:20:50 +0100
  • cf4b6c1711 Remove non-existant include Riyyi 2021-01-18 17:18:40 +0100
  • e021743e6a Remove entity class Riyyi 2021-01-18 17:16:51 +0100
  • ca7f4a50fb Add nativescript component, camera controller Riyyi 2021-01-18 17:11:08 +0100
  • 543814c63c Merge othographic and perspective camera component Riyyi 2021-01-18 11:53:17 +0100
  • e08eec3b36 Dont use new keyword with unique_ptr Riyyi 2021-01-18 11:22:26 +0100
  • 839bef091f Convert dbgln to r-value reference like the callee's to fix compiler ambiguous warnings Riyyi 2021-01-16 03:22:01 +0100
  • 74ab4f0b70 Take callback as a const ref Riyyi 2021-01-15 12:38:09 +0100
  • bb2b1ed38f Rename camera projection view function name Riyyi 2021-01-14 15:25:36 +0100
  • 08d67038f6 Re-add orthographic camera implementation Riyyi 2021-01-14 12:16:52 +0100
  • f47643d257 Move projectionView retrieving to camera system Riyyi 2021-01-14 12:16:09 +0100
  • 0b2cc9f411 Move example entities to scene Riyyi 2021-01-14 03:29:21 +0100
  • a4845d1bda Add render system Riyyi 2021-01-14 03:18:43 +0100
  • 2e044d61cf Add vec4 to logstream Riyyi 2021-01-14 03:16:36 +0100
  • eea20285e4 Remove unused parameter Riyyi 2021-01-14 03:07:02 +0100
  • 6fb114cbd4 Remove old transform class Riyyi 2021-01-13 21:18:55 +0100
  • f740a34b89 Imediately return Riyyi 2021-01-13 21:02:40 +0100
  • fa5ec61c61 Add transform component printing to log Riyyi 2021-01-13 21:01:17 +0100
  • aba518bbbb Remove old camera class Riyyi 2021-01-13 20:50:38 +0100
  • c599486ff5 Implement transform and camera system into scene Riyyi 2021-01-13 20:43:57 +0100
  • 716c6569c0 Add transform and camera system Riyyi 2021-01-13 20:38:39 +0100
  • e884d68ce0 Add camera component Riyyi 2021-01-13 20:37:18 +0100
  • 1580794521 Improve entity weak_ptr expiration check Riyyi 2021-01-13 15:01:43 +0100
  • eb754877ff Add entity weak_ptr expiration check Riyyi 2021-01-13 14:59:17 +0100
  • 9b2df60b68 Clarify entity operator overloads Riyyi 2021-01-13 14:48:29 +0100
  • a4a16f4a52 Add components and scene Riyyi 2021-01-13 14:41:36 +0100
  • 132860e179 Add entity class Riyyi 2021-01-13 14:31:50 +0100
  • 37994e58c9 Do not expand parameter pack in forward functions Riyyi 2021-01-13 14:29:31 +0100
  • e0b2b554ee Change render character initialized log color Riyyi 2021-01-13 14:12:48 +0100
  • e95d3a560e Add font batch renderer Riyyi 2021-01-13 14:03:00 +0100
  • 0425db291f Update engine name in README.org Riyyi 2021-01-13 12:57:00 +0100
  • 3d78f056fb Add dependency entt Riyyi 2021-01-13 12:56:08 +0100
  • 29620c141e Convert copy-list-initialization to direct-list-initialization Riyyi 2021-01-13 12:02:12 +0100
  • de477e8d38 Remove freetype dependency Riyyi 2021-01-12 23:16:26 +0100
  • 8dabc2d1a0 Enable tranparency in the context Riyyi 2021-01-12 02:17:59 +0100
  • 2d54a8372f Set texture unit 0 in base class Riyyi 2021-01-11 16:03:31 +0100
  • b8438ad3e7 Convert Renderer2D to singleton pattern Riyyi 2021-01-11 15:59:29 +0100
  • fafc831d4e Use the shader manager singleton in the renderer Riyyi 2021-01-11 01:37:46 +0100
  • 57a34b8be1 Add singleton to shader and texture manager Riyyi 2021-01-11 01:23:38 +0100
  • 7dea148ef8 Change OpenGL info log color Riyyi 2021-01-11 01:13:08 +0100
  • 1e0682c7a5 Rename Application::get() singleton to the() Riyyi 2021-01-11 00:26:30 +0100
  • 3dc21abe17 Convert some shared to unique pointers Riyyi 2021-01-11 00:21:40 +0100
  • 61b061d55a Add comment as a color to log Riyyi 2021-01-09 23:55:17 +0100
  • acd6a229df Add inline to more functions Riyyi 2021-01-09 23:37:51 +0100