vraskulin
11dc1e10f1
Few lambda's and removed explicit type from creating lists and hashmaps
2017-02-28 13:46:57 +03:00
vraskulin
498c8cf60c
Made utility classes final to explicitly forbid it's inheritance
2017-02-27 17:03:38 +03:00
vraskulin
f60ebfbb1f
All 1-character strings converted to primitives
...
"b" + "r" now changed to 'b' + 'w'. It's more straight-forward, and may cause perfomance improvements - character primitives allocation is faster and less expensive than string creation.
2017-02-06 14:32:51 +03:00
magenoxx
78c0d76088
Reading db_log_jdbc_url from properties
2014-08-27 02:49:16 +04:00
North
7e7a17e1d7
updated EntityManager to use H2
2014-05-28 07:57:58 +03:00
North
809714bc8c
removed Storage interface (unused)
2014-05-28 07:57:25 +03:00
North
01eee3995c
[refactor] replaced JDBC implementation of logging with OrmLite
2013-03-10 11:05:03 +02:00
magenoxx
b9554ac31a
Fixed EntityManager not setting arguments. Added class for calculating and displaying statistics.
2013-01-07 16:06:18 +04:00
magenoxx
10eb7955eb
Displaying additional info from feedback db in test.
2012-02-13 01:49:01 +04:00
magenoxx
3434dc1a97
Added User Feedback support.
2012-01-26 22:13:44 +04:00
magenoxx
b0a1c07067
LogService. Added saving game started event to DB. Some refactoring.
2012-01-25 20:27:08 +04:00
magenoxx
8536d9d78d
minor change in EntityManager
2012-01-25 18:09:42 +04:00
magenoxx
fd25002578
SQLite EntityManager
2012-01-25 14:26:37 +04:00
magenoxx
20402f1cad
Initial sqlite support.
2012-01-25 02:07:23 +04:00