sgt/puzzles
2004-05-11 simonRename the Windows Net executable, due to its clash...
2004-05-11 simonNow we have the UI abstraction, use it to implement...
2004-05-11 simonAnd I _always_ forget to clear the background when...
2004-05-11 simonCosmetic fixes for Windows.
2004-05-11 simonDon't rush move animation to a conclusion on a subseque...
2004-05-11 simonWe should turn off the dragging variables in the UI...
2004-05-11 simonRectangles is now actually playable, since I've used...
2004-05-11 simonOops - missed a bit in the GTK front end :-)
2004-05-11 simonFramework alteration: we now support a `game_ui' struct...
2004-05-11 simonAdded a new game, `Rectangles', taken from nikoli.co.jp.
2004-05-04 simonForgot to initialise the font variables in the Windows...
2004-05-04 simonForgot to set up the initial value of checkboxes.
2004-05-04 simondupstr() should take a const char *. In particular...
2004-05-04 simonNet puzzles more than 32 tiles wide weren't working...
2004-05-04 simonPeter Maydell points out that the README misspells...
2004-05-04 simonUninitialised variable caused ultra-wide windows. Silly.
2004-05-03 simonAdd a README.
2004-05-03 simonShell script to prepare a source distribution archive.
2004-05-03 simonAdd a licence file.
2004-05-03 simonRedraws during undo in Sixteen had been broken by my...
2004-05-03 simonGTK and Windows appear to handle timers very differently:
2004-05-03 simonMake Return and Escape work reliably in GTK dialog...
2004-05-03 simonThe Windows RNG turns out to only give about 16 bits...
2004-05-03 simonImplement selection of game seeds, by reusing the confi...
2004-05-03 simon`Fifteen' was getting the parity wrong on any size...
2004-05-03 simonGame configuration box for Windows, by constructing...
2004-05-02 simon`BOOLEAN' is a term already used by Win32. Bah. Change...
2004-05-01 simonConfiguration dialog box, on the GTK front end only...
2004-05-01 simonRemove arbitrary restriction on Net minimum game size...
2004-05-01 simonWrap the status bar in a viewport, to avoid it expandin...
2004-05-01 simonThe cube was being drawn slightly differently on the...
2004-04-30 simonKeep the status bar in better sync with the game display.
2004-04-30 simonWe were forgetting to count the final move.
2004-04-30 simonIncorrect placing of the polyhedron sometimes left...
2004-04-29 simonAdded a status bar.
2004-04-29 simonImplemented text and clipping primitives in the fronten...
2004-04-29 simon`There's always one'. Add nullgame to .cvsignore.
2004-04-29 simonAdd a template file defining the null game.
2004-04-28 simonAdd a new game concept called a `flash'. This is a...
2004-04-28 simonHave each game declare a name which is used for window...
2004-04-28 simonShift-click is equivalent to middle-click. This is...
2004-04-28 simonFix zillions of MSVC compiler warnings. Sigh.
2004-04-28 simonIntroduce diagonal movement keys on the numeric keypad...
2004-04-28 simonAdd .map and .rsp files to .cvsignore.
2004-04-28 simonMore robust timer handling in GTK: never create a new...
2004-04-28 simonAdd a menu bar, in both Windows and GTK. In particular...
2004-04-27 simonA-_ha_! The Windows Rectangle() call appears to get...
2004-04-27 simonMost of a Windows front end. Something's not _quite_...
2004-04-27 simonStop the user being able to resize the window.
2004-04-27 simonImplemented Cube, in a sufficiently general way that...
2004-04-26 simonFurther general development. Net is now playable, though
2004-04-25 simonGeneral further development. Sketched out the mid-end...
2004-04-25 simonBeginnings of a GTK framework. (And I do mean _beginnin...
2004-04-25 simonInitial checkin of a portable framework for writing...