Releases: Yozzaxia1311/MegaManLove
Releases · Yozzaxia1311/MegaManLove
Mega Man Love v3.2.1 (hotfix 2)
Final Update Maybe
- Compatibility music mode uses multi-threaded loading.
- Can set certain entity properties when outside of
entitySystem
. - Fix recording.
Mega Man Love v3.2.0 (hotfix 2)
Mobile Update
- Love2D mobile / touch support. (set
t.modules.mouse
to true inconf.lua
for testing) - Compatibility audio mode for mobile.
- Remove stencil use from game. (Use scissor)
- Update Mega Man Love's license.
Mega Man Love v3.1.5
Input Refactoring
- Merged
control.lua
intoinput.lua
. - Players controls are handled via
input
. Ex:input.pressed["start" .. tostring(self.player)]
. - Recording is refactored and put into
record.lua
. - Put default controls in
conf.lua
Mega Man Love v3.1.4 (hotfix 1)
Conf patch.
- Move engine globals to
conf.lua
. - Add
gameWidth
andgameHeight
.
No demo needed. Check previous release.
Mega Man Love v3.1.3 (hotfix 1)
Useful weapon update.
- Weapons handle their own behavior via
weapon.shootFuncs
, ect. - Updated Stick Weapon icon graphic.
- Fix weapons handling.
- Convert hard-coded weapon handling to new system.
Mega Man Love v3.1.2 (hotfix 5)
Gamepad Fixes
- Fix gamepad.
- Use dpad in default bindings.
- Add better gamepad support for disclaimer screen.
- Fix tiny spatial hash mistake.
- Fix when bringing up pause menu.
- Fix entity freezing.
Mega Man Love v3.1.1 (hotfix 3)
Large Fixes and QOL
- Actually fix entity hashing. (Again)
- Make hashing more memory efficient.
- Spawners now use hashing (remotely controlled by
camera
usinggetSurroundingEntities
) velocity
is embed inentity
asvelX
andvelY
.- Fix save-states when using tweens.
- Bigger window icon.
- Ensure
megautils.checkQueue
is before potential state switch. - Better disclaimer, with added hyphen and copywrite symbol.
- Design fix for Bass in demo.
Mega Man Love v3.1.0 (hot-fix 2)
The Final Update (?)
- Collision hashing!
noSlope
var for entities.- More straight forward approach to image collision.
- Change player color in pause menu.
Unless there's more bugs, I can't imagine what more I can do for this engine.
Mega Man Love was a fun adventure, but I'm gonna leave things here!
Mega Man Love v3.0.5
Small patch
megautils
convar wrappers fixed.
No demo needed here; check v3.0.4
Mega Man Love v3.0.4
Missing Shinies Update
- Get priority bound through
camera
'stoSection
when transitioning. - Make
bossEntity
inactive for a single frame to prevent rendering oddities. lockBossDoors
forbossEntity
. (Enabled by default)- Rearrange
bossEntity
in general. - Convert
autoGravity
andautoCollision
to check lists. - Expose music volume through
megautils.setMusicVolume
/megautils.getMusicVolume
. - Rearrange + fix state handler.
- Other bug fixes.