-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Actualizado el template de proyectos avanzados. - Añadido el método ViewportBackdropColor(); a la clase NGN_Graphics, el cual permite escoger el color de backdrop del viewport especificado. - Añadido el método SetBackdropColor(); a la clase NGN_Graphics, el cual permite escoger el color de backdrop del viewport principal. - Añadidas protecciones a todos los métodos de la clase NGN_Camera con el fin de evitar su uso en el caso de que un parámetro de referencia sea nulo. - Cambio de la licencia de usuario de CC-4.0 a MIT. - Actualizadas todas las herramientas, templates y ejemplos para mostrar la nueva licencia, tanto en el código fuente como en los binarios.
- Loading branch information
1 parent
5ada53e
commit 9b8537c
Showing
304 changed files
with
5,913 additions
and
8,615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,28 @@ | ||
******************************************************************************* | ||
N'gine Lib for C++ | ||
|
||
N'gine Lib for C++ | ||
Project started February 1, 2016 | ||
https://nightfoxandco.com | ||
[email protected] | ||
|
||
Proyecto iniciado el 13 de Noviembre del 2022 | ||
(c) 2022-2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
[email protected] | ||
|
||
Requiere GCC 11.3.0 MinGW64 (SEH) - 64-bits | ||
https://www.mingw-w64.org/ | ||
N'gine Lib is under MIT License | ||
|
||
Requiere SDL2 (2.26.3) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Copyright (c) 2016-2023 by Cesar Rincon "NightFox" | ||
|
||
Requiere SDL2_TTF (2.20.2) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
Requiere SFML (2.5.1) - 64-bits | ||
http://www.sfml-dev.org/ | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
Requiere LodePNG (20200306) | ||
(c) 2005 - 2020 by Lode Vandevenne | ||
http://lodev.org/lodepng/ | ||
|
||
|
||
N'gine se distribuye bajo la licencia CREATIVE COMMONS | ||
"Attribution-NonCommercial 4.0 International" | ||
https://creativecommons.org/licenses/by-nc/4.0/ | ||
|
||
You are free to: | ||
|
||
- Share | ||
copy and redistribute the material in any medium or format. | ||
- Adapt | ||
remix, transform, and build upon the material. | ||
|
||
The licensor cannot revoke these freedoms as long as you follow | ||
the license terms. | ||
|
||
Under the following terms: | ||
|
||
- Attribution | ||
You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable | ||
manner, but not in any way that suggests the licensor endorses you | ||
or your use. | ||
|
||
- NonCommercial | ||
You may not use the material for commercial purposes. | ||
|
||
- No additional restrictions | ||
You may not apply legal terms or technological measures that | ||
legally restrict others from doing anything the license permits. | ||
|
||
******************************************************************************/ | ||
|
||
DESCARGO DE RESPONSABILIDAD. EL SOFTWARE SE CONCEDE CON LICENCIA �TAL CUAL�. | ||
POR CONSIGUIENTE, USTED ASUME EL RIESGO DE UTILIZARLO. | ||
NO SE OTORGA NINGUNA GARANT�A NI CONDICI�N EXPL�CITAS. | ||
|
||
This software is provided 'as-is', without any express or implied | ||
warranty. In no event will the authors be held liable for any damages | ||
arising from the use of this software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,28 @@ | ||
******************************************************************************* | ||
N'gine Lib for C++ | ||
|
||
N'gine Lib for C++ | ||
Project started February 1, 2016 | ||
https://nightfoxandco.com | ||
[email protected] | ||
|
||
Proyecto iniciado el 13 de Noviembre del 2022 | ||
(c) 2022-2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
[email protected] | ||
|
||
Requiere GCC 11.3.0 MinGW64 (SEH) - 64-bits | ||
https://www.mingw-w64.org/ | ||
N'gine Lib is under MIT License | ||
|
||
Requiere SDL2 (2.26.3) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Copyright (c) 2016-2023 by Cesar Rincon "NightFox" | ||
|
||
Requiere SDL2_TTF (2.20.2) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
Requiere SFML (2.5.1) - 64-bits | ||
http://www.sfml-dev.org/ | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
Requiere LodePNG (20200306) | ||
(c) 2005 - 2020 by Lode Vandevenne | ||
http://lodev.org/lodepng/ | ||
|
||
|
||
N'gine se distribuye bajo la licencia CREATIVE COMMONS | ||
"Attribution-NonCommercial 4.0 International" | ||
https://creativecommons.org/licenses/by-nc/4.0/ | ||
|
||
You are free to: | ||
|
||
- Share | ||
copy and redistribute the material in any medium or format. | ||
- Adapt | ||
remix, transform, and build upon the material. | ||
|
||
The licensor cannot revoke these freedoms as long as you follow | ||
the license terms. | ||
|
||
Under the following terms: | ||
|
||
- Attribution | ||
You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable | ||
manner, but not in any way that suggests the licensor endorses you | ||
or your use. | ||
|
||
- NonCommercial | ||
You may not use the material for commercial purposes. | ||
|
||
- No additional restrictions | ||
You may not apply legal terms or technological measures that | ||
legally restrict others from doing anything the license permits. | ||
|
||
******************************************************************************/ | ||
|
||
DESCARGO DE RESPONSABILIDAD. EL SOFTWARE SE CONCEDE CON LICENCIA �TAL CUAL�. | ||
POR CONSIGUIENTE, USTED ASUME EL RIESGO DE UTILIZARLO. | ||
NO SE OTORGA NINGUNA GARANT�A NI CONDICI�N EXPL�CITAS. | ||
|
||
This software is provided 'as-is', without any express or implied | ||
warranty. In no event will the authors be held liable for any damages | ||
arising from the use of this software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,55 +4,30 @@ | |
Archivo de Demo (Programa) | ||
Proyecto iniciado el 1 de Febrero del 2016 | ||
(cc) 2016 - 2023 by Cesar Rincon "NightFox" | ||
(c) 2016 - 2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
[email protected] | ||
Requiere N'gine 1.12.0-stable o superior | ||
Requiere N'gine 1.13.0-stable o superior | ||
(c) 2016 - 2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
Requiere GCC 11.3.0 MinGW64 (SEH) - 64-bits | ||
https://www.mingw-w64.org/ | ||
Requiere SDL2 (2.26.3) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Requiere SDL2_TTF (2.20.2) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Requiere SFML (2.5.1) - 64-bits | ||
http://www.sfml-dev.org/ | ||
Requiere LodePNG (20220717) | ||
(c) 2005 - 2022 by Lode Vandevenne | ||
http://lodev.org/lodepng/ | ||
N'gine se distribuye bajo la licencia CREATIVE COMMONS | ||
"Attribution-NonCommercial 4.0 International" | ||
https://creativecommons.org/licenses/by-nc/4.0/ | ||
You are free to: | ||
- Share | ||
copy and redistribute the material in any medium or format. | ||
- Adapt | ||
remix, transform, and build upon the material. | ||
The licensor cannot revoke these freedoms as long as you follow | ||
the license terms. | ||
Under the following terms: | ||
- Attribution | ||
You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable | ||
manner, but not in any way that suggests the licensor endorses you | ||
or your use. | ||
- NonCommercial | ||
You may not use the material for commercial purposes. | ||
- No additional restrictions | ||
You may not apply legal terms or technological measures that | ||
legally restrict others from doing anything the license permits. | ||
******************************************************************************/ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,55 +4,30 @@ | |
Archivo de Demo (Declaraciones) | ||
Proyecto iniciado el 1 de Febrero del 2016 | ||
(cc) 2016 - 2023 by Cesar Rincon "NightFox" | ||
(c) 2016 - 2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
[email protected] | ||
Requiere N'gine 1.12.0-stable o superior | ||
Requiere N'gine 1.13.0-stable o superior | ||
(c) 2016 - 2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
Requiere GCC 11.3.0 MinGW64 (SEH) - 64-bits | ||
https://www.mingw-w64.org/ | ||
Requiere SDL2 (2.26.3) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Requiere SDL2_TTF (2.20.2) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Requiere SFML (2.5.1) - 64-bits | ||
http://www.sfml-dev.org/ | ||
Requiere LodePNG (20220717) | ||
(c) 2005 - 2022 by Lode Vandevenne | ||
http://lodev.org/lodepng/ | ||
N'gine se distribuye bajo la licencia CREATIVE COMMONS | ||
"Attribution-NonCommercial 4.0 International" | ||
https://creativecommons.org/licenses/by-nc/4.0/ | ||
You are free to: | ||
- Share | ||
copy and redistribute the material in any medium or format. | ||
- Adapt | ||
remix, transform, and build upon the material. | ||
The licensor cannot revoke these freedoms as long as you follow | ||
the license terms. | ||
Under the following terms: | ||
- Attribution | ||
You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable | ||
manner, but not in any way that suggests the licensor endorses you | ||
or your use. | ||
- NonCommercial | ||
You may not use the material for commercial purposes. | ||
- No additional restrictions | ||
You may not apply legal terms or technological measures that | ||
legally restrict others from doing anything the license permits. | ||
******************************************************************************/ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,55 +3,30 @@ | |
Ejemplo de carga de texturas en formato PNG | ||
Proyecto iniciado el 1 de Febrero del 2016 | ||
(cc) 2016 - 2023 by Cesar Rincon "NightFox" | ||
(c) 2016 - 2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
[email protected] | ||
Requiere N'gine 1.12.0-stable o superior | ||
Requiere N'gine 1.13.0-stable o superior | ||
(c) 2016 - 2023 by Cesar Rincon "NightFox" | ||
https://nightfoxandco.com | ||
Requiere GCC 11.3.0 MinGW64 (SEH) - 64-bits | ||
https://www.mingw-w64.org/ | ||
Requiere SDL2 (2.26.3) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Requiere SDL2_TTF (2.20.2) - 64-bits | ||
http://www.libsdl.org/download-2.0.php | ||
Requiere SFML (2.5.1) - 64-bits | ||
http://www.sfml-dev.org/ | ||
Requiere LodePNG (20220717) | ||
(c) 2005 - 2022 by Lode Vandevenne | ||
http://lodev.org/lodepng/ | ||
N'gine se distribuye bajo la licencia CREATIVE COMMONS | ||
"Attribution-NonCommercial 4.0 International" | ||
https://creativecommons.org/licenses/by-nc/4.0/ | ||
You are free to: | ||
- Share | ||
copy and redistribute the material in any medium or format. | ||
- Adapt | ||
remix, transform, and build upon the material. | ||
The licensor cannot revoke these freedoms as long as you follow | ||
the license terms. | ||
Under the following terms: | ||
- Attribution | ||
You must give appropriate credit, provide a link to the license, | ||
and indicate if changes were made. You may do so in any reasonable | ||
manner, but not in any way that suggests the licensor endorses you | ||
or your use. | ||
- NonCommercial | ||
You may not use the material for commercial purposes. | ||
- No additional restrictions | ||
You may not apply legal terms or technological measures that | ||
legally restrict others from doing anything the license permits. | ||
******************************************************************************/ | ||
|
||
|
||
|
Oops, something went wrong.