]> Chaos Git - corbenik/ctrulib.git/shortlog
corbenik/ctrulib.git
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
2014-12-11 mtheallMake soc_fcntl.c more sane.
2014-12-10 fincsCorrect SHDR_GetUniformRegister [WARNING: aemstro_as...
2014-12-10 fincsMinor correction
2014-12-10 Dave MurphyMerge pull request #49 from archshift/createfile
2014-12-10 archshiftAdded CreateFile implementation, tested on hardware.
2014-12-10 smeaMerge pull request #48 from endrift/master
2014-12-10 Jeffrey PfauFix copy/paste error in FSFILE_Write documentation
2014-12-10 smeaMerge branch 'master' of github.com:smealum/ctrulib
2014-12-10 smeatemporary solution for 0x10 byte gpucmd alignment
2014-12-08 Dave Murphyset default device so relative paths work in 3dmoo
2014-12-08 fincsMinor code formatting fix in svc.s
2014-12-08 smeaMerge pull request #44 from Subv/master
2014-12-08 SubvStyling
2014-12-08 SubvSVC: Implemented svcGetThreadId
2014-12-08 smeaMerge pull request #45 from Subv/semaphores
2014-12-08 mtheallUpdate poll.h
2014-12-08 mtheallUpdate poll.h
2014-12-08 fincsAdd gfxSetDoubleBuffering() for disabling double-buffering
2014-12-05 SubvAdded svcReleaseSemaphore and svcCreateSemaphore.
2014-12-05 Dave Murphybump version for release, add dist target v0.2.0
2014-12-05 Dave MurphyRevert "Update example makefiles"
2014-12-05 Dave MurphyRevert "Switch to -mfloat-abi=hard, bump version to...
2014-12-05 fincsAdd getThreadLocalStorage(), major cleanup in svc.h...
2014-12-05 fincsUpdate example makefiles
2014-12-05 fincsAdd SMDH embedding to the template
2014-12-05 fincsSwitch to -mfloat-abi=hard, bump version to 0.2.0
2014-12-04 fincssdmc_dev.c: do not redefine __system_argc/argv
2014-12-04 Dave Murphyimplement chdir & relative path support
2014-12-03 yellows8Fixed FSUSER_IsSdmcDetected and FSUSER_IsSdmcWritable...
2014-11-29 fincsAdd svcSetThreadPriority
2014-11-29 StapleButterFix HOME button shiz.
2014-11-29 StapleButterSleep mode fixes.
2014-11-29 yellows8Fixed broken MIC shutdown code. Use a tmp field for...
2014-11-28 fincsosGetTime(): avoid using u64<->double conversions ...
2014-11-28 Dave Murphyfix examples for unpolluted libctru headers
next