KoenDG
|
d7dae90e2e
|
The original condition of i bigger than mapsize will never be true, since i starts at 0.
The condition should be: i smaller than mapsize, if we want to loop over the mapsize.
|
2023-10-21 11:06:54 +02:00 |
|
Harald Kuhr
|
9e23413456
|
Fixed JavaDoc errors to enable Java 8 build.
|
2019-08-10 00:41:36 +02:00 |
|
Harald Kuhr
|
24c6682236
|
#311 Updated license headers to be the same as in the LICENSE.txt
|
2018-08-18 19:22:52 +02:00 |
|
Harald Kuhr
|
2955054a72
|
Image now properly copied onto the destination, rather than the other way around...
|
2016-02-18 18:07:50 +01:00 |
|
Harald Kuhr
|
824613b4f1
|
Clean-up: Removed some commented out code.
|
2015-03-18 09:41:01 +01:00 |
|
Harald Kuhr
|
e72988aa7b
|
TMC-IMAGE: Code clean-up. Removed obsolete code. No functional changes.
|
2013-06-05 10:45:31 +02:00 |
|
Harald Kuhr
|
dd0f382d3c
|
TMC-XXXX: Code cleaun-up and fixed spelling errors.
|
2013-02-28 13:08:19 +01:00 |
|
Harald Kuhr
|
00f47e81a4
|
TMI-XXX: New code style + minor housekeeping changes.
|
2013-01-31 15:41:59 +01:00 |
|
Harald Kuhr
|
0d83ab5483
|
Minor clean-up & doc changes.
|
2012-06-21 16:34:11 +02:00 |
|
Harald Kuhr
|
4b77d1c22a
|
Clean-up, no functional change.
|
2011-10-13 09:55:02 +02:00 |
|
Harald Kuhr
|
43cc440e67
|
New code style. No functional changes.
|
2011-02-17 12:36:40 +01:00 |
|
Erlend Hamnaberg
|
7167a7a4ad
|
Core now moved to common.
|
2009-11-08 19:01:36 +01:00 |
|