summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-08-13Merge branch 'multi'mapsAki
2017-08-01Fixed leftover from mass replaceAki
2017-08-01Ray now uses getScale directlyAki
2017-08-01Ingame settings now support changing display modesAki
2017-08-01Added short input from taking inputAki
2017-08-01Settings reload moved to separate methodAki
2017-08-01Saves display settings properlyAki
2017-08-01Remove joysticks pop-likeAki
2017-08-01displayLoads now correctly handles fullscreen or windowed modesAki
2017-07-31Fixed scaling issues on display changeAki
2017-07-31For testing purpose - static change of display settingsAki
2017-07-31New settings format that allows something else than controller setsAki
2017-07-20Moved name-tag drawing to separate function; moved up overall in drawing func...Aki
2017-07-20Added initial name tags above HeroesAki
2017-07-19Cleaned-up Contact functionsAki
2017-07-19Added clash effect for clashesAki
2017-07-19Initial clashAki
2017-07-18Resized 16px effects frames to 24pxAki
2017-07-18Respawning now resets salto and smoke flags in Hero's behaviourAki
2017-07-18Renamed few more poperties in Hero which are used the same way as staticsAki
2017-07-18Removed obsolete punchdir and reworked physical animations on punchesAki
2017-07-17Moved landing method to Hero from WorldAki
2017-07-17Trail now works mostly as intendedAki
2017-07-17KYS message is uppercase nowAki
2017-07-17Changed order of properties in Hero's constructorAki
2017-07-17More properties moved to constructor in HeroAki
2017-07-16Cleaning-up Hero and Player, this far w/o big changesAki
2017-07-16Exploding update and new methods of HeroAki
2017-07-16Additional condition for trail to appearAki
2017-07-16Initial trial effect, it's too funAki
2017-07-16Music doesn't stop on transition from any-menu to main-menuAki
2017-07-16Fixed MusicPlayer bug with win and pause menusAki
2017-07-16Pause works nowAki
2017-07-15Win screen is now handled by SceneAki
2017-07-15Added missing empty functions in SceneAki
2017-07-15Making new win screen based on Menu and SceneManagerAki
2017-07-14Background in menu moved to separate classAki
2017-07-12Created Scene classAki
2017-07-12All changeScene calls replaced with proper SceneManager callsAki
2017-07-12SceneManager has Controller and Love2D callbacksAki
2017-07-12Menu moved to new OOP modelAki
2017-07-12Basic SceneManager created and partialy replaced old scene managment systemAki
2017-07-12All music playing moved to single instance of MusicPlayerAki
2017-07-11Moved scene managment to SceneManager (non-existant)Aki
2017-07-10MusicPlayer now don't share sourcesAki
2017-07-05Updated makefile for submoduleAki
2017-07-05Object lib added as git submoduleAki
2017-06-28Fixed animation bug for Player on walking combinationAki
2017-06-27Indention in settings menuAki
2017-06-27Scenes now use MusicPlayerAki