summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
AgeCommit message (Expand)Author
2017-09-12Background now should accept animationsAki
2017-09-12Added renderToWith to shorten using Camera with LayersAki
2017-09-12Individual layer scaling and scaled down layersAki
2017-09-12Draw debugging utilities using scaled cameraAki
2017-09-12Proper Camera scaling introductionAki
2017-09-12Scaled Layers prototypeAki
2017-09-11Tags moved to a LayerAki
2017-09-11World's draw small clean-upAki
2017-09-11Layers references in entitiesAki
2017-09-11Generalized methods for entities. Wrappers for frequently used onesAki
2017-09-11Layer displacement ratio added to new Camera and to World for testsAki
2017-09-11Debug drawing changed to use new Camera properlyAki
2017-09-11Camera methods have some funky names. New following implementationAki
2017-09-10Camera now uses love.graphics.translateAki
2017-09-09Shortcut to setTrack in MusicPlayer:playAki
2017-09-09Started Camera reworkAki
2017-09-08Wrapped Box2D callbacksAki
2017-09-08Some additional garbage collectingAki
2017-09-08Created Layer classAki
2017-09-07Graphics debug stats, coloring for layers to fix bleedin from debugAki
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