summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restructed source into indididual object files, cleaned up licensing headers ↵HEADmasterDiffieHellman3 days11-710/+2218
| | | | | | | | | | | | | | | | | | | | | | | | | | adding correct copyright years, added licenses, added malformed input handling and added bouncing cats feature new file: LICENSE-AGPLv3 new file: LICENSE-GPLv3 modified: Makefile modified: README deleted: draw.h new file: globals.c modified: globals.h new file: main.c new file: main.h modified: nyan.c new file: nyan.h deleted: res/default/bg00.png deleted: res/default/bg01.png deleted: res/default/bg02.png deleted: res/default/bg03.png deleted: res/default/bg04.png deleted: res/default/fg00.png deleted: res/default/fg01.png deleted: res/default/fg02.png deleted: res/default/fg03.png deleted: res/default/fg04.png
* replaced list implementation completely as license is unclear and other ↵DiffieHellman2023-03-176-356/+155
| | | | improvements
* +ported to SDL2 +split cat and rainbow draw calls and functions +/- split ↵Gentoo2021-01-0621-628/+627
| | | | cat and rainbow images +/- made rainbows drift off screen +spritesheets are now used instead of individual images +"fixed" indentation +replaced old argument code with getopt +added argument that lets you spawn N cats +/- made scaling work (poor results but no longer crashes) +added option to make cat follow sine wave -removed multi screen code (SDL2 fullscreen only works with one screen)
* 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 ↵John Anthony2012-08-0115-4/+4
| | | | software song
* 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 [int])
| * 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
| | | | adjusted properly
* 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 ↵LAMMJohnson2011-06-262-26/+16
| | | | determining which set of images to show