Activity for Cryptic Allusion DCDev

  • GitHub committed [f3be52] on KallistiOS

    Exclude system generated files from being included in romdisk generation (#824)

  • GitHub committed [20f138] on KallistiOS

    audio: Fix makefile race condition and arm clean (#828)

  • GitHub committed [6e8a81] on KallistiOS

    Added functionality to biosfont (#816)

  • GitHub committed [9be36b] on kos-ports

    Make raylib port depend on libGL port (#87)

  • GitHub committed [b5f62e] on kos-ports

    Updating SDL keyboard to use new KOS API. (#70)

  • GitHub committed [fb5168] on KallistiOS

    Sound improvements and fixes (#762)

  • GitHub committed [45525d] on KallistiOS

    * Refactor and cleanup of IRQ system. (#815)

  • QuzarDC committed [db0216] on KallistiOS

    * Refactor and cleanup of IRQ system.

  • GitHub committed [0b6686] on KallistiOS

    Minor cleanups in FS (#595)

  • GitHub committed [fab5f4] on KallistiOS

    BIOS Font Cleanup, Refactor, and More Ergonomic API (#581)

  • GitHub committed [7d7e9b] on KallistiOS

    Separate out trap from irq. Add its own internal and external types. Add getter to match the setter. Update gdb_stub to the new API. (#810)

  • QuzarDC committed [4c6c3c] on KallistiOS

    Separate out trap from irq. Add its own internal and external types. Add getter to match the setter. Update gdb_stub to the new API.

  • GitHub committed [d7ad90] on KallistiOS

    matrix.h: Constify and rename some parameters (#812)

  • GitHub committed [e88328] on KallistiOS

    perf_monitor: Improve perf_monitor_print() (#813)

  • GitHub committed [ee2324] on KallistiOS

    Fix dreampresent compile error by moving constants out of the methods (#814)

  • GitHub committed [22c8c2] on KallistiOS

    Fixed Thread Starvation Issue with Priority Boosting (#803)

  • GitHub committed [b96c80] on KallistiOS

    Fix spacing and added more documentation to vmu_set_font() (#809)

  • GitHub committed [8b78cd] on KallistiOS

    Merge pull request #805 from Dreamcast-Projects/vmu_lcd_fix

  • Andress Barajas committed [3b7088] on KallistiOS

    Fix VMU LCD compile error and update VMU font API

  • GitHub committed [a11364] on KallistiOS

    Merge pull request #759 from JoseAFRibeiro/doc

  • GitHub committed [a3344a] on KallistiOS

    Merge branch 'master' into doc

  • Jose Ribeiro committed [9c311e] on KallistiOS

    information about useful doxygen command

  • Jose Ribeiro committed [51828c] on KallistiOS

    More spelling

  • Jose Ribeiro committed [d58c96] on KallistiOS

    Style guide and some spelling

  • Jose Ribeiro committed [988263] on KallistiOS

    Little ajustments

  • Jose Ribeiro committed [2b84a7] on KallistiOS

    Where to write what

  • Jose Ribeiro committed [75528f] on KallistiOS

    Description of the documentation levels

  • Jose Ribeiro committed [60d5f0] on KallistiOS

    Development of the documentation guidelines

  • Jose Ribeiro committed [71c9fc] on KallistiOS

    Starting the doc guide draft

  • GitHub committed [cae2bf] on KallistiOS

    Merge branch 'KallistiOS:master' into doc

  • GitHub committed [42f520] on KallistiOS

    Merge branch 'master' into doc

  • GitHub committed [1731ef] on KallistiOS

    Update include/kos/fs_romdisk.h

  • Jose Ribeiro committed [ea713e] on KallistiOS

    Rewworking the line sizes

  • Jose Ribeiro committed [3eac8b] on KallistiOS

    Explain how to build and embed fs image

  • Jose Ribeiro committed [805da8] on KallistiOS

    Update include/kos/fs_romdisk.h

  • GitHub committed [93df6f] on KallistiOS

    Update include/kos/fs_romdisk.h

  • GitHub committed [d8bf22] on KallistiOS

    Update include/kos/fs_romdisk.h

  • GitHub committed [5da9f6] on KallistiOS

    Update include/kos/fs_romdisk.h

  • GitHub committed [e13a8b] on KallistiOS

    Update include/kos/fs_romdisk.h

  • Jose Ribeiro committed [59b1e3] on KallistiOS

    Reworking FS driver explanation and size warning

  • GitHub committed [5170f0] on KallistiOS

    Add pvr palette related examples (#802)

  • GitHub committed [4dd343] on KallistiOS

    thread: Improve priority boosting (#801)

  • GitHub committed [b2e9b3] on KallistiOS

    Fix unused parameter warning (#800)

  • GitHub committed [d8a5b8] on KallistiOS

    Merge pull request #799 from pcercuei/fix-nehe26

  • AwAyla AwAyla committed [671554] on KallistiOS

    examples: Fix nehe26 builds

  • GitHub committed [42cd2b] on KallistiOS

    Made builtin font used by vmu_printf() public. (#793)

  • GitHub committed [98018e] on KallistiOS

    kernel: Add performance monitor API (#795)

  • GitHub committed [d0f352] on KallistiOS

    Improve diagnose message (#614)

  • GitHub committed [27c1bf] on kos-ports

    Merge pull request #86 from KallistiOS/valid_mail

  • GitHub committed [d4ddd5] on kos-ports

    Update libvldmail/Makefile

  • QuzarDC committed [bd081f] on kos-ports

    Add port for libvldmail

  • GitHub committed [8eed75] on KallistiOS

    By default have dbgio disabled until init. This prevents asserting if we try to use it prior to dbgio being initialized, which happens if we use KM_DBG with dcload serial as it allocates memory (triggering dbgio) to set up a compression buffer. (#673)

  • GitHub committed [9e86e5] on KallistiOS

    Merge pull request #783 from pcercuei/prio-boosting

  • AwAyla AwAyla committed [93a780] on KallistiOS

    thread: Add priority boosting system

  • GitHub committed [2ea758] on KallistiOS

    Fixed pvrtex warnings with Clang18 host compiler (#791)

  • GitHub committed [dab8d5] on KallistiOS

    Speed up building KOS and examples (#573)

  • GitHub committed [651612] on KallistiOS

    Update mat_transform parameter description (#770)

  • GitHub committed [0fa45d] on KallistiOS

    Adjust example for lack of 'valid' member of dev (#796)

  • Falco Girgis Falco Girgis committed [a4cfba] on KallistiOS

    Cleanup + addressed code review comments.

  • Falco Girgis Falco Girgis committed [ba9a19] on KallistiOS

    Made builitn font used by vmu_printf() public.

  • GitHub committed [feec65] on KallistiOS

    Filesystem Stat fixes (#775)

  • GitHub committed [fcd8e0] on KallistiOS

    Merge pull request #552 from pcercuei/maple-nomem

  • AwAyla AwAyla committed [0d1ac9] on KallistiOS

    maple: driver: Alloc devices and status buffer in one allocation

  • AwAyla AwAyla committed [377a01] on KallistiOS

    maple: Dynamically allocate devices

  • AwAyla AwAyla committed [20c192] on KallistiOS

    maple: Protect against allocation in IRQ context

  • AwAyla AwAyla committed [0025b0] on KallistiOS

    maple: Detach devices on shutdown

  • AwAyla AwAyla committed [66b8e9] on KallistiOS

    maple: Rework device detection mechanism

  • AwAyla AwAyla committed [96571d] on KallistiOS

    maple: Allocate smaller status buffers

  • GitHub committed [a3287d] on KallistiOS

    Made macros for HZ and THD stack sizes overridable (#790)

  • GitHub committed [0e35b9] on KallistiOS

    Make the Store Queue mutex recursive (#784)

  • Falco Girgis Falco Girgis committed [204585] on KallistiOS

    Fixed pvrtex warnings with Clang18 host compiler

  • GitHub committed [33b84c] on KallistiOS

    environ_base.sh: Remove `-fno-operator-names` flag (#785)

  • GitHub committed [0482d8] on KallistiOS

    Remove compiling pvrtex with LTO because it is not needed and can cause issues on certain hosts. (#789)

  • GitHub committed [dacb46] on kos-ports

    Update raylib branch (#85)

  • GitHub committed [f45b59] on kos-ports

    Raylib (#84)

  • GitHub committed [c96d63] on kos-ports

    Merge pull request #82 from bucanero/patch-1

  • GitHub committed [388bb3] on kos-ports

    Update Makefile

  • GitHub committed [e27f92] on kos-ports

    Create distinfo

  • GitHub committed [6b36b3] on kos-ports

    Create libzip-1.0.1.patch

  • GitHub committed [a633d0] on kos-ports

    Create Makefile

  • Falco Girgis Falco Girgis committed [de7227] on kos-ports

    Added version guard checks.

  • GitHub committed [644c8d] on kos-ports

    Merge branch 'master' into kbd_update

  • Falco Girgis Falco Girgis committed [ed5178] on kos-ports

    Updating keyboard to use new KOS API.

  • GitHub committed [495e77] on KallistiOS

    Network speedtest (#671)

  • GitHub committed [91f5e7] on KallistiOS

    CMake: Use kos-cc as the assembler (#782)

  • Falco Girgis Falco Girgis committed [2e2a84] on KallistiOS

    Blessing GCC14.2.0 as the new "stable" toolchain.

  • GitHub committed [f9786b] on KallistiOS

    Cleaned up + optimized pvrmark_strips_direct bench (#707)

  • GitHub committed [e63b69] on KallistiOS

    pvr_prim() Performance Improvement + PVR Hybrid Submission Model (#740)

  • GitHub committed [9726ac] on KallistiOS

    Helper functions and examples for modifier volumes and Z clipping (#675)

  • GitHub committed [1da9ac] on KallistiOS

    Fix license link in README.md (#776)

  • GitHub committed [a7d0ab] on kos-ports

    Merge pull request #80 from bucanero/polarssl

  • GitHub committed [3d9465] on kos-ports

    Update Makefile

  • GitHub committed [12ca63] on kos-ports

    Merge branch 'master' into polarssl

  • GitHub committed [7edac8] on kos-ports

    Create polarssl-1.3.9.patch

  • GitHub committed [0d7256] on kos-ports

    Update Makefile

  • GitHub committed [ca111a] on kos-ports

    Update Makefile

  • GitHub committed [ecd582] on kos-ports

    Create distinfo

  • GitHub committed [8da243] on kos-ports

    Create Makefile

  • GitHub committed [411641] on KallistiOS

    Clean up usage of `INLINE` in utils (#771)

  • GitHub committed [d1fd7d] on KallistiOS

    Bug in bin2c's Makefile, the bin2c target does not depend on bin2c.c (#777)

1 >