Skip to content

Commit

Permalink
N'gine 0.5.1-a
Browse files Browse the repository at this point in the history
Little bugfix in aspect ratio detection.
  • Loading branch information
knightfox75 committed Feb 3, 2018
1 parent 6f8f262 commit 4716ff3
Show file tree
Hide file tree
Showing 113 changed files with 122 additions and 114 deletions.
6 changes: 6 additions & 0 deletions Docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
N'gine Changelog
--------------------------------------------------------------------------------

2018-02-03 Ver.0.5.1-a
--------------------------------------------------------------------------------
- Corregido un error en la detecci�n de la relaci�n de aspecto de la pantalla
en el modo "SCR_WINDOW_FULL".


2018-02-02 Ver.0.5.0-a
--------------------------------------------------------------------------------
- Actualizados los templates de la librer�a.
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Archivo principal de la libreria
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_audio_clip.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Clips de audio
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_camera.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Camara virtual en 2D
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_canvas.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Canvas - Capa de dibujo
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_collisions.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Sistema de colisiones
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_defines.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Definiciones de prototipos
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_graphics.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Gestion del Renderer de SDL
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_gui.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
GUI - Interfaz grafica de usuario
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_input.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Meotodos de entrada
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_load.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Funciones de carga de archivos
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_music_clip.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Clips de musica
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_render.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Gestion del Renderer de SDL
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_sound.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Sonido
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_sprite.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Sprites
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_system.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Funciones de sistema
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_text_layer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Text Layer - Capa de texto con soporte TTF
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_texture.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Fondos con texturas
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/linux/include/ngn_tiledbg.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Fondos Tileados
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
Binary file modified Library/linux/lib/libngn.a
Binary file not shown.
Binary file modified Library/linux/lib/libngn_d.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Library/windows/include/ngn.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Archivo principal de la libreria
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_audio_clip.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Clips de audio
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_camera.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Camara virtual en 2D
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_canvas.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Canvas - Capa de dibujo
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_collisions.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Sistema de colisiones
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_defines.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Definiciones de prototipos
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_graphics.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Gestion del Renderer de SDL
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_gui.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
GUI - Interfaz grafica de usuario
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_input.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Meotodos de entrada
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_load.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Funciones de carga de archivos
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_music_clip.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Clips de musica
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_render.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Gestion del Renderer de SDL
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_sound.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Sonido
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_sprite.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Sprites
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_system.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Funciones de sistema
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_text_layer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Text Layer - Capa de texto con soporte TTF
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_texture.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Fondos con texturas
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Library/windows/include/ngn_tiledbg.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Fondos Tileados
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
Binary file modified Library/windows/lib/libngn.a
Binary file not shown.
Binary file modified Library/windows/lib/libngn_d.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/ngn.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Archivo principal de la libreria
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Source/ngn.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Archivo principal de la libreria
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Source/ngn_audio_clip.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Clips de audio
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Source/ngn_audio_clip.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Clips de audio
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Source/ngn_camera.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Camara virtual en 2D
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Source/ngn_camera.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Camara virtual en 2D
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
2 changes: 1 addition & 1 deletion Source/ngn_canvas.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************************
N'gine Lib for C++
*** Version 0.5.0-alpha ***
*** Version 0.5.1-alpha ***
Canvas - Capa de dibujo
Proyecto iniciado el 1 de Febrero del 2016
Expand Down
Loading

0 comments on commit 4716ff3

Please sign in to comment.