Crayon2000
5ece226a6e
Set HTML documentation output folder to 'html'
2020-12-14 00:54:00 -05:00
Crayon2000
ef9b05c88d
Remove documentation from header file
2020-12-14 00:42:18 -05:00
Crayon2000
ba4e81852d
Update Doxyfile version to 1.8.20
2020-12-14 00:31:36 -05:00
Crayon2000
9fc4fe51e2
Fix Makefile
...
Dependencies (*.d) were installed in root folder. Now they are in the project folder.
2020-11-08 22:39:48 -05:00
Crayon2000
235476440a
Patch widescreen on Wii U
2020-11-07 11:50:04 -05:00
Crayon2000
a7f8b29c5b
Add .gitattributes file
2020-10-18 18:07:35 -04:00
Crayon2000
346108b8a5
Use JamesIves/github-pages-deploy-action
...
With Ubuntu 20.04, doxygen 1.8.17 is used. Before it was using 1.8.13.
2020-10-16 23:19:23 -04:00
Crayon2000
504be4ba4d
Use a Docker container for CI
2020-07-04 23:34:42 -04:00
Crayon2000
358f147db1
Update devkitpro-pacman
2020-07-04 07:23:23 -04:00
Crayon2000
2c71ad2cd9
Format code
2020-03-08 23:54:09 -04:00
Crayon2000
483a2f53e4
Use GitHub actions instead of Travis CI
2020-01-26 12:46:34 -05:00
Crayon2000
40ea8b6756
Add documentation to rmode
2020-01-26 12:36:29 -05:00
Crayon2000
9bc3664484
Format code
2020-01-13 14:41:26 -05:00
Crayon2000
0d76531301
Fix links to tags in CHANGELOG.md
2020-01-13 13:26:08 -05:00
Crayon2000
ea175caf4e
Update CHANGELOG.md
...
Added parenthesis to functions so they get a link in doxygen documentation.
2020-01-13 10:33:34 -05:00
Crayon2000
d7cd38fbf7
Add more information to README.md
2020-01-12 17:25:43 -05:00
Crayon2000
91d2c8faa8
Bump version to 4.4.0
2020-01-12 02:58:33 -05:00
Crayon2000
0f8a1d0e1f
Clean some examples code
2020-01-12 01:49:01 -05:00
Crayon2000
19b6f866e0
Update documentation
...
* Added 'Upgrading to v4.4.0 From Previous Versions of GRRLIB'
* Use * for list items instead of -
* Use _ for emphasis instead of *
2020-01-11 23:33:16 -05:00
Crayon2000
b360811697
Use Ubuntu 18.04 (Bionic) in Travis-CI
2020-01-11 15:11:20 -05:00
Crayon2000
f28cbc3e94
Reduce some variables scope
2020-01-11 14:41:23 -05:00
Crayon2000
a99985657a
Use markdown header in README file
2019-05-07 22:57:44 -04:00
Crayon2000
9aa4f9b6f6
Fix Markdown
...
Incorrect indentation before bullet: remove 1 space.
2019-05-01 09:39:23 -04:00
Crayon2000
f1b8e6154e
Fix Markdown
...
Don’t use literal URLs without angle brackets.
2019-05-01 09:07:48 -04:00
Crayon2000
45d6c968f5
Fix Markdown
...
Missing code-language flag.
2019-05-01 08:40:24 -04:00
Crayon2000
4d02f245c3
Use vsnprintf instead of vsprintf
2019-04-30 19:22:54 -04:00
Crayon2000
832e49adef
Fix README
2019-04-30 18:51:30 -04:00
Crayon2000
36ee6185a8
Use u8 instead of unsigned char
2019-04-30 18:09:05 -04:00
Crayon2000
6967adc093
Move bmf files to data folder
2019-04-29 08:31:30 -04:00
Crayon2000
78cf06a5a9
Add missing item to CHANGELOG
2019-04-29 08:17:07 -04:00
Crayon2000
d758a9fdbe
Add more characters to ttf demo
2019-04-28 04:52:55 -04:00
Crayon2000
7c9523b27e
Use Makefile from template
2019-04-11 22:52:05 -04:00
Crayon2000
bf30932442
Use Makefile from template
2019-04-10 23:36:44 -04:00
Crayon2000
29555f8af2
Use u32 instead uint
2019-04-10 22:59:39 -04:00
Crayon2000
2e2df56a61
Install GRRLIB and pngu into the porlibs folder
2019-04-07 15:22:30 -04:00
Crayon2000
b02e8dbda7
Use libpng, zlib, libfreetype and libjpeg from portlibs
...
They are now supplied via devkitPro pacman.
2019-04-06 18:27:19 -04:00
Crayon2000
33da364507
Simplify Makefile
2019-01-23 11:26:45 -05:00
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