aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Migrated examples to CMakespicyjpeg2021-09-1248-1278/+557
|
* Migrated libpsn00b to CMakespicyjpeg2021-09-1215-560/+320
|
* Added preliminary files for CMake/CPack supportspicyjpeg2021-09-1216-0/+1185
|
* Merge pull request #36 from spicyjpeg/dynlinkJohn "Lameguy" Wilbert Villamor2021-08-3166-1002/+3658
|\ | | | | Dynamic linker, gp-relative addressing, ldscripts and more
| * Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-1716-17/+1836
| |
| * Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-1742-875/+1701
| |
| * Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-178-110/+121
| |
* | Forgot to commit updated font.cJohn Wilbert M. Villamor2021-08-311-5/+5
|/
* Fixed missing type errors when compiling libraries due to the new variable ↵John Wilbert M. Villamor2021-07-018-28/+35
| | | | type changes
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-0130-331/+446
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Merge pull request #30 from devbored/masterJohn Wilbert Villamor2021-03-109-9/+9
|\ | | | | Minor Makefile include fixes
| * Minor Makefile fixesAustin Annestrand2021-02-209-9/+9
|/
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-1831-145/+640
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Merge pull request #29 from alextrevisan/masterJohn Wilbert Villamor2021-02-111-0/+64
|\ | | | | Added some macros for gte_stsxy3_*
| * Added some macros for gte_stsxy3_*Alexandro Trevisan2021-01-301-0/+64
|/
* Merge pull request #28 from alextrevisan/masterJohn Wilbert Villamor2021-01-081-3/+3
|\ | | | | Added missing examples in makefile
| * Added missing examples in makefileAlexandro Trevisan2021-01-051-3/+3
|/
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-059-95/+319
| | | | squareroot functions and added C++ demo example.
* Forgot to update draft dateJohn Wilbert M. Villamor2020-12-051-0/+0
|
* Documented more Geometry Library functionsJohn Wilbert M. Villamor2020-12-031-0/+0
|
* Merge branch 'master' of https://github.com/Lameguy64/PSn00bSDKJohn Wilbert M. Villamor2020-11-291-4/+17
|\
| * Merge pull request #24 from ckosmic/masterJohn Wilbert Villamor2020-10-261-4/+17
| |\ | | | | | | Account for forward-looped memmove
| | * Account for forward-looped memmoveChristian Kosman2020-10-011-4/+17
| |/
* / Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-2927-76/+991
|/ | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Minor correction on changelogJohn Wilbert M. Villamor2020-09-191-5/+5
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-1965-680/+1368
| | | | moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph()
* Added multi-session CD support, fixed infinite loop bug in CdReadDir(), ↵John Wilbert M. Villamor2020-07-251-0/+68
| | | | updated CD media change detection logic, replaced version numbers with SVN revision numbers in documentation
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-24130-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. Villamor2020-03-117-49/+84
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-2814-45/+938
| | | | added cdbrowse example.
* Merge pull request #16 from thp/libc-abs-labsJohn Wilbert Villamor2020-02-262-0/+8
|\ | | | | libc: Add abs() and labs() functions
| * Add labs() to stdlib.hThomas Perl2020-02-241-0/+1
| |
| * libc: Add abs() and labs() functionsThomas Perl2020-02-241-0/+7
|/
* Updated website domainJohn Wilbert M. Villamor2020-01-311-2/+2
|
* Updated hello world with more commentsJohn Wilbert M. Villamor2020-01-062-54/+108
|
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-0615-29/+149
|
* Merge pull request #10 from JaCzekanski/patch-2John Wilbert Villamor2020-01-061-1/+1
|\ | | | | Fixed typo in setUVWH
| * Fixed typo in setUVWHJakub Czekański2019-12-031-2/+2
| |
* | Merge pull request #11 from greenaddress/readme_typoJohn Wilbert Villamor2020-01-063-1/+16
|\ \ | | | | | | toolchain readme typo and don't set GCC_BASE if already set
| * | don't set the version if already setLawrence Nahum2019-12-082-0/+7
| | |
| * | don't set GCC_BASE if already set (useful for in home toolchain)Lawrence Nahum2019-12-082-0/+8
| | |
| * | toolchain read me typo s/with/wishLawrence Nahum2019-12-081-1/+1
|/ /
* | Merge pull request #9 from JaCzekanski/patch-1John Wilbert Villamor2019-12-071-2/+2
|\ \ | |/ |/| Fix setDrawMask macro
| * Fix setDrawMask macroJakub Czekański2019-11-291-2/+2
|/ | | Missing parenthesis caused compilation error when passing a reference to DR_MASK
* Forgot to commit render2texJohn Wilbert M. Villamor2019-11-257-0/+703
|
* Forgot to update libpsn00b readmeJohn Wilbert M. Villamor2019-11-221-2/+3
|
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-2247-147/+3147
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-1122-30/+571
| | | | negative values in vsprintf(), added billboard sprites example
* Fixed canvas of PSn00bSDK logoJohn Wilbert M. Villamor2019-09-241-45/+36
|
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵John Wilbert M. Villamor2019-09-238-8/+192
| | | | setUVWH() macro