mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-12 19:02:20 +00:00
Fix codacy link
This commit is contained in:
parent
80e2382376
commit
45068cade7
2 changed files with 14 additions and 9 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,25 +2,25 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased][]
|
||||||
|
|
||||||
- Fixed compatibility issues with devkitPPC release 39.
|
- Fixed compatibility issues with devkitPPC release 39.
|
||||||
- Added `GRRLIB_LoadTTFFromFile()` to load a TTF from a file.
|
- Added `GRRLIB_LoadTTFFromFile()` to load a TTF from a file.
|
||||||
- Added `GRRLIB_Ellipse()` to draw an ellipse.
|
- Added `GRRLIB_Ellipse()` to draw an ellipse.
|
||||||
- Fixed documentation for `GRRLIB_Camera3dSettings()`, `GRRLIB_Screen2Texture()` and `GRRLIB_CompoEnd()`.
|
- Fixed documentation for `GRRLIB_Camera3dSettings()`, `GRRLIB_Screen2Texture()` and `GRRLIB_CompoEnd()`.
|
||||||
|
|
||||||
## [4.4.1] - 2021-03-05
|
## [4.4.1][] - 2021-03-05
|
||||||
|
|
||||||
- Patched widescreen on Wii U.
|
- Patched widescreen on Wii U.
|
||||||
|
|
||||||
## [4.4.0] - 2020-01-12
|
## [4.4.0][] - 2020-01-12
|
||||||
|
|
||||||
- Removed libpng, zlib, libfreetype and libjpeg from the project. These libraries should now be installed in devkitPro with pacman.
|
- Removed libpng, zlib, libfreetype and libjpeg from the project. These libraries should now be installed in devkitPro with pacman.
|
||||||
- GRRLIB and pngu are now installed into the _portlibs_ folder instead of the _libogc_ folder.
|
- GRRLIB and pngu are now installed into the _portlibs_ folder instead of the _libogc_ folder.
|
||||||
- Removed `uint` declaration. The `u32` type should be used instead.
|
- Removed `uint` declaration. The `u32` type should be used instead.
|
||||||
- The `GRRLIB_CreateEmptyTexture()` function is not inline anymore.
|
- The `GRRLIB_CreateEmptyTexture()` function is not inline anymore.
|
||||||
|
|
||||||
## [4.3.2] - 2012-08-12
|
## [4.3.2][] - 2012-08-12
|
||||||
|
|
||||||
- libpng was updated to version 1.5.12
|
- libpng was updated to version 1.5.12
|
||||||
- zlib was updated to version 1.2.7
|
- zlib was updated to version 1.2.7
|
||||||
|
@ -29,13 +29,13 @@ All notable changes to this project will be documented in this file.
|
||||||
- `GRRLIB_ClampVar8()` was removed from GRRLIB
|
- `GRRLIB_ClampVar8()` was removed from GRRLIB
|
||||||
- Removed warnings from `GRRLIB_LoadBMF()`
|
- Removed warnings from `GRRLIB_LoadBMF()`
|
||||||
|
|
||||||
## [4.3.1] - 2010-10-22
|
## [4.3.1][] - 2010-10-22
|
||||||
|
|
||||||
- libpng was updated to version 1.4.4
|
- libpng was updated to version 1.4.4
|
||||||
- FreeType updated to version 2.4.3
|
- FreeType updated to version 2.4.3
|
||||||
- GRRLIB is compatible with libogc 1.8.4
|
- GRRLIB is compatible with libogc 1.8.4
|
||||||
|
|
||||||
## [4.3.0] - 2010-06-28
|
## [4.3.0][] - 2010-06-28
|
||||||
|
|
||||||
- libpng was updated to version 1.4.2
|
- libpng was updated to version 1.4.2
|
||||||
- libjpeg was updated to version 8b
|
- libjpeg was updated to version 8b
|
||||||
|
@ -52,7 +52,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- 3D_sample5 -> Simple demo of rotation/translation/scaling 3d object.
|
- 3D_sample5 -> Simple demo of rotation/translation/scaling 3d object.
|
||||||
- ttf -> TrueType Font demo
|
- ttf -> TrueType Font demo
|
||||||
|
|
||||||
## [4.2.0] - 2009-12-16
|
## [4.2.0][] - 2009-12-16
|
||||||
|
|
||||||
- First support to 3D functions
|
- First support to 3D functions
|
||||||
- `GRRLIB_CompoStart()` and `GRRLIB_CompoEnd()` for real GX compositing with transparency support
|
- `GRRLIB_CompoStart()` and `GRRLIB_CompoEnd()` for real GX compositing with transparency support
|
||||||
|
@ -77,7 +77,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- unlimited2d (A faky technic for unlimited sprites)
|
- unlimited2d (A faky technic for unlimited sprites)
|
||||||
- unlimited3d (Same as above but with 3D)
|
- unlimited3d (Same as above but with 3D)
|
||||||
|
|
||||||
## [4.1.1] - 2009-11-24
|
## [4.1.1][] - 2009-11-24
|
||||||
|
|
||||||
- Fully compatible with devkitPro release 18 and 19 (code and examples)
|
- Fully compatible with devkitPro release 18 and 19 (code and examples)
|
||||||
- libpng was updated to version 1.2.40
|
- libpng was updated to version 1.2.40
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# GRRLIB
|
# GRRLIB
|
||||||
|
|
||||||
[![Continuous Integration](https://github.com/GRRLIB/GRRLIB/workflows/Continuous%20Integration/badge.svg)](https://github.com/GRRLIB/GRRLIB/actions)
|
[![Continuous Integration](https://github.com/GRRLIB/GRRLIB/workflows/Continuous%20Integration/badge.svg)](https://github.com/GRRLIB/GRRLIB/actions)
|
||||||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5b2983faefbf443eaa5705e7cc6e5f68)](https://www.codacy.com/app/Crayon2000/GRRLIB?utm_source=github.com&utm_medium=referral&utm_content=GRRLIB/GRRLIB&utm_campaign=Badge_Grade)
|
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/02847b348a1e4e6b850f956541ef2361)](https://www.codacy.com/gh/GRRLIB/GRRLIB/dashboard?utm_source=github.com&utm_medium=referral&utm_content=GRRLIB/GRRLIB&utm_campaign=Badge_Grade)
|
||||||
[![Join the chat at https://gitter.im/GRRLIB/GRRLIB](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/GRRLIB/GRRLIB?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[![Join the chat at https://gitter.im/GRRLIB/GRRLIB](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/GRRLIB/GRRLIB?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
@ -204,16 +204,20 @@ All official releases can be found here <https://github.com/GRRLIB/GRRLIB/releas
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
### Project Leader
|
### Project Leader
|
||||||
|
|
||||||
* NoNameNo
|
* NoNameNo
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
* Crayon
|
* Crayon
|
||||||
* BlueChip
|
* BlueChip
|
||||||
|
|
||||||
### Lead Coder
|
### Lead Coder
|
||||||
|
|
||||||
* NoNameNo
|
* NoNameNo
|
||||||
|
|
||||||
### Support Coders
|
### Support Coders
|
||||||
|
|
||||||
* Crayon
|
* Crayon
|
||||||
* Xane
|
* Xane
|
||||||
* DragonMinded
|
* DragonMinded
|
||||||
|
@ -221,6 +225,7 @@ All official releases can be found here <https://github.com/GRRLIB/GRRLIB/releas
|
||||||
* elisherer
|
* elisherer
|
||||||
|
|
||||||
### Advisors
|
### Advisors
|
||||||
|
|
||||||
* RedShade
|
* RedShade
|
||||||
* Jespa
|
* Jespa
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue