Skip to content

Version 1.0.1

Latest
Compare
Choose a tag to compare
@SupressWarnings SupressWarnings released this 12 Mar 15:58
· 4 commits to master since this release

A Bunch Of New Functions And Bugfixes

Version 1.0.1 implements new pictures for the buildings and the completed balancing.

Balancing

The balancing system contains some calculations and limitations and is stored in the database.

The values for the following are now balanced:
-> The upgrade-cost for buildings
-> The values of the buildings, such as productions and capacites
-> The maximum number of buildings you can build, depending on level of community hall

Multilanguaging

-> You know are asked to choose a language on first start -> To manually change language open "config.properties" in the ToK folder and change the language. Valid are 'English', 'German' and 'default'

New Pictures

-> New self-made pictures for the buildings are added

GUI-Improvement

Changed some things of the GUI for better control.

-> Create Player: Name field is now

focused on opening the window so you can see the prompt text
-> Playing GUI: On the Progress Bars with your resources you can now also see what kind of resource it is and whats its limit
-> Rearranged some stuff

Database

The path to the DB is changed. It's now in the folder "ToK" which is one the same level as the program.

Documentation

The documentation of the project is started. In the most important classes, all methods and attributes are documentated.

Bugfixes

-> Problem with the db-connection - fixed -> Problem with db/loading player - fixed -> Problem with db/loading storages - fixed -> Problem with db/saving player - fixed -> Problem with PlayingGUI/save-button displayed wrong language - fixed -> Unused classes - fixed -> Control System.out.println("*") - fixed