summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
AgeCommit message (Expand)Author
2017-09-13CloudGenerators now can be configured to use layer with ratioAki
2017-09-13> inb4 Multiple generatorsAki
2017-09-13Clouds are now counted, their number is limited and can be configuredAki
2017-09-13CloudGenerator's atlas and quads are loaded from map configAki
2017-09-13CloudGenerator is now treated as EntityAki
2017-09-13Background layers now use ratio from map configAki
2017-09-13Added named layers for World, added layers iterator, layers are now drawn in ...Aki
2017-09-13Another clean-up in World. Comments, moving stuff around.Aki
2017-09-13Layers initialization moved to separate methodAki
2017-09-12Removed obsolete offsets and scale from draw of Sprites and childrenAki
2017-09-12Scaled Layers drawing (slow)Aki
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