summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-06-27Moved ui elements to use new oop libAki
2017-06-15Music renamed to MusicPlayerAki
2017-06-15Removed magic numbers in punchingAki
2017-06-15No more global quitAki
2017-06-15Pushing old editsAki
2017-05-26Properly construct worldAki
2017-05-26World updated to new oop moduleAki
2017-05-26Comment on EntityAki
2017-05-26Reviewed Ray which was way older than rest of stuff; moved to new oop moduleAki
2017-05-26Rest of entities moved to new oop module; testedAki
2017-05-26Random changed to use love libAki
2017-05-26Halfway through with moving to new OOP moduleAki
2017-05-26Added Object.lua to libAki
2017-04-09Merge branch 'com'Aki
2017-04-08Moved configs from root directory to config directoryAki
2017-04-07Maps and nauts list moved to configAki
2017-04-07Clean-up main.lua a little bitAki
2017-04-07Makefile for new treeAki
2017-04-07Moved menu elements to /not/Aki
2017-04-07Moved map configs to config directoryAki
2017-04-07Moved menu configs to subdirectoryAki
2017-04-06First steps in cleaning-up menu.Aki
2017-04-06Camera moved to /not/ and cleaned-up a bitAki
2017-04-06Controller moved to /not/ and cleaned-up a bit.Aki
2017-04-06Settings moved to /not/, cleaned-up a bitAki
2017-04-06Added todos from DiscordAki
2017-04-06Menu cleaned-up and moved to /not/Aki
2017-04-06Moved music.lua, cleaned-up its code; Fixed requires for main, World and MenuAki
2017-04-06World clean-up init and tableAki
2017-04-06Finally! ReadmeAki
2017-04-06Moved damping back to Hero from PlayerAki
2017-04-06Hotfix for destroyed body crashAki
2017-04-06Hero.alive -> Hero.isAlive; World.init methodAki
2017-04-06Controller-related methods and variables in Player renamedAki
2017-04-05Hero no longer uses controler-related functions/methodsAki
2017-04-05Moved most player-input-related methods from Hero to PlayerAki
2017-04-05Some of World's create methods are now following new parameter orders of enti...Aki
2017-04-04First steps to move player-input logics into Player from HeroAki
2017-04-04Combo is held the same way as shown nowAki
2017-04-04Kek, never commit late night. Fail statement back to not.Hero.updateAki
2017-04-04Punching method renamed, updated to use new stuffAki
2017-04-03Renamed jumping-related variables, removed obsoletes.Aki
2017-04-03Maximum combo increased to 990Aki
2017-04-03Missed applyLinearImpulse in HeroAki
2017-04-03Created physics functions to influence PhysicalBody; changed Hero to use them...Aki
2017-04-03Testing if body isn't destroyed in PhysicalBody's updateAki
2017-04-03World comments, other comments, todosAki
2017-04-03Hero use direct parent's update rather than distant relative's oneAki
2017-04-03Changed makefile to follow new directory treeAki
2017-04-03Effect is now child of Decoration. Uses Sprite methods and Decoration positio...Aki