Commit Graph

131 Commits

Author SHA1 Message Date
bizcochito 19c5487789 Done log file, log print automaticaly log writes 2022-02-07 09:58:33 +01:00
bizcochito 609a3d79cd ennabled logging ooops 2022-02-07 09:41:53 +01:00
bizcochito 89c12b4a0b Changed loggin to only log when enabled with logPrint function 2022-02-07 09:36:16 +01:00
lustlion 75b7aad1e6 optimization in whole tiles creation 2022-02-07 09:24:41 +01:00
bizcochito dedb0d884c Optimiced collision so noncollidable objects are skipped first 2022-02-05 12:38:08 +01:00
lustlion cbf29ced65 Shader for lighting, fairy line of view, tileset change, broke lights, sorry 2022-02-05 12:32:47 +01:00
lustlion 15f5ef8454 removed extra line 2022-02-03 11:33:51 +01:00
lustlion 7a67ae2f65 cleaned stuff 2022-02-03 11:32:39 +01:00
lustlion 6dedd42308 Fixefixed regular font not applying 2022-02-03 07:12:24 +01:00
lustlion 2703371434 Fixed font now only applies on menus 2022-02-03 07:08:15 +01:00
lustlion df26d84577 Removed /data/particles.lua that got accidentally copied from data/scripts/particles.lua, oops 2022-02-03 06:06:53 +01:00
lustlion d4dbc034ea Adjusted menu behvariour with entity and particle movement. adjusted player entity 2022-02-03 06:02:06 +01:00
lustlion 7595ed3b90 Rehandled menus; reworked dialog, added dialogsequences instead of dialogboxes 2022-02-03 05:31:25 +01:00
lustlion 26fe8f2c33 updated to-do 2022-02-02 10:29:48 +01:00
lustlion a139c5c263 heonian font and translation lol 2022-02-02 10:27:30 +01:00
bizcochito 2113917fb1 Made dialog boxes 2022-02-01 15:05:36 +01:00
bizcochito b4311064f6 Added memmory usage to debug menu and logging 2022-01-31 15:03:14 +01:00
bizcochito ed3d8a90ec OMG A TYPO 2022-01-31 11:06:24 +01:00
bizcochito 1759196f26 Done and "implemented" locales
Language for now is called 1 time and hardcoded.
Solved error on todo and made a coment on every lenguage.
2022-01-31 11:03:58 +01:00
lustlion ed253ddb92 Locale basics 2022-01-31 10:29:42 +01:00
bizcochito eaeae8b047 Rebamped todo
now with categories
2022-01-31 10:14:38 +01:00
lustlion 486f242544 editor fix, camera confined to level 2022-01-31 07:38:15 +01:00
lustlion bb53c2787b Editor canvas modification bugfix, selected tile preview fix 2022-01-31 06:44:03 +01:00
lustlion e1bfd4f7f5 Can expand and reduce canvass with lctrl and lshift. (Bug: all tiles get erased :c) 2022-01-31 01:22:15 +01:00
lustlion 727592ac55 F1 to change tileset 2022-01-30 12:01:10 +01:00
lustlion a703af5e8d Level exporting works! 2022-01-30 11:31:18 +01:00
bizcochito 35c260d24f solved syntax error :comf: 2022-01-29 21:03:59 +01:00
lustlion c4ef2f2e8c Right click to remove in editor; checks if key is down instead of clicking 2022-01-29 11:52:57 +01:00
lustlion 3e8a907aa2 optimized tiledata 2022-01-29 10:46:49 +01:00
lustlion a1bf842cef editor progress, generic keybinds, player coyote value, cursed book entity, level changes, camera adjustments 2022-01-29 08:49:45 +01:00
lustlion 90ed1f6460 consistent naming; moving functions from level.lua to gameworld.lua 2022-01-22 23:10:21 +01:00
lustlion f4b44dc7bc Renamed pause.lua to ui.lua; adjusted accordingly. 2022-01-21 15:57:09 +01:00
bizcochito 9e43b02620 implemented the button thing (badly(im sorry) 2022-01-20 15:18:40 +01:00
lustlion ed9873d633 Fairy lights 2022-01-20 14:06:40 +01:00
bizcochito 2d8b8a23db solved the scale issues 2022-01-20 13:53:32 +01:00
Lusty Lion of the Land of the Crimson Fawn 151890b585 Merge pull request 'Deleted shit from pauseui' (#7) from bizcochito/Mothback:master into master
Reviewed-on: https://git.fai.su/lustlion/Mothback/pulls/7
2022-01-20 12:36:58 +00:00
bizcochito 3eddd8bb21 Deleted shit from pauseui 2022-01-20 13:34:30 +01:00
lustlion ccc059f40d Hexadecimal colors, particle data, cleaned a bit of entities, added player dash animation particles 2022-01-20 00:53:59 +01:00
lustlion d96d5dd56d updated todo list 2022-01-20 00:06:42 +01:00
lustlion 50f126fa7b Created Particles, added fairy particle, added more entity methods like kill() and entity id 2022-01-19 23:29:02 +01:00
lustlion 15e8142c4c more work on editor and selecting tiles, not done yet tho 2022-01-19 21:57:45 +01:00
lustlion 2b323fff8f Sliced game loop into game, gameworld and editor. added editor keybind for palette. 2022-01-19 16:13:13 +01:00
Lusty Lion of the Land of the Crimson Fawn 0706d76b57 Merge pull request 'Made HasPressed function and implemented it' (#6) from bizcochito/Mothback:master into master
Reviewed-on: https://git.fai.su/lustlion/Mothback/pulls/6
2022-01-19 14:01:11 +00:00
bizcochito 2972cf1488 Made HasPressed more memory efficient 2022-01-19 14:58:49 +01:00
bizcochito 03793e1fb8 Made HasPressed function and implemented it 2022-01-19 14:55:15 +01:00
lustlion 0305dd4fc2 yari you had two typo my love 2022-01-19 13:54:33 +01:00
Lusty Lion of the Land of the Crimson Fawn 87e77afaf2 Merge pull request 'remapped debug controls and made them changeable' (#4) from bizcochito/Mothback:master into master
Reviewed-on: https://git.fai.su/lustlion/Mothback/pulls/4
2022-01-19 12:32:10 +00:00
bizcochito 7c708aa4b7 Merge branch 'master' into master 2022-01-19 12:31:28 +00:00
bizcochito 9c89a970ed remapped debug controls and made them changeable 2022-01-19 13:28:09 +01:00
Lusty Lion of the Land of the Crimson Fawn 7e86da7806 Merge pull request 'I dont fucking know how to solve this shit i hate git' (#3) from bizcochito/Mothback:master into master
Reviewed-on: https://git.fai.su/lustlion/Mothback/pulls/3
2022-01-18 20:20:34 +00:00