| 84716 packages online |
|
|
| dev/misc/SDL-Amiga.lha | | | No screenshot available |
|
This is the porting of 1.2.6 version of SDL (the latest stable one)
to AmigaOS 68k and MorphOS.
OpenGL is temporary left out from this version since at the moment is quite
unusable and it will be so until we have a complete OpenGL hardware
implementation
on a NATIVE operative system (SDL Warpos + Warp3D is NOT enough to run modern
OpenGL
games without a lot of reworking).
All the bugs known of the past version have been corrected. And I've
added all the new SDL features.
This version of SDL needs Cybergraphx V3 (r69+) or CyberGraphX V4
and AHI v3+. It works also with P96, althrough there are still some color
problems with certain bitperpixel values.
Maybe it works also with CGXAga, but it's untested.
Implemented:
- 8/16/24/32bit video modes, both fullscreen and windowed.
- CGX hardware surfaces (blitting acceleration, also in colorkey blitting)
- AHI audio (8/16 bit, with any audio format), always uses unit 0 for now.
- Thread & semaphores support through exec/execppc.
- Window resizing and backdrop windows
- Joystick/Joypad support.
- OpenGL (through StormMESA and Warp3D) (not compiled in in this version)
To do:
- CDRom audio playing support
The SASC/GCC/Morphos libraries are distributed with debug enabled, to strip
debug info
with SASC simply add STRIPDEBUG argument to the linker and define a FAKE
kprintf, with gcc
run "strip" on your binaries.
Otherwise if you want to see debug infos link with the included
debug.lib/libdebug.a.
Installation:
1) Shared library (every language/compiler, 68k)
- cd the main directory SDL
- copy libs/SDL.library libs:
- If your compiler is SAS:
copy include/clib/#? include:clib/
copy include/pragmas/#? include:pragmas/
copy include/SDL include:SDL all
- If your compiler is GCC:
copy include/inline/#? gg:include/inline
copy include/SDL gg:include/SDL all
copy bin/sdl-config gg:bin
- Otherwise:
use the provided file fd/SDL.fd with include/clib/SDL_protos.h to produce a
working
stub library/inline/pragma suited for your compiler/language, one program that
does
this for various compilers is fd2pragma, available in Aminet.
2) SAS/C:
- copy lib/#?.lib sc:lib
- add the directory where SDL includes are stored to your makefile with IDIR=dir
or
copy includes to your include: assign (copy include/#? include:)
- Add to your link directive in the makefile "LIB lib:sdl.lib lib:debug.lib" for
nonGL apps and "LIB lib:sdlgl.lib lib:mesa.lib lib:debug.lib" for GL apps.
- You can get rid by debug.lib if you define an empty kprintf() in your code.
3) GCC/68k:
- copy lib/#?.a gg:lib/
- copy bin/sdl-config gg:bin
- place the SDL includes in gg:os-include or in a custom directory and add it to
your
include search path with -Idir.
- link with -lSDL -ldebug -lpthread (-lSDLgl -lGL -ldebug -lpthread for gl
apps).
Pthread is required since ixemul libc is not multithread safe (you can omit it
if
you are using a single thread).
- you can both link it with or without ixemul, but libnix executables
(-noixemul) has
better performances
4) GCC/MorphOS:
- copy lib_mos/#?.a gg:lib/
- copy bin/sdl-config gg:bin
- place the SDL includes in gg:os-include or in a custom directory and add it to
your
include search path with -Idir.
- link with -lSDL -ldebug (gl apps NOT supported).
- debug kprintf are disabled by default unless you have ggdebug.library (on
aminet) in
your libs directory, you can anyway build a fake kprintf and link without
-ldebug.
- you can both link it with or without ixemul, but libnix executables
(-noixemul) has
better performances, also note that libnix is almost threadsafe while morphos
ixemul
is not, so you may have problems with ixemul multithread programs.
The provided examples and SDLroids use the shared 68k library.
More info on my webpage (http://ggreco.interfree.it/sdl.html) or the SDL Amiga
related
mailinglist:
SDL-Amigayahoogroups.com
Source:
The source of SDL is available in a separate archive on my web page or in the
official
source package at www.libsdl.org (get the CVS version if you have cvs
installed).
You can find a lot of stuff that often compiles with a simple "make" on the
OFFICIAL libSDL website:
http://www.libsdl.org
This site includes lots of games, utility, docs about SDL and SDL programming,
with your contribution we will be able to port TONS of application to AmigaOS!
You can find some informations and download specific of the SDL amiga
implementation at the following URL:
http://ggreco.interfree.it/sdl.html
You can also subscribe to the SDL-Amiga mailing list sending a mail to:
sdl-amiga-subscribeyahoogroups.com
For info, support, bugfix and other feel free to mail me:
Gabriele Greco (gabriele.greco@aruba.it/gabrielegrecotin.it)
|
Contents of dev/misc/SDL-Amiga.lha PERMSSN UID GID PACKED SIZE RATIO CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic] 427 1154 37.0% -lh5- 45b4 Dec 9 2001 SDL/bin/sdl-config
[generic] 8466 23244 36.4% -lh5- 5a32 Apr 26 2001 sdl/copying
[generic] 896 1650 54.3% -lh5- 91e5 Aug 21 2001 sdl/credits
[generic] 1453 4067 35.7% -lh5- 70df Jun 10 2001 SDL/docs/audio.html
[generic] 1613 4414 36.5% -lh5- cdc5 Jun 10 2001 SDL/docs/cdrom.html
[generic] 1113 3112 35.8% -lh5- 5eea Sep 14 2001 SDL/docs/event.html
[generic] 1457 6995 20.8% -lh5- 25e6 Sep 14 2001 SDL/docs/eventfunctions.html
[generic] 951 3300 28.8% -lh5- 47ba Sep 14 2001 SDL/docs/eventstructures.html
[generic] 1035 3115 33.2% -lh5- 0f63 Sep 14 2001 SDL/docs/general.html
[generic] 665 1966 33.8% -lh5- a9b0 Jun 10 2001 SDL/docs/guide.html
[generic] 831 2150 38.7% -lh5- 163b Jun 10 2001 SDL/docs/guideaboutsdldoc.html
[generic] 1368 3641 37.6% -lh5- 22ee Sep 14 2001 SDL/docs/guideaudioexamples.html
[generic] 1618 4396 36.8% -lh5- 0283 Sep 14 2001 SDL/docs/guidebasicsinit.html
[generic] 1507 4752 31.7% -lh5- da3d Sep 14 2001 SDL/docs/guidecdromexamples.html
[generic] 758 2151 35.2% -lh5- bf79 Jun 10 2001 SDL/docs/guidecredits.html
[generic] 1619 4471 36.2% -lh5- 13ad Jun 10 2001 SDL/docs/guideeventexamples.html
[generic] 820 2383 34.4% -lh5- 9a15 Jun 10 2001 SDL/docs/guideexamples.html
[generic] 4729 15272 31.0% -lh5- f18c Sep 14 2001 SDL/docs/guideinput.html
[generic] 4980 17662 28.2% -lh5- b95c Jun 10 2001 SDL/docs/guideinputkeyboard.html
[generic] 904 2362 38.3% -lh5- 9a90 Jun 10 2001 SDL/docs/guidepreface.html
[generic] 776 2130 36.4% -lh5- 731d Jun 10 2001 SDL/docs/guidethebasics.html
[generic] 851 2286 37.2% -lh5- b657 Sep 14 2001 SDL/docs/guidetimeexamples.html
[generic] 2868 9032 31.8% -lh5- 4cf0 Jun 10 2001 SDL/docs/guidevideo.html
[generic] 3063 10179 30.1% -lh5- d455 Jun 10 2001 SDL/docs/guidevideoexamples.html
[generic] 5454 16384 33.3% -lh5- 510d Jun 10 2001 SDL/docs/guidevideoopengl.html
[generic] 4910 20361 24.1% -lh5- 327b Sep 14 2001 SDL/docs/index.html
[generic] 1630 5115 31.9% -lh5- 7c08 Jun 10 2001 SDL/docs/joystick.html
[generic] 1052 5108 20.6% -lh5- d875 Sep 14 2001 SDL/docs/Makefile.am
[generic] 3232 10394 31.1% -lh5- a34d Aug 30 2003 SDL/docs/Makefile.in
[generic] 754 2142 35.2% -lh5- a3e8 Jun 10 2001 SDL/docs/reference.html
[generic] 1335 4427 30.2% -lh5- 8acd Sep 14 2001 SDL/docs/sdlactiveevent.html
[generic] 1694 4477 37.8% -lh5- c9b6 Sep 14 2001 SDL/docs/sdladdtimer.html
[generic] 1888 7238 26.1% -lh5- 4552 Sep 14 2001 SDL/docs/sdlaudiocvt.html
[generic] 1743 7153 24.4% -lh5- ef7d Sep 14 2001 SDL/docs/sdlaudiospec.html
[generic] 1870 5245 35.7% -lh5- 6c19 Sep 14 2001 SDL/docs/sdlblitsurface.html
[generic] 1214 3853 31.5% -lh5- f3de Sep 14 2001 SDL/docs/sdlbuildaudiocvt.html
[generic] 1399 4427 31.6% -lh5- f243 Sep 14 2001 SDL/docs/sdlcd.html
[generic] 842 2385 35.3% -lh5- da36 Sep 14 2001 SDL/docs/sdlcdclose.html
[generic] 885 2514 35.2% -lh5- 29de Sep 14 2001 SDL/docs/sdlcdeject.html
[generic] 965 2770 34.8% -lh5- c707 Sep 14 2001 SDL/docs/sdlcdname.html
[generic] 805 2331 34.5% -lh5- b1f4 Sep 14 2001 SDL/docs/sdlcdnumdrives.html
[generic] 1418 3723 38.1% -lh5- 55c6 Sep 14 2001 SDL/docs/sdlcdopen.html
[generic] 904 2634 34.3% -lh5- 31d6 Sep 14 2001 SDL/docs/sdlcdpause.html
[generic] 945 2765 34.2% -lh5- 8ca6 Sep 14 2001 SDL/docs/sdlcdplay.html
[generic] 1315 4110 32.0% -lh5- 6d3d Sep 14 2001 SDL/docs/sdlcdplaytracks.html
[generic] 901 2604 34.6% -lh5- 7ddc Sep 14 2001 SDL/docs/sdlcdresume.html
[generic] 1366 3653 37.4% -lh5- bb73 Sep 14 2001 SDL/docs/sdlcdstatus.html
[generic] 893 2528 35.3% -lh5- 3111 Sep 14 2001 SDL/docs/sdlcdstop.html
[generic] 1180 3654 32.3% -lh5- 686d Sep 14 2001 SDL/docs/sdlcdtrack.html
[generic] 829 2384 34.8% -lh5- c094 Sep 14 2001 SDL/docs/sdlcloseaudio.html
[generic] 1036 3356 30.9% -lh5- 28fe Sep 14 2001 SDL/docs/sdlcolor.html
[generic] 954 2705 35.3% -lh5- c78e Sep 14 2001 SDL/docs/sdlcondbroadcast.html
[generic] 964 2720 35.4% -lh5- d8cc Sep 14 2001 SDL/docs/sdlcondsignal.html
[generic] 1009 2866 35.2% -lh5- 8802 Sep 14 2001 SDL/docs/sdlcondwait.html
[generic] 1042 2852 36.5% -lh5- d193 Sep 14 2001 SDL/docs/sdlcondwaittimeout.html
[generic] 2035 6334 32.1% -lh5- f3d9 Sep 14 2001 SDL/docs/sdlconvertaudio.html
[generic] 1178 3426 34.4% -lh5- ad74 Sep 14 2001 SDL/docs/sdlconvertsurface.html
[generic] 932 2748 33.9% -lh5- ed9e Sep 14 2001 SDL/docs/sdlcreatecond.html
[generic] 1741 5984 29.1% -lh5- 9417 Sep 14 2001 SDL/docs/sdlcreatecursor.html
[generic] 1005 2943 34.1% -lh5- 59f8 Sep 14 2001 SDL/docs/sdlcreatemutex.html
[generic] 2180 6939 31.4% -lh5- 937a Sep 14 2001 SDL/docs/sdlcreatergbsurface.html
[generic] 1186 3489 34.0% -lh5- 480b Sep 14 2001 SDL/docs/sdlcreatergbsurfacefrom.html
[generic] 1277 3914 32.6% -lh5- aab8 Sep 14 2001 SDL/docs/sdlcreatesemaphore.html
[generic] 991 2788 35.5% -lh5- e30e Sep 14 2001 SDL/docs/sdlcreatethread.html
[generic] 1132 3365 33.6% -lh5- a2ec Sep 14 2001 SDL/docs/sdlcreateyuvoverlay.html
[generic] 1005 2738 36.7% -lh5- 386a Sep 14 2001 SDL/docs/sdldelay.html
[generic] 835 2414 34.6% -lh5- c5da Sep 14 2001 SDL/docs/sdldestroycond.html
[generic] 837 2436 34.4% -lh5- 1ee1 Sep 14 2001 SDL/docs/sdldestroymutex.html
[generic] 1082 3417 31.7% -lh5- 8c6d Sep 14 2001 SDL/docs/sdldestroysemaphore.html
[generic] 1168 3430 34.1% -lh5- 4e0d Sep 14 2001 SDL/docs/sdldisplayformat.html
[generic] 1269 3478 36.5% -lh5- c80d Sep 14 2001 SDL/docs/sdldisplayformatalpha.html
[generic] 1081 3129 34.5% -lh5- 2a21 Sep 14 2001 SDL/docs/sdldisplayyuvoverlay.html
[generic] 1090 3077 35.4% -lh5- c4c1 Sep 14 2001 SDL/docs/sdlenablekeyrepeat.html
[generic] 1269 3480 36.5% -lh5- 4edd Sep 14 2001 SDL/docs/sdlenableunicode.html
[generic] 2919 13301 21.9% -lh5- 826b Sep 14 2001 SDL/docs/sdlevent.html
[generic] 1079 3399 31.7% -lh5- 595d Sep 14 2001 SDL/docs/sdleventstate.html
[generic] 1061 3075 34.5% -lh5- 77cb Sep 14 2001 SDL/docs/sdlexposeevent.html
[generic] 1312 3803 34.5% -lh5- fb64 Sep 14 2001 SDL/docs/sdlfillrect.html
[generic] 1197 3304 36.2% -lh5- 321c Sep 14 2001 SDL/docs/sdlflip.html
[generic] 833 2464 33.8% -lh5- e3aa Sep 14 2001 SDL/docs/sdlfreecursor.html
[generic] 926 2742 33.8% -lh5- 213b Sep 14 2001 SDL/docs/sdlfreesurface.html
[generic] 917 2608 35.2% -lh5- 6402 Sep 14 2001 SDL/docs/sdlfreewav.html
[generic] 900 2740 32.8% -lh5- 2a76 Sep 14 2001 SDL/docs/sdlfreeyuvoverlay.html
[generic] 1039 3214 32.3% -lh5- dcb2 Sep 14 2001 SDL/docs/sdlgetappstate.html
[generic] 917 2655 34.5% -lh5- 05e9 Sep 14 2001 SDL/docs/sdlgetaudiostatus.html
[generic] 986 2844 34.7% -lh5- d3a5 Sep 14 2001 SDL/docs/sdlgetcliprect.html
[generic] 831 2531 32.8% -lh5- c6df Sep 14 2001 SDL/docs/sdlgetcursor.html
[generic] 849 2395 35.4% -lh5- 9350 Sep 14 2001 SDL/docs/sdlgeterror.html
[generic] 1005 2985 33.7% -lh5- c3c7 Sep 14 2001 SDL/docs/sdlgeteventfilter.html
[generic] 947 2706 35.0% -lh5- b9dc Sep 14 2001 SDL/docs/sdlgetgammaramp.html
[generic] 887 2525 35.1% -lh5- 8b2e Sep 14 2001 SDL/docs/sdlgetkeyname.html
[generic] 1185 3326 35.6% -lh5- b51a Sep 14 2001 SDL/docs/sdlgetkeystate.html
[generic] 1157 3358 34.5% -lh5- fd85 Sep 14 2001 SDL/docs/sdlgetmodstate.html
[generic] 1128 3205 35.2% -lh5- 461d Sep 14 2001 SDL/docs/sdlgetmousestate.html
[generic] 1032 2971 34.7% -lh5- 0047 Sep 14 2001 SDL/docs/sdlgetrelativemousestate.html
[generic] 1049 2926 35.9% -lh5- 8dbb Sep 14 2001 SDL/docs/sdlgetrgb.html
[generic] 1081 2960 36.5% -lh5- 2b53 Sep 14 2001 SDL/docs/sdlgetrgba.html
[generic] 860 2495 34.5% -lh5- 8d47 Sep 14 2001 SDL/docs/sdlgetthreadid.html
[generic] 861 2408 35.8% -lh5- 14a0 Sep 14 2001 SDL/docs/sdlgetticks.html
[generic] 1002 2838 35.3% -lh5- 9697 Sep 14 2001 SDL/docs/sdlgetvideoinfo.html
[generic] 893 2539 35.2% -lh5- 4321 Sep 14 2001 SDL/docs/sdlgetvideosurface.html
[generic] 1139 4770 23.9% -lh5- 5f7f Sep 14 2001 SDL/docs/sdlglattr.html
[generic] 1055 3075 34.3% -lh5- 5a9b Sep 14 2001 SDL/docs/sdlglgetattribute.html
[generic] 1251 3473 36.0% -lh5- 0ca2 Sep 14 2001 SDL/docs/sdlglgetprocaddress.html
[generic] 1052 2967 35.5% -lh5- a364 Sep 14 2001 SDL/docs/sdlglloadlibrary.html
[generic] 1360 3926 34.6% -lh5- 0e53 Sep 14 2001 SDL/docs/sdlglsetattribute.html
[generic] 889 2555 34.8% -lh5- 3d4b Sep 14 2001 SDL/docs/sdlglswapbuffers.html
[generic] 1212 4252 28.5% -lh5- 7624 Jun 10 2001 SDL/docs/sdlinit.html
[generic] 1198 3457 34.7% -lh5- 440b Jun 10 2001 SDL/docs/sdlinitsubsystem.html
[generic] 1231 4125 29.8% -lh5- 79f3 Sep 14 2001 SDL/docs/sdljoyaxisevent.html
[generic] 1306 4325 30.2% -lh5- 2b74 Sep 14 2001 SDL/docs/sdljoyballevent.html
[generic] 1242 4404 28.2% -lh5- c1a7 Sep 14 2001 SDL/docs/sdljoybuttonevent.html
[generic] 1366 4906 27.8% -lh5- 624f Sep 14 2001 SDL/docs/sdljoyhatevent.html
[generic] 873 2614 33.4% -lh5- c88c Sep 14 2001 SDL/docs/sdljoystickclose.html
[generic] 1175 3677 32.0% -lh5- d1ee Sep 14 2001 SDL/docs/sdljoystickeventstate.html
[generic] 1200 3604 33.3% -lh5- b228 Sep 14 2001 SDL/docs/sdljoystickgetaxis.html
[generic] 1149 3310 34.7% -lh5- 040f Sep 14 2001 SDL/docs/sdljoystickgetball.html
[generic] 958 2852 33.6% -lh5- fbba Sep 14 2001 SDL/docs/sdljoystickgetbutton.html
[generic] 1043 3447 30.3% -lh5- e0ff Sep 14 2001 SDL/docs/sdljoystickgethat.html
[generic] 882 2618 33.7% -lh5- bbb1 Sep 14 2001 SDL/docs/sdljoystickindex.html
[generic] 1047 2964 35.3% -lh5- cf3c Sep 14 2001 SDL/docs/sdljoystickname.html
[generic] 912 2723 33.5% -lh5- 993b Sep 14 2001 SDL/docs/sdljoysticknumaxes.html
[generic] 919 2751 33.4% -lh5- acce Sep 14 2001 SDL/docs/sdljoysticknumballs.html
[generic] 921 2751 33.5% -lh5- 6c48 Sep 14 2001 SDL/docs/sdljoysticknumbuttons.html
[generic] 912 2746 33.2% -lh5- 23fd Sep 14 2001 SDL/docs/sdljoysticknumhats.html
[generic] 1189 3443 34.5% -lh5- 1f2f Sep 14 2001 SDL/docs/sdljoystickopen.html
[generic] 960 2862 33.5% -lh5- 1c46 Sep 14 2001 SDL/docs/sdljoystickopened.html
[generic] 916 2692 34.0% -lh5- 311e Sep 14 2001 SDL/docs/sdljoystickupdate.html
[generic] 2657 27767 9.6% -lh5- 9e9c Sep 14 2001 SDL/docs/sdlkey.html
[generic] 1308 4643 28.2% -lh5- 318c Sep 14 2001 SDL/docs/sdlkeyboardevent.html
[generic] 1630 4720 34.5% -lh5- 7a21 Sep 14 2001 SDL/docs/sdlkeysym.html
[generic] 941 2699 34.9% -lh5- fdb1 Sep 14 2001 SDL/docs/sdlkillthread.html
[generic] 1586 4353 36.4% -lh5- deb6 Sep 14 2001 SDL/docs/sdllistmodes.html
[generic] 907 2552 35.5% -lh5- a1e8 Sep 14 2001 SDL/docs/sdlloadbmp.html
[generic] 1426 3898 36.6% -lh5- ff8b Sep 14 2001 SDL/docs/sdlloadwav.html
[generic] 913 2549 35.8% -lh5- 665e Sep 14 2001 SDL/docs/sdllockaudio.html
[generic] 1469 4373 33.6% -lh5- 7fba Sep 14 2001 SDL/docs/sdllocksurface.html
[generic] 990 3047 32.5% -lh5- 4c9a Sep 14 2001 SDL/docs/sdllockyuvoverlay.html
[generic] 1216 3377 36.0% -lh5- a03b Sep 14 2001 SDL/docs/sdlmaprgb.html
[generic] 1164 3264 35.7% -lh5- ec58 Sep 14 2001 SDL/docs/sdlmaprgba.html
[generic] 1304 3288 39.7% -lh5- 55ab Sep 14 2001 SDL/docs/sdlmixaudio.html
[generic] 1320 4504 29.3% -lh5- e265 Sep 14 2001 SDL/docs/sdlmousebuttonevent.html
[generic] 1450 4783 30.3% -lh5- a54c Sep 14 2001 SDL/docs/sdlmousemotionevent.html
[generic] 1034 2931 35.3% -lh5- 1729 Sep 14 2001 SDL/docs/sdlmutexp.html
[generic] 983 2808 35.0% -lh5- c4b7 Sep 14 2001 SDL/docs/sdlmutexv.html
[generic] 860 2588 33.2% -lh5- 2ad8 Sep 14 2001 SDL/docs/sdlnumjoysticks.html
[generic] 2920 9574 30.5% -lh5- 1c40 Sep 14 2001 SDL/docs/sdlopenaudio.html
[generic] 1540 4845 31.8% -lh5- 3dc2 Sep 14 2001 SDL/docs/sdloverlay.html
[generic] 1150 3716 30.9% -lh5- 9aef Sep 14 2001 SDL/docs/sdlpalette.html
[generic] 992 2808 35.3% -lh5- a120 Sep 14 2001 SDL/docs/sdlpauseaudio.html
[generic] 1174 3789 31.0% -lh5- 7cea Sep 14 2001 SDL/docs/sdlpeepevents.html
[generic] 2348 8321 28.2% -lh5- 1eba Sep 14 2001 SDL/docs/sdlpixelformat.html
[generic] 1278 3462 36.9% -lh5- 8c43 Sep 14 2001 SDL/docs/sdlpollevent.html
[generic] 1121 3347 33.5% -lh5- 5478 Sep 14 2001 SDL/docs/sdlpumpevents.html
[generic] 1183 3372 35.1% -lh5- b062 Sep 14 2001 SDL/docs/sdlpushevent.html
[generic] 1134 3081 36.8% -lh5- 9e32 Jun 10 2001 SDL/docs/sdlquit.html
[generic] 1233 3486 35.4% -lh5- 2071 Sep 14 2001 SDL/docs/sdlquitevent.html
[generic] 963 2980 32.3% -lh5- 2361 Jun 10 2001 SDL/docs/sdlquitsubsystem.html
[generic] 1016 3001 33.9% -lh5- 21e7 Sep 14 2001 SDL/docs/sdlrect.html
[generic] 918 2737 33.5% -lh5- 7a62 Sep 14 2001 SDL/docs/sdlremovetimer.html
[generic] 1191 3851 30.9% -lh5- 01d3 Sep 14 2001 SDL/docs/sdlresizeevent.html
[generic] 960 2719 35.3% -lh5- 89c8 Sep 14 2001 SDL/docs/sdlsavebmp.html
[generic] 1201 3683 32.6% -lh5- 1f64 Sep 14 2001 SDL/docs/sdlsempost.html
[generic] 1372 4158 33.0% -lh5- 06d2 Sep 14 2001 SDL/docs/sdlsemtrywait.html
[generic] 1035 3215 32.2% -lh5- 2df8 Sep 14 2001 SDL/docs/sdlsemvalue.html
[generic] 1284 3801 33.8% -lh5- 755d Sep 14 2001 SDL/docs/sdlsemwait.html
[generic] 1512 4369 34.6% -lh5- f5a3 Sep 14 2001 SDL/docs/sdlsemwaittimeout.html
[generic] 2153 7902 27.2% -lh5- 4d4f Sep 14 2001 SDL/docs/sdlsetalpha.html
[generic] 1053 3051 34.5% -lh5- ea15 Sep 14 2001 SDL/docs/sdlsetcliprect.html
[generic] 1390 4155 33.5% -lh5- 8cfc Sep 14 2001 SDL/docs/sdlsetcolorkey.html
[generic] 1846 5081 36.3% -lh5- 2c29 Sep 14 2001 SDL/docs/sdlsetcolors.html
[generic] 911 2648 34.4% -lh5- 3e47 Sep 14 2001 SDL/docs/sdlsetcursor.html
[generic] 1488 4156 35.8% -lh5- d948 Sep 14 2001 SDL/docs/sdlseteventfilter.html
[generic] 1106 3053 36.2% -lh5- 6ed9 Sep 14 2001 SDL/docs/sdlsetgamma.html
[generic] 1180 3199 36.9% -lh5- 7110 Sep 14 2001 SDL/docs/sdlsetgammaramp.html
[generic] 1094 3081 35.5% -lh5- bb96 Sep 14 2001 SDL/docs/sdlsetmodstate.html
[generic] 2003 5493 36.5% -lh5- bbd0 Sep 14 2001 SDL/docs/sdlsetpalette.html
[generic] 1520 3927 38.7% -lh5- 3a6d Sep 14 2001 SDL/docs/sdlsettimer.html
[generic] 2469 8020 30.8% -lh5- fd11 Sep 14 2001 SDL/docs/sdlsetvideomode.html
[generic] 1022 3028 33.8% -lh5- d4d9 Sep 14 2001 SDL/docs/sdlshowcursor.html
[generic] 1868 7595 24.6% -lh5- 546f Sep 14 2001 SDL/docs/sdlsurface.html
[generic] 1217 3175 38.3% -lh5- 2de5 Sep 14 2001 SDL/docs/sdlsyswmevent.html
[generic] 802 2301 34.9% -lh5- e5a7 Sep 14 2001 SDL/docs/sdlthreadid.html
[generic] 816 2420 33.7% -lh5- b725 Sep 14 2001 SDL/docs/sdlunlockaudio.html
[generic] 922 2716 33.9% -lh5- bd6d Sep 14 2001 SDL/docs/sdlunlocksurface.html
[generic] 916 2787 32.9% -lh5- a751 Sep 14 2001 SDL/docs/sdlunlockyuvoverlay.html
[generic] 1079 3204 33.7% -lh5- fa9a Sep 14 2001 SDL/docs/sdlupdaterect.html
[generic] 1260 3400 37.1% -lh5- b239 Sep 14 2001 SDL/docs/sdlupdaterects.html
[generic] 1254 4164 30.1% -lh5- 662f Sep 14 2001 SDL/docs/sdluserevent.html
[generic] 1072 3025 35.4% -lh5- 9434 Sep 14 2001 SDL/docs/sdlvideodrivername.html
[generic] 1294 4967 26.1% -lh5- 431c Sep 14 2001 SDL/docs/sdlvideoinfo.html
[generic] 1329 3673 36.2% -lh5- 5d08 Sep 14 2001 SDL/docs/sdlvideomodeok.html
[generic] 998 2790 35.8% -lh5- 32f6 Sep 14 2001 SDL/docs/sdlwaitevent.html
[generic] 985 2765 35.6% -lh5- c2cb Sep 14 2001 SDL/docs/sdlwaitthread.html
[generic] 868 2478 35.0% -lh5- dffc Sep 14 2001 SDL/docs/sdlwarpmouse.html
[generic] 1241 3699 33.5% -lh5- 08e3 Sep 14 2001 SDL/docs/sdlwasinit.html
[generic] 875 2586 33.8% -lh5- 8c6c Sep 14 2001 SDL/docs/sdlwmgetcaption.html
[generic] 1070 2853 37.5% -lh5- 2246 Sep 14 2001 SDL/docs/sdlwmgrabinput.html
[generic] 1014 2743 37.0% -lh5- d0cf Sep 14 2001 SDL/docs/sdlwmiconifywindow.html
[generic] 857 2503 34.2% -lh5- 9749 Sep 14 2001 SDL/docs/sdlwmsetcaption.html
[generic] 1090 3102 35.1% -lh5- ed1b Sep 14 2001 SDL/docs/sdlwmseticon.html
[generic] 947 2601 36.4% -lh5- 00d8 Sep 14 2001 SDL/docs/sdlwmtogglefullscreen.html
[generic] 1689 5281 32.0% -lh5- e0d6 Sep 14 2001 SDL/docs/thread.html
[generic] 1144 3102 36.9% -lh5- 695d Jun 10 2001 SDL/docs/time.html
[generic] 3190 10515 30.3% -lh5- 13b0 Sep 14 2001 SDL/docs/video.html
[generic] 913 2644 34.5% -lh5- f1ae Jun 10 2001 SDL/docs/wm.html
[generic] 123 578 21.3% -lh5- 75e6 Apr 26 2001 SDL/examples/icon.bmp
[generic] 10314 25532 40.4% -lh5- 15f2 Sep 7 2003 SDL/examples/loopwave
[generic] 1131 2563 44.1% -lh5- c926 Apr 28 2002 SDL/examples/loopwave.c
[generic] 251 727 34.5% -lh5- 85ef Apr 28 2002 SDL/examples/Makefile
[generic] 247 884 27.9% -lh5- a928 Apr 26 2001 SDL/examples/picture.xbm
[generic] 3355 15858 21.2% -lh5- 79cb Apr 26 2001 SDL/examples/sail.bmp
[generic] 24689 69202 35.7% -lh5- 9369 Apr 26 2001 SDL/examples/sample.bmp
[generic] 11419 27312 41.8% -lh5- ffd6 Sep 7 2003 SDL/examples/testbitmap
[generic] 1299 3204 40.5% -lh5- eb23 Apr 28 2002 SDL/examples/testbitmap.c
[generic] 14428 34488 41.8% -lh5- 1ae8 Sep 7 2003 SDL/examples/testpalette
[generic] 3636 9632 37.7% -lh5- 7a26 Apr 28 2002 SDL/examples/testpalette.c
[generic] 12706 29900 42.5% -lh5- 8f61 Sep 7 2003 SDL/examples/testsprite
[generic] 2662 7646 34.8% -lh5- 5518 Apr 28 2002 SDL/examples/testsprite.c
[generic] 12846 30612 42.0% -lh5- ba36 Sep 7 2003 SDL/examples/testwin
[generic] 2574 8939 28.8% -lh5- e301 Apr 28 2002 SDL/examples/testwin.c
[generic] 1619 4838 33.5% -lh5- fbf9 Jan 5 2002 SDL/fd/SDL.fd
[generic] 2156 7690 28.0% -lh5- 57ef Jan 6 2002 SDL/include/clib/SDL_protos.h
[generic] 3936 18227 21.6% -lh5- 8cd6 Jan 6 2002 SDL/include/inline/SDL.h
[generic] 3936 18227 21.6% -lh5- 8cd6 Jan 6 2002 SDL/include/inline/SDL_inline.h
[generic] 1686 3890 43.3% -lh5- 99ef Aug 30 2003 SDL/include/SDL/begin_code.h
[generic] 779 1449 53.8% -lh5- 10fc Jun 8 2002 SDL/include/SDL/close_code.h
[generic] 1390 3212 43.3% -lh5- 37bc Jun 8 2002 SDL/include/SDL/SDL.h
[generic] 1004 1957 51.3% -lh5- d8f4 Jun 8 2002 SDL/include/SDL/SDL_active.h
[generic] 4141 10975 37.7% -lh5- 2bd6 Jun 8 2002 SDL/include/SDL/SDL_audio.h
[generic] 990 1921 51.5% -lh5- 29ea Aug 30 2003 SDL/include/SDL/SDL_byteorder.h
[generic] 2317 5748 40.3% -lh5- 49b9 Jun 8 2002 SDL/include/SDL/SDL_cdrom.h
[generic] 591 1000 59.1% -lh5- 356c Jun 8 2002 SDL/include/SDL/SDL_copying.h
[generic] 1847 4911 37.6% -lh5- ec02 Jun 8 2002 SDL/include/SDL/SDL_endian.h
[generic] 911 1778 51.2% -lh5- 7f29 Jun 8 2002 SDL/include/SDL/SDL_error.h
[generic] 3730 12198 30.6% -lh5- d6a1 Aug 30 2003 SDL/include/SDL/SDL_events.h
[generic] 362 738 49.1% -lh5- 13f1 Jun 8 2002 SDL/include/SDL/SDL_getenv.h
[generic] 1933 5319 36.3% -lh5- 2291 Jun 8 2002 SDL/include/SDL/SDL_joystick.h
[generic] 1723 3908 44.1% -lh5- 9869 Jun 8 2002 SDL/include/SDL/SDL_keyboard.h
[generic] 2661 7290 36.5% -lh5- f5b6 Jun 8 2002 SDL/include/SDL/SDL_keysym.h
[generic] 1340 2851 47.0% -lh5- 5aab Jul 10 2003 SDL/include/SDL/SDL_loadso.h
[generic] 1227 2744 44.7% -lh5- b92b Aug 30 2003 SDL/include/SDL/SDL_main.h
[generic] 1875 4635 40.5% -lh5- 12b0 Aug 30 2003 SDL/include/SDL/SDL_mouse.h
[generic] 1876 5767 32.5% -lh5- 66db Aug 30 2003 SDL/include/SDL/SDL_mutex.h
[generic] 125 183 68.3% -lh5- 3b64 Mar 6 2002 SDL/include/SDL/SDL_name.h
[generic] 22053 143585 15.4% -lh5- 4244 Aug 30 2003 SDL/include/SDL/SDL_opengl.h
[generic] 1067 1999 53.4% -lh5- 1302 Jun 8 2002 SDL/include/SDL/SDL_quit.h
[generic] 1475 3415 43.2% -lh5- 7825 Jun 8 2002 SDL/include/SDL/SDL_rwops.h
[generic] 2049 5266 38.9% -lh5- c646 Aug 30 2003 SDL/include/SDL/SDL_syswm.h
[generic] 1117 2413 46.3% -lh5- 3336 Jun 8 2002 SDL/include/SDL/SDL_thread.h
[generic] 1944 4477 43.4% -lh5- 8104 Jun 8 2002 SDL/include/SDL/SDL_timer.h
[generic] 1552 3453 44.9% -lh5- 76cf Aug 30 2003 SDL/include/SDL/SDL_types.h
[generic] 1247 2673 46.7% -lh5- 96fb Aug 30 2003 SDL/include/SDL/SDL_version.h
[generic] 11513 37131 31.0% -lh5- 00c8 Aug 30 2003 SDL/include/SDL/SDL_video.h
[generic] 1223 2710 45.1% -lh5- a70d Apr 26 2001 SDL/index.html
[generic] 608 1228 49.5% -lh5- 5b30 Aug 17 2000 SDL/lib/debug.lib
[generic] 823 2684 30.7% -lh5- 7564 Aug 17 2000 SDL/lib/libdebug.a
[generic] 94274 232096 40.6% -lh5- 0cf2 Sep 7 2003 SDL/lib/libSDL.a
[generic] 314 558 56.3% -lh5- 4b24 Sep 7 2003 SDL/lib/libSDLstub.a
[generic] 555019 1402516 39.6% -lh5- 3f96 Sep 7 2003 SDL/lib/SDL.lib
[generic] 1060 2526 42.0% -lh5- e5bc Dec 2 2001 SDL/lib_MOS/libdebug.a
[generic] 130219 355798 36.6% -lh5- dfb9 Sep 7 2003 SDL/lib_MOS/libSDL.a
[generic] 79996 180884 44.2% -lh5- 1198 Sep 7 2003 SDL/libs/SDL.library
[generic] 907 1682 53.9% -lh5- c8ef Aug 30 2003 sdl/readme
[generic] 2218 4914 45.1% -lh5- 3ed0 Sep 7 2003 SDL/README.Amiga
[generic] 40 122 32.8% -lh5- 5390 Jul 6 2000 SDL/SDLroids/bmp/blank.bmp
[generic] 120 210 57.1% -lh5- 4207 Jul 6 2000 SDL/SDLroids/bmp/bomb.bmp
[generic] 1087 3126 34.8% -lh5- e029 Jul 9 2000 SDL/SDLroids/bmp/icon.bmp
[generic] 79 126 62.7% -lh5- a2d5 Jul 6 2000 SDL/SDLroids/bmp/level.bmp
[generic] 79 194 40.7% -lh5- 71d2 Jul 6 2000 SDL/SDLroids/bmp/life.bmp
[generic] 98 206 47.6% -lh5- fa70 Jul 6 2000 SDL/SDLroids/bmp/num0.bmp
[generic] 96 206 46.6% -lh5- 44fe Jul 6 2000 SDL/SDLroids/bmp/num1.bmp
[generic] 114 206 55.3% -lh5- 103f Jul 6 2000 SDL/SDLroids/bmp/num2.bmp
[generic] 109 206 52.9% -lh5- 102b Jul 6 2000 SDL/SDLroids/bmp/num3.bmp
[generic] 106 206 51.5% -lh5- efca Jul 6 2000 SDL/SDLroids/bmp/num4.bmp
[generic] 112 206 54.4% -lh5- bb92 Jul 6 2000 SDL/SDLroids/bmp/num5.bmp
[generic] 108 206 52.4% -lh5- 5e91 Jul 6 2000 SDL/SDLroids/bmp/num6.bmp
[generic] 98 206 47.6% -lh5- 7564 Jul 6 2000 SDL/SDLroids/bmp/num7.bmp
[generic] 112 206 54.4% -lh5- 9b8d Jul 6 2000 SDL/SDLroids/bmp/num8.bmp
[generic] 108 206 52.4% -lh5- 35a3 Jul 6 2000 SDL/SDLroids/bmp/num9.bmp
[generic] 89 202 44.1% -lh5- 9dcd Jul 6 2000 SDL/SDLroids/bmp/plus.bmp
[generic] 80 126 63.5% -lh5- f5ad Jul 6 2000 SDL/SDLroids/bmp/score.bmp
[generic] 102 198 51.5% -lh5- 93b5 Jul 6 2000 SDL/SDLroids/bmp/shield.bmp
[generic] 29430 62604 47.0% -lh5- 25f9 Jan 5 2002 SDL/SDLroids/sdlroids
[generic] 2669 3916 68.2% -lh5- 03d3 Jul 6 2000 SDL/SDLroids/sounds/bonusgot.wav
[generic] 992 1609 61.7% -lh5- 5564 Jul 7 2000 SDL/SDLroids/sounds/bshot.wav
[generic] 1262 2191 57.6% -lh5- 9b63 Jul 6 2000 SDL/SDLroids/sounds/bwound.wav
[generic] 2694 4360 61.8% -lh5- 7cb5 Jul 7 2000 SDL/SDLroids/sounds/explode.wav
[generic] 9433 19597 48.1% -lh5- a559 Jul 7 2000 SDL/SDLroids/sounds/explode2.wav
[generic] 4196 9044 46.4% -lh5- ff98 Jul 7 2000 SDL/SDLroids/sounds/newbad.wav
[generic] 2522 4451 56.7% -lh5- 197c Jul 6 2000 SDL/SDLroids/sounds/newbonus.wav
[generic] 1282 1896 67.6% -lh5- 3686 Jul 6 2000 SDL/SDLroids/sounds/phit.wav
[generic] 2535 2844 89.1% -lh5- eb1e Jul 10 2000 SDL/SDLroids/sounds/pshot.wav
[generic] 1987 10044 19.8% -lh5- 85d8 Jul 7 2000 SDL/SDLroids/sounds/swarmsplit.wav
[generic] 920 1068 86.1% -lh5- a4ea Jul 6 2000 SDL/SDLroids/sounds/thrust.wav
[generic] 15861 20166 78.7% -lh5- 1be0 Jul 6 2000 SDL/SDLroids/sounds/title.wav
[generic] 9932 26101 38.1% -lh5- 82f6 Aug 30 2003 SDL/WhatsNew
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 297 files 1418292 3823035 37.1% Sep 14 2003
|
|
|
|
Aminet © 1992-2024 Urban
Müller and
the Aminet team.
Aminet contact address: <aminetaminet net> |