Commit Graph

  • 903e5246dc implemented 9slice DaniTheSkunk 2022-10-06 06:22:30 +0000
  • 009f80dd3a repeat parameter for textures DaniTheSkunk 2022-10-06 05:37:54 +0000
  • 721185c413 refactored, and changed gl backend to use shaders DaniTheSkunk 2022-10-06 01:46:14 +0000
  • 9c992aa27e stuff before modern opengl rewrite DaniTheSkunk 2022-10-05 00:36:19 +0000
  • ed672439a4 some windows code DaniTheSkunk 2022-10-05 00:35:31 +0000
  • d9ff38e221 some windows code DaniTheSkunk 2022-09-28 02:17:33 +0200
  • ec7cc40d02 added debug printing of window styles, implemented Window.setBorderRounded, and fixed move resizing DaniTheSkunk 2022-09-27 14:42:14 +0200
  • c3ba2983dd added winapi type stuff DaniTheSkunk 2022-09-27 04:41:21 +0200
  • 186d938c56 added JNA library (for winapi) DaniTheSkunk 2022-09-27 00:59:09 +0200
  • edd4b2bc56 added Util.nullTerminatedCharArrayToString DaniTheSkunk 2022-09-27 00:57:16 +0200
  • febe5786b9 added FontTTF DaniTheSkunk 2022-09-21 03:10:12 +0200
  • fd42674cee implemented Engine.loadBytes DaniTheSkunk 2022-09-20 23:25:15 +0200
  • 07ced1f430 basic font rendering implemented, and alpha blending DaniTheSkunk 2022-09-20 06:58:36 +0200
  • 3edbc36844 implemented FontTileset DaniTheSkunk 2022-09-20 05:15:31 +0200
  • 7a792c2a46 general cleanup DaniTheSkunk 2022-09-18 19:38:02 +0200
  • 287d5482e2 fixed member variable visibility DaniTheSkunk 2022-09-18 19:11:23 +0200
  • db785d7bca fixed class visibility DaniTheSkunk 2022-09-18 19:00:12 +0200
  • d5ca42c83c changed width,height in window creation to Vec2i, added texture atlas debugging, fixed texture atlas bug resizing too early DaniTheSkunk 2022-09-18 18:36:15 +0200
  • 2448143454 defer texture atlas update to start of frame DaniTheSkunk 2022-09-18 17:15:37 +0200
  • 1316ee560b implemented loadTextureArray (for tilesets) DaniTheSkunk 2022-09-18 03:00:54 +0200
  • 829a017d2e added Image.getSubImage DaniTheSkunk 2022-09-18 02:43:11 +0200
  • 22f52c7d63 started writing down some notes DaniTheSkunk 2022-09-18 00:36:17 +0200
  • f0e92638af implemented texture atlas DaniTheSkunk 2022-09-16 03:18:12 +0200
  • 7c3ee28ba5 added non-scalar and vec2f versions of div to vec2i DaniTheSkunk 2022-09-16 03:10:00 +0200
  • 7ace9c3409 non-scalar multiply in vec2i DaniTheSkunk 2022-09-16 03:00:20 +0200
  • 4ab459d515 added loading texture from image DaniTheSkunk 2022-09-15 23:16:48 +0200
  • 4a16dbfc9f added Image.drawImage DaniTheSkunk 2022-09-15 23:11:35 +0200
  • ef937886cc added Vec2i.ZERO DaniTheSkunk 2022-09-15 23:11:01 +0200
  • ba42f2d3bf added 3 and 4 op vec2i add DaniTheSkunk 2022-09-15 22:53:37 +0200
  • bdc7864e0c rendering texture(bypassing texture atlas for now) Dani The Skunk 2022-09-15 06:02:18 +0200
  • b74608e8d3 drawing coloured rectangle Dani The Skunk 2022-09-14 19:08:16 +0200
  • a5c48c2ef2 Recti can return corner Vec2i now Dani The Skunk 2022-09-14 18:39:00 +0200
  • fd46e3196c added IRenderContext Dani The Skunk 2022-09-14 17:52:55 +0200
  • 89d9735203 added Recti Dani The Skunk 2022-09-14 17:51:45 +0200
  • 94245e7689 tested multiple windows Dani The Skunk 2022-09-14 16:26:15 +0200
  • 4848e5f56a added empty Image constructor Dani The Skunk 2022-09-14 16:25:34 +0200
  • ba4e064563 added .jar artifact Dani The Skunk 2022-09-14 07:28:39 +0200
  • a3733090d3 changed Color to int, because of lack of unsigned byte Dani The Skunk 2022-09-14 06:59:14 +0200
  • 7fbb1cbc7e gitignore *.log Dani The Skunk 2022-09-14 06:51:12 +0200
  • 0116082508 made image loading work Dani The Skunk 2022-09-14 06:49:58 +0200
  • 46a94c2b92 added image functions DaniTheSkunk 2022-09-14 06:16:20 +0200
  • 4583d24c86 added lwjgl Dani The Skunk 2022-09-14 05:48:34 +0200
  • 45eaae72fa Merge remote-tracking branch 'origin/main' Dani The Skunk 2022-09-14 05:47:59 +0200
  • f7295c733e added window and opengl backend Dani The Skunk 2022-09-14 05:47:24 +0200
  • dd8dfbffdc added Color Dani The Skunk 2022-09-14 05:47:24 +0200
  • 4fae56a220 added Color Dani The Skunk 2022-09-14 05:46:41 +0200
  • d43771a4e6 added image loading Dani The Skunk 2022-09-14 05:45:15 +0200
  • 77ef6a6e56 added Vec2f and Vec2i Dani The Skunk 2022-09-14 05:44:38 +0200
  • 0d13c30983 no spaces before ( Dani The Skunk 2022-09-14 02:25:17 +0200
  • fef4151538 tabs, not spaces <_< Dani The Skunk 2022-09-14 01:09:28 +0200
  • 02dc582193 initialised idea project Dani The Skunk 2022-09-14 00:59:35 +0200
  • c92b35f3c8 Initial commit DaniTheSkunk 2022-09-14 00:32:42 +0200