diff --git a/PDF-documentation.pdf b/PDF-documentation.pdf index 2443c85..0c8252e 100644 Binary files a/PDF-documentation.pdf and b/PDF-documentation.pdf differ diff --git a/_g_r_r_l_i_b____lib_8h.html b/_g_r_r_l_i_b____lib_8h.html index 98955d5..e0fba9f 100644 --- a/_g_r_r_l_i_b____lib_8h.html +++ b/_g_r_r_l_i_b____lib_8h.html @@ -166,9 +166,9 @@ void void GRRLIB_CompoEnd (int posx, int posy, GRRLIB_texImg *tex)  End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER). More...
  -GRRLIB_texImgGRRLIB_CreateEmptyTexture (const u32 w, const u32 h) - Create an empty texture. More...
-  +GRRLIB_texImgGRRLIB_CreateEmptyTexture (const u32 width, const u32 height) + Create an empty texture. More...
GRRLIB_texImgGRRLIB_LoadTexture (const u8 *my_img)  Load a texture from a buffer. More...
  @@ -178,9 +178,9 @@ void GRRLIB_texImgGRRLIB_LoadTextureJPG (const u8 *my_jpg)  Load a texture from a buffer. More...
  -GRRLIB_texImgGRRLIB_LoadTextureJPGEx (const u8 *my_jpg, const int) - Load a texture from a buffer. More...
-  +GRRLIB_texImgGRRLIB_LoadTextureJPGEx (const u8 *my_jpg, const int my_size) + Load a texture from a buffer. More...
GRRLIB_texImgGRRLIB_LoadTextureBMP (const u8 *my_bmp)  Load a texture from a buffer. More...
  diff --git a/globals.html b/globals.html index 1322ee6..937e160 100644 --- a/globals.html +++ b/globals.html @@ -167,7 +167,7 @@ $(function() { : GRRLIB__lib.h
  • GRRLIB_CreateEmptyTexture() -: GRRLIB__lib.h +: GRRLIB__lib.h
  • GRRLIB_DrawCone() : GRRLIB__lib.h @@ -272,7 +272,7 @@ $(function() { : GRRLIB__lib.h
  • GRRLIB_LoadTextureJPGEx() -: GRRLIB__lib.h +: GRRLIB__lib.h
  • GRRLIB_LoadTexturePNG() : GRRLIB__lib.h diff --git a/globals_func.html b/globals_func.html index 21a2360..de6a51c 100644 --- a/globals_func.html +++ b/globals_func.html @@ -117,7 +117,7 @@ $(function() { : GRRLIB__lib.h
  • GRRLIB_CreateEmptyTexture() -: GRRLIB__lib.h +: GRRLIB__lib.h
  • GRRLIB_DrawCone() : GRRLIB__lib.h @@ -219,7 +219,7 @@ $(function() { : GRRLIB__lib.h
  • GRRLIB_LoadTextureJPGEx() -: GRRLIB__lib.h +: GRRLIB__lib.h
  • GRRLIB_LoadTexturePNG() : GRRLIB__lib.h diff --git a/group___all_func.html b/group___all_func.html index fed1a3b..96a4006 100644 --- a/group___all_func.html +++ b/group___all_func.html @@ -361,9 +361,9 @@ void void GRRLIB_CompoEnd (int posx, int posy, GRRLIB_texImg *tex)  End GX compositing process (Make a snapshot of the screen in a texture WITH ALPHA LAYER). More...
      -GRRLIB_texImgGRRLIB_CreateEmptyTexture (const u32 w, const u32 h) - Create an empty texture. More...
    -  +GRRLIB_texImgGRRLIB_CreateEmptyTexture (const u32 width, const u32 height) + Create an empty texture. More...
    GRRLIB_texImgGRRLIB_LoadTexture (const u8 *my_img)  Load a texture from a buffer. More...
      @@ -373,9 +373,9 @@ void GRRLIB_texImgGRRLIB_LoadTextureJPG (const u8 *my_jpg)  Load a texture from a buffer. More...
      -GRRLIB_texImgGRRLIB_LoadTextureJPGEx (const u8 *my_jpg, const int) - Load a texture from a buffer. More...
    -  +GRRLIB_texImgGRRLIB_LoadTextureJPGEx (const u8 *my_jpg, const int my_size) + Load a texture from a buffer. More...
    GRRLIB_texImgGRRLIB_LoadTextureBMP (const u8 *my_bmp)  Load a texture from a buffer. More...
      @@ -1245,8 +1245,8 @@ GRR_EXTERN GXRModeObj *  - -

    ◆ GRRLIB_CreateEmptyTexture()

    + +

    ◆ GRRLIB_CreateEmptyTexture()

    @@ -1255,13 +1255,13 @@ GRR_EXTERN GXRModeObj * GRRLIB_texImg* GRRLIB_CreateEmptyTexture ( const u32  - w, + width, const u32  - h  + height  @@ -1274,8 +1274,8 @@ GRR_EXTERN GXRModeObj * Create an empty texture.

    Parameters
    - - + +
    wWidth of the new texture to create.
    hHeight of the new texture to create.
    widthWidth of the new texture to create.
    heightHeight of the new texture to create.
    @@ -2683,8 +2683,8 @@ GRR_EXTERN GXRModeObj * 
    - -

    ◆ GRRLIB_LoadTextureJPGEx()

    + +

    ◆ GRRLIB_LoadTextureJPGEx()

    diff --git a/md__home_runner_work__g_r_r_l_i_b__g_r_r_l_i_b__c_h_a_n_g_e_l_o_g.html b/md__home_runner_work__g_r_r_l_i_b__g_r_r_l_i_b__c_h_a_n_g_e_l_o_g.html index 0564342..94227a2 100644 --- a/md__home_runner_work__g_r_r_l_i_b__g_r_r_l_i_b__c_h_a_n_g_e_l_o_g.html +++ b/md__home_runner_work__g_r_r_l_i_b__g_r_r_l_i_b__c_h_a_n_g_e_l_o_g.html @@ -82,7 +82,7 @@ $(function() {
  • 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.
  • 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

    diff --git a/search/all_6.js b/search/all_6.js index 429329b..1c013c3 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -33,7 +33,7 @@ var searchData= ['grrlib_5fclipreset_39',['GRRLIB_ClipReset',['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void): GRRLIB_clipping.h'],['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void): GRRLIB_clipping.h']]], ['grrlib_5fcompoend_40',['GRRLIB_CompoEnd',['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex): GRRLIB_snapshot.c'],['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex): GRRLIB_snapshot.c']]], ['grrlib_5fcompostart_41',['GRRLIB_CompoStart',['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void): GRRLIB_snapshot.c'],['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void): GRRLIB_snapshot.c']]], - ['grrlib_5fcreateemptytexture_42',['GRRLIB_CreateEmptyTexture',['../group___all_func.html#ga53c20a0c6e33df2ceaf2968f8dd1b921',1,'GRRLIB_CreateEmptyTexture(const u32 w, const u32 h): GRRLIB_texEdit.c'],['../group___all_func.html#ga53c20a0c6e33df2ceaf2968f8dd1b921',1,'GRRLIB_CreateEmptyTexture(const u32 w, const u32 h): GRRLIB_texEdit.c']]], + ['grrlib_5fcreateemptytexture_42',['GRRLIB_CreateEmptyTexture',['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height): GRRLIB_texEdit.c'],['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height): GRRLIB_texEdit.c']]], ['grrlib_5fdrawcone_43',['GRRLIB_DrawCone',['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c'],['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c']]], ['grrlib_5fdrawcube_44',['GRRLIB_DrawCube',['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col): GRRLIB_3D.c'],['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col): GRRLIB_3D.c']]], ['grrlib_5fdrawcylinder_45',['GRRLIB_DrawCylinder',['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c'],['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c']]], @@ -69,7 +69,7 @@ var searchData= ['grrlib_5floadtexturebmp_75',['GRRLIB_LoadTextureBMP',['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp): GRRLIB_texEdit.c'],['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp): GRRLIB_texEdit.c']]], ['grrlib_5floadtexturefromfile_76',['GRRLIB_LoadTextureFromFile',['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename): GRRLIB_fileIO.c'],['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename): GRRLIB_fileIO.c']]], ['grrlib_5floadtexturejpg_77',['GRRLIB_LoadTextureJPG',['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg): GRRLIB_texEdit.c'],['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg): GRRLIB_texEdit.c']]], - ['grrlib_5floadtexturejpgex_78',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga5acd24c18e51e157822df26dea920630',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size): GRRLIB_texEdit.c'],['../group___all_func.html#ga5acd24c18e51e157822df26dea920630',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int): GRRLIB_texEdit.c']]], + ['grrlib_5floadtexturejpgex_78',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size): GRRLIB_texEdit.c'],['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size): GRRLIB_texEdit.c']]], ['grrlib_5floadtexturepng_79',['GRRLIB_LoadTexturePNG',['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png): GRRLIB_texEdit.c'],['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png): GRRLIB_texEdit.c']]], ['grrlib_5floadttf_80',['GRRLIB_LoadTTF',['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size): GRRLIB_ttf.c'],['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size): GRRLIB_ttf.c']]], ['grrlib_5floadttffromfile_81',['GRRLIB_LoadTTFFromFile',['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename): GRRLIB_fileIO.c'],['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename): GRRLIB_fileIO.c']]], diff --git a/search/functions_0.js b/search/functions_0.js index 3e19bcf..e2ac163 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -17,7 +17,7 @@ var searchData= ['grrlib_5fclipreset_173',['GRRLIB_ClipReset',['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void): GRRLIB_clipping.h'],['../group___all_func.html#gae4bc6ca96070c33d540ad720c5c91fc4',1,'GRRLIB_ClipReset(void): GRRLIB_clipping.h']]], ['grrlib_5fcompoend_174',['GRRLIB_CompoEnd',['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex): GRRLIB_snapshot.c'],['../group___all_func.html#gaab852acf9b7679bd1142003b4d6635f3',1,'GRRLIB_CompoEnd(int posx, int posy, GRRLIB_texImg *tex): GRRLIB_snapshot.c']]], ['grrlib_5fcompostart_175',['GRRLIB_CompoStart',['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void): GRRLIB_snapshot.c'],['../group___all_func.html#gab46283be3128415bf0ab2969bf7fda95',1,'GRRLIB_CompoStart(void): GRRLIB_snapshot.c']]], - ['grrlib_5fcreateemptytexture_176',['GRRLIB_CreateEmptyTexture',['../group___all_func.html#ga53c20a0c6e33df2ceaf2968f8dd1b921',1,'GRRLIB_CreateEmptyTexture(const u32 w, const u32 h): GRRLIB_texEdit.c'],['../group___all_func.html#ga53c20a0c6e33df2ceaf2968f8dd1b921',1,'GRRLIB_CreateEmptyTexture(const u32 w, const u32 h): GRRLIB_texEdit.c']]], + ['grrlib_5fcreateemptytexture_176',['GRRLIB_CreateEmptyTexture',['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height): GRRLIB_texEdit.c'],['../group___all_func.html#ga1ce62f1f902e4138f4d92e4808c957b1',1,'GRRLIB_CreateEmptyTexture(const u32 width, const u32 height): GRRLIB_texEdit.c']]], ['grrlib_5fdrawcone_177',['GRRLIB_DrawCone',['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c'],['../group___all_func.html#gabc9c582a2d39b97f5450fea8c61f7f80',1,'GRRLIB_DrawCone(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c']]], ['grrlib_5fdrawcube_178',['GRRLIB_DrawCube',['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col): GRRLIB_3D.c'],['../group___all_func.html#gad029080b2bb31c61feb5af6b60e59ec2',1,'GRRLIB_DrawCube(f32 size, bool filled, u32 col): GRRLIB_3D.c']]], ['grrlib_5fdrawcylinder_179',['GRRLIB_DrawCylinder',['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c'],['../group___all_func.html#ga6250c32662da700f248f305b737f3ceb',1,'GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled, u32 col): GRRLIB_3D.c']]], @@ -51,7 +51,7 @@ var searchData= ['grrlib_5floadtexturebmp_207',['GRRLIB_LoadTextureBMP',['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp): GRRLIB_texEdit.c'],['../group___all_func.html#ga715d38ab3a56377f4d1ae855f7a7a94e',1,'GRRLIB_LoadTextureBMP(const u8 *my_bmp): GRRLIB_texEdit.c']]], ['grrlib_5floadtexturefromfile_208',['GRRLIB_LoadTextureFromFile',['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename): GRRLIB_fileIO.c'],['../group___all_func.html#ga1c43c28ecb0e4d7f592577bca92e7ffc',1,'GRRLIB_LoadTextureFromFile(const char *filename): GRRLIB_fileIO.c']]], ['grrlib_5floadtexturejpg_209',['GRRLIB_LoadTextureJPG',['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg): GRRLIB_texEdit.c'],['../group___all_func.html#ga885310955bccea418939fb791e0640f8',1,'GRRLIB_LoadTextureJPG(const u8 *my_jpg): GRRLIB_texEdit.c']]], - ['grrlib_5floadtexturejpgex_210',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga5acd24c18e51e157822df26dea920630',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size): GRRLIB_texEdit.c'],['../group___all_func.html#ga5acd24c18e51e157822df26dea920630',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int): GRRLIB_texEdit.c']]], + ['grrlib_5floadtexturejpgex_210',['GRRLIB_LoadTextureJPGEx',['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size): GRRLIB_texEdit.c'],['../group___all_func.html#ga18be940abee75a107e8b48789cd5688b',1,'GRRLIB_LoadTextureJPGEx(const u8 *my_jpg, const int my_size): GRRLIB_texEdit.c']]], ['grrlib_5floadtexturepng_211',['GRRLIB_LoadTexturePNG',['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png): GRRLIB_texEdit.c'],['../group___all_func.html#gaab9f55cfb94c2cbfcd65fb7970357391',1,'GRRLIB_LoadTexturePNG(const u8 *my_png): GRRLIB_texEdit.c']]], ['grrlib_5floadttf_212',['GRRLIB_LoadTTF',['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size): GRRLIB_ttf.c'],['../group___all_func.html#gab2b209553f321a9e30078aa6f5942ea7',1,'GRRLIB_LoadTTF(const u8 *file_base, s32 file_size): GRRLIB_ttf.c']]], ['grrlib_5floadttffromfile_213',['GRRLIB_LoadTTFFromFile',['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename): GRRLIB_fileIO.c'],['../group___all_func.html#ga61a5765d99502956f055b666d51f0497',1,'GRRLIB_LoadTTFFromFile(const char *filename): GRRLIB_fileIO.c']]], diff --git a/template_2source_2main_8c-example.html b/template_2source_2main_8c-example.html index 02f823a..4452f20 100644 --- a/template_2source_2main_8c-example.html +++ b/template_2source_2main_8c-example.html @@ -105,7 +105,7 @@ $(function() {
    exit(0); // Use exit() to exit a program, do not use 'return' from main()
    }
    GRRLIB_Exit
    void GRRLIB_Exit(void)
    Call this before exiting your application.
    Definition: GRRLIB_core.c:223
    -
    GRRLIB_Render
    void GRRLIB_Render(void)
    Call this function after drawing.
    Definition: GRRLIB_render.c:408
    +
    GRRLIB_Render
    void GRRLIB_Render(void)
    Call this function after drawing.
    Definition: GRRLIB_render.c:407
    GRRLIB_Init
    int GRRLIB_Init(void)
    Initialize GRRLIB.
    Definition: GRRLIB_core.c:53
    grrlib.h
    GRRLIB user include file.