Alexander Neumann
|
eb1669a061
|
Add a lot of comments
|
2016-01-26 21:56:13 +01:00 |
|
Alexander Neumann
|
1547d3b656
|
Remove Create() everywhere
|
2016-01-24 20:23:50 +01:00 |
|
Alexander Neumann
|
ed172c06e0
|
backends: Add Save() function
|
2016-01-24 01:15:35 +01:00 |
|
Alexander Neumann
|
adbe9e2e1c
|
backend: Remove GetReader
|
2016-01-24 01:00:27 +01:00 |
|
Alexander Neumann
|
919b40c6cf
|
Add Stat() method to backend interface
|
2016-01-23 23:27:58 +01:00 |
|
Alexander Neumann
|
3aafa21887
|
Fix MockBackend.Load()
|
2016-01-23 17:19:47 +01:00 |
|
Alexander Neumann
|
0a24261afb
|
Add Load() for all existing backends
|
2016-01-23 14:12:12 +01:00 |
|
Alexander Neumann
|
8b7bf8691d
|
backend: Remove Get()
This is the first commit that removes the (redundant) Get() method of
the backend interface. Get(x, y) is equivalent to GetReader(x, y, 0, 0).
|
2016-01-23 13:13:05 +01:00 |
|
Alexander Neumann
|
da71da23d9
|
Add MockBackend
|
2015-11-29 14:52:19 +01:00 |
|