Commit graph

89 commits

Author SHA1 Message Date
5fb88ff292
[maven-release-plugin] prepare release v0.1.0 2023-05-16 02:36:40 +02:00
ca67ca638b
Configure server credentials. 2023-05-16 02:26:45 +02:00
fcb87e13a5
Rename all "labyrinth" to "maze" and configure the Sonatype maven repo. 2023-05-16 02:15:02 +02:00
cb1c016cc7 [maven-release-plugin] prepare for next development iteration 2023-04-17 00:21:34 +02:00
db722741a2 [maven-release-plugin] prepare release v0.0.8 2023-04-17 00:21:29 +02:00
2e07fa2981 Merge pull request 'feature/make-start-and-end-configurable' () from feature/make-start-and-end-configurable into master
Reviewed-on: 
2023-04-17 00:19:04 +02:00
31b7fd6b2a Fix wall detection/generation of start- and end-tiles. 2023-04-17 00:17:19 +02:00
6302aaa5e8 Feat: Make start and end of a labyrinth configurable.
Also, small refactoring.
2023-04-16 23:38:01 +02:00
14e4e497ac [maven-release-plugin] prepare for next development iteration 2023-04-16 00:36:43 +02:00
3222131a9c [maven-release-plugin] prepare release v0.0.7 2023-04-16 00:36:37 +02:00
2362365708 Merge pull request 'JSON: Transmit the ID as a string. See commit for the reason.' () from feature/id-as-string into master
Reviewed-on: 
2023-04-16 00:34:26 +02:00
822a1b1528 JSON: Transmit the ID as a string. See commit for the reason. 2023-04-16 00:27:00 +02:00
2dea68f386 [maven-release-plugin] prepare for next development iteration 2023-04-14 01:31:40 +02:00
18a9543c43 [maven-release-plugin] prepare release v0.0.6 2023-04-14 01:31:34 +02:00
f75e068c18 Merge pull request 'Implement a JSON and a JSON-file renderer.' () from feature/json-renderer into master
Reviewed-on: 
2023-04-14 01:24:27 +02:00
715d89a57a Implement a JSON and a JSON-file renderer. 2023-04-14 01:14:23 +02:00
81b5d7adac [maven-release-plugin] prepare for next development iteration 2023-04-08 23:49:47 +02:00
1f4284e89f [maven-release-plugin] prepare release v0.0.5 2023-04-08 23:49:41 +02:00
cc8fe0d536 Merge pull request 'Add interactiveness to HTML outputs.' () from feature/interactive-html into master
Reviewed-on: 
2023-04-08 23:48:20 +02:00
dd498e15cd Add interactiveness to HTML outputs. 2023-04-08 23:46:27 +02:00
57c7359693 [maven-release-plugin] prepare for next development iteration 2023-04-08 22:21:06 +02:00
4963a5c584 [maven-release-plugin] prepare release v0.0.4 2023-04-08 22:21:00 +02:00
41ce39c12c Merge pull request 'Create and return a ByteArrayOutputStream instead of a byte[].' () from feature/pdf-bytearrayoutputstream into master
Reviewed-on: 
2023-04-08 22:00:13 +02:00
5b8ea13838 Create and return a ByteArrayOutputStream instead of a byte[]. 2023-04-08 20:35:06 +02:00
a076681cba
[maven-release-plugin] prepare for next development iteration 2023-04-04 02:19:29 +02:00
943bc71134
[maven-release-plugin] prepare release v0.0.3 2023-04-04 02:19:26 +02:00
c9fe838891 Merge pull request 'feature/cleanup' () from feature/cleanup into master
Reviewed-on: 
2023-04-04 02:11:09 +02:00
27b534313d
Fix compile issues with lombok. 2023-04-04 02:08:35 +02:00
2275651cc1
Various clean ups. 2023-04-04 02:06:24 +02:00
e1781dbdc4
Fixed imports, reformat. 2023-04-04 01:58:31 +02:00
874d4208ef
Update versions, refactor, cleanup. 2023-04-04 01:55:49 +02:00
4291b422bf
[maven-release-plugin] prepare for next development iteration 2022-02-02 01:19:10 +01:00
5b97f8b0eb
[maven-release-plugin] prepare release v0.0.2 2022-02-02 01:19:08 +01:00
d320771614 Merge pull request 'feature/serialize' () from feature/serialize into master
Reviewed-on: 
2022-02-02 01:15:20 +01:00
820521520a
Try not to deploy to the maven repo simply when a PR is open. 2022-02-02 01:12:31 +01:00
195df4f120
Make this commit to trigger a new CI build. 2022-02-02 01:03:00 +01:00
67c07ff2ce
Cosmetics (because the test is trivial). 2022-02-02 00:53:42 +01:00
28c78325fe
Do some refactoring and reformatting. Also, use logback instead of plain ol' System.out.println(). 2022-02-02 00:44:23 +01:00
c8619f80e8 Some dcumentation improvements and minor refactorings. 2022-01-27 22:04:51 +01:00
185114bcf4 Add serialization and deserialization to a compact byte-based format. 2021-02-12 01:51:17 +01:00
41330de4f4 Clean up some code, add comments. Tiny stuff only. 2021-02-11 21:29:02 +01:00
c17f73f9f6 A Labyrinth needs to be at least 2x2; 1x1 is pointless. 2020-10-11 02:25:32 +02:00
a712c34c18 Cleanup. 2020-10-06 02:08:39 +02:00
44cd69f79a [maven-release-plugin] prepare for next development iteration 2020-10-06 01:55:58 +02:00
1b6cb5cd4a [maven-release-plugin] prepare release v0.0.1 2020-10-06 01:55:52 +02:00
6904b602c1 skip tests on deployment. 2020-10-06 01:53:09 +02:00
376812a28e add SCM config to POM 2020-10-06 01:51:19 +02:00
5b2b6bffc4 Adapt package structure 2020-10-06 01:47:05 +02:00
a95985e1ca Change artifact id. 2020-10-06 01:41:20 +02:00
d6029471f0 Refactoring, more tests. 2020-10-06 01:37:47 +02:00