Commit graph

8 commits

Author SHA1 Message Date
John Popplewell
745db0535d Added src/mouse to the project include path. 2004-09-29 14:29:46 +00:00
John Popplewell
5dc92570f3 Added new options page to the NSIS installer.
The supplied (default) 'tuxpaint.cfg' is now empty, but is safely appended
to by the NSIS script. NSIS now has a Mode (Windowed|Full-Screen) and a
Resolution (640x480|800x600) option which append the following lines to
'tuxpaint.cfg':

fullscreen=$mode
nofancycursors=$mode
800x600=$res
[Where $mode and $res are "yes"|"no".]

The added file 'options.ini' contains the GUI layout for the new page.
2004-09-28 02:39:03 +00:00
John Popplewell
32620562c8 Removed an unused library.
Added some comments.
2004-09-28 02:31:49 +00:00
John Popplewell
2128dc2fac Removed unused dependency on getopt.
Switched the "Program Database" back on.
2004-09-23 22:51:35 +00:00
John Popplewell
e8559861cd Make sure 'lockfile.dat' isn't shipped. 2004-09-23 13:07:29 +00:00
John Popplewell
f19c652614 Ignore this clutter. 2004-09-23 12:54:01 +00:00
John Popplewell
0c12a571a1 Added some help with setting everything. 2004-09-23 12:53:00 +00:00
John Popplewell
236cba1421 Added MSVC6.0 project and NSIS installer builder.
'prebuild.py' generates the .mo files, converts the text documents to CRLF
format (it only touches the files if they need converting) and builds
'filelist.inc' which is used by NSIS. This avoids including CVS folders.
2004-09-23 10:57:01 +00:00