summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-07-16Initial trial effect, it's too funAki
2017-07-16Music doesn't stop on transition from any-menu to main-menuAki
2017-07-16Fixed MusicPlayer bug with win and pause menusAki
2017-07-16Pause works nowAki
MusicPlayer bug still exists for pause and win screens
2017-07-15Win screen is now handled by SceneAki
Issue with MusicPlayer calls in Scene constructor (not solved)
2017-07-15Added missing empty functions in SceneAki
2017-07-15Making new win screen based on Menu and SceneManagerAki
2017-07-14Background in menu moved to separate classAki
Weird noise added to menu configs to use single MenuBackground instance Initial pause menu added
2017-07-12Created Scene classAki
extended SceneManager a little bit to support multiple scenes
2017-07-12All changeScene calls replaced with proper SceneManager callsAki
2017-07-12SceneManager has Controller and Love2D callbacksAki
2017-07-12Menu moved to new OOP modelAki
2017-07-12Basic SceneManager created and partialy replaced old scene managment systemAki
2017-07-12All music playing moved to single instance of MusicPlayerAki
2017-07-11Moved scene managment to SceneManager (non-existant)Aki
2017-07-10MusicPlayer now don't share sourcesAki
2017-07-05Updated makefile for submoduleAki
2017-07-05Object lib added as git submoduleAki
2017-06-28Fixed animation bug for Player on walking combinationAki
2017-06-27Indention in settings menuAki
2017-06-27Scenes now use MusicPlayerAki
2017-06-27Moved ui elements to use new oop libAki
2017-06-15Music renamed to MusicPlayerAki
changed behaviour to use static table for sources need to change dependencies now
2017-06-15Removed magic numbers in punchingAki
2017-06-15No more global quitAki
2017-06-15Pushing old editsAki
World comments and main newline a eof
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
Implemented functions to create icons list for them Changed so game uses these functions now
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
Selector, Button and Header extend Element now.
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
Menu is now similar to new code Menu.load => Menu.open
2017-04-06Moved music.lua, cleaned-up its code; Fixed requires for main, World and MenuAki
2017-04-06World clean-up init and tableAki