------------------------------------Extra Stuff (WIP) - by CaptainCPS-X------------------------------------- Redesigned a bit the Readme.txt file and added some old version changes to the what's new- Redesigned the Select Game dialog- Redesigned some buttons in the Select Game Dialog (with icons)- Added 3 new buttons - Title Screen ( See the selected game Title Screen preview ) - Ingame Preview (See the selected game Ingame preview ) - Game Flyer ( See the selected game Flyer )- Added function to save Title Preview when playing a game ( Shift+F12 )- Added function to save Ingame Screen Preview when playing a game ( Alt+F12 )- Now the Select Game Dialog Autoresize depending on the preview type and orientation*Note: - New Horizontal previews are '304 x 224' - New Vertical previews are '224 x 384' - Flyers are '202 x 308' - Title Previews must be placed -> 'previews/' - Ingame Previews must be placed -> 'previews/ingame/' - Game Flyers must be placed -> 'flyers/'*IMPORTANT: - When putting any Flyers from MAME packs, make sure the .PNG is not corrupted (some are) (soon the will be a verified Flyers pack exclusive for FBA)*Note for Resource changes related to IDD_SELNEW dialog: -Future changes of size/coords done into [ App.rc -> 'IDD_SELNEW' ] will have no effect, to edit control sizes and other now is done in 'sel.cpp' in 2 new functions.*Compilating SRC: -When compilating remember to add 'prevw.o' to the makefileWell i think thats all ^^.
fba.exe to be wrongfba_src_029663.zip + fba_src_029663_ex.zip
// sshot.cppint MakeScreenShot();
// prevw.cppint MakePreview();int Make_Ingame_Preview();
where exactly does this go in the makefile.mingw because I'm getting errors that will stop the compile when I add it.....something about prev.d
misc.o bzip.o unzip.o zipfn.o state.o statec.o sshot.o dat.o \ cong.o conc.o gamc.o gami.o \
misc.o bzip.o unzip.o zipfn.o state.o statec.o sshot.o dat.o \ cong.o conc.o gamc.o gami.o prevw.o \
Doesn't compile because of sel.o or something like that......
It gave me the same error replacing the sel.cpp.......I don't know what's wrong with it, oh well, I"ll get all the changes when Treble Winner releases his build....
still giving me the sel error.....
------------------------------------Extra Stuff (WIP) - by CaptainCPS-X------------------------------------*R2- New Skinned Splash using Windows GDI- Revised the SRC files and now MinGW compiles fine