summaryrefslogtreecommitdiffstats
path: root/nyan.c
Commit message (Expand)AuthorAgeFilesLines
* More minor tweakingJohn Anthony2013-06-151-7/+8
* Tidying after applying generic kernel linked listsJohn Anthony2013-06-151-1/+1
* Changed to generic linked listJohn Anthony2013-06-151-72/+34
* Moved music restart hook to the loading functionJohn Anthony2012-08-041-1/+2
* Added infinite music looping. YAY!John Anthony2012-08-041-0/+7
* Full MooGNU support!John Anthony2012-08-041-2/+1
* Renamed "basic" data pack as "default" and updated the music to be the free s...John Anthony2012-08-011-3/+3
* Fixed arg clobbering and added to the README for new data setsJohn Anthony2012-07-311-2/+5
* Offering alternative resource sets is almost completeJohn Anthony2012-07-311-10/+35
* Added separate FG and BG animation variablesJohn Anthony2012-07-311-12/+17
* Merge pull request #2 from Compendium/masterLAMMJohnson2012-07-311-0/+13
|\
| * Added options for volume control (-v, --volume)Compendium2012-07-311-0/+13
* | Updated options to allow a new resource path to be givenJohn Anthony2012-07-311-1/+15
* | 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-311-40/+24
|/
* Preparing for alternate animation and music setsJohn Anthony2012-07-311-26/+24
* 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-161-9/+17
* removed superfluous if statement (credit: auREAX)John Anthony2012-01-021-2/+0
* 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-261-4/+4
* iRemoved a little debugging thingLAMMJohnson2011-06-261-2/+0
* MASSIVE changes getting rid of all of the duplication of effort in determinin...LAMMJohnson2011-06-261-23/+16
* Fixed Xinerama support! <3LAMMJohnson2011-06-261-10/+36
* Corrected incorrect argv iteration when giving specific resolution parametersLAMMJohnson2011-06-261-2/+2
* More option pretty-ifyingLAMMJohnson2011-06-261-0/+2
* Fixed fullscreen res detection. Changed defaults back to small cat while the ...LAMMJohnson2011-06-261-4/+4
* Split usage into a separate (tidy) functionLAMMJohnson2011-06-261-18/+24
* Fixed args logicLAMMJohnson2011-06-261-8/+8
* Some OCD tidyingLAMMJohnson2011-06-261-17/+13
* Made arg handling safeLAMMJohnson2011-06-261-5/+8
* Added option for changing resolution, fixed cat not centering properly in win...blaise2011-06-211-19/+42
* Made frame04 the same width as the other frames, then changed the stretchimag...blaise2011-06-201-2/+1
* added a 10% barrier between the right side of the cat and the right side of t...blaise2011-06-201-1/+1
* Added command line args and help/readmeblaise2011-06-201-14/+59
* Added Johnson's memory error handling and took out some unneeded commented codeblaise2011-06-191-3/+13
* Made the cat scale to the width of the screenblaise2011-06-191-22/+28
* Added memory error handlingLAMMJohnson2011-06-201-0/+13
* Broke main function into component functions (as good practise dictates)LAMMJohnson2011-05-291-85/+103
* TidyingLAMMJohnson2011-05-291-18/+23
* Made sparkles appear evenly on all screen sizesLAMMJohnson2011-04-291-4/+10