Commit Graph

  • cf12e3d51d img2ds: Add another deprecation notice Antonio Niño Díaz 2024-01-28 01:44:50 +0000
  • 441997c50c examples: Remove unused files in NFlib template Antonio Niño Díaz 2024-01-27 19:47:12 +0000
  • d432916f0a examples: Simplify GRF loading example Antonio Niño Díaz 2024-01-27 19:43:27 +0000
  • 488f5c7d8f library: Small style fixes Antonio Niño Díaz 2024-01-27 19:34:15 +0000
  • 33f9bd4416 examples: Remove unneeded casts Antonio Niño Díaz 2024-01-27 19:33:56 +0000
  • 9ce79478e0 img2ds: Update readme to mention img2ds is deprecated Antonio Niño Díaz 2024-01-27 18:41:59 +0000
  • 1a29d63a6d img2ds: Deprecate tool for regular textures Antonio Niño Díaz 2024-01-27 18:39:42 +0000
  • 83928fd8aa tests: Use grit instead of img2ds Antonio Niño Díaz 2024-01-27 18:36:14 +0000
  • 1c58dd09ed docs: Update readme Antonio Niño Díaz 2024-01-27 18:33:03 +0000
  • 55a53a91dc examples: Add warnings to BlocksDS makefiles Antonio Niño Díaz 2024-01-27 18:31:17 +0000
  • c037b79af4 examples: Stop using img2ds and switch to grit Antonio Niño Díaz 2024-01-27 16:21:05 +0000
  • c8324ca1b9 examples: Migrate 2D examples to grit Antonio Niño Díaz 2024-01-26 02:49:59 +0000
  • 1d0b3058aa examples: Add example of loading GRF files Antonio Niño Díaz 2024-01-25 18:28:13 +0000
  • 8e6d64d2d9 library: Disable GRF loading function outside of BlocksDS Antonio Niño Díaz 2024-01-25 18:28:07 +0000
  • 640d2441f6 library: Add helper to load textures in GRF format Antonio Niño Díaz 2024-01-25 02:05:52 +0000
  • fb503d5972 library: Add deprecation notice Antonio Niño Díaz 2024-01-25 02:05:24 +0000
  • 5fbe47c7fc examples: Refactor compressed texture example Antonio Niño Díaz 2024-01-22 02:27:57 +0000
  • a57af044f4 library: Make some pointers void and const Antonio Niño Díaz 2024-01-22 02:26:57 +0000
  • 142e1662b6 examples: Clarify Texel 4x4 format example Antonio Niño Díaz 2024-01-21 17:00:57 +0000
  • 65b4eb55a3 library: Add alternate functions to load Texel 4x4 textures Antonio Niño Díaz 2024-01-21 17:00:12 +0000
  • 0a7db208da docs: Update doxyfile Antonio Niño Díaz 2024-01-21 16:20:22 +0000
  • bacb1d1811 chore: Remove comments about NE_PolyEnd() being ignored Antonio Niño Díaz 2024-01-10 19:28:13 +0000
  • eca99150c4 examples: Add simple example of loading models from nitroFS Antonio Niño Díaz 2024-01-03 00:52:33 +0100
  • 9a5c6dfa67 library: Use NULL insted of 0 for clarity Antonio Niño Díaz 2024-01-02 02:49:13 +0100
  • e6e27fed0a library: Remove unnecessary DC_FlushAll() Antonio Niño Díaz 2024-01-02 01:10:42 +0100
  • 36957b04ab library: Add warning about screenshot function Antonio Niño Díaz 2024-01-02 01:09:18 +0100
  • 53a382e8ac build: Update BlocksDS makefile Antonio Niño Díaz 2024-01-02 01:08:10 +0100
  • f885f25bfb tools: Clarify some comments Antonio Niño Díaz 2024-01-01 03:50:16 +0100
  • 2ec91e1100 examples: Add missing include Antonio Niño Díaz 2024-01-01 03:35:34 +0100
  • d03ccfddd5 obj2dl: Fix vertical texture coordinate Antonio Niño Díaz 2024-01-01 03:29:25 +0100
  • 2d7a71a056 build: Install tools to BlocksDS directory Antonio Niño Díaz 2023-12-31 02:09:00 +0100
  • 7cd5d3999c obj2dl: Improve error message Antonio Niño Díaz 2023-12-26 23:52:33 +0100
  • 76dc2f9901 library: Make some small functions static inline Antonio Niño Díaz 2023-11-17 00:54:13 +0100
  • 6fde18d712 library: examples: Use stdint.h types Antonio Niño Díaz 2023-11-17 00:50:01 +0100
  • ec72c4080d examples: Add example of new process functions with arguments Antonio Niño Díaz 2023-11-17 00:46:40 +0100
  • 88e222c756 library: Add new process functions that can take arguments Antonio Niño Díaz 2023-11-11 18:24:14 +0000
  • bbe064db63 docs: Update changelog v0.9.1 Antonio Niño Díaz 2023-11-12 01:27:38 +0000
  • dfb5422710 docs: library: Update version number to 0.9.1 Antonio Niño Díaz 2023-11-12 01:27:31 +0000
  • 056042cd31 library: Check for errors properly in FAT functions Antonio Niño Díaz 2023-11-12 01:23:51 +0000
  • 334c1aa9ab library: Fix fseek() by changing the fopen() mode Antonio Niño Díaz 2023-11-12 01:22:10 +0000
  • 95e6a16a89 library: Fix FAT load function Antonio Niño Díaz 2023-11-11 18:34:21 +0000
  • a4c1b40c7a build: Update makefiles of BlocksDS Antonio Niño Díaz 2023-11-11 17:59:26 +0000
  • 6408190477 chore: Fix a Doxygen comment v0.9.0 Antonio Niño Díaz 2023-10-19 02:04:55 +0100
  • 88a1e20393 docs: Update changelog and definitions for version 0.9.0 Antonio Niño Díaz 2023-10-19 01:49:39 +0100
  • 98995f4561 docs: Document all Dual 3D modes Antonio Niño Díaz 2023-10-18 22:29:17 +0100
  • 48e013f815 library: Use safe DMA functions in BlocksDS Antonio Niño Díaz 2023-10-16 02:45:08 +0100
  • 01b8a9cf9a library: Fix dual 3D DMA mode in BlocksDS Antonio Niño Díaz 2023-10-16 02:23:45 +0100
  • 06ac0eba5b tests: Show that the LCD uses 18-bit colors, not 15-bit Antonio Niño Díaz 2023-10-15 21:28:41 +0100
  • 8c323c7e2c library: Document VRAM overlap in dual 3D DMA Mode Antonio Niño Díaz 2023-10-12 21:11:12 +0100
  • 53a66ae746 library: Add comment about console setup in dual 3D DMA mode Antonio Niño Díaz 2023-10-12 19:59:39 +0100
  • 166cf29986 library: Add synchronization to NE initialization Antonio Niño Díaz 2023-10-11 18:16:16 +0100
  • 5cd0909b5c examples: Add example to compare all dual 3D modes Antonio Niño Díaz 2023-10-10 01:03:33 +0100
  • 8445136b6b library: Implement another dual 3D Mode Antonio Niño Díaz 2023-10-10 01:02:45 +0100
  • efaf04dadd library: Cleanup of NE shutdown code Antonio Niño Díaz 2023-10-10 01:02:01 +0100
  • 50091b0111 library: Use standard libc types Antonio Niño Díaz 2023-10-09 23:00:02 +0100
  • 0d5bd874e8 examples: library: Simplify dual 3D mode selection Antonio Niño Díaz 2023-10-09 22:58:10 +0100
  • e1662b7357 library: Refactor library initialization state handling Antonio Niño Díaz 2023-10-09 00:37:47 +0100
  • 16258d711f examples: Add safe dual 3D examples Antonio Niño Díaz 2023-10-08 23:35:36 +0100
  • 302c22241e examples: Always enable debug console in the templates Antonio Niño Díaz 2023-10-08 23:35:52 +0100
  • b66bf16f6f examples: Update dual 3D template to use safe dual 3D Antonio Niño Díaz 2023-10-08 23:35:09 +0100
  • 7915ee80d3 library: Introduce safe dual 3D mode Antonio Niño Díaz 2023-09-03 18:53:41 +0200
  • 814fce2f97 library: Let user choose how to draw display lists Antonio Niño Díaz 2023-10-08 02:58:34 +0100
  • 3fbdc28df0 examples: Fix build of NFlib template in devkitPro Antonio Niño Díaz 2023-10-09 00:45:08 +0100
  • 4dc5b0e58c library: Fix version string Antonio Niño Díaz 2023-10-08 02:52:42 +0100
  • 3ec49a1d79 library: Swap active screen in dual 3D mode correctly Antonio Niño Díaz 2023-09-26 01:43:15 +0100
  • ee37e7fefc library: Remove texcoord offset when drawing 2D quads Antonio Niño Díaz 2023-09-25 02:25:51 +0100
  • 2d95590b12 examples: Test more 2D sprite sizes in example Antonio Niño Díaz 2023-09-25 02:28:14 +0100
  • 635b52b70c library: Clarify code that sets LCD position Antonio Niño Díaz 2023-09-03 18:40:15 +0200
  • db33780b45 examples: Fix type of a variable Antonio Niño Díaz 2023-07-16 13:49:50 +0100
  • 193a50c939 library: Fix 2D projection Antonio Niño Díaz 2023-07-16 13:46:52 +0100
  • 8441e9d05e examples: Draw additional sprite in sprites example Antonio Niño Díaz 2023-07-16 12:16:17 +0100
  • f0983a32af docs: Change a few parameters of the Doxyfile Antonio Niño Díaz 2023-07-16 12:14:55 +0100
  • 93817c200e examples: Remove outdated warning about NFlib integration Antonio Niño Díaz 2023-05-09 03:17:29 +0200
  • f57fa76576 library: Handle failures correctly Antonio Niño Díaz 2023-04-21 18:19:02 +0100
  • 1dd798f250 examples: Truncate NitroFAT filesystem Antonio Niño Díaz 2023-04-21 18:04:19 +0100
  • 3dea475071 examples: Fix build of error handling example in BlocksDS Antonio Niño Díaz 2023-04-21 18:04:06 +0100
  • d1fb135ca0 build: Fix build of the debug version of the library Antonio Niño Díaz 2023-04-21 18:00:23 +0100
  • 9537c667a5 docs: Update Doxyfile Antonio Niño Díaz 2023-04-20 19:11:56 +0100
  • b2e2e75d70 library: Fix bitmask v0.8.2 Antonio Niño Díaz 2023-04-20 19:02:00 +0100
  • bef15fb66e docs: Update changelog and definitions for version 0.8.2 Antonio Niño Díaz 2023-04-20 18:59:25 +0100
  • 9db4c5d61b library: Stop relying on LUT_MASK Antonio Niño Díaz 2023-04-20 18:25:46 +0100
  • f27d823a1e
    added brief img2ds readme (#17) awmc000 2023-04-18 15:10:36 -0700
  • 637c8c5db5
    Update readme.rst awmc000 2023-04-18 12:15:06 -0700
  • f8be35bd2f
    Update readme.rst awmc000 2023-04-18 09:28:39 -0700
  • fa84c0c2e5
    Update readme.rst awmc000 2023-04-18 09:24:45 -0700
  • 1d2f46bff5
    fixed header mistake awmc000 2023-04-18 09:23:27 -0700
  • f5e3c7fa58
    Update readme.rst awmc000 2023-04-18 09:21:52 -0700
  • 4f03b1be5e examples: Fix NFLib template Antonio Niño Díaz 2023-04-16 12:51:40 +0100
  • 824cb8c4be
    Copy/paste error - NE_HBLFunc() is not for vblank? awmc000 2023-04-15 13:08:39 -0700
  • d659bc8915 build: docs: Support BlocksDS Antonio Niño Díaz 2023-04-01 15:11:27 +0100
  • d044d8c19f tests: Fix assets script Antonio Niño Díaz 2023-04-01 14:55:07 +0100
  • 070c9ec083 templates: Remove copy of NFlib Antonio Niño Díaz 2023-04-01 14:45:03 +0100
  • 0622a1d110 examples: Fix typo in example folder name Antonio Niño Díaz 2023-04-01 14:42:09 +0100
  • 43a882e98f examples: Start adapting examples for BlocksDS Antonio Niño Díaz 2023-04-01 14:39:58 +0100
  • 8c42302c23 build: Small changes to assets.sh scripts and ROM titles Antonio Niño Díaz 2023-04-01 14:33:39 +0100
  • e3e7c8263d examples: Update animated model files for new md5_to_dsma Antonio Niño Díaz 2023-04-01 14:34:19 +0100
  • 704ddfa031 tools: md5_to_dsma: Remove additional dots in created files Antonio Niño Díaz 2023-04-01 13:57:44 +0100
  • 820f0fe0c6 docs: Typo Antonio Niño Díaz 2023-04-01 13:34:21 +0100
  • 00568feec2 build: Add scripts to build assets in all examples Antonio Niño Díaz 2023-04-01 13:33:38 +0100
  • ba1da50c8a examples: Rename two examples Antonio Niño Díaz 2023-01-21 19:37:11 +0000