View all by Oblerion Studio
Creator
Follow Oblerion Studio
Follow
Following Oblerion Studio
Following
Add To Collection
Collection
Community
Devlog
GBA_engine
←
Return to GBA_engine
Devlog
a1.8.2 : Gamepad
November 27, 2024
by
Oblerion Studio
a1.8.2 (lua) btn(id) -> test gamepad when is plug (lua) btnp(id) -> test gamepad when is plug UIConfig print gamepad name or none btn , btnp -> id: 0 -> left dpad up 1 -> left dpad down 2 -> left dpad...
Continue reading
a1.8-1 : patch fix
August 21, 2024
by
Oblerion Studio
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
Oblerion Studio
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
Oblerion Studio
##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
Oblerion Studio
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
Oblerion Studio
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
Oblerion Studio
Fix all bugs know Edit unoptimize cartridge size (bug fix) Next release subject savestate interverse...
Continue reading
a1.5 Prerelease
May 17, 2024
by
Oblerion Studio
#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
Oblerion Studio
manual made with libreoffice writer, with code-highlighter extension...
Continue reading
a0.1-2
December 30, 2023
by
Oblerion Studio
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
Oblerion Studio
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
Oblerion Studio
first publish...
Continue reading