summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
AgeCommit message (Expand)Author
2017-09-07Removed tables for specific objects and replaced references with proper metho...Aki
2017-09-07Initial layering for drawingAki
2017-09-07Here tooAki
2017-09-07Renamed filepath to filenameAki
2017-09-06Some additional info dislayed in debug modeAki
2017-09-06Spawn some Clouds on startAki
2017-09-05Move clouds in front of decorationsAki
2017-09-05That background kept irritating me. Background now follows offset with ratioAki
2017-09-05Cloud clean-up, moving methods from World to CloudGeneratorAki
2017-09-05Map config filepath is now added to map config table; used by debug modeAki
2017-09-05Map config table is now passed to World rather than map nameAki
2017-09-03Cleaned up comments, background position based on map centerAki
2017-09-03Background as Decoration, no layers with scroll ratio yetAki
2017-09-03More map config and loading changesAki
2017-09-02Separated platforms' configs from maps' configsAki
2017-09-02Center_* changed to center.* (table)Aki
2017-09-02Deleted obsolete nilinitializers in WorldAki
2017-07-31Fixed scaling issues on display changeAki
2017-07-20Moved name-tag drawing to separate function; moved up overall in drawing func...Aki
2017-07-19Cleaned-up Contact functionsAki
2017-07-19Added clash effect for clashesAki
2017-07-19Initial clashAki
2017-07-17Moved landing method to Hero from WorldAki
2017-07-17Trail now works mostly as intendedAki
2017-07-16Pause works nowAki
2017-07-15Win screen is now handled by SceneAki
2017-07-12Created Scene classAki
2017-07-12All changeScene calls replaced with proper SceneManager callsAki
2017-07-12Menu moved to new OOP modelAki
2017-07-12All music playing moved to single instance of MusicPlayerAki
2017-06-27Scenes now use MusicPlayerAki
2017-06-15Pushing old editsAki
2017-05-26World updated 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-04-07Moved map configs to config directoryAki
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-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-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-03Renamed jumping-related variables, removed obsoletes.Aki
2017-04-03World comments, other comments, todosAki
2017-03-17Ray renamed and movedAki
2017-03-16Moved ? -> not.?; Renamed Player -> HeroAki