| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Refined toolchain instructions, organized examples, added automatic retry ↵ | John Wilbert M. Villamor | 2020-04-24 | 130 | -83/+769 | |
| | | | | | for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. | |||||
| * | Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit. | John Wilbert M. Villamor | 2020-03-11 | 7 | -49/+84 | |
| | | ||||||
| * | Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵ | John Wilbert M. Villamor | 2020-02-28 | 14 | -45/+938 | |
| | | | | | added cdbrowse example. | |||||
| * | Merge pull request #16 from thp/libc-abs-labs | John Wilbert Villamor | 2020-02-26 | 2 | -0/+8 | |
| |\ | | | | | libc: Add abs() and labs() functions | |||||
| | * | Add labs() to stdlib.h | Thomas Perl | 2020-02-24 | 1 | -0/+1 | |
| | | | ||||||
| | * | libc: Add abs() and labs() functions | Thomas Perl | 2020-02-24 | 1 | -0/+7 | |
| |/ | ||||||
| * | Updated website domain | John Wilbert M. Villamor | 2020-01-31 | 1 | -2/+2 | |
| | | ||||||
| * | Updated hello world with more comments | John Wilbert M. Villamor | 2020-01-06 | 2 | -54/+108 | |
| | | ||||||
| * | Some minor updates, added CD-ROM library documentation | John Wilbert M. Villamor | 2020-01-06 | 15 | -29/+149 | |
| | | ||||||
| * | Merge pull request #10 from JaCzekanski/patch-2 | John Wilbert Villamor | 2020-01-06 | 1 | -1/+1 | |
| |\ | | | | | Fixed typo in setUVWH | |||||
| | * | Fixed typo in setUVWH | Jakub Czekański | 2019-12-03 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #11 from greenaddress/readme_typo | John Wilbert Villamor | 2020-01-06 | 3 | -1/+16 | |
| |\ \ | | | | | | | toolchain readme typo and don't set GCC_BASE if already set | |||||
| | * | | don't set the version if already set | Lawrence Nahum | 2019-12-08 | 2 | -0/+7 | |
| | | | | ||||||
| | * | | don't set GCC_BASE if already set (useful for in home toolchain) | Lawrence Nahum | 2019-12-08 | 2 | -0/+8 | |
| | | | | ||||||
| | * | | toolchain read me typo s/with/wish | Lawrence Nahum | 2019-12-08 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #9 from JaCzekanski/patch-1 | John Wilbert Villamor | 2019-12-07 | 1 | -2/+2 | |
| |\ \ | |/ |/| | Fix setDrawMask macro | |||||
| | * | Fix setDrawMask macro | Jakub Czekański | 2019-11-29 | 1 | -2/+2 | |
| |/ | | | Missing parenthesis caused compilation error when passing a reference to DR_MASK | |||||
| * | Forgot to commit render2tex | John Wilbert M. Villamor | 2019-11-25 | 7 | -0/+703 | |
| | | ||||||
| * | Forgot to update libpsn00b readme | John Wilbert M. Villamor | 2019-11-22 | 1 | -2/+3 | |
| | | ||||||
| * | Added long awaited CD-ROM library and loads of fixes, see changelog for details | John Wilbert M. Villamor | 2019-11-22 | 47 | -147/+3147 | |
| | | ||||||
| * | Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵ | John Wilbert M. Villamor | 2019-10-11 | 22 | -30/+571 | |
| | | | | | negative values in vsprintf(), added billboard sprites example | |||||
| * | Fixed canvas of PSn00bSDK logo | John Wilbert M. Villamor | 2019-09-24 | 1 | -45/+36 | |
| | | ||||||
| * | Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵ | John Wilbert M. Villamor | 2019-09-23 | 8 | -8/+192 | |
| | | | | | setUVWH() macro | |||||
| * | Added childexec example, added BIOS memory card functions, changed PAD ↵ | John Wilbert M. Villamor | 2019-08-17 | 33 | -57/+918 | |
| | | | | | function names, runtime library now 0.13b | |||||
| * | Accidentally broke SPU (set SPUCNT with 0x8001 instead of 0xC001) | John Wilbert M. Villamor | 2019-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | Added fpscam example, added small descriptions to examples, minor readme changes | John Wilbert M. Villamor | 2019-07-18 | 10 | -15/+920 | |
| | | ||||||
| * | Added C++ support, updated build instructions and makefiles, consolidated ↵ | John Wilbert M. Villamor | 2019-07-17 | 43 | -327/+1469 | |
| | | | | | libc and libgcc (during build process), libraries now v0.12b and more | |||||
| * | Merge pull request #8 from williamblair/fntsort_fix | John Wilbert Villamor | 2019-07-01 | 1 | -2/+2 | |
| |\ | | | | | fix FntLoad to non-zero y locations for debug font | |||||
| | * | fix FntLoad to non-zero y locations for debug font | williamblair | 2019-06-30 | 1 | -2/+2 | |
| |/ | ||||||
| * | Fixed local label typo in memcpy.s | John Wilbert M. Villamor | 2019-06-26 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug in DrawPrim() where it sends 1 extra junk word | John Wilbert M. Villamor | 2019-06-24 | 2 | -1/+2 | |
| | | ||||||
| * | Minor readme update | lameguy64 | 2019-06-23 | 1 | -29/+35 | |
| | | ||||||
| * | LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵ | John Wilbert M. Villamor | 2019-06-23 | 59 | -487/+1747 | |
| | | | | | VSync(), better reference manual. | |||||
| * | Merge pull request #6 from qbradq/issue-5 | John Wilbert Villamor | 2019-06-08 | 1 | -1/+1 | |
| |\ | | | | | Swapped buffer length literal with sizeof operator | |||||
| | * | Swapped buffer length litteral with sizeof operator | Norman B. Lancaster | 2019-06-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #2 from root670/add-editorconfig | John Wilbert Villamor | 2019-05-24 | 1 | -0/+8 | |
| |\ | | | | | Add .editorconfig. | |||||
| | * | Add .editorconfig. | root670 | 2019-04-17 | 1 | -0/+8 | |
| | | | ||||||
| * | | Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in ↵ | lameguy64 | 2019-05-23 | 29 | -70/+1102 | |
| |/ | | | | the works | |||||
| * | Fixed a typo in the prefix parameter for configuring GCC and removed switch ↵ | lameguy64 | 2019-04-12 | 1 | -1/+1 | |
| | | | | | that disables libgcc from being built | |||||
| * | * Fixed lzpack producing broken QLP archives breaking the n00bdemo ↵ | lameguy64 | 2019-04-12 | 4 | -11/+11 | |
| | | | | | example.\n* Updated GCC configure parameters to a known working config.\n* Removed a stray executable file. | |||||
| * | Fixed gcc configure parameters | lameguy64 | 2019-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | First commit | John Wilbert M. Villamor | 2019-04-06 | 222 | -0/+32100 | |
