Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

CVS log for games/mines/mines.c

[BACK] Up to [Platon] / games / mines

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - [select for diffs], Mon Sep 20 09:18:46 2004 UTC (19 years, 7 months ago) by nepto


Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Changed Platon SDG postal address.

Revision 1.22 / (download) - [select for diffs], Tue Apr 6 09:54:17 2004 UTC (20 years ago) by nepto

Changes since 1.21: +13 -5 lines
Diff to previous 1.21 (colored)

Headers update:
    - switch to standard/classic Platon SDG source header
    - bumped copyright year to 2004
    - changelog dates reformatted to new format YYYY-MM-DD

Revision 1.21 / (download) - [select for diffs], Tue Apr 6 09:04:08 2004 UTC (20 years ago) by nepto

Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

New standard function epilogue() was created; it is called at the end of
program execution and it prints text containing brief game(s) history.

Revision 1.20 / (download) - [select for diffs], Mon Apr 5 23:28:12 2004 UTC (20 years ago) by nepto

Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

Fixed two text typos.
Fixed question text constant in "play again" dialog.

Revision 1.19 / (download) - [select for diffs], Fri Nov 7 21:57:41 2003 UTC (20 years, 5 months ago) by nepto

Changes since 1.18: +24 -17 lines
Diff to previous 1.18 (colored)

Clocking and timing finally solved via CLOCK_FNC and CLOCK_DIV.

Revision 1.18 / (download) - [select for diffs], Fri Nov 7 21:38:17 2003 UTC (20 years, 5 months ago) by nepto

Changes since 1.17: +11 -6 lines
Diff to previous 1.17 (colored)

Made Mines tocompile on Ms-Dos.

Revision 1.17 / (download) - [select for diffs], Fri Nov 7 18:17:35 2003 UTC (20 years, 5 months ago) by nepto

Changes since 1.16: +151 -83 lines
Diff to previous 1.16 (colored)

Long texts translated and moved into "defines".
Others tiny translations.

Revision 1.16 / (download) - [select for diffs], Tue Nov 4 22:00:52 2003 UTC (20 years, 5 months ago) by nepto

Changes since 1.15: +149 -54 lines
Diff to previous 1.15 (colored)

Added language defines.
Added ENGLISH_NEW texts.
All is translated except long stories.

Revision 1.15 / (download) - [select for diffs], Mon Oct 27 09:57:36 2003 UTC (20 years, 5 months ago) by nepto

Changes since 1.14: +162 -88 lines
Diff to previous 1.14 (colored)

Alternation of info-bar moving handler.
Created function desktop_save_or_restore() for desktop saving/restoring.
Completelly rewritte game F1 (Help) and F4 (Pause) handlers to use new
  desktop saving/restoring functionality.
Function YesNo() changed to have better look and use more safer
  getimage()/putimage() handling.

Revision 1.14 / (download) - [select for diffs], Tue Aug 12 20:51:00 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

X11 adaptations (currently sources can be compiled using "make x11",
however they do not fully and desirably works; this is work in progress)

Revision 1.13 / (download) - [select for diffs], Sun Aug 3 21:34:19 2003 UTC (20 years, 8 months ago) by nepto

Changes since 1.12: +11 -1 lines
Diff to previous 1.12 (colored)

Mass headers update. Now completelly OK.

Revision 1.12 / (download) - [select for diffs], Sun Jul 20 12:18:56 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.11: +114 -83 lines
Diff to previous 1.11 (colored)

Added some assertions usage controlled by ASSERTION_USAGE constant.
Fixedbuffer overflow bug in WriteInfo() function, if there was more
  than 999 mines.
Various code cleanups.

Revision 1.11 / (download) - [select for diffs], Thu Jul 17 21:44:29 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.10: +37 -40 lines
Diff to previous 1.10 (colored)

Fixed bug when single or last mine is opened.
Sources reorganization in mouse clicks part.

Revision 1.10 / (download) - [select for diffs], Wed Jul 16 19:56:36 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.9: +5 -3 lines
Diff to previous 1.9 (colored)

Playing time in info bar is printed in the same way
as other information in info bar.

Revision 1.9 / (download) - [select for diffs], Wed Jul 16 17:30:26 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.8: +23 -5 lines
Diff to previous 1.8 (colored)

Implemented switch PSQUARE_DYNAMIC_ALLOCATION.

Revision 1.8 / (download) - [select for diffs], Wed Jul 16 17:02:17 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.7: +2 -4 lines
Diff to previous 1.7 (colored)

Removed unneccessary debug comment.

Revision 1.7 / (download) - [select for diffs], Wed Jul 16 16:59:12 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.6: +26 -12 lines
Diff to previous 1.6 (colored)

Behaviour of first click changed. Now clicked field is not neccessary
valued with 0. However clicked field is still not MINE. Function
SetExcludeMines() implemented in order to satisfy described feature.

Revision 1.6 / (download) - [select for diffs], Sat Jul 12 12:43:13 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.5: +30 -13 lines
Diff to previous 1.5 (colored)

Fixed Mines button click on question "Do you want to play again?" after
game was finished/failed.

Revision 1.5 / (download) - [select for diffs], Fri Jun 27 02:18:31 2003 UTC (20 years, 9 months ago) by nepto

Changes since 1.4: +28 -8 lines
Diff to previous 1.4 (colored)

Games ported to Win32 platform. There are still some minor graphics
tweaks, however they compile and run pretty well.

Revision 1.4 / (download) - [select for diffs], Sun Jun 22 18:40:34 2003 UTC (20 years, 10 months ago) by nepto

Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Changed several occurences of Linux to SVGAlib (for example
PLATON_SYSTEM_LINUX was changed to PLATON_SYSTEM_SVGALIB, also Makefile
targets are now svgalib and svgalib-clean).

Revision 1.3 / (download) - [select for diffs], Wed May 21 13:58:30 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.2: +1503 -1503 lines
Diff to previous 1.2 (colored)

File format was changed from "dos" to "unix".

Revision 1.2 / (download) - [select for diffs], Sun May 18 22:51:41 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.1: +143 -182 lines
Diff to previous 1.1 (colored)

Hiscore manipulation routines were improved/reimplemented
and moved into seprate module.
Building stuff was altered appropriatelly.
Several function were folded and code indetation was slightly changed.

Revision 1.1 / (download) - [select for diffs], Sun May 11 18:48:45 2003 UTC (20 years, 11 months ago) by nepto

Initial revision

Revision 1.1.1.1 / (download) - [select for diffs] (vendor branch), Sun May 11 18:48:45 2003 UTC (20 years, 11 months ago) by nepto


Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Old games from MS-Dosto Linux' SVGAlib.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top