summaryrefslogtreecommitdiff
path: root/engines/mice/generate.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop splash screensSimon Steinbeiss2019-04-271-123/+0
|
* atoi (argv[2]) is unsafeEric Koegel2014-09-221-1/+21
| | | | | Passing argv command line arguments directly into atoi is unsafe. Use strtol and check/sanatize what it returns.
* Update FSF address.Jérôme Guelfucci2011-02-141-5/+5
|
* New (fast!) default splash engine ready for import. Fixes to the splashBenedikt Meurer2004-07-141-0/+103
settings dialog. And new splash screen icon from Francois. (Old svn revision: 4615)