Block a user
62cbe14170
Updated README.md on CLI.
df97e826c8
Replacing dots with underscores in the version used in the filenames.
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.
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.
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.
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.
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.
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.
4b57ace9d6
Temp
498021456d
Settings are stored.
89c8a5225e
Fixed Research dialog.
28ab816bae
Fixed intro dialog (and generic part of showing dialogs).
82f27a2b4a
Added Rect{,2D,Rel,Rel2D} methods on Point{,F,F32} to create a rectangle with the point as minimum.
cc2addf7e2
Added RectRel{,F,F32} methods.
cc72cd1171
Added comment with the range of the noise functions.
a139b87d58
Add go generate to release script.
093cef549c
Added extract command (extracts resources to the current working directory).
b68107b74a
Added release script.