-
f7c1607f31
Reformat all files, add some Javadoc
develop
v1.1
kske
2020-06-30 18:14:18 +02:00
-
5e3c8b4170
Increased version to 1.1
kske
2019-10-07 22:06:48 +02:00
-
e94376468c
Initializing mines after first touch
kske
2019-07-29 17:45:50 +02:00
-
e092f43fb5
Integrated res folder into JAR
kske
2019-07-16 18:47:26 +02:00
-
2108ea7280
Adjusted version number for the first release
kske
2019-07-11 09:38:00 +02:00
-
0be84727ec
Adjusted column names in ScoreDialog
kske
2019-07-01 17:26:23 +02:00
-
eac310b879
Fixed score sorting, added a place column in ScoreDialog
kske
2019-05-15 20:41:34 +02:00
-
9574e426c0
Added proper score management
kske
2019-05-15 19:56:45 +02:00
-
8f5a8b46d2
Added a visible game timer
kske
2019-05-15 19:02:01 +02:00
-
b648db6755
UX fix
kske
2019-05-04 20:24:19 +02:00
-
43d3d94756
Added score management
kske
2019-04-17 14:32:00 +02:00
-
53e9c7ea26
Fixed a bug related to touching tiles
kske
2019-04-12 17:29:03 +02:00
-
2473a5b785
Fixed resizing issue when using a custom board config
kske
2019-04-10 08:45:00 +02:00
-
e9605a51ab
Cleanup
kske
2019-04-10 08:41:56 +02:00
-
04643dd702
Fixed remaining mines counter not showing on startup
kske
2019-04-07 16:54:24 +02:00
-
feb519c7cc
Implemented custom board config dialog
kske
2019-04-07 16:05:15 +02:00
-
948fa50d40
Adjusted font and grid, cleaned up BoardConfig, working on CustomDialog
kske
2019-04-05 14:52:49 +02:00
-
8ad61d9762
Working on custom game options dialog
kske
2019-04-04 18:10:18 +02:00
-
dea595e695
Added events for changes of the game state and flagged tiles
kske
2019-04-03 08:50:23 +02:00
-
463e5b68bc
Implemented basic gameplay and window adjustment
kske
2019-04-02 18:54:42 +02:00
-
7bc2a0711e
Added board init and reset methods, added BoardConfig object
kske
2019-04-01 14:57:29 +02:00
-
892d6be2ef
Fixed image loading, added rendering, added JMenu
kske
2019-03-26 13:45:41 +01:00
-
6e5befdbe8
Working on drawing, added icons and loading routine
kske
2019-03-25 07:04:12 +01:00
-
1b1f0bafba
Added a Board class with methods for tile generation and manipulation
kske
2019-03-22 17:54:18 +01:00
-
d21a162dcb
Added a GameState enum and a Tile class
kske
2019-03-22 06:47:57 +01:00
-
2bbaec0939
Added .gitignore and application frame class
kske
2019-03-21 21:05:34 +01:00
-
bdb2279152
Initial commit
kske
2019-03-21 19:14:06 +01:00
-
c4fadf590e
Merge pull request #1 from CyB3RC0nN0R/develop
v1.0
CyB3RC0nN0R
2019-07-11 09:40:10 +02:00
-
-
660ab72a2a
Adjusted version number for the first release
CyB3RC0nN0R
2019-07-11 09:38:00 +02:00
-
9d5ed00f8b
Adjusted column names in ScoreDialog
CyB3RC0nN0R
2019-07-01 17:26:23 +02:00
-
8eab89a212
Fixed score sorting, added a place column in ScoreDialog
CyB3RC0nN0R
2019-05-15 20:41:34 +02:00
-
7400795737
Added proper score management
CyB3RC0nN0R
2019-05-15 19:56:45 +02:00
-
5f408ff383
Added a visible game timer
CyB3RC0nN0R
2019-05-15 19:02:01 +02:00
-
f95059c132
UX fix
CyB3RC0nN0R
2019-05-04 20:24:19 +02:00
-
43e0b9d856
Added score management
CyB3RC0nN0R
2019-04-17 14:32:00 +02:00
-
817d797c9c
Fixed a bug related to touching tiles
CyB3RC0nN0R
2019-04-12 17:29:03 +02:00
-
7b9c9da893
Fixed resizing issue when using a custom board config
CyB3RC0nN0R
2019-04-10 08:45:00 +02:00
-
349855a4af
Cleanup
CyB3RC0nN0R
2019-04-10 08:41:56 +02:00
-
7ae28ce948
Fixed remaining mines counter not showing on startup
CyB3RC0nN0R
2019-04-07 16:54:24 +02:00
-
2ac192c230
Implemented custom board config dialog
CyB3RC0nN0R
2019-04-07 16:05:15 +02:00
-
a83fe6819b
Adjusted font and grid, cleaned up BoardConfig, working on CustomDialog
CyB3RC0nN0R
2019-04-05 14:52:49 +02:00
-
75b1bff0a1
Working on custom game options dialog
CyB3RC0nN0R
2019-04-04 18:10:18 +02:00
-
5535a59a73
Added events for changes of the game state and flagged tiles
CyB3RC0nN0R
2019-04-03 08:50:23 +02:00
-
0b927c5c9f
Implemented basic gameplay and window adjustment
CyB3RC0nN0R
2019-04-02 18:54:42 +02:00
-
4e63dea497
Added board init and reset methods, added BoardConfig object
CyB3RC0nN0R
2019-04-01 14:57:29 +02:00
-
0d7d498af7
Fixed image loading, added rendering, added JMenu
CyB3RC0nN0R
2019-03-26 13:45:41 +01:00
-
c872f5b670
Working on drawing, added icons and loading routine
CyB3RC0nN0R
2019-03-25 07:04:12 +01:00
-
cf32276388
Added a Board class with methods for tile generation and manipulation
CyB3RC0nN0R
2019-03-22 17:54:18 +01:00
-
e6a6c22151
Added a GameState enum and a Tile class
CyB3RC0nN0R
2019-03-22 06:47:57 +01:00
-
0ab43c1d75
Added .gitignore and application frame class
CyB3RC0nN0R
2019-03-21 21:05:34 +01:00
-
-
4b5700ac55
Initial commit
CyB3RC0nN0R
2019-03-21 19:14:06 +01:00