]> Chaos Git - corbenik/ctrulib.git/shortlog
corbenik/ctrulib.git
2015-01-06 Dave Murphyroll a new libctru release v0.3.0
2015-01-06 Dave Murphyallow for extenstion beyond 256 characters
2015-01-06 Dave Murphyfull 256 character font
2015-01-04 Dave Murphy__libc_init_array needs run after stack adjustment...
2015-01-04 smeafixed linear/vram mem align
2015-01-03 Dave Murphyand protect from double exit
2015-01-03 Dave Murphyfree screens from where they were allocated
2015-01-03 Dave Murphyone Makefile to rule them all
2015-01-03 Dave Murphymove mic example to audio subfolder
2015-01-03 Dave Murphyupdate examples to use gfxInitDefault
2015-01-03 Dave Murphyadd parameters to gfxInit, add gfxInitDefault function
2015-01-02 Dave Murphyuse struct for channel status array
2015-01-02 Dave Murphyadd macros for packing and aligning
2015-01-01 yellows8Merge pull request #75 from profi200/master
2015-01-01 profi200Fixed CFGU_GenHashConsoleUnique() header code.
2014-12-30 Dave Murphyoops
2014-12-30 Dave Murphyallow user configurable stack
2014-12-30 Dave Murphycheck for directory in stat too and set st_mode appropr...
2014-12-30 yellows8Implemented actual code for sdmc_stat().
2014-12-30 Dave Murphyrevert stack changes, broken on hardware :(
2014-12-30 Dave Murphyadd literal pool
2014-12-30 Dave Murphyor bss might be better
2014-12-30 Dave Murphyoops, forgot these need to be in data section
2014-12-29 Dave MurphySet default stack to 32K, allow user adjustment
2014-12-29 yellows8Merge pull request #73 from profi200/master
2014-12-29 profi200Added more cfg:u cmds.
2014-12-29 yellows8Merge pull request #70 from profi200/master
2014-12-29 profi200Simplified reading the system language by adding a...
2014-12-27 profi200Merge branch 'master' of github.com:smealum/ctrulib
2014-12-26 smeaUpdate apt.c
2014-12-26 smeaUpdate fs.c
2014-12-26 smeaUpdate sdmc_dev.c
2014-12-26 smeaUpdate hid.c
2014-12-26 smeaUpdate hid.c
2014-12-26 profi200Better in hex.
2014-12-26 profi200Forgot to finish the changes on the get_system_language...
2014-12-26 profi200Replaced spaces in cfgu.c.
2014-12-26 profi200Merge branch 'master' of github.com:smealum/ctrulib
2014-12-26 profi200Added CFGU_GetConfigInfoBlk2() and an example.
2014-12-26 Dave Murphyuse stdio and malloc
2014-12-26 Dave Murphyput data in C file where it belongs
2014-12-25 Dave Murphyauto initialise commonly used services, prevent double...
2014-12-25 Dave Murphygive function the right name
2014-12-25 Dave Murphyinclude header for memcpy
2014-12-25 Dave Murphysplit up sysyem initialisation and allow overriding
2014-12-25 smeafixed hb naming
2014-12-24 Dave MurphyMerge pull request #57 from Aurelio92/example-HelloWorld
2014-12-24 Dave Murphyadd library template
2014-12-24 Dave Murphymove template to examples/templates/application
2014-12-24 smeaadditional HB stuff
2014-12-24 smeaadded HB service support (ninjhax only)
2014-12-21 yellows8Added qtm support + example.
2014-12-21 Dave Murphyset errno for file too big
2014-12-20 mtheallAdd gfxGetScreenFormat().
2014-12-19 fincsFix osGetTime(), this time for real (also: race conditi...
2014-12-18 smeaRevert "Merge branch 'master' of github.com:smealum...
2014-12-18 smeaMerge branch 'master' of github.com:smealum/ctrulib
2014-12-18 smeaadded registers.h
2014-12-15 Dave Murphysdmc_open: implement O_EXCL and O_TRUNC
2014-12-15 Aurelio MannaraFixed a little mess I made with dir-names :D
2014-12-15 Aurelio MannaraUsed *.c extension and lower case dir name
2014-12-15 Aurelio MannaraUsed *.c extension and lower case dir name
2014-12-15 Dave Murphystop svcOutputDebugString trashing string
2014-12-15 plutooMerge pull request #52 from Aurelio92/2-new-hid-function
2014-12-15 plutooReverting previous commit, fixing more resource leaks
2014-12-15 plutooProposed fix for issue #66
2014-12-15 plutooFixed handle leak in httpc
2014-12-14 mtheallFix inet_aton.
2014-12-14 fincsAdd a VRAM allocator
2014-12-14 Aurelio MannaraAdded an Hello World example
2014-12-13 plutooMerge pull request #56 from profi200/master
2014-12-13 profi200Fixed weird blackscreen issue
2014-12-13 fincsFix linear.cpp
2014-12-13 Dave Murphystop building everything when any header changes
2014-12-13 Dave Murphyfix PM_LaunchFIRMSetParams and PM_LaunchTitle prototypes
2014-12-13 Dave Murphyallow redirecting stderr to 3dmoo
2014-12-13 Aurelio MannaraAdded 2 hid functions
2014-12-13 Dave Murphyrender strikethrough & underline
2014-12-13 Dave Murphymake it build
2014-12-13 Dave Murphyfix formatting
2014-12-13 Dave Murphyunneeded default case
2014-12-13 Dave Murphybetter parameter checking
2014-12-13 Dave Murphysupport more codes
2014-12-13 Dave Murphyintialise parameter, ignore unsupported escapes
2014-12-13 Dave Murphycheck parameters are valid as we parse
2014-12-13 Dave Murphyuse switch for 'm' parameters
2014-12-13 Dave Murphyuse 3 intensity levels
2014-12-12 Dave Murphyadd macro to convert 8bit RGB to RGB565
2014-12-12 Dave Murphyallow console on either screen
2014-12-12 Dave Murphyfix scroll size
2014-12-12 Dave Murphyuse word copy for extra speed in console scroll
2014-12-12 Dave Murphyfix console scrolling
2014-12-12 Dave Murphylighten up half bright green
2014-12-12 Dave Murphyfix color code scanning
2014-12-12 smeaMerge pull request #50 from yuriks/memperm-dontcare
2014-12-12 Dave Murphyadd console
2014-12-12 Dave Murphyuse correct doubleBuf variable
2014-12-11 Dave Murphyadd macro for building RGB565 colors
2014-12-11 Dave Murphyallow independent setting of double buffering
2014-12-11 Yuri Kunde... Add MEMPERM_DONTCARE to MemPerm
next