summaryrefslogtreecommitdiffhomepage
path: root/not/Hero.lua
AgeCommit message (Expand)Author
2018-04-09All smoke resetting logic moved to Hero; cleanupsAki
2018-04-09Restructured Hero a little bit moreAki
2018-04-09Added onJumpStopped, moved jump timer reset there; renamed onJump to onJumpSt...Aki
2018-04-09Added onWalkingStopped and moved animation changes there from PlayerAki
2018-04-09Changed jump-related-variables to match to newer parts of codeAki
2018-04-09Punch animations firing now also happens in HeroAki
2018-04-09Walking animation start fires now inside Hero's onWalkingStartedAki
2018-04-09Added method call when Hero starts walkingAki
2018-04-08Merge branch 'love-11.0' into controlAki
2018-04-07Renamed setAnimationsList to setAnimations to follow love's naming conventionAki
2018-04-07Now uses getFixtures instead of deprecated getFixtureListAki
2018-04-07Hopefully all uses of setColor now use values in <0,1> rangeAki
2017-09-30Jump moved completely out of Player (I think)Aki
2017-09-29Moved update part of jumping from Player to HeroAki
2017-09-28Para-interfacing of walking methodsAki
2017-09-23Hero walking moved from Player, separated into methodsAki
2017-09-22Hero now holds config for World restartAki
2017-09-22Removed obsolete attempts to load portraits atlasAki
2017-09-22Hero now properly uses split-up portraitsAki
2017-09-22Changed portrait quad property name in HeroAki
2017-09-22Split nauts.lua into several files now used by Hero and MenuAki
2017-09-12Removed obsolete offsets and scale from draw of Sprites and childrenAki
2017-09-07Removed tables for specific objects and replaced references with proper metho...Aki
2017-09-06Tag color fixedAki
2017-09-02Center_* changed to center.* (table)Aki
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-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-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-06-15Removed magic numbers in punchingAki
2017-05-26Halfway through with moving to new OOP moduleAki
2017-04-08Moved configs from root directory to config directoryAki
2017-04-07Maps and nauts list moved to configAki
2017-04-06Moved damping back to Hero from PlayerAki
2017-04-06Hero.alive -> Hero.isAlive; World.init methodAki
2017-04-05Hero no longer uses controler-related functions/methodsAki
2017-04-05Moved most player-input-related methods from Hero to PlayerAki
2017-04-04First steps to move player-input logics into Player from HeroAki
2017-04-04Combo is held the same way as shown nowAki