summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replaced list implementation completely as license is unclear and other impro...HEADmasterDiffieHellman2023-03-176-356/+155
* +ported to SDL2 +split cat and rainbow draw calls and functions +/- split cat...Gentoo2021-01-0621-628/+627
* Added .gitignoreJohn Anthony2017-03-131-0/+1
* Updated copyrightJohn Anthony2017-03-131-2/+2
* Tidied data structureJohn Anthony2013-06-161-5/+5
* Updated list implementationJohn Anthony2013-06-161-1/+18
* Newer version of generic listJohn Anthony2013-06-161-0/+21
* More minor tweakingJohn Anthony2013-06-153-40/+54
* tabs->spacesJohn Anthony2013-06-151-72/+72
* Tidied out list implementationJohn Anthony2013-06-151-36/+33
* Tidying after applying generic kernel linked listsJohn Anthony2013-06-151-1/+1
* Replaced symlink with real file.John Anthony2013-06-151-1/+244
* Changed to generic linked listJohn Anthony2013-06-153-73/+36
* Moved music restart hook to the loading functionJohn Anthony2012-08-041-1/+2
* Added infinite music looping. YAY!John Anthony2012-08-041-0/+7
* Updated for default dataset renameJohn Anthony2012-08-041-2/+2
* AddedJohn Anthony2012-08-043-2/+22
* Full MooGNU support!John Anthony2012-08-042-2/+3
* Renamed "basic" data pack as "default" and updated the music to be the free s...John Anthony2012-08-0115-4/+4
* Updated "freedom" datasetJohn Anthony2012-07-3113-2/+2
* Fixed arg clobbering and added to the README for new data setsJohn Anthony2012-07-312-2/+8
* Offering alternative resource sets is almost completeJohn Anthony2012-07-3116-10/+39
* Added separate FG and BG animation variablesJohn Anthony2012-07-311-12/+17
* Appears I left out some of these image files. Fixed.John Anthony2012-07-315-0/+0
* Modified README syntaxJohn Anthony2012-07-311-4/+9
* Merge pull request #2 from Compendium/masterLAMMJohnson2012-07-312-0/+14
|\
| * Added options for volume control (-v, --volume)Compendium2012-07-312-0/+14
* | Updated options to allow a new resource path to be givenJohn Anthony2012-07-312-2/+16
* | Completely finished adding dynamic path handlingJohn Anthony2012-07-311-9/+15
* | Finished dynamic image loadingJohn Anthony2012-07-311-4/+4
* | Updated names and did some more work on dynamically loading filepathsJohn Anthony2012-07-316-40/+24
|/
* Preparing for alternate animation and music setsJohn Anthony2012-07-3113-27/+25
* Fixed some magic numbers that prevented the number of animation frames being ...John Anthony2012-07-311-4/+4
* Updated squiffy usage textJohn Anthony2012-07-311-6/+8
* Added warning regarding full-screen stretchy cat not being officially supported.John Anthony2012-02-162-10/+18
* removed superfluous if statement (credit: auREAX)John Anthony2012-01-021-2/+0
* Added separate LICENSE fileJohn Anthony2012-01-011-0/+14
* Changed the scoping of image pathsJohn Anthony2011-08-251-26/+31
* Further cleaningJohn Anthony2011-08-241-0/+3
* Beautified load_imagesJohn Anthony2011-08-241-53/+67
* Changed error return typeJohn Anthony2011-08-231-1/+1
* Added malloc abstractionJohn Anthony2011-08-231-6/+12
* Quick style consistency changeJohn Anthony2011-07-271-2/+1
* Music loading error displayed incorrectlyJohn Anthony2011-07-271-2/+2
* Tidied long arg handling code to the end of of the functionLAMMJohnson2011-06-291-8/+8
* Updated help/README text to accurately reflect defaultsLAMMJohnson2011-06-262-9/+8
* Identified some more improvements/"unusual case" fixesLAMMJohnson2011-06-261-0/+3
* iRemoved a little debugging thingLAMMJohnson2011-06-261-2/+0
* MASSIVE changes getting rid of all of the duplication of effort in determinin...LAMMJohnson2011-06-262-26/+16
* Fixed Xinerama support! <3LAMMJohnson2011-06-262-11/+40