From 52fd81da40e32d7f1c1ae6abc6d2c5c758a0b396 Mon Sep 17 00:00:00 2001 From: Cesar Rincon Nadal Date: Sun, 5 Mar 2023 20:20:09 +0100 Subject: [PATCH] V1.13.0-win_0x01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Añadido el método ViewportBackdropColor(); a la 1clase NGN_Graphics, el cual permite escoger el color de backdrop del viewport especificado. --- Source/config_flags.h | 2 +- Source/ngn.cpp | 2 +- Source/ngn.h | 2 +- Source/ngn_audio_clip.cpp | 2 +- Source/ngn_audio_clip.h | 2 +- Source/ngn_camera.cpp | 2 +- Source/ngn_camera.h | 2 +- Source/ngn_canvas.cpp | 2 +- Source/ngn_canvas.h | 2 +- Source/ngn_collisions.cpp | 2 +- Source/ngn_collisions.h | 2 +- Source/ngn_defines.cpp | 2 +- Source/ngn_defines.h | 6 +++--- Source/ngn_disk.cpp | 2 +- Source/ngn_disk.h | 2 +- Source/ngn_filesystem.cpp | 2 +- Source/ngn_filesystem.h | 2 +- Source/ngn_graphics.cpp | 34 ++++++++++++++++++++++++++++++++-- Source/ngn_graphics.h | 5 ++++- Source/ngn_image.cpp | 2 +- Source/ngn_image.h | 2 +- Source/ngn_input.cpp | 2 +- Source/ngn_input.h | 2 +- Source/ngn_load.cpp | 2 +- Source/ngn_load.h | 2 +- Source/ngn_log.cpp | 2 +- Source/ngn_log.h | 2 +- Source/ngn_math.cpp | 2 +- Source/ngn_math.h | 2 +- Source/ngn_music_clip.cpp | 2 +- Source/ngn_music_clip.h | 2 +- Source/ngn_render.cpp | 2 +- Source/ngn_render.h | 2 +- Source/ngn_resources.cpp | 2 +- Source/ngn_resources.h | 2 +- Source/ngn_sound.cpp | 2 +- Source/ngn_sound.h | 2 +- Source/ngn_sprite.cpp | 2 +- Source/ngn_sprite.h | 2 +- Source/ngn_system.cpp | 2 +- Source/ngn_system.h | 2 +- Source/ngn_text_layer.cpp | 2 +- Source/ngn_text_layer.h | 2 +- Source/ngn_texture.cpp | 2 +- Source/ngn_texture.h | 2 +- Source/ngn_tiledbg.cpp | 2 +- Source/ngn_tiledbg.h | 2 +- Source/ngn_toolbox.cpp | 2 +- Source/ngn_toolbox.h | 2 +- 49 files changed, 85 insertions(+), 52 deletions(-) diff --git a/Source/config_flags.h b/Source/config_flags.h index 38bd4b8..9b1bb25 100644 --- a/Source/config_flags.h +++ b/Source/config_flags.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** FLAGS de configuracion de la libreria La libreria debe compilarse para que estos FLAGS sean efectivos diff --git a/Source/ngn.cpp b/Source/ngn.cpp index 489e206..5e5eb1b 100644 --- a/Source/ngn.cpp +++ b/Source/ngn.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Archivo principal de la libreria Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn.h b/Source/ngn.h index 98ac2bc..0852314 100644 --- a/Source/ngn.h +++ b/Source/ngn.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Archivo principal de la libreria Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_audio_clip.cpp b/Source/ngn_audio_clip.cpp index ca1d47c..395b0e3 100644 --- a/Source/ngn_audio_clip.cpp +++ b/Source/ngn_audio_clip.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Clips de audio Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_audio_clip.h b/Source/ngn_audio_clip.h index 679647e..9bbb627 100644 --- a/Source/ngn_audio_clip.h +++ b/Source/ngn_audio_clip.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Clips de audio Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_camera.cpp b/Source/ngn_camera.cpp index 21e9b53..aaec115 100644 --- a/Source/ngn_camera.cpp +++ b/Source/ngn_camera.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Camara virtual en 2D Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_camera.h b/Source/ngn_camera.h index 9f2d8f0..008bc6a 100644 --- a/Source/ngn_camera.h +++ b/Source/ngn_camera.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Camara virtual en 2D Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_canvas.cpp b/Source/ngn_canvas.cpp index 2f6f1a2..ecd162e 100644 --- a/Source/ngn_canvas.cpp +++ b/Source/ngn_canvas.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Canvas - Capa de dibujo Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_canvas.h b/Source/ngn_canvas.h index f915128..f939425 100644 --- a/Source/ngn_canvas.h +++ b/Source/ngn_canvas.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Canvas - Capa de dibujo Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_collisions.cpp b/Source/ngn_collisions.cpp index 1405323..2a1b17e 100644 --- a/Source/ngn_collisions.cpp +++ b/Source/ngn_collisions.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Sistema de colisiones Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_collisions.h b/Source/ngn_collisions.h index 8483f0d..57a8bee 100644 --- a/Source/ngn_collisions.h +++ b/Source/ngn_collisions.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Sistema de colisiones Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_defines.cpp b/Source/ngn_defines.cpp index e69e3dd..7068b6a 100644 --- a/Source/ngn_defines.cpp +++ b/Source/ngn_defines.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Definiciones de prototipos Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_defines.h b/Source/ngn_defines.h index 34f8cb6..a1bcf04 100644 --- a/Source/ngn_defines.h +++ b/Source/ngn_defines.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Definiciones de prototipos Proyecto iniciado el 1 de Febrero del 2016 @@ -59,9 +59,9 @@ /*** Version de N'gine ***/ static const int32_t NGN_VERSION_MAJOR = 1; // Version mayor -static const int32_t NGN_VERSION_MINOR = 12; // Version menor +static const int32_t NGN_VERSION_MINOR = 13; // Version menor static const int32_t NGN_VERSION_PATCH = 0; // Version parche -static const std::string NGN_VERSION_METADATA = "stable"; // Version metadatos +static const std::string NGN_VERSION_METADATA = "wip_0x01"; // Version metadatos /*** Definiciones generales ***/ static const int32_t NGN_DEFAULT_VALUE = 0x7FFFFFFF; // Valor de "defecto" diff --git a/Source/ngn_disk.cpp b/Source/ngn_disk.cpp index f2ae480..fe3df8e 100644 --- a/Source/ngn_disk.cpp +++ b/Source/ngn_disk.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de acceso al disco Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_disk.h b/Source/ngn_disk.h index 1885b29..dfec6d1 100644 --- a/Source/ngn_disk.h +++ b/Source/ngn_disk.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de acceso al disco Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_filesystem.cpp b/Source/ngn_filesystem.cpp index 6d1d7f2..55e9336 100644 --- a/Source/ngn_filesystem.cpp +++ b/Source/ngn_filesystem.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones del sistema de archivos Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_filesystem.h b/Source/ngn_filesystem.h index 672584b..2645bec 100644 --- a/Source/ngn_filesystem.h +++ b/Source/ngn_filesystem.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones del sistema de archivos Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_graphics.cpp b/Source/ngn_graphics.cpp index a799753..f40621b 100644 --- a/Source/ngn_graphics.cpp +++ b/Source/ngn_graphics.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Gestion del Renderer de SDL Proyecto iniciado el 1 de Febrero del 2016 @@ -452,6 +452,12 @@ void NGN_Graphics::OpenViewport( v.clip_area.w = v.render_w; v.clip_area.h = v.render_h; + // Color de backdrop por defecto (negro) + v.backdrop_color.r = 0x00; + v.backdrop_color.g = 0x00; + v.backdrop_color.b = 0x00; + v.backdrop_color.a = 0x00; + // Viewport disponible v.available = true; @@ -541,6 +547,20 @@ void NGN_Graphics::ViewportLocalFilter(uint8_t id, bool status) { +/*** Cambia el color del backdrop de un viewport ***/ +void NGN_Graphics::ViewportBackdropColor(uint8_t id, uint8_t r, uint8_t g, uint8_t b, uint8_t a) { + + if (id >= VIEWPORT_NUMBER) return; + + viewport_list[id].backdrop_color.r = r; + viewport_list[id].backdrop_color.g = g; + viewport_list[id].backdrop_color.b = b; + viewport_list[id].backdrop_color.a = a; + +} + + + /*** Selecciona el VIEWPORT por defecto ***/ void NGN_Graphics::DefaultViewport() { @@ -998,6 +1018,10 @@ void NGN_Graphics::SetupViewports() { v.clip_area = {0, 0, 0, 0}; v.surface = NULL; v._local_filter = v.local_filter = false; + v.backdrop_color.r = 0; + v.backdrop_color.g = 0; + v.backdrop_color.b = 0; + v.backdrop_color.a = 0; viewport_list.clear(); viewport_list.reserve(VIEWPORT_NUMBER); @@ -1045,7 +1069,13 @@ void NGN_Graphics::ClearViewports() { // Informa al renderer que la textura "backbuffer" del viewport es su destino SDL_SetRenderTarget(renderer, viewport_list[i].surface); // Borra el contenido de la textura actual - SDL_SetRenderDrawColor(renderer, 0x00, 0x00, 0x00, 0x00); + SDL_SetRenderDrawColor( + renderer, + viewport_list[i].backdrop_color.r, + viewport_list[i].backdrop_color.g, + viewport_list[i].backdrop_color.b, + viewport_list[i].backdrop_color.a + ); SDL_RenderFillRect(renderer, NULL); // Actualiza el estado del filtrado local viewport_list[i]._local_filter = viewport_list[i].local_filter; diff --git a/Source/ngn_graphics.h b/Source/ngn_graphics.h index 4fbd66d..9aac0e6 100644 --- a/Source/ngn_graphics.h +++ b/Source/ngn_graphics.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Gestion del Renderer de SDL Proyecto iniciado el 1 de Febrero del 2016 @@ -129,6 +129,7 @@ class NGN_Graphics { bool _local_filter; // Estado actual del filtrado bool available; // Viewport disponible? SDL_Texture* surface; // Textura para usar de backbuffer para el viewport + Rgba backdrop_color; // Color por defecto del backdrop }; std::vector viewport_list; int8_t current_viewport; // Viewport actual (-1 sin viewport) @@ -153,6 +154,8 @@ class NGN_Graphics { void ViewportPosition(uint8_t id, Vector2I32 position); // Sobrecarga 2 // Cambia el estado local del filtro de un viewport void ViewportLocalFilter(uint8_t id, bool status); + // Cambia el color del backdrop de un viewport + void ViewportBackdropColor(uint8_t id, uint8_t r, uint8_t g, uint8_t b, uint8_t a); // Viewport por defecto void DefaultViewport(); diff --git a/Source/ngn_image.cpp b/Source/ngn_image.cpp index 8d90a73..d458b16 100644 --- a/Source/ngn_image.cpp +++ b/Source/ngn_image.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones para la manipulacion de imagenes en RAW Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_image.h b/Source/ngn_image.h index 6029503..3cabe6f 100644 --- a/Source/ngn_image.h +++ b/Source/ngn_image.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones para la manipulacion de imagenes en RAW Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_input.cpp b/Source/ngn_input.cpp index d174bba..2487c4e 100644 --- a/Source/ngn_input.cpp +++ b/Source/ngn_input.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Meotodos de entrada Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_input.h b/Source/ngn_input.h index e491fb0..98460c5 100644 --- a/Source/ngn_input.h +++ b/Source/ngn_input.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Meotodos de entrada Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_load.cpp b/Source/ngn_load.cpp index 657587c..1c8f067 100644 --- a/Source/ngn_load.cpp +++ b/Source/ngn_load.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de carga de archivos Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_load.h b/Source/ngn_load.h index b1c155c..e567f41 100644 --- a/Source/ngn_load.h +++ b/Source/ngn_load.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de carga de archivos Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_log.cpp b/Source/ngn_log.cpp index c1ea0ac..b463c21 100644 --- a/Source/ngn_log.cpp +++ b/Source/ngn_log.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de mensages de depuracion Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_log.h b/Source/ngn_log.h index e151874..a1af908 100644 --- a/Source/ngn_log.h +++ b/Source/ngn_log.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de mensages de depuracion Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_math.cpp b/Source/ngn_math.cpp index e00b010..f8538f2 100644 --- a/Source/ngn_math.cpp +++ b/Source/ngn_math.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones matematicas Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_math.h b/Source/ngn_math.h index e58d42c..07fab19 100644 --- a/Source/ngn_math.h +++ b/Source/ngn_math.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones matematicas Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_music_clip.cpp b/Source/ngn_music_clip.cpp index a669913..9c73ba6 100644 --- a/Source/ngn_music_clip.cpp +++ b/Source/ngn_music_clip.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Clips de musica Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_music_clip.h b/Source/ngn_music_clip.h index af68030..45a5073 100644 --- a/Source/ngn_music_clip.h +++ b/Source/ngn_music_clip.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Clips de musica Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_render.cpp b/Source/ngn_render.cpp index 196df97..2711cca 100644 --- a/Source/ngn_render.cpp +++ b/Source/ngn_render.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Gestion del Renderer de SDL Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_render.h b/Source/ngn_render.h index 8b251a4..d16ac3b 100644 --- a/Source/ngn_render.h +++ b/Source/ngn_render.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Gestion del Renderer de SDL Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_resources.cpp b/Source/ngn_resources.cpp index 71fd0bf..a67e8b4 100644 --- a/Source/ngn_resources.cpp +++ b/Source/ngn_resources.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones del gestor de recursos Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_resources.h b/Source/ngn_resources.h index 7dd7f6e..78b71b3 100644 --- a/Source/ngn_resources.h +++ b/Source/ngn_resources.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones del gestor de recursos Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_sound.cpp b/Source/ngn_sound.cpp index 8193cc1..06782e4 100644 --- a/Source/ngn_sound.cpp +++ b/Source/ngn_sound.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Sonido Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_sound.h b/Source/ngn_sound.h index d0e2913..7d53a35 100644 --- a/Source/ngn_sound.h +++ b/Source/ngn_sound.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Sonido Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_sprite.cpp b/Source/ngn_sprite.cpp index 8989da0..b053fda 100644 --- a/Source/ngn_sprite.cpp +++ b/Source/ngn_sprite.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Sprites Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_sprite.h b/Source/ngn_sprite.h index dd5ff16..7f38908 100644 --- a/Source/ngn_sprite.h +++ b/Source/ngn_sprite.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Sprites Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_system.cpp b/Source/ngn_system.cpp index 2bff382..0cada38 100644 --- a/Source/ngn_system.cpp +++ b/Source/ngn_system.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de sistema Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_system.h b/Source/ngn_system.h index b332957..40afcca 100644 --- a/Source/ngn_system.h +++ b/Source/ngn_system.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Funciones de sistema Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_text_layer.cpp b/Source/ngn_text_layer.cpp index 70f57f0..d7d0313 100644 --- a/Source/ngn_text_layer.cpp +++ b/Source/ngn_text_layer.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Text Layer - Capa de texto con soporte TTF Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_text_layer.h b/Source/ngn_text_layer.h index c5625cd..6f03a61 100644 --- a/Source/ngn_text_layer.h +++ b/Source/ngn_text_layer.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Text Layer - Capa de texto con soporte TTF Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_texture.cpp b/Source/ngn_texture.cpp index 5e97c9c..b47e624 100644 --- a/Source/ngn_texture.cpp +++ b/Source/ngn_texture.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Fondos con texturas Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_texture.h b/Source/ngn_texture.h index 96a1f50..6bd7f04 100644 --- a/Source/ngn_texture.h +++ b/Source/ngn_texture.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Fondos con texturas Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_tiledbg.cpp b/Source/ngn_tiledbg.cpp index e7291c3..8fc2b15 100644 --- a/Source/ngn_tiledbg.cpp +++ b/Source/ngn_tiledbg.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Fondos Tileados Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_tiledbg.h b/Source/ngn_tiledbg.h index fd95703..dc5a83a 100644 --- a/Source/ngn_tiledbg.h +++ b/Source/ngn_tiledbg.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** Fondos Tileados Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_toolbox.cpp b/Source/ngn_toolbox.cpp index b9277d0..6e600a6 100644 --- a/Source/ngn_toolbox.cpp +++ b/Source/ngn_toolbox.cpp @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** TOOL BOX - Caja de herramientas Proyecto iniciado el 1 de Febrero del 2016 diff --git a/Source/ngn_toolbox.h b/Source/ngn_toolbox.h index 680b5a7..e3bdffb 100644 --- a/Source/ngn_toolbox.h +++ b/Source/ngn_toolbox.h @@ -1,7 +1,7 @@ /****************************************************************************** N'gine Lib for C++ - *** Version 1.12.0-stable *** + *** Version 1.13.0-win_0x01 *** TOOL BOX - Caja de herramientas Proyecto iniciado el 1 de Febrero del 2016