Skip to content
Snippets Groups Projects
  1. Jan 28, 2024
  2. Jan 27, 2024
  3. Jan 26, 2024
  4. Jan 25, 2024
    • Schuh Martin's avatar
      Update: coreMaps.json (added new maps) · 3f01283c
      Schuh Martin authored
      Update: GameSceneController.java (selected map will now be loaded for game)
      Update: Persistence.java (added call of "resetGameStats()" method from RuntimeInfo.java at end of updateStats method)
      Update: RuntimeInfo.java (added method to reset game-stats)
      
      Issue: #89
      3f01283c
    • Schuh Martin's avatar
      Update coreMaps.json (added new map "Outpost") · 85ebe122
      Schuh Martin authored
      Update DDL_Script_AzureDB.sql (added new map "Outpost")
      Update DDL_Script_Oracle.sql (added new map "Outpost")
      Update Persistence.java (added new map "Outpost" to "resetCoreMaps" method)
      
      Issue: #89
      85ebe122
  5. Jan 22, 2024
    • Schuh Martin's avatar
      Update: coreMaps.json (added final mapdata to Arena1) · 82b4e6f5
      Schuh Martin authored
      Update: DDL_Script_Oracle.sql (added final mapdata to Arena1)
      Update: DDL_Script_AzureDB.sql (added final mapdata to Arena1)
      Update: ParserTest.java (added final mapdata of Arena1 to test)
      Update: Persistence.java (added final mapdata of Arena1 to reset method; added "synchronized" to all methods)
      
      Issues: #89
      82b4e6f5
  6. Jan 12, 2024
    • Schuh Martin's avatar
      Update: Parser.java (change text of an exception) · 28b7a6b2
      Schuh Martin authored
      Update: ParserTest.java (change text of an exception)
      Update: AzureDB.java (added method to reset stats)
      Update: OracleDB.java (added method to reset stats)
      Update: ISQLDataBase.java (added method to reset stats)
      Update: DDL_Script_Oracle.sql (changed max length for mapData; added new test maps)
      Update: DDL_Script_AzureDB.sql (changed max length for mapData; added new test maps)
      Update: Persistence.java (added method to reset locally stored mapData if corrupted)
      28b7a6b2
  7. Dec 17, 2023
    • Schuh Martin's avatar
      Add: communityMaps.json · 68b0a885
      Schuh Martin authored
      Add: playerStats.json
      Add: OracleDB.java (OracleDB communication added)
      Update: AzureDB.java (Methods changed)
      Update: DDL Script (optimised for OracleDB)
      Update: GsonHandler.java (removed instance of "Persistence" Singleton as attribute
      Update: module-info.java (added lines for OracleDB)
      Update: Persistence.java (added methods for loading and saving data)
      Update: pom.xml (added OracleDB as dependency)
      Update: RuntimeInfo.java (added methods for analysing and utilizing data from persistence)
      Update: MapData.java (changed attributes)
      68b0a885
Loading