Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Desarrollo v0.1.15 #381

Closed
wants to merge 60 commits into from
Closed

WIP: Desarrollo v0.1.15 #381

wants to merge 60 commits into from

Commits on Dec 3, 2020

  1. Arreglos a WidgetFactory

    Generifica métodos.
    
    createWindow() crea por defecto una ventana no movible.
    cpbeto committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    703c0f0 View commit details
    Browse the repository at this point in the history
  2. Pide confirmación para cerrar el juego con ESC

    Crea ExtendedDialog que extiende a Dialog de scene2d.ui y permite
    usar expresiones lambda.
    cpbeto committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d18e942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05fcd85 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    37adcb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a8f2a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Implementa volumen global para el sistema de sonido

    Crea Slider en LoginScreen para controlar el volumen.
    cpbeto committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    a0fa99f View commit details
    Browse the repository at this point in the history
  2. Mantiene una instancia única y global de MusicSystem

    Ahora MusicSystem se instancia en AOGame y se reutiliza en toda la
    aplicación, lo que permite que se comparta la configuración de
    volumen y que se pueda navegar entre pantallas sin perder la
    música.
    
    MusicSystem deja de ser un sistema de Artemis y pasa a ser un POJO,
    esto permite hacer una diferencia explícita entre las clases que
    usan ECS y las que no.
    cpbeto committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    82d2b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3ab497 View commit details
    Browse the repository at this point in the history
  4. Arreglos a MusicSystem

    Deshabilitar la música automáticamente pausa/reanuda la
    reproducción.
    
    Normaliza sintáxis, etc.
    cpbeto committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    4a9df6a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    f5d07f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    48ce23f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484469e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    a96c6e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. login screen small bug fix and cosmetic

    login screen
    
    *fix apretar repetida mente escape genera multiples dialogwindows
    *fix checkbox fonts
    *fix login windows and server windows size
    *agregadp scrollpane a serverlist - scrollbar al llenar el campo visible de servidores
    * agregados titulos a las ventanas
    
    widget factory
    * funcion para crear el scrollpane para la lista de servidores
    *cambio fuentes en algunas labels
    
    ao-skin.json
    agregada fuente para los checkbock
    bestiardo committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    53884af View commit details
    Browse the repository at this point in the history
  2. generic scrollpane creator

    * remplaza  createServerScrollPane() por una genérica createScrollPane()
    bestiardo committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    035d265 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #380 from bestiardo/develop+overwhelmedFix

    Login Screen small bug fixes - Panel deslizable para la lista de servidores
    joaquinodz committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    5a61338 View commit details
    Browse the repository at this point in the history
  4. Add Server Button update

    * Agregado el campo nombre al agregar un servidor
    * Chequeo de que el nuevo servidor no esta en la lista
    bestiardo committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    8bd5a06 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    e3b4216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d405233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ba070 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cc9986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3128bc8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #385 from bestiardo/d+o_add_server_button_update

    Actualización botón agregar servidor
    Imagen faltante para animación de fantasma
    cpbeto committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    632c74d View commit details
    Browse the repository at this point in the history
  7. Refactor CommandSystem

    Remueve artemis-fluid.
    cpbeto committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    7da169e View commit details
    Browse the repository at this point in the history
  8. Arreglar proyecto design #388 - Vuelve a compilar

    - vuelve a compilar.
    - sigue teniendo bugs en el funcinamiento.
    - no muestra los npc
    - el map editor se ve mal (supongo que esto es problema del sistema de camara )
    bestiardo committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    74b3dee View commit details
    Browse the repository at this point in the history
  9. Merge pull request #390 from bestiardo/desarrollo-v0.1.15-desing

    Arreglar proyecto design #388 - Vuelve a compilar
    joaquinodz committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    47e4350 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d1ca0f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Revert path changes

    matisandacz committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    e45164f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #392 from matisandacz/desarrollo-v0.1.15

    Revertir cambios de path.
    cpbeto committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    8dd0636 View commit details
    Browse the repository at this point in the history
  3. Update AOConsole.java

    agregado fundo a la consola
    agregado  el scrollknob a la barra de desplazamiento vertical de la consola
    bestiardo committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    fb3b716 View commit details
    Browse the repository at this point in the history
  4. Update UserInterfaceSystem.java

    hace que el ancho de la consola abarque toda la pantalla
    bestiardo committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    b8572b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #396 from bestiardo/desarrollo-v0.1.15-consoleupdate

    Desarrollo v0.1.15 console background
    cpbeto committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    cae4d6d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Comando /help #389

    crea el comando /help
    corrige error en el comando /tp
    agregado chequeo de numero correcto de parámetros al comando /tp
    agregado mensaje de bienvenida
    
    Todo multilenguaje en la descripciones
    bestiardo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    baa2ac2 View commit details
    Browse the repository at this point in the history
  2. Update CommandSystem.java

    solucion problema con los parametros fix de @cpbeto
    bestiardo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e04e66c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #398 from bestiardo/comando-help

    Comando /help #389
    cpbeto committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    dc72002 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e471fe6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    7debd55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4434c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e435f3e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #401 from matisandacz/F400

    Encapsular connectionId dentro de Network
    cpbeto committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    df2c38d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc969f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a775b66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    095ec97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54f4071 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    224931a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9a371e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9a1c23 View commit details
    Browse the repository at this point in the history
  12. Refactor EntityFactorySystem

    Remueve artemis-fluid.
    todo: El sistema es muy grande y quizá podría modularizarse.
    todo: Evaluar si conviene usar EntityTransmuter para crear nuevas
    entidades.
    todo: La clase se llama EntityFactory pero parece crear solo PJs.
    cpbeto committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c7ba897 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    59103db View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. F4 toggle roof

    * Tecla F4 activa y desactiva la capa donde están los techos
    * Se creo un sistema para renderizar la capa 3 por alguna razón no existía
    *agregado 1 mapa feo q cree para hacer unas pruebas se podría editar para hacer futuro mapa para GM. hay que arreglar bien el design para eso.
    bestiardo committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    f5ab5c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d9ea9e View commit details
    Browse the repository at this point in the history
  3. refactor FX number

    matisandacz committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    005f12f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02d11e2 View commit details
    Browse the repository at this point in the history
  5. #408 Limpiar el repositorio - removido carpeta graficosx2

    luego del overwhelm se utiliza la carpeta graficos así que graficosx2 es innecesaria
    bestiardo committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    e154058 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #411 from bestiardo/eliminar-graficosx2

    Limpiar el repositorio de archivos binarios, etc. #408 - Eliminar graficosx2
    joaquinodz committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    bd9bd4d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #409 from bestiardo/map-layer-roof

    F4 toggle roof
    joaquinodz committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    0180193 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    30d4cb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #410 from matisandacz/F401

    Se puede Teletransportar por el mapa con Shift + Click.
    cpbeto committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7e6e9db View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Como iniciar el proyecto

    Lorwik committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e4f1e3a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Merge pull request #412 from Lorwik/desarrollo-v0.1.15

    Como iniciar el proyecto
    cpbeto committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    b37b589 View commit details
    Browse the repository at this point in the history