autogenerated files, but not buildable with the build system so far
bump version
build multi-target release packages
Icaros update
not only for AROS, but always
add stdint as a global include
add missing include
build libmpeg for both architectures
remove unnecessary v0 patch (abi on truk fixed this)
don't link empty variable..
brin in sync with uae/types.h
detect m68k
move sounddep stuff one dir up.
Move object files and link libraries to target arch dependent object dirs.
png2c not used anymore
more eye-candy: WinUAE lookalike left frame fake tree
somehow the move of libiconv to Extras/Developer in main AROS tree causes problems..
init variables with NULL
comment added
added leftframe class (not used at the moment)
retab, fix idention, remove dead code
also silence of printfs
silence debug (a bit)
implement clear_screen
remove debugging "black rectangle"
p96 *working* first time!!!
move functions from arosgfx.cpp to sdlgfx.cpp, where they belong
trying to get the videomode setup right. Now first SDL adds all supported (native) screenmodes, then WinUAE code adds all missing modes. Before this commit, both functions allocated a new memory and so overwrote each others data.
Window Title functions
fill more monitor fields. WinUAE gets those via EnumDisplayDevices
Implement centered texts for gui
added more comments
remove unnused code and TODOs
move getdisplay
Finally get rif of gfx.cpp
Move enumeratedisplays to arosgfx.xpp
remove commented out code
implement CB_SELECTSTRING
silence warnings
revert to r1687 (too much debug)
aros can't print float
fetch cpu speed, if aros processor.resource can#t help us
remove disabled code
add timed wait
fix wrong ident warning
added warnings for not handled opcodes (WinUAE does not care)
added a lot of debug, fixed debug warning (TODO: remove debug later!!)
fix default value. Picasso96 modes show up now whithout crashing uaegfx
remember: a lock is no handle
fix caption
don't strip last char
don't examine NULL pointer..
commit missing files
remove ABI v0 patch (not needed anymore)
implement buf_out for disassembler
added serial to file (enable with serial_filename= in uaerc)
Picasso96 import from fs-uae. still crashes, WIP. But crashes much later than old WinUAE stuff.
bring in fs-uae video.cpp
add g_amiga_rtg_modes[] define
fix debug output
fix idention
combo impovements (and more debug..)
fix define for AROS
enable IDS_EXPANSION2
listview fixes (too much debug, I know)
Harddrive tab fixes
ignore extremly small modes
# adjust to build with recent AROS changes (ico...
adapt to recent AROS changes
use cxx flags for c++ code.
added comment
make it buildable again (after so many years..)...
retab, bump version
WA_Shape seems now to be WA_ShapeRegion
remove UNLOCKTDNESTCNT (Forbid issue was caused...
since USE_GL is defined in sysconfig.h, it does...
user USER_LDFLAGS. don't link against libGL by ...
use the correct flags
only perform permits if UNLOCKTDNESTCNT is defi...
move define UNLOCKTDNESTCNT to sysconfig.h and ...
don't include glut if gl isn't used.
only perform the "additional" permits if UNLOCK...
fix incorrect pointer use and possible null poi...
add the missing MyMUIHook_list_active
fix SDL path
fix SDL include path
Don't use windows/unix disk space calculation, ...
lower one more box
fix MAKELONG for negative values
Zune boxes are not transparent, so draw it first
set window title according to IDD caption
add caption for DIALOGEX
fixed WM_SETTEXT for combo boxes (don't add tex...
Try to get editing of harddrive (Properties) wo...
enable cd image usage
disabled use of non-existant object
fix (hack) listview_find_selected
- more debug, less bugs.
- more secure code
- send click events to parent element(!)