mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
Minor documentation corrections
This commit is contained in:
parent
1c10e17780
commit
e0433ecf89
3 changed files with 11 additions and 12 deletions
19
GRRLIB.html
19
GRRLIB.html
|
@ -28,7 +28,7 @@ Error: guVector redefined
|
||||||
...How do I get rid of this error?
|
...How do I get rid of this error?
|
||||||
|
|
||||||
Using SVN
|
Using SVN
|
||||||
...
|
...What is this SVN thing that the L337 devs keep talking about?
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
...Who do I thank for all this free stuff?
|
...Who do I thank for all this free stuff?
|
||||||
|
@ -76,6 +76,9 @@ Downloading GRRLIB
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
You are invited to use "the latest SVN trunk version" of GRRLIB at all times.
|
You are invited to use "the latest SVN trunk version" of GRRLIB at all times.
|
||||||
|
|
||||||
|
The SVN repository is located at: http://grrlib.googlecode.com/svn/
|
||||||
|
|
||||||
There is a simple guide to "Using SVN" later in this document.
|
There is a simple guide to "Using SVN" later in this document.
|
||||||
|
|
||||||
This document will presume that you have downloaded "the latest SVN trunk
|
This document will presume that you have downloaded "the latest SVN trunk
|
||||||
|
@ -116,9 +119,7 @@ To install libpng *2
|
||||||
Next up the list is libpngu *2
|
Next up the list is libpngu *2
|
||||||
c:
|
c:
|
||||||
cd \grr\trunk\GRRLIB\lib\pngu
|
cd \grr\trunk\GRRLIB\lib\pngu
|
||||||
make clean
|
make clean all install
|
||||||
make all
|
|
||||||
make install
|
|
||||||
|
|
||||||
Next up the list is libjpeg *2 *3
|
Next up the list is libjpeg *2 *3
|
||||||
c:
|
c:
|
||||||
|
@ -138,9 +139,7 @@ After all three image processing libraries are installed, we can now install
|
||||||
libgrrlib:
|
libgrrlib:
|
||||||
c:
|
c:
|
||||||
cd \grr\trunk\GRRLIB\GRRLIB
|
cd \grr\trunk\GRRLIB\GRRLIB
|
||||||
make clean
|
make clean all install
|
||||||
make all
|
|
||||||
make install
|
|
||||||
|
|
||||||
|
|
||||||
Using GRRLIB
|
Using GRRLIB
|
||||||
|
@ -284,7 +283,7 @@ Project Leader : NoNameNo
|
||||||
Documentation : Crayon, BlueChip
|
Documentation : Crayon, BlueChip
|
||||||
Lead Coder : NoNameNo,
|
Lead Coder : NoNameNo,
|
||||||
Support Coders : Crayon, Xane, DragonMinded, BlueChip, elisherer
|
Support Coders : Crayon, Xane, DragonMinded, BlueChip, elisherer
|
||||||
Advisors : RedShade, JESPA
|
Advisors : RedShade, Jespa
|
||||||
|
|
||||||
|
|
||||||
Licence
|
Licence
|
||||||
|
@ -295,8 +294,8 @@ would be +forced+ (legally required) to release your source code. But in the
|
||||||
spirit of "free as in FREE" we have left you with the +option+ to release your
|
spirit of "free as in FREE" we have left you with the +option+ to release your
|
||||||
source code.
|
source code.
|
||||||
|
|
||||||
We do request that you tell others about us by naming our library (GRRLIB) in
|
We do +request+ that you tell others about us by naming our library (GRRLIB) in
|
||||||
the credits of your game/application. And, if you choose to do that, we
|
the credits of your game/application. And, if you +choose+ to do that, we
|
||||||
encourage you to use our logo to achieve it; You can find our logo here:
|
encourage you to use our logo to achieve it; You can find our logo here:
|
||||||
C:\grr\trunk\grrlib_logo.png
|
C:\grr\trunk\grrlib_logo.png
|
||||||
and here:
|
and here:
|
||||||
|
|
|
@ -237,7 +237,7 @@ GRR_EXTERN u32 fb GRR_INIT(0);
|
||||||
* Documentation : Crayon, BlueChip\n
|
* Documentation : Crayon, BlueChip\n
|
||||||
* Lead Coder : NoNameNo\n
|
* Lead Coder : NoNameNo\n
|
||||||
* Support Coders : Crayon, Xane, DragonMinded, BlueChip\n
|
* Support Coders : Crayon, Xane, DragonMinded, BlueChip\n
|
||||||
* Advisors : RedShade, JESPA\n
|
* Advisors : RedShade, Jespa\n
|
||||||
*
|
*
|
||||||
* @section Licence
|
* @section Licence
|
||||||
* Copyright (c) 2009 The GRRLIB Team
|
* Copyright (c) 2009 The GRRLIB Team
|
||||||
|
|
|
@ -43,7 +43,7 @@ void GRRLIB_FillScreen (const u32 color) {
|
||||||
* @param x Specifies the x-coordinate of the dot.
|
* @param x Specifies the x-coordinate of the dot.
|
||||||
* @param y Specifies the y-coordinate of the dot.
|
* @param y Specifies the y-coordinate of the dot.
|
||||||
* @param color The color of the dot in RGBA format.
|
* @param color The color of the dot in RGBA format.
|
||||||
* @author JESPA
|
* @author Jespa
|
||||||
*/
|
*/
|
||||||
INLINE
|
INLINE
|
||||||
void GRRLIB_Plot (const f32 x, const f32 y, const u32 color) {
|
void GRRLIB_Plot (const f32 x, const f32 y, const u32 color) {
|
||||||
|
|
Loading…
Reference in a new issue