summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
AgeCommit message (Expand)Author
2018-04-07Renamed setAnimationsList to setAnimations to follow love's naming conventionAki
2018-04-07Hopefully all uses of setColor now use values in <0,1> rangeAki
2017-09-24Animations should be now usable with background, not decorations yetAki
2017-09-22Hero now holds config for World restartAki
2017-09-21It would work, but it wasn't intendedAki
2017-09-21Changed Trap collision category, added category constants to Box2D callbacksAki
2017-09-21Yeah, commit for commentAki
2017-09-20Removed obsolete create methodsAki
2017-09-20buildMap is now a little bit more configurableAki
2017-09-20Added fadein and fadeout methods to TrapAki
2017-09-20Moved most important parts from createFlame to TrapAki
2017-09-14Prototyped trap map hazard (flames on 205)Aki
2017-09-13I think this should properly place animated backgroundsAki
2017-09-13Camera and Layers now properly handle different resolution ratiosAki
2017-09-13Another attempt to fix real scaling bugAki
2017-09-13Fixed background bug on non-16:9 screensAki
2017-09-13Fixed typoAki
2017-09-13Viewports dimensions should be scaledAki
2017-09-13Hotfix for animated backgroundsAki
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