Commit graph

531 commits

Author SHA1 Message Date
Nebiun
56f7d1c443
Update README.md
Correct path
2022-03-12 11:14:16 +01:00
Nebiun
57261a2a5a
Update README.md
Update to new source layout
2022-03-12 11:09:53 +01:00
nebiun
f2afa677f2 Removed logo 2022-03-12 10:56:18 +01:00
nebiun
e3451f4585 reorganization of the source tree
reorganization of the examples tree and modification of Makefiles
inclusion of libpngu source in grrlib
2022-03-12 10:50:08 +01:00
Nebiun
34e891ca9e
Merge branch 'GRRLIB:master' into master 2022-03-12 10:28:58 +01:00
Crayon2000
ae94b7b90c Update CHANGELOG 2022-02-26 12:35:56 -05:00
Harrison
72eae433e6 Add LoadTTFFromFile 2022-02-26 12:29:39 -05:00
Crayon2000
c4321117e8 Add missing information in CHANGELOG 2022-01-05 02:25:08 -05:00
Crayon
531de92021
Fixes documentation, typos and coding standard 2021-11-27 11:14:09 -05:00
Crayon2000
b63e7bae56 Update Doxyfile to version 1.9.2 2021-11-07 11:13:32 -05:00
nebiun
3e761b4a1e Simplified DrawBitmap routine. 2021-08-30 09:03:06 +02:00
nebiun
da151aaa21 Printf TTF: correct calculation of wchar_t array required for string conversion (replaced strlen(string) with mbstowcs(NULL, string, 0) as indicate in mbstowcs manual page example) 2021-08-17 15:47:16 +02:00
Crayon2000
d293e92a05 Add devcontainer.json file 2021-07-18 12:39:02 -04:00
Crayon2000
c712562db6 Use new/delete in C++ example 2021-07-18 12:38:15 -04:00
Crayon
9aa8be58e2
Merge pull request #19 from GRRLIB/gamecube
Fix GameCube support
2021-07-07 00:44:20 -04:00
Crayon2000
e9ea2802ce Fix compilation warning 2021-07-05 01:00:29 -04:00
Crayon2000
9ada5ddf1d Use base_rules to build libpngu 2021-07-05 00:33:45 -04:00
Crayon2000
fb568a0e29 Installation folders for Wii and GameCube are different 2021-06-27 12:46:12 -04:00
Crayon2000
396276c465 Fix video for GameCube 2021-06-26 22:43:14 -04:00
Crayon2000
3b5924db94 Add EditorConfig file 2021-06-26 13:14:43 -04:00
nebiun
ff74ddad90 Update GRRLIB_ttf.c
Changed functions  ordering (called after calling)
Code optimizations.
Change malloc strategy for PrintfTTF and WidthTTF.
2021-06-26 12:08:27 +02:00
Crayon2000
aa41f4f814 Use correct matrix type 2021-05-26 08:37:04 -04:00
Crayon2000
11b673056b Remove deprecated use of register keyword 2021-05-26 07:58:14 -04:00
Crayon2000
7db60f3fd5 Remove useless header file 2021-03-21 14:17:08 -04:00
Crayon2000
fd38e8be0d Bump version to 4.4.1 2021-03-05 22:53:35 -05:00
Crayon2000
150f62a416 Create artifact with compiled examples 2021-03-05 01:44:42 -05:00
Crayon2000
d86b344724 Merge branch 'help' 2020-12-14 21:52:51 -05:00
Crayon2000
f261d69519 Move GRRLIB logo to docs folder 2020-12-14 01:09:10 -05:00
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