Skip to content

Commit

Permalink
En principio, la versión 1.0.0 ya está lista :-D
Browse files Browse the repository at this point in the history
  • Loading branch information
Chixpy committed May 27, 2018
1 parent bf69865 commit 2c4c99e
Show file tree
Hide file tree
Showing 11 changed files with 260 additions and 79 deletions.
2 changes: 1 addition & 1 deletion CHXPas
2 changes: 1 addition & 1 deletion LNSCompFE.wiki
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
## LNSCompFE ##
Front-End para las competiciones de Las Noches Skyperas.
Front-End para las competiciones de [Las Noches Skyperas](http://nochesskyperas.1foro.com).

*POR EL MOMENTO, TAN SOLO ESTÁ IMPLEMENTADA LA VERSIÓN .BAT*
LNSCompFE es un pequeño Front-End pensado para facilitar un poco los intentos en los campeonatos de [Las Noches Skyperas](http://nochesskyperas.1foro.com). Aunque nada impide configurarse para su uso e interés personal, ya que ofrece facilidades a la hora de grabar INP con (Wolf)MAME.

Aunque este repositorio es para la creación de un FrontEnd con ventanas, el archivo por lotes ofrecen las mismas características esenciales... y en mi opinión, a la larga, es más cómodo de usar.
Además se incluye un .bat que realiza las misma funciones, en caso de que se prefiera usar dicha versión.

## Está por implementar ##

La idea es implementar la misma funcionalidad de los archivos .BAT en un entorno gráfico más amigable en vez de un menú de MS-DOS. Y tal vez añadir alguna chorraduca adicional como el poder ver los screenshots de los juegos.

LNSCompFE es un pequeño Front-End pensado para facilitar un poco los intentos en los campeonatos de [Las Noches Skyperas](http://nochesskyperas.1foro.com). Aunque nada impide configurarse para su uso e interés personal, ya que ofrece alguna utilidad extra.
* [Ayuda](https://github.com/Chixpy/LNSCompFE/wiki)
* [Descargas](https://github.com/Chixpy/LNSCompFE/releases)

Las principales ventajas que ofrece respecto a usar directamente el interfaz de WolfMAME son:

Expand Down
27 changes: 14 additions & 13 deletions Source/Forms/ufrLNSCompFE.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
ChildSizing.TopBottomSpacing = 4
ClientHeight = 279
ClientWidth = 277
TabOrder = 2
TabOrder = 1
object rgbJuegos: TRadioGroup
Left = 5
Height = 236
Expand All @@ -50,7 +50,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
ColumnLayout = clVerticalThenHorizontal
OnResize = rgbJuegosResize
OnSelectionChanged = rgbJuegosSelectionChanged
TabOrder = 0
TabOrder = 1
end
object pNick: TPanel
Left = 5
Expand All @@ -65,7 +65,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
ChildSizing.VerticalSpacing = 4
ClientHeight = 33
ClientWidth = 267
TabOrder = 1
TabOrder = 0
object lNick: TLabel
Left = 5
Height = 23
Expand Down Expand Up @@ -98,11 +98,12 @@ inherited frmLNSCompFE: TfrmLNSCompFE
ChildSizing.TopBottomSpacing = 4
ClientHeight = 123
ClientWidth = 632
TabOrder = 3
TabOrder = 0
object iLogo: TImage
Cursor = crHandPoint
Left = 5
Height = 113
Hint = 'Pulsa para ver información de la versión de LNSCompFE.'
Top = 5
Width = 622
Align = alClient
Expand Down Expand Up @@ -2382,42 +2383,42 @@ inherited frmLNSCompFE: TfrmLNSCompFE
ClientWidth = 632
TabOrder = 4
object bJugar: TBitBtn
Left = 7
Left = 16
Height = 26
Top = 4
Width = 103
Action = actGrabarINP
TabOrder = 0
end
object bReproducir: TBitBtn
Left = 117
Left = 135
Height = 26
Top = 4
Width = 126
Action = actReproducirINP
TabOrder = 1
end
object bGrabarAVI: TBitBtn
Left = 250
Left = 277
Height = 26
Top = 4
Width = 95
Action = actGrabarAVI
TabOrder = 2
end
object bProbar: TBitBtn
Left = 352
Left = 388
Height = 26
Top = 4
Width = 114
Action = actProbarJuego
TabOrder = 3
end
object bConfig: TBitBtn
Left = 473
Left = 518
Height = 26
Top = 4
Width = 153
Width = 103
Action = actEditarConfig
TabOrder = 4
end
Expand All @@ -2434,7 +2435,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
ChildSizing.VerticalSpacing = 4
ClientHeight = 279
ClientWidth = 342
TabOrder = 5
TabOrder = 3
object lMAMEExe: TLabel
Left = 5
Height = 15
Expand All @@ -2453,7 +2454,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
top = 136
object actEditarConfig: TAction
Category = 'Config'
Caption = 'Editar configuración'
Caption = 'Configurar'
Hint = 'Abre el formulario para editar la configuración.'
ImageIndex = 4
OnExecute = actEditarConfigExecute
Expand All @@ -2468,7 +2469,7 @@ inherited frmLNSCompFE: TfrmLNSCompFE
object actGrabarAVI: TAction
Category = 'Acciones'
Caption = 'Crear AVI'
Hint = 'Crea un archivo AVi a partir de una partida guardada.'
Hint = 'Crea un archivo AVI a partir de una partida guardada.'
ImageIndex = 2
OnExecute = actGrabarAVIExecute
end
Expand Down
Loading

0 comments on commit 2c4c99e

Please sign in to comment.