chiark / gitweb /
sgt-puzzles.git
19 years agoAdd a `jumble' key (`J') to Net, which scrambles the positions of all unlocked
Jacob Nevins [Wed, 22 Dec 2004 19:27:26 +0000 (19:27 +0000)]
Add a `jumble' key (`J') to Net, which scrambles the positions of all unlocked
tiles randomly. (Rachel asked for this; it's been being tested for a good few
months now, and Simon didn't care either way, so in it goes :)

As part of this, the front end can now be asked to provide a random random
seed (IYSWIM).

[originally from svn r5019]

19 years agoAdd grotty casts to prevent negative -> large positive conversion of cursor
Jacob Nevins [Fri, 17 Dec 2004 22:00:20 +0000 (22:00 +0000)]
Add grotty casts to prevent negative -> large positive conversion of cursor
position in Windows frontend; this showed up as a UI glitch while dragging to
the left/top of the window in Rectangles.

[originally from svn r5007]

19 years agoTweak Pattern doc for consistency with other puzzles.
Jacob Nevins [Wed, 8 Dec 2004 13:42:55 +0000 (13:42 +0000)]
Tweak Pattern doc for consistency with other puzzles.

[originally from svn r4957]

19 years agoBah; r4954 introduced an array overrun.
Simon Tatham [Wed, 8 Dec 2004 09:37:57 +0000 (09:37 +0000)]
Bah; r4954 introduced an array overrun.

[originally from svn r4955]
[r4954 == 47e9419452a9fca895f1c84412ab1040d1aa86a5]

19 years agoGame completion detection was occasionally failing to spot a
Simon Tatham [Wed, 8 Dec 2004 08:08:00 +0000 (08:08 +0000)]
Game completion detection was occasionally failing to spot a
lingering GRID_UNKNOWN, causing it to declare victory too soon.

[originally from svn r4954]

19 years agoNew puzzle: `pattern'.
Simon Tatham [Tue, 7 Dec 2004 20:00:58 +0000 (20:00 +0000)]
New puzzle: `pattern'.

[originally from svn r4953]

19 years agoMove MODULE files out of individual project directories into a
Simon Tatham [Thu, 18 Nov 2004 11:30:39 +0000 (11:30 +0000)]
Move MODULE files out of individual project directories into a
MODULES top-level directory, which is where the Tartarus website
scripts will (hopefully) start reading them from.

[originally from svn r4813]
[this svn revision also touched charset,enigma,filter,halibut,putty,pycee,sdlgames,timber]

19 years agoRemove .cvsignore files on all active branches.
Simon Tatham [Tue, 16 Nov 2004 15:29:14 +0000 (15:29 +0000)]
Remove .cvsignore files on all active branches.

[originally from svn r4788]
[this svn revision also touched bmbm,caltrap,charset,enigma,filter,fonts,golem,grunge,halibut,html,lj,local,misc,polyhedra,putty,putty-website,putty-wishlist,pycee,sdlgames,svn-tools,timber,tweak]

19 years agoMove the deactivate_timer() call from window_destroy() into
Simon Tatham [Mon, 6 Sep 2004 15:17:59 +0000 (15:17 +0000)]
Move the deactivate_timer() call from window_destroy() into
destroy(). I'm not sure how it cured the crash-on-quit bug, since it
was in completely the wrong place!

[originally from svn r4533]

19 years agoDeactivate the timer when we destroy the puzzle window. Otherwise it
Simon Tatham [Wed, 1 Sep 2004 11:46:51 +0000 (11:46 +0000)]
Deactivate the timer when we destroy the puzzle window. Otherwise it
might run again in mid-shutdown and cause chaos, if you hit `q' in
the middle of an animated sequence such as the Net finishing flash.

[originally from svn r4525]

19 years agoNow we have the `dir' parameter, we should use it where it makes
Simon Tatham [Tue, 17 Aug 2004 19:59:14 +0000 (19:59 +0000)]
Now we have the `dir' parameter, we should use it where it makes
sense to do so.

[originally from svn r4477]

19 years agoRemove extraneous underscores at start and end of Rectangles seeds.
Simon Tatham [Tue, 17 Aug 2004 11:51:20 +0000 (11:51 +0000)]
Remove extraneous underscores at start and end of Rectangles seeds.

[originally from svn r4473]

19 years agoNet's redraw function now uses the `dir' argument to determine whether it's
Jacob Nevins [Mon, 16 Aug 2004 16:51:18 +0000 (16:51 +0000)]
Net's redraw function now uses the `dir' argument to determine whether it's
redrawing an undo. Seems to work.

[originally from svn r4470]

19 years agoAfter discussion with Simon, the game redraw functions are now passed a new
Jacob Nevins [Mon, 16 Aug 2004 16:29:54 +0000 (16:29 +0000)]
After discussion with Simon, the game redraw functions are now passed a new
argument `dir' which tells them whether this redraw is due to an undo, rather
than have them second-guess it from game state.
Note that none of the actual games yet take advantage of this; so it hasn't
been tested in anger (although it has been inspected by debugging).

[originally from svn r4469]

19 years agoUI nit: make cursor visible upon use of A/S/D keyboard controls.
Jacob Nevins [Mon, 16 Aug 2004 13:54:41 +0000 (13:54 +0000)]
UI nit: make cursor visible upon use of A/S/D keyboard controls.

[originally from svn r4467]

19 years agoThis repository needs to have a copy of mkfiles.pl, although really
Simon Tatham [Mon, 16 Aug 2004 13:52:06 +0000 (13:52 +0000)]
This repository needs to have a copy of mkfiles.pl, although really
I'd prefer to be able to share a single instance with PuTTY.

[originally from svn r4466]

19 years agoClarify that difficulty does not increase forever as you increase
Simon Tatham [Mon, 16 Aug 2004 13:17:40 +0000 (13:17 +0000)]
Clarify that difficulty does not increase forever as you increase
the expansion factor...

[originally from svn r4465]

19 years agoRobustness in the face of a completely configurable expansion factor.
Simon Tatham [Mon, 16 Aug 2004 13:10:07 +0000 (13:10 +0000)]
Robustness in the face of a completely configurable expansion factor.

[originally from svn r4464]

19 years agoMoved my puzzle collection out into ixion's main CVS area, so here's
Simon Tatham [Mon, 16 Aug 2004 12:45:35 +0000 (12:45 +0000)]
Moved my puzzle collection out into ixion's main CVS area, so here's
a MODULE file.

[originally from svn r4463]

19 years agoJust for convenience, a docs Makefile, outside the main mkfiles.pl
Simon Tatham [Mon, 16 Aug 2004 12:43:03 +0000 (12:43 +0000)]
Just for convenience, a docs Makefile, outside the main mkfiles.pl
structure.

[originally from svn r4462]

19 years agoFold in the expanded-grid mechanism for generating different kinds
Simon Tatham [Mon, 16 Aug 2004 12:42:11 +0000 (12:42 +0000)]
Fold in the expanded-grid mechanism for generating different kinds
of puzzle. Configurable option, turned off by default, and not
propagated in game IDs (though you can explicitly specify it in
command-line parameters, and the docs explain how).

[originally from svn r4461]

19 years agoAdded a help file, mostly thanks to Jacob.
Simon Tatham [Mon, 16 Aug 2004 12:23:56 +0000 (12:23 +0000)]
Added a help file, mostly thanks to Jacob.

[originally from svn r4460]

19 years agoFailed to connect up the `destroy' signal in error_box(), causing
Simon Tatham [Fri, 30 Jul 2004 12:16:57 +0000 (12:16 +0000)]
Failed to connect up the `destroy' signal in error_box(), causing
gtk_main_quit not to get called, with the result that the whole game
ended up running one gtk_main level lower down. This meant that
final dialog box processing was not performed, so that (for example)
selecting 1x1 in Net, hitting OK and getting an error box, then
selecting a different size and hitting OK again failed to change to
the new size.

[originally from svn r4376]

19 years agoHACKING should be in .cvsignore.
Simon Tatham [Mon, 5 Jul 2004 10:32:26 +0000 (10:32 +0000)]
HACKING should be in .cvsignore.

[originally from svn r4322]

19 years agoRichard B's utterly evil `netslide': cross between Net and Sixteen.
Simon Tatham [Wed, 26 May 2004 09:07:14 +0000 (09:07 +0000)]
Richard B's utterly evil `netslide': cross between Net and Sixteen.

[originally from svn r4257]

20 years agoAdded the beginnings of a hacking guide.
Simon Tatham [Mon, 24 May 2004 13:07:28 +0000 (13:07 +0000)]
Added the beginnings of a hacking guide.

[originally from svn r4255]

20 years agomakedist.sh should be silent.
Simon Tatham [Sat, 22 May 2004 13:08:18 +0000 (13:08 +0000)]
makedist.sh should be silent.

[originally from svn r4240]

20 years agoFix a memory leak.
Simon Tatham [Sat, 22 May 2004 13:07:23 +0000 (13:07 +0000)]
Fix a memory leak.

[originally from svn r4239]

20 years agoNow that we have string-encodable game parameters, let's support a
Simon Tatham [Thu, 20 May 2004 08:22:49 +0000 (08:22 +0000)]
Now that we have string-encodable game parameters, let's support a
command-line argument which is either a set of parameters or a
params+seed game ID.

[originally from svn r4234]

20 years agoIntroduce routines in each game module to encode a set of game
Simon Tatham [Wed, 19 May 2004 11:57:09 +0000 (11:57 +0000)]
Introduce routines in each game module to encode a set of game
parameters as a string, and decode it again. This is used in
midend.c to prepend the game parameters to the game seed, so that
copying out of the Specific box is sufficient to completely specify
the game you were playing.
Throughout development of these games I have referred to `seed'
internally, and `game ID' externally. Now there's a measurable
difference between them! :-)

[originally from svn r4231]

20 years agoFix `visible' calculation (again).
Simon Tatham [Wed, 12 May 2004 18:54:16 +0000 (18:54 +0000)]
Fix `visible' calculation (again).

[originally from svn r4223]

20 years agoAhem. Seed validation was completely broken.
Simon Tatham [Wed, 12 May 2004 18:53:47 +0000 (18:53 +0000)]
Ahem. Seed validation was completely broken.

[originally from svn r4222]

20 years agoDuring redraws, I now do corner analysis centrally, which enables me
Simon Tatham [Wed, 12 May 2004 18:45:11 +0000 (18:45 +0000)]
During redraws, I now do corner analysis centrally, which enables me
to maintain the `visible' array accurately and hence actually switch
it on. This prevents us having to redraw the entire playing area on
any move, which means really big grids are now sensibly playable
without display lag.

[originally from svn r4221]

20 years agoRemove vestigial code from the previous attempt at clever grid
Simon Tatham [Wed, 12 May 2004 18:28:11 +0000 (18:28 +0000)]
Remove vestigial code from the previous attempt at clever grid
generation. Grid generation should now be orders of magnitude faster
at large sizes.

[originally from svn r4220]

20 years agoFiddle with the coordinate system to see if I can improve user
Simon Tatham [Wed, 12 May 2004 12:33:03 +0000 (12:33 +0000)]
Fiddle with the coordinate system to see if I can improve user
experience.

[originally from svn r4219]

20 years agoFlash on completion. Two people actually complained! :-)
Simon Tatham [Wed, 12 May 2004 12:32:27 +0000 (12:32 +0000)]
Flash on completion. Two people actually complained! :-)

[originally from svn r4218]

20 years agoMissing draw_update call.
Simon Tatham [Tue, 11 May 2004 23:22:08 +0000 (23:22 +0000)]
Missing draw_update call.

[originally from svn r4216]

20 years agoRename the Windows Net executable, due to its clash with the system
Simon Tatham [Tue, 11 May 2004 19:32:05 +0000 (19:32 +0000)]
Rename the Windows Net executable, due to its clash with the system
net.exe.

[originally from svn r4215]

20 years agoNow we have the UI abstraction, use it to implement keyboard control
Simon Tatham [Tue, 11 May 2004 19:24:22 +0000 (19:24 +0000)]
Now we have the UI abstraction, use it to implement keyboard control
in Net.

[originally from svn r4214]

20 years agoAnd I _always_ forget to clear the background when first drawing the
Simon Tatham [Tue, 11 May 2004 18:46:36 +0000 (18:46 +0000)]
And I _always_ forget to clear the background when first drawing the
display of a new game, so I'll add it to nullgame.c and hope that
makes me remember it next time!

[originally from svn r4213]

20 years agoCosmetic fixes for Windows.
Simon Tatham [Tue, 11 May 2004 18:46:10 +0000 (18:46 +0000)]
Cosmetic fixes for Windows.

[originally from svn r4212]

20 years agoDon't rush move animation to a conclusion on a subsequent keypress
Simon Tatham [Tue, 11 May 2004 18:37:20 +0000 (18:37 +0000)]
Don't rush move animation to a conclusion on a subsequent keypress
unless there's actual activity happening as a result of the move.
Net animations were tending to get rushed to conclusion by the mouse
button release now that it's being reported to the mid-end.

[originally from svn r4211]

20 years agoWe should turn off the dragging variables in the UI _whenever_
Simon Tatham [Tue, 11 May 2004 18:32:48 +0000 (18:32 +0000)]
We should turn off the dragging variables in the UI _whenever_
`enddrag' is TRUE, not just when the end of the drag was within a
sensible range.

[originally from svn r4210]

20 years agoRectangles is now actually playable, since I've used the new UI
Simon Tatham [Tue, 11 May 2004 18:29:49 +0000 (18:29 +0000)]
Rectangles is now actually playable, since I've used the new UI
feature to arrange a mechanism that allows you to draw a whole
rectangle at a time by dragging rather than having to click each
edge individually.

[originally from svn r4209]

20 years agoOops - missed a bit in the GTK front end :-)
Simon Tatham [Tue, 11 May 2004 17:45:45 +0000 (17:45 +0000)]
Oops - missed a bit in the GTK front end :-)

[originally from svn r4208]

20 years agoFramework alteration: we now support a `game_ui' structure in
Simon Tatham [Tue, 11 May 2004 17:44:30 +0000 (17:44 +0000)]
Framework alteration: we now support a `game_ui' structure in
addition to the `game_state'. The new structure is intended to
contain ephemeral data pertaining to the game's user interface
rather than the actual game: things stored in the UI structure are
not restored in an Undo, for example.
make_move() is passed the UI to modify as it wishes; it is now
allowed to return the _same_ game_state it was passed, to indicate
that although no move has been made there has been a UI operation
requiring a redraw.

[originally from svn r4207]

20 years agoAdded a new game, `Rectangles', taken from nikoli.co.jp.
Simon Tatham [Tue, 11 May 2004 17:06:50 +0000 (17:06 +0000)]
Added a new game, `Rectangles', taken from nikoli.co.jp.

[originally from svn r4206]

20 years agoForgot to initialise the font variables in the Windows frontend structure.
Simon Tatham [Tue, 4 May 2004 11:20:47 +0000 (11:20 +0000)]
Forgot to initialise the font variables in the Windows frontend structure.

[originally from svn r4200]

20 years agoForgot to set up the initial value of checkboxes.
Simon Tatham [Tue, 4 May 2004 10:24:08 +0000 (10:24 +0000)]
Forgot to set up the initial value of checkboxes.

[originally from svn r4199]

20 years agodupstr() should take a const char *. In particular, this allows
Simon Tatham [Tue, 4 May 2004 09:56:38 +0000 (09:56 +0000)]
dupstr() should take a const char *. In particular, this allows
compilation under GTK 2.

[originally from svn r4198]

20 years agoNet puzzles more than 32 tiles wide weren't working properly due to
Simon Tatham [Tue, 4 May 2004 09:18:33 +0000 (09:18 +0000)]
Net puzzles more than 32 tiles wide weren't working properly due to
me testing the wrong variables for clicks on the tile border...

[originally from svn r4197]

20 years agoPeter Maydell points out that the README misspells `Makefile' as
Simon Tatham [Tue, 4 May 2004 08:33:28 +0000 (08:33 +0000)]
Peter Maydell points out that the README misspells `Makefile' as
`Makefile.gtk'.

[originally from svn r4196]

20 years agoUninitialised variable caused ultra-wide windows. Silly.
Simon Tatham [Tue, 4 May 2004 08:28:47 +0000 (08:28 +0000)]
Uninitialised variable caused ultra-wide windows. Silly.

[originally from svn r4195]

20 years agoAdd a README.
Simon Tatham [Mon, 3 May 2004 13:07:43 +0000 (13:07 +0000)]
Add a README.

[originally from svn r4194]

20 years agoShell script to prepare a source distribution archive.
Simon Tatham [Mon, 3 May 2004 13:03:12 +0000 (13:03 +0000)]
Shell script to prepare a source distribution archive.

[originally from svn r4193]

20 years agoAdd a licence file.
Simon Tatham [Mon, 3 May 2004 12:48:13 +0000 (12:48 +0000)]
Add a licence file.

[originally from svn r4192]

20 years agoRedraws during undo in Sixteen had been broken by my faffing about
Simon Tatham [Mon, 3 May 2004 12:12:30 +0000 (12:12 +0000)]
Redraws during undo in Sixteen had been broken by my faffing about
with last_movement_sense (which was necessary to fix the animation
when the grid was only 2 squares wide in either dimension). Movement
sense is now inverted if the move being animated is an undo.

[originally from svn r4191]

20 years agoGTK and Windows appear to handle timers very differently:
Simon Tatham [Mon, 3 May 2004 09:43:08 +0000 (09:43 +0000)]
GTK and Windows appear to handle timers very differently:
specifically, the elapsed time between calls varies much more with
GTK than it does under Windows. Therefore, I now take my own time
readings on every timer call, and this appears to have made the
animations run at closer to the same speed between platforms. Having
done that, I decided some of them were at the _wrong_ speed, and
fiddled with each game's timings as well.

[originally from svn r4189]

20 years agoMake Return and Escape work reliably in GTK dialog boxes.
Simon Tatham [Mon, 3 May 2004 09:19:34 +0000 (09:19 +0000)]
Make Return and Escape work reliably in GTK dialog boxes.

[originally from svn r4188]

20 years agoThe Windows RNG turns out to only give about 16 bits at a time. This
Simon Tatham [Mon, 3 May 2004 09:10:52 +0000 (09:10 +0000)]
The Windows RNG turns out to only give about 16 bits at a time. This
is (a) pretty feeble, and (b) means that although Net seeds transfer
between platforms and still generate the same game, there's a
suspicious discrepancy in the typical seed _generated_ by each
platform.
I have a better RNG kicking around in this code base already, so
I'll just use it. Each midend has its own random_state, which it
passes to new_game_seed() as required. A handy consequence of this
is that initial seed data is now passed to midend_new(), which means
that new platform implementors are unlikely to forget to seed the
RNG because failure to do so causes a compile error!

[originally from svn r4187]

20 years agoImplement selection of game seeds, by reusing the config box
Simon Tatham [Mon, 3 May 2004 08:51:31 +0000 (08:51 +0000)]
Implement selection of game seeds, by reusing the config box
mechanism I've just invented (the midend handles the standard game
selection configuration). Each game is now required to validate its
own seed data before attempting to base a game on it and potentially
confusing itself.

[originally from svn r4186]

20 years ago`Fifteen' was getting the parity wrong on any size of board where
Simon Tatham [Mon, 3 May 2004 07:56:23 +0000 (07:56 +0000)]
`Fifteen' was getting the parity wrong on any size of board where
the top left and bottom right corners didn't have the same
chessboard colour.

[originally from svn r4185]

20 years agoGame configuration box for Windows, by constructing the dialog box
Simon Tatham [Mon, 3 May 2004 07:52:33 +0000 (07:52 +0000)]
Game configuration box for Windows, by constructing the dialog box
right from scratch without the slightest reference to any dialog
templates (meaning that we get to figure out the layout and _then_
choose the window size). I'm rather pleased with that. Also
introduced free_cfg(), which is why this checkin touched gtk.c as
well.

[originally from svn r4184]

20 years ago`BOOLEAN' is a term already used by Win32. Bah. Change terminology.
Simon Tatham [Sun, 2 May 2004 10:43:46 +0000 (10:43 +0000)]
`BOOLEAN' is a term already used by Win32. Bah. Change terminology.

[originally from svn r4183]

20 years agoConfiguration dialog box, on the GTK front end only as yet.
Simon Tatham [Sat, 1 May 2004 11:32:12 +0000 (11:32 +0000)]
Configuration dialog box, on the GTK front end only as yet.

[originally from svn r4182]

20 years agoRemove arbitrary restriction on Net minimum game size. (Awww, cute
Simon Tatham [Sat, 1 May 2004 08:58:48 +0000 (08:58 +0000)]
Remove arbitrary restriction on Net minimum game size. (Awww, cute
2x2! Cuter 2x1!)

[originally from svn r4181]

20 years agoWrap the status bar in a viewport, to avoid it expanding if the text
Simon Tatham [Sat, 1 May 2004 07:53:53 +0000 (07:53 +0000)]
Wrap the status bar in a viewport, to avoid it expanding if the text
doesn't fit in it. This not only looked ugly, but caused unnecessary
calls to configure_area() and kept destroying the pixmap.

[originally from svn r4180]

20 years agoThe cube was being drawn slightly differently on the top and left
Simon Tatham [Sat, 1 May 2004 07:32:09 +0000 (07:32 +0000)]
The cube was being drawn slightly differently on the top and left
rows, because the coordinates were crossing one or other axis at
that point and so the lower coordinate was being rounded up while
the upper one was rounded down. Judicious use of floor() fixes it.

[originally from svn r4179]

20 years agoKeep the status bar in better sync with the game display.
Simon Tatham [Fri, 30 Apr 2004 10:17:22 +0000 (10:17 +0000)]
Keep the status bar in better sync with the game display.

[originally from svn r4177]

20 years agoWe were forgetting to count the final move.
Simon Tatham [Fri, 30 Apr 2004 10:14:55 +0000 (10:14 +0000)]
We were forgetting to count the final move.

[originally from svn r4176]

20 years agoIncorrect placing of the polyhedron sometimes left it on a blue
Simon Tatham [Fri, 30 Apr 2004 10:11:53 +0000 (10:11 +0000)]
Incorrect placing of the polyhedron sometimes left it on a blue
square. Oops.

[originally from svn r4175]

20 years agoAdded a status bar.
Simon Tatham [Thu, 29 Apr 2004 19:23:08 +0000 (19:23 +0000)]
Added a status bar.

[originally from svn r4174]

20 years agoImplemented text and clipping primitives in the frontend, and added
Simon Tatham [Thu, 29 Apr 2004 18:10:22 +0000 (18:10 +0000)]
Implemented text and clipping primitives in the frontend, and added
two new simple games `fifteen' and `sixteen'.

[originally from svn r4173]

20 years ago`There's always one'. Add nullgame to .cvsignore.
Simon Tatham [Thu, 29 Apr 2004 09:15:42 +0000 (09:15 +0000)]
`There's always one'. Add nullgame to .cvsignore.

[originally from svn r4170]

20 years agoAdd a template file defining the null game.
Simon Tatham [Thu, 29 Apr 2004 08:37:19 +0000 (08:37 +0000)]
Add a template file defining the null game.

[originally from svn r4169]

20 years agoAdd a new game concept called a `flash'. This is a graphical effect
Simon Tatham [Wed, 28 Apr 2004 18:43:50 +0000 (18:43 +0000)]
Add a new game concept called a `flash'. This is a graphical effect
taking non-zero time, which is triggered by the making of a move and
is _not_ hurried to its conclusion by the start of the next move (so
the game redraw function is expected to be able to draw it in
parallel with continuing moves). The only thing that prematurely
terminates a flash is the start of a fresh flash. In particular,
this concept is used to display the completion flash in Net, because
at least _my_ playing instincts make me lock every piece I've
unambiguously placed, and hence the last turn move is instantly
followed by a lock move which was previously suppressing the
completion flash.

[originally from svn r4168]

20 years agoHave each game declare a name which is used for window titles etc.
Simon Tatham [Wed, 28 Apr 2004 17:46:04 +0000 (17:46 +0000)]
Have each game declare a name which is used for window titles etc.

[originally from svn r4167]

20 years agoShift-click is equivalent to middle-click. This is mostly for
Simon Tatham [Wed, 28 Apr 2004 17:42:32 +0000 (17:42 +0000)]
Shift-click is equivalent to middle-click. This is mostly for
Windows users who may not have a middle button at all, but I've
replicated it in GTK to maintain cross-platform consistency.

[originally from svn r4166]

20 years agoFix zillions of MSVC compiler warnings. Sigh.
Simon Tatham [Wed, 28 Apr 2004 17:37:13 +0000 (17:37 +0000)]
Fix zillions of MSVC compiler warnings. Sigh.

[originally from svn r4165]

20 years agoIntroduce diagonal movement keys on the numeric keypad, and use them
Simon Tatham [Wed, 28 Apr 2004 17:21:57 +0000 (17:21 +0000)]
Introduce diagonal movement keys on the numeric keypad, and use them
as an alternative control method in Cube. (This was a bit of hassle
in the Windows front end; I also introduced a debugging framework
and made TranslateMessage conditional.)

[originally from svn r4162]

20 years agoAdd .map and .rsp files to .cvsignore.
Simon Tatham [Wed, 28 Apr 2004 12:39:39 +0000 (12:39 +0000)]
Add .map and .rsp files to .cvsignore.

[originally from svn r4160]

20 years agoMore robust timer handling in GTK: never create a new timer when one
Simon Tatham [Wed, 28 Apr 2004 12:34:37 +0000 (12:34 +0000)]
More robust timer handling in GTK: never create a new timer when one
is already active.

[originally from svn r4159]

20 years agoAdd a menu bar, in both Windows and GTK. In particular, game modules
Simon Tatham [Wed, 28 Apr 2004 12:07:15 +0000 (12:07 +0000)]
Add a menu bar, in both Windows and GTK. In particular, game modules
are now expected to provide a list of `presets' (game_params plus a
name) which are selectable from the menu. This means I can play
both Octahedron and Cube without recompiling in between :-)
While I'm here, also enabled a Cygwin makefile, which Just Worked.

[originally from svn r4158]

20 years agoA-_ha_! The Windows Rectangle() call appears to get uppity if asked
Simon Tatham [Tue, 27 Apr 2004 22:49:21 +0000 (22:49 +0000)]
A-_ha_! The Windows Rectangle() call appears to get uppity if asked
to draw a 1x1 rectangle, presumably on the grounds that that's
beneath its dignity and you ought to be using SetPixel() instead. So
now I do, and now Net actually looks exactly the same on Windows and
GTK. Woo!

[originally from svn r4157]

20 years agoMost of a Windows front end. Something's not _quite_ right in the
Simon Tatham [Tue, 27 Apr 2004 20:51:08 +0000 (20:51 +0000)]
Most of a Windows front end. Something's not _quite_ right in the
GDI - there are blobs in the middle of powered lines in Net. But
it's 99% there now.

[originally from svn r4156]

20 years agoStop the user being able to resize the window.
Simon Tatham [Tue, 27 Apr 2004 19:01:49 +0000 (19:01 +0000)]
Stop the user being able to resize the window.

[originally from svn r4155]

20 years agoImplemented Cube, in a sufficiently general way that it also handles
Simon Tatham [Tue, 27 Apr 2004 17:44:30 +0000 (17:44 +0000)]
Implemented Cube, in a sufficiently general way that it also handles
the tetrahedron, octahedron and icosahedron.

[originally from svn r4151]

20 years agoFurther general development. Net is now playable, though
Simon Tatham [Mon, 26 Apr 2004 17:10:44 +0000 (17:10 +0000)]
Further general development. Net is now playable, though
configuration is absent as yet.

[originally from svn r4145]

20 years agoGeneral further development. Sketched out the mid-end, added more
Simon Tatham [Sun, 25 Apr 2004 20:15:22 +0000 (20:15 +0000)]
General further development. Sketched out the mid-end, added more
GTK code, rudiments of event passing.

[originally from svn r4141]

20 years agoBeginnings of a GTK framework. (And I do mean _beginnings_; it opens
Simon Tatham [Sun, 25 Apr 2004 14:45:22 +0000 (14:45 +0000)]
Beginnings of a GTK framework. (And I do mean _beginnings_; it opens
a window and that's about it.)

[originally from svn r4139]

20 years agoInitial checkin of a portable framework for writing small GUI puzzle
Simon Tatham [Sun, 25 Apr 2004 14:27:58 +0000 (14:27 +0000)]
Initial checkin of a portable framework for writing small GUI puzzle
games.

[originally from svn r4138]