• Italy
  • https://doublefourteen.io
  • Founder and lead developer of The 1414 Code Forge, loves coding, videogames, anime, manga and pizza.

  • Joined on 2023年06月19日
micia pushed to main at 1414codeforge/0xDEFEC7 2025年08月14日 11:40:19 +02:00
c2794809be [dfendian.h] Improve compat with MWERKS, minor style updates.
7a57848946 [Makefile*] Move modules makefiles in their specific directory.
Compare 2 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年08月14日 11:37:37 +02:00
7304362761 [dfprintflike] Add printflike() attribute.
83a240f72e [.gitignore] Ignore known executables and hidden files.
Compare 2 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年08月11日 06:06:14 +02:00
84aa3d11e9 [crossfx32,dotfx32,normalizefx32] Add basic vector operations.
26bc3fbd4f [make{sin,tan}tbl] Add Sine and Tangent LUTs generators.
2b131cf1f7 [_{sin,tan}tbl.c] Add Sine and Tangent LUTs.
Compare 3 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年08月08日 20:38:41 +02:00
d56b92cacd [Makefile*] Add dffixed and general Makefiles.
470675c2be [wrapa{180,360}fx32.c] Add angle wrapping functions.
8d42fde709 [atan2fx32.c] Add atan2fx32() implementation.
7de7765a1e [a{sin,cos}fx32.c] Add asinfx32() and acosfx32() implementations.
722afef2cb [sqrtfx32.c] Add sqrtfx32() implementation.
Compare 11 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月10日 13:24:45 +02:00
33dcc659e9 [dffloat16.h] Fix powf() usage.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月10日 13:11:33 +02:00
b8fc74de8c [dffloat16.h] Add half float conversion utilities.
7461ffd572 [dfqoa.h] Minor style fix.
Compare 2 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月03日 22:18:54 +02:00
b990440cce [examples] Add qoaenc/qoadec.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月03日 22:11:56 +02:00
2c697faea9 [dfqoa.h] Add QOA encoder/decoder.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月03日 15:09:25 +02:00
cc3a41dc6b [dffilesys.h] Fix df_write_file() return value.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月02日 20:03:38 +02:00
5048168cb5 [dfwave.h] Minor style fixes.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月02日 19:13:39 +02:00
920af87690 [dwave.h] More doc improvements.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月02日 19:03:06 +02:00
07bdeea7fa [dfwave.h] Minor doc fixes.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年06月02日 18:42:48 +02:00
baf8857722 [dfwave.h] Add WAVEFORM Audio encoder/decoder.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年05月31日 15:23:46 +02:00
697cb41da8 [dfxpt.h] Simplify logic, add 64-bit fixed width support.
baf6061c50 [dfendian.h] Add MWERKS, add 64-bit BE/LE support
Compare 2 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年05月30日 12:26:16 +02:00
40510c4cea [dfqoi.h,dftga.h] Add headers used by C implementation, minor style fixes.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年05月30日 12:14:31 +02:00
67c701c4a3 [examples] Update ls to new dffilesys.h.
130a6ea023 [dffilesys.h] Refactor, better portability and zero-include policy.
b720fa036a [dfendian.h] Fix typo.
c17769efd8 [dfqoi.h] Add QOI encoder/decoder.
Compare 4 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年05月30日 10:14:13 +02:00
0f1fe0dc37 [dfxpt.h] Better compatibility with Watcom and Borland.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年05月30日 00:24:54 +02:00
32ce2c2522 [dftga.h] More cleanups.
6bb8f6190c [dftga.h] Refactor, make module zero-include
Compare 2 commits »
micia pushed to main at 1414codeforge/0xDEFEC7 2025年05月29日 23:17:20 +02:00
baa0e8064f [dfendian.h] Add endian macros.
micia pushed to main at 1414codeforge/0xDEFEC7 2025年05月29日 17:00:31 +02:00
7e9f06b8fd [dfxpt.h] Minor style fix.