View all by Magnus Oblerion
Creator
Follow Magnus Oblerion
Follow
Following Magnus Oblerion
Following
Add To Collection
Collection
Community
Devlog
GBA_engine
←
Return to GBA_engine
Devlog
a1.8-1 : patch fix
August 21, 2024
by
Magnus Oblerion
Add (lua) deltatime()->number Edit (lua) spr(x,y,scale,rot) rotation = rot*90° (lua) spr() draw sprite x,y center...
Continue reading
a1.8 : Music loading
August 16, 2024
by
Magnus Oblerion
A1.8 external music loading Add textbox can rename project name (lua) music_loaddir(dir) – load .wav .mp3 .ogg in dir (lua) music_playsound(sound) – play sound.wav (lua) music_playmusic(music) –...
Continue reading
a1.7.2 : Gui Upgrade (raygui)
August 11, 2024
by
Magnus Oblerion
##raygui, ##rguilayout
A1.7.2 I use rguilayout for create gui and rinstallfriendly for installer Add gui draw with raygui.h 12 default theme of raygui (UIBrowser) button open folder with file browser (window/debian/ubuntu/r...
Continue reading
a1.7 : Interverse
July 21, 2024
by
Magnus Oblerion
Interverse Run an other game, read extern save. Run game (lua api) run("projet.egba") -- work with .lua Read extern save (lua api) -- if target is projet.sav local numb = rsave_numb_ext("projet",id) l...
Continue reading
a1.6 : Save-state
July 16, 2024
by
Magnus Oblerion
Add (.sav file) static data (lua) function rsave_string(id) -> text (lua) function rsave_numb(id) -> number (lua) function rsave_bool(id) -> bool (lua) function wsave_string(id,text) (lua) function ws...
Continue reading
a1.5-2 : Release
July 11, 2024
by
Magnus Oblerion
Fix all bugs know Edit unoptimize cartridge size (bug fix) Next release subject savestate interverse...
Continue reading
a1.5 Prerelease
May 17, 2024
by
Magnus Oblerion
#a1.5
Add UI Browser project UI Project UI Sprite view UI Script view UI Config Color theme (white/black/blue/red/green/yellow) (static config) locked egba lua (btn/btnp) id 4 x key lua (btn/btnp) id 5 c ke...
Continue reading
Offline documentation : manual
May 02, 2024
by
Magnus Oblerion
manual made with libreoffice writer, with code-highlighter extension...
Continue reading
a0.1-2
December 30, 2023
by
Magnus Oblerion
add trace function (log) program icon fix can use float for x,y of sprite,text,rect export game on linux/win10 bug export game on win11...
Continue reading
a0.1-1
December 14, 2023
by
Magnus Oblerion
remove sprite editor fix fuse palette and sprite section export/load .png with sprite and palette data load .png with alpha bug export game.exe work on window11 (win11 see game.exe like malware)...
Continue reading
a0.1
December 10, 2023
by
Magnus Oblerion
first publish...
Continue reading