aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
commit63419d9cc07c56234d0f61a80f32105b192aec8e (patch)
tree827cf4d134cf3b4618d0167cc912f3efd47c3aac /changelog.txt
parent1625072293c40ba3cb819f8f48aeb4b64e93b133 (diff)
downloadpsn00bsdk-63419d9cc07c56234d0f61a80f32105b192aec8e.tar.gz
Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 0e7b514..b7cac11 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,6 +2,29 @@ PSn00bSDK changelog
Items that are lower in the log are more recently implemented.
+02-17-2021 by Lameguy64:
+
+* Improved build instructions in readme file and fixed some typos.
+
+* Improved toolchain.txt instructions.
+
+* tools: Added experimental elf2cpe converter for executing PSn00bSDK
+ programs in official development units. No debug symbols however.
+
+* Fixed prefixes to allow SDK libraries and examples to be built
+ with mipsel-none-elf.
+
+* examples: Fixed typo in plasma_tbl.h causing multiple definitions when
+ compiling with newer versions of GCC in n00bdemo.
+
+* examples: cartrom example now marked as obsoleted, but still kept for
+ reference purposes.
+
+* Includes alextrevisan's GTE macros in inline_c.h.
+
+* Added makefile template.
+
+
01-05-2021 by Lameguy64:
* psxgpu: Added struct names to many primitives.