Commit graph

466 commits

Author SHA1 Message Date
Crayon2000
2f278ab6e7 Update doxygen file to version 1.8.15 2019-01-14 08:40:55 -05:00
Crayon2000
da04731fec Trim trailing white space in CHANGELOG 2018-07-02 12:57:53 -04:00
Crayon2000
c8f46d99aa Use pacman in Travis CI 2018-06-30 21:10:21 -04:00
Crayon2000
4b04bf7e38 Fix documentation deployment 2018-05-11 22:01:53 -04:00
Crayon2000
560bd04719 Updated libjpeg to version 9c
jconfig.h was generated with these lines:
./configure --disable-shared --enable-static --host=powerpc-eabi --prefix=$DEVKITPRO/portlibs/ppc
2018-05-11 18:16:12 -04:00
Crayon2000
5cb05ac6c4 Update libpng to version 1.6.34
pnglibconf.h generated with these lines:
PATH=$DEVKITPPC/bin:$PATH
CPPFLAGS=-I$DEVKITPRO/portlibs/ppc/include LDFLAGS=-L$DEVKITPRO/portlibs/ppc/lib ./configure --prefix=$DEVKITPRO/portlibs/ppc --host=powerpc-eabi --disable-shared --enable-static
make
2018-05-11 17:32:06 -04:00
Crayon2000
ef110f7728 Add latex folder to .gitignore file 2017-12-03 20:22:36 -05:00
Crayon2000
af794e3f18 Update .travis.yml file 2017-12-01 11:10:12 -05:00
Crayon2000
7879fe81e2 Clean .travis.yml file 2017-12-01 10:56:05 -05:00
Crayon2000
84bbe11294 Generate PDF documentation for code on Travis CI 2017-12-01 09:14:16 -05:00
Crayon2000
63de7cba54 Add CHANGELOG file 2017-11-22 09:56:18 -05:00
Crayon2000
d406c92ac1 Create a .nojekyll file in the doc folder
Files that start with an underscore are missing in GitHub pages (doxygen documentation).
The work around for this behavior is to include a .nojekyll file in the root path to turn off Jekyll.
If we add a .nojekyll file, the source files will be published without any modifications.
2017-11-21 09:50:03 -05:00
Crayon2000
3161ad7a71 Add code for doxygen deployment
The @example doxygen section was added back to grrlib.h.
It was deleted by mistake in commit 4007b45af1.
2017-07-02 22:01:58 -04:00
Crayon2000
7494de85ce Add Codacy Badge 2017-06-18 14:29:12 -04:00
Crayon2000
f8669ff668 Correct some cppcheck warnings in examples 2017-06-17 14:13:39 -04:00
Crayon2000
d48d7b8819 Correct cppcheck warnings 2017-06-14 00:02:41 -04:00
Crayon2000
d18e3d710c Reduce variable scope 2017-06-10 16:46:18 -04:00
Crayon2000
41506eab88 Update libpng to version 1.6.29 2017-06-10 16:44:31 -04:00
Crayon2000
af81a39ef7 Cache devkitPro folder 2017-03-05 22:16:36 -05:00
Crayon2000
1a3d233ba0 Stop mentioning GRRLIB v4.1.0 in Introduction
There is no need to talk about a 2009 release in the README file introduction.
2017-03-03 22:14:09 -05:00
Crayon2000
4007b45af1 Add licence to Related Pages in documentation
The licence file extension was changed to Markdown.
2017-02-25 13:16:08 -05:00
Crayon2000
6b7416f655 Correct compiling error with Particle example 2017-02-05 04:33:43 -05:00
Crayon2000
4e141fd476 Use bin2s to convert images from Particle example 2017-02-04 17:42:13 -05:00
Crayon2000
145f8e439d Use C++11 / C++14 in Particle example
This is the only C++ code in the project and it will require at least devkitPPC release 28.
2017-02-03 23:21:35 -05:00
Crayon2000
41ba167a30 Add missing include file in PNGU library 2017-02-02 02:18:41 -05:00
Crayon2000
70cc945948 Update libpng to version 1.6.28 2017-02-02 01:58:13 -05:00
Crayon2000
963592548f Update zlib to version 1.2.11
Configure was called with this line: CHOST=powerpc-eabi ./configure --static --prefix=$DEVKITPRO/portlibs/ppc
2017-02-02 01:09:00 -05:00
Crayon2000
d1804e489c Remove warning in Particle example
Removed warning: variable 'WPADKeyHeld' set but not used.
2017-02-02 00:28:36 -05:00
Crayon2000
3dbee76230 Fix warnings with latest devkitPro release
The warning was: function is static but used in inline function which is not static.
2017-02-01 23:30:25 -05:00
Crayon2000
1a9d097cb4 Set copyright date to 2017 2017-02-01 19:42:03 -05:00
Crayon2000
f56f3a7461 Update doxygen file to version 1.8.13 2016-12-30 01:58:07 -05:00
Crayon2000
473d8350b4 Remove misleadingly indented warning 2016-11-23 02:58:52 -05:00
Crayon2000
18fe5393c3 Updated Doxyfile to version 1.8.12. 2016-09-05 12:53:27 -04:00
Crayon2000
477ba0e272 FreeType updated to version 2.4.12. 2016-08-10 17:48:08 -04:00
Crayon2000
33d044824b libpng updated to version 1.6.23. 2016-07-23 11:29:33 -04:00
Crayon2000
b2c6b93574 Updated libjpeg to version 9b of 17-Jan-2016. 2016-07-22 10:48:04 -04:00
Crayon2000
490aeb5a3f Updated Doxyfile to version 1.8.11. 2016-01-11 00:16:26 -05:00
Crayon2000
a9955687ab libjpeg updated to preliminary version 9b (10 Dec 2015). 2015-12-28 19:37:39 -05:00
Crayon2000
539a46ad8d libpng updated to version 1.6.20. 2015-12-28 19:29:46 -05:00
Crayon2000
6d2adb576d Copyright date set to 2016. 2015-12-28 17:23:25 -05:00
Crayon2000
ec8af365c5 Updated Compositing sample code.
Removed extra header, corrected typo and coding standard.
2015-12-28 17:00:17 -05:00
Crayon2000
0d4b4d9a65 Updated Readme file. 2015-11-22 02:37:19 -05:00
Crayon2000
18a7f280e5 Added a Gitter chat badge to README.md. 2015-11-10 00:12:01 -05:00
Crayon2000
666e913831 In the examples Makefile's: added rule for PNG image. 2015-11-04 08:53:16 -05:00
Crayon2000
ee94dd4dac Makefiles were changed to allow compilation on GameCube and Wii.
To compile on GameCube use this: make PLATFORM=cube clean all install
If PLATFORM is not specified or set to anything else it will compile for Wii.
2015-11-03 09:14:13 -05:00
Crayon2000
5b61d78f59 Updated libjpeg to preliminary version 9b.
It is currently in development and is planned for release in January 2016.
2015-11-01 23:56:53 -05:00
Crayon2000
fce350b9a2 Changed the copyright notice to include the year when the project was started. 2015-11-01 23:23:42 -05:00
Crayon2000
b1d7638f54 Including devkitPPC base rules in makefiles. 2015-11-01 22:16:58 -05:00
Crayon2000
61e13d09e9 Updated Makefiles and README.md. 2015-11-01 21:17:42 -05:00
Crayon2000
1489036470 Added Travis CI build status on README.md. 2015-10-29 22:28:11 -04:00