Commit graph

12 commits

Author SHA1 Message Date
John Popplewell
70a72ee87f Ignores new bdist directory. 2005-07-22 01:16:55 +00:00
John Popplewell
ffc4bb5421 First pass at using InnoSetup 5 installer generator. Does all users, current
user installation types. Works for a restricted user. Bit weird on Windows
9x - will fix. Needs matching installers for stamps, prevention of execution
of tuxpaint-config by restricted users, registry entry.
2005-07-20 23:50:21 +00:00
John Popplewell
2d28626e6f Updated version info. Removed load of junk. Fixed up headers and paths. 2005-02-26 04:10:57 +00:00
John Popplewell
9affd6403b Fix for 'Tux Paint (Windowed)' menu item. Added the '--windowed' flag so
that it overrides any fullscreen 'tuxpaint.cfg' settings.
2004-10-09 00:23:27 +00:00
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