| Commit message (Expand) | Author | Age | Files | Lines |
| * | Misc MSVC/CMake fixes, also fixed childexec example | spicyjpeg | 2021-09-27 | 17 | -105/+172 |
| * | Misc. CMake bug and typo fixes, updated changelog | spicyjpeg | 2021-09-13 | 4 | -4/+41 |
| * | Updated docs, moved install guide to INSTALL.md | spicyjpeg | 2021-09-12 | 6 | -238/+387 |
| * | Migrated tools to CMake | spicyjpeg | 2021-09-12 | 7 | -155/+78 |
| * | Migrated template to CMake | spicyjpeg | 2021-09-12 | 3 | -77/+43 |
| * | Migrated examples to CMake | spicyjpeg | 2021-09-12 | 48 | -1278/+557 |
| * | Migrated libpsn00b to CMake | spicyjpeg | 2021-09-12 | 15 | -560/+320 |
| * | Added preliminary files for CMake/CPack support | spicyjpeg | 2021-09-12 | 16 | -0/+1185 |
| * | Merge pull request #36 from spicyjpeg/dynlink | John "Lameguy" Wilbert Villamor | 2021-08-31 | 66 | -1002/+3658 |
| |\ |
|
| | * | Added dynamic linker API and example, updated README and changelog | spicyjpeg | 2021-08-17 | 16 | -17/+1836 |
| | * | Rewritten all Makefiles, set up proper GCC options, added iso.xml to template | spicyjpeg | 2021-08-17 | 42 | -875/+1701 |
| | * | Added missing header declarations, FlushCache, misc library bugfixes | spicyjpeg | 2021-08-17 | 8 | -110/+121 |
| * | | Forgot to commit updated font.c | John Wilbert M. Villamor | 2021-08-31 | 1 | -5/+5 |
| |/ |
|
| * | Fixed missing type errors when compiling libraries due to the new variable ty... | John Wilbert M. Villamor | 2021-07-01 | 8 | -28/+35 |
| * | Added int*_t and uint*_t variable types and updated type definitions in psxgp... | John Wilbert M. Villamor | 2021-07-01 | 30 | -331/+446 |
| * | Merge pull request #30 from devbored/master | John Wilbert Villamor | 2021-03-10 | 9 | -9/+9 |
| |\ |
|
| | * | Minor Makefile fixes | Austin Annestrand | 2021-02-20 | 9 | -9/+9 |
| |/ |
|
| * | Lots of makefile corrections, improved build and toolchain instructions, adde... | John Wilbert M. Villamor | 2021-02-18 | 31 | -145/+640 |
| * | Merge pull request #29 from alextrevisan/master | John Wilbert Villamor | 2021-02-11 | 1 | -0/+64 |
| |\ |
|
| | * | Added some macros for gte_stsxy3_* | Alexandro Trevisan | 2021-01-30 | 1 | -0/+64 |
| |/ |
|
| * | Merge pull request #28 from alextrevisan/master | John Wilbert Villamor | 2021-01-08 | 1 | -3/+3 |
| |\ |
|
| | * | Added missing examples in makefile | Alexandro Trevisan | 2021-01-05 | 1 | -3/+3 |
| |/ |
|
| * | Added updated library reference, added struct names in psxgpu.h, defined GTE ... | John Wilbert M. Villamor | 2021-01-05 | 9 | -95/+319 |
| * | Forgot to update draft date | John Wilbert M. Villamor | 2020-12-05 | 1 | -0/+0 |
| * | Documented more Geometry Library functions | John Wilbert M. Villamor | 2020-12-03 | 1 | -0/+0 |
| * | Merge branch 'master' of https://github.com/Lameguy64/PSn00bSDK | John Wilbert M. Villamor | 2020-11-29 | 1 | -4/+17 |
| |\ |
|
| | * | Merge pull request #24 from ckosmic/master | John Wilbert Villamor | 2020-10-26 | 1 | -4/+17 |
| | |\ |
|
| | | * | Account for forward-looped memmove | Christian Kosman | 2020-10-01 | 1 | -4/+17 |
| | |/ |
|
| * / | Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated m... | John Wilbert M. Villamor | 2020-11-29 | 27 | -76/+991 |
| |/ |
|
| * | Minor correction on changelog | John Wilbert M. Villamor | 2020-09-19 | 1 | -5/+5 |
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), mov... | John Wilbert M. Villamor | 2020-09-19 | 65 | -680/+1368 |
| * | Added multi-session CD support, fixed infinite loop bug in CdReadDir(), updat... | John Wilbert M. Villamor | 2020-07-25 | 1 | -0/+68 |
| * | Refined toolchain instructions, organized examples, added automatic retry for... | John Wilbert M. Villamor | 2020-04-24 | 130 | -83/+769 |
| * | 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 add... | John Wilbert M. Villamor | 2020-02-28 | 14 | -45/+938 |
| * | Merge pull request #16 from thp/libc-abs-labs | John Wilbert Villamor | 2020-02-26 | 2 | -0/+8 |
| |\ |
|
| | * | 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 | 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 |
| |\ \ |
|
| | * | | 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 | Jakub Czekański | 2019-11-29 | 1 | -2/+2 |
| |/ |
|
| * | Forgot to commit render2tex | John Wilbert M. Villamor | 2019-11-25 | 7 | -0/+703 |