schobers
  • Joined on 2018-03-10
schobers pushed to master at schobers/tins2020 2020-05-25 18:03:35 +00:00
62cbe14170 Updated README.md on CLI.
df97e826c8 Replacing dots with underscores in the version used in the filenames.
Compare 2 commits »
schobers pushed to master at schobers/zntg 2020-05-24 18:15:44 +00:00
869f87dd4f Added a debug overlay.
schobers pushed to master at schobers/tins2020 2020-05-24 17:57:44 +00:00
1bea3dd412 Fixed bug where the buy flower button wasn't enabled on load.
ddef723f80 Added keyboard shortcuts for load/new/save game.
cb58ebdf77 Added confirmation dialogs for save/load/new game.
6a8a23bf61 Elaborated README a bit on using the Allegro backend.
Compare 4 commits »
schobers pushed to master at schobers/zntg 2020-05-24 17:16:24 +00:00
43d49a0dbb Fixed bug where spacing was not respecting a fixed width/height when asking its proxied control for its desired size.
352984d6d9 Overlays must be handled & rendered in their order.
Compare 2 commits »
schobers pushed to master at schobers/tins2020 2020-05-23 14:03:22 +00:00
820d0f109a Cursor changes when tool is selected.
schobers pushed to master at schobers/tins2020 2020-05-23 10:36:47 +00:00
2f5f682a59 Fixed bug where hovering a buy flower button wasn't visualized properly.
064ec4619d Added tooltips when planting flowers.
ef6a60e155 Made coneflower prefer cold climates more.
Compare 3 commits »
schobers pushed to master at schobers/tins2020 2020-05-23 10:08:32 +00:00
ea26db29f3 Added allegro build tag to the README.
d24b4eb376 Updated release script to produce Allegro build as well.
855db3375c Added build flag to switch to Allegro backend.
822d8ab584 Fixed incorrect panning.
b7b663ddb5 Fixed bug where mouse was released outside terrain area when dragging it kept dragging.
Compare 5 commits »
schobers pushed to master at schobers/allg5 2020-05-23 09:58:54 +00:00
504f49ee26 Added workaround for a missing symbol when using an old mingw64 (e.g. 7.3).
schobers pushed to master at schobers/zntg 2020-05-23 09:02:15 +00:00
cdc999ad42 Added option to Pan using tile coordinates.
schobers pushed to master at schobers/tins2020 2020-05-23 08:33:29 +00:00
66eaa054c5 Refactored Botanim to use zntg (rendering abstraction).
schobers pushed to zntg_migration at schobers/tins2020 2020-05-23 08:18:50 +00:00
30add82f6a Game resumes previous speed after load.
4519417b4e Refactored terrainRenderer to use play.IsometricProjection.
f065317c76 Removed buttonbar (replaced by StackPanel).
6493b3165b Fixed remaining incompatibilities.
b85f4e404d Fixed handling of mouse wheel for zooming the terrain.
Compare 8 commits »
schobers pushed to master at schobers/allg5 2020-05-23 06:56:58 +00:00
a1f157c317 A sub-bitmap now removes itself from the registration of its parent. With this change it is safe to Destroy the sub-bitmap (and afterwards destroy the parent bitmap). The implementation is not thread-safe.
schobers pushed to zntg_migration at schobers/tins2020 2020-05-17 19:16:06 +00:00
4b57ace9d6 Temp
498021456d Settings are stored.
89c8a5225e Fixed Research dialog.
28ab816bae Fixed intro dialog (and generic part of showing dialogs).
Compare 4 commits »
schobers pushed to master at schobers/geom 2020-05-17 09:27:25 +00:00
82f27a2b4a Added Rect{,2D,Rel,Rel2D} methods on Point{,F,F32} to create a rectangle with the point as minimum.
schobers pushed to zntg_migration at schobers/tins2020 2020-05-17 09:06:48 +00:00
3474d7d973 First compiling & running version.
schobers pushed to master at schobers/geom 2020-05-17 08:38:04 +00:00
c81df8279f Added all missing conversion functions from the different point & rectangle formats.
schobers pushed to master at schobers/geom 2020-05-16 17:52:09 +00:00
18bac571b8 Added PointF{,32}.ToInt that converts the point to a Point.
schobers pushed to master at schobers/geom 2020-05-15 21:39:19 +00:00
17af2eb843 Add Ceil{,32} and Floor{,32}.
schobers pushed to master at schobers/geom 2020-05-15 08:24:13 +00:00
cc2addf7e2 Added RectRel{,F,F32} methods.
cc72cd1171 Added comment with the range of the noise functions.
Compare 2 commits »
schobers pushed to master at schobers/tins2020 2020-05-15 08:01:02 +00:00
a139b87d58 Add go generate to release script.
093cef549c Added extract command (extracts resources to the current working directory).
b68107b74a Added release script.
Compare 3 commits »