Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-19 | added player and sprite collision to MG | Stephen Simpson | 1 | -95/+254 | |
added a Turn state to MG semi-fixed collision box for MG | |||||
2011-10-15 | Started on adding anmTexSrt into code | Stephen Simpson | 1 | -0/+34 | |
2011-10-14 | Tweeks to MG for animations | Stephen Simpson | 1 | -14/+24 | |
2011-10-14 | anmChr working | Stephen Simpson | 1 | -6/+6 | |
2011-10-14 | moved setNewCollisionRect to player.h so multiple actors can call it | Stephen Simpson | 1 | -4/+22 | |
updated MG with attempted fixes for anmChr changed banm_c's _setUpdateRate and others to public for anmChr | |||||
2011-10-14 | Got working anmPat animations. anmChr needs fixing | Stephen Simpson | 1 | -87/+47 | |
added rotation to MegaGoomba based on direction. added eyes blinking to MegaGoomba. added speed and jump changes based on how many hits MG has taken. | |||||
2011-10-13 | Started work on animations | Stephen Simpson | 1 | -18/+85 | |
2011-10-12 | removed MAME goomba and lowered amount in launch state | Stephen Simpson | 1 | -12/+8 | |
2011-10-11 | fixed hardcoded r13 in PlaySound to enable ntsc fun | Stephen Simpson | 1 | -2/+10 | |
2011-10-11 | fixed missing dependence on soundPlayer in NewerCodehandler.yaml | Stephen Simpson | 1 | -3/+3 | |
2011-10-11 | added ability to have sounds play for MountainGecko | Stephen Simpson | 1 | -8/+7 | |
2011-10-10 | added ability to link in .o files | Stephen Simpson | 1 | -31/+110 | |
tweeked MountainGoombas Launch state for always arcing up added two more goomba types to the Launch state added in codehandler. bp not working, but rest seems functional | |||||
2011-10-10 | got MountainGoomba to a working condition | Stephen Simpson | 1 | -0/+456 | |
added Hermite Interpolation into linker and common.h added player.cpp and player.h for some common functions removed classic controller hack from NewerProject.yaml added more PSVEC functions to linker |