0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1.1.d.23 (in progress): Game volume
Larry Gilbert
as dischead
More... over 23 years ago
Updated copyright
Larry Gilbert
as dischead
More... over 23 years ago
Copied preamble from other files (including updated copyright)
Larry Gilbert
as dischead
More... over 23 years ago
Updated copyright. Updated Beep() to respect system preference for game volume.
Larry Gilbert
as dischead
More... over 23 years ago
Choosing "Tips" in the help menu now calls up a help screem with MessagesHelpStr in it
Larry Gilbert
as dischead
More... over 23 years ago
Added MessagesHelpStr
Larry Gilbert
as dischead
More... over 23 years ago
Changed menu-event handling code to remove need for calling up the about form (it's already done by the application-level menu-handling code in chesscli.c).
Larry Gilbert
as dischead
More... over 23 years ago
Added new MessagesMenuBar, copying from BoardMenuBar (old FullMenuBar). Removed Edit menu from BoardMenuBar. Added "Tips" to Help menus on both BoardMenuBar and MessagesMenuBar.
Larry Gilbert
as dischead
More... over 23 years ago
Changed FullMenuBar to BoardMenuBar
Larry Gilbert
as dischead
More... over 23 years ago
Changed FullMenuBar to BoardMenuBar, added MessagesMenuBar
Larry Gilbert
as dischead
More... over 23 years ago
Added HelpMenuTips and BoardHelpStr; renumbered menu IDs
Larry Gilbert
as dischead
More... over 23 years ago
Bunch of changes, most notably a new BoardHelpStr and a rearrangement of the BITMAPFAMILYs to look prettier
Larry Gilbert
as dischead
More... over 23 years ago
Bumped up version number. Added Makefile to .rcp file's dependencies.
Larry Gilbert
as dischead
More... over 23 years ago
Note about fixing board-size-changing bug
Larry Gilbert
as dischead
More... almost 24 years ago
New function BoardChangeSize, which takes care of all aspects of changing the board size--loading the new bitmap, cleaning up the screen between redraws, etc. loadbitmap() now handles only bitmap loading.
Larry Gilbert
as dischead
More... almost 24 years ago
1.1.d.22
Larry Gilbert
as dischead
More... almost 24 years ago
1.1.d.21
Larry Gilbert
as dischead
More... almost 24 years ago
Fixed bug that caused tap+drag moves to leave a trail of highlighted boxes along the same rank and file as the originally-tapped square. This may be the last bug in the new pen-handling code.
Larry Gilbert
as dischead
More... almost 24 years ago
1.1.d.20
Larry Gilbert
as dischead
More... almost 24 years ago
New note about new move-making code (BoardHandlePenEvent)
Larry Gilbert
as dischead
More... almost 24 years ago
Fixed a couple of subtile bugs in BoardHandlePenEvent. (Still no fix for dragging behavior.)
Larry Gilbert
as dischead
More... almost 24 years ago
Got most of the bugs out of BoardHandlePenEvent, but still haven't been able to fix dragging behavior. (Present behavior, though buggy, is at least sensible.)
Larry Gilbert
as dischead
More... almost 24 years ago
Added support (not yet bug-free) for more sophisticated move making and highlighting. Swapped the two parameters to the Board(H|Unh)ighlightSquare functions because it's easier to think in x/y terms than row/column terms.
Larry Gilbert
as dischead
More... almost 24 years ago
Highlight squares with grey-patterend box when the board bitmap in use is known to be black and white (squares literally either black or white)
Larry Gilbert
as dischead
More... almost 24 years ago
Depth of display color to use is now stored as a global
Larry Gilbert
as dischead
More... almost 24 years ago
Greatly simplified the means of producing a graphical enter button on the messages form
Larry Gilbert
as dischead
More... almost 24 years ago
1.1.d.19
Larry Gilbert
as dischead
More... almost 24 years ago
Made the mem handle for the custom font into a global. Should clean up the font from memory correctly now.
Larry Gilbert
as dischead
More... almost 24 years ago
Rearranged BoardFormHandleEvent to avoid double-drawing the board when the form is opened
Larry Gilbert
as dischead
More... almost 24 years ago
Better line breaking of SourceForge URL in credits
Larry Gilbert
as dischead
More... almost 24 years ago