AminetAminet
Search:
84864 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/c/Sevgi_Engine.lha

Mirror:Random
Showing: m68k-amigaos iconppc-amigaos iconppc-morphos iconi386-aros iconi386-amithlon iconppc-warpup iconppc-powerup icongeneric iconother icon
No screenshot available
Short:Sevgi Engine
Author: amithlondestek at gmail.com (Alper Sönmez)
Uploader:amithlondestek gmail com (Alper Sönmez)
Type:dev/c
Version:0.175
Architecture:m68k-amigaos
Date:2025-05-21
Requires:MUI v3.8+
Download:dev/c/Sevgi_Engine.lha - View contents
Readme:dev/c/Sevgi_Engine.readme
Downloads:10

Sevgi Engine
************
Sevgi Engine is a new open source video game engine for classic Amiga computers
which provides the required tools and generates the boilerplate code to create
high performaning Amiga games using only the C programming language. It is built
around the great ScrollingTricks by Georg Steger.

Features
*********
* Performance
  All display algorithms aim to perform at a locked 50fps on a single buffered
  native Amiga chipset display. It implements an optimized version of the
  algorithm Scroller_XYUnlimited2_64 from ScrollingTricks. Benefits highly from
  Fast Ram where available.
* System friendly
  Aims to work on all ROM versions (2.0+) providing a clean quit back to OS
  without needing WHDLoad.
* AGA Support
  Supports all features provided by the AGA chipset.
* No limitations
  Designed to support all the well known visual tricks known by the popula
  Amiga video game titles while not limiting more experimental effects to be
  implemented.
* Easy development
  A native editor program is provided to generate code, manage game assets, edit
  color palettes etc. called Sevgi Editor. Other elements like game logic,
  animation and events require programming knowledge in C. The programming and
  compiling can be made natively (on the Amiga OS - using native compilers) or
  cross platfrom (on Windows or Linux PCs - using cross development tools).
  Sevgi Editor can import game maps made in Tiled (https://www.mapeditor.org/).
* Templates
  Generates ready to compile and run game code from template genres which aims
  to ease bootstrapping. The templates include test assets.
* ptplayer
  Implements the great ptplayer by Frank Wille for music and audio effects.
* No third party dependencies
  The game executable will not require any libraries(1)
* Documentation
  The engine code is very well commented and documented in detail in Amigaguide
  format.

(1): Except diskfont.library. And even that is avoidable if you do not use any
     Amiga font asset.

Sevgi Editor
************
Sevgi Engine code and template assets are generated using the provided editor
called Sevgi Editor.

Requirements
************
* ECS or AGA Amiga
* Kickstart 2.0+
* MUI 3.8 (for Sevgi Editor)

Build
*****
Sevgi Engine code is suitable to be compiled with any Amiga compiler. Makefiles
for SAS/C and gcc are provided and these compilers are tested to work. It
includes and uses SDI_headers, so (hopefully) it is compiler agnostic.

Templates
*********
Sevgi Editor comes with some ready to compile and run game templates from
different genres which demonstrates its features using some free assets.

Licences
********
Sevgi Engine and Sevgi Editor is under MIT Licence. Meaning you can use it in
whatever project you want as long as you include the original copyright and
license notice.
ptplayer is public domain under The Unlicence licence.

Future Plans
************
Sevgi Engine is still a work in progress. Some new features planned are:
* Support for different level display implementations (i.e double buffering,
  split screen etc.)
* More graphical effects
* A native tilemap and gameobject editor
* Functions for UI elements
* More templates for different game genres

Contributions
*************
The source codes for Sevgi Engine and Sevgi Editor can be found at:
https://github.com/alpyre/Sevgi_Engine

If you make use of Sevgi Engine and find shortcomings, contributions like
feature requests, bug reports or even pull requests will be highly appreciated.


Contents of dev/c/Sevgi_Engine.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 1811    2254  80.3% -lh5- d282 May 21  1980 Sevgi_Engine.info
[generic]                  723    2567  28.2% -lh5- e6ce May 15  1980 Sevgi_Engine/Code/anims.c
[generic]                  264     505  52.3% -lh5- 15c4 May 15  1980 Sevgi_Engine/Code/anims.h
[generic]                    0       0 100.0% -lh0- 0000 Apr 15  1980 Sevgi_Engine/Code/assets/
[generic]                  445    1631  27.3% -lh5- 40a8 Apr 29  1980 Sevgi_Engine/Code/assets.h
[generic]                 1759    6578  26.7% -lh5- fb02 Jan  8  1980 Sevgi_Engine/Code/audio.c
[generic]                  752    1929  39.0% -lh5- 4cf2 Dec 29  1980 Sevgi_Engine/Code/audio.h
[generic]                  528    1971  26.8% -lh5- 4209 May 15  1980 Sevgi_Engine/Code/collisions.c
[generic]                  294     672  43.8% -lh5- b9fe May 15  1980 Sevgi_Engine/Code/collisions.h
[generic]                 4342   22615  19.2% -lh5- 4d04 May  5  1980 Sevgi_Engine/Code/color.c
[generic]                 1582    4369  36.2% -lh5- 0749 May 18  1980 Sevgi_Engine/Code/color.h
[generic]                 1593    6414  24.8% -lh5- 0fb2 Feb  7  1980 Sevgi_Engine/Code/cop_inst_macros.h
[generic]                    0       0 100.0% -lh0- 0000 Apr 15  1980 Sevgi_Engine/Code/data/
[generic]                 6233   26860  23.2% -lh5- 26ea May 14  1980 Sevgi_Engine/Code/diskio.c
[generic]                  332     784  42.3% -lh5- c95d Dec 25  1980 Sevgi_Engine/Code/diskio.h
[generic]                 4863   20709  23.5% -lh5- 8dff May 14  1980 Sevgi_Engine/Code/display.c
[generic]                  749    1911  39.2% -lh5- eefa May 14  1980 Sevgi_Engine/Code/display.h
[generic]                20566  106261  19.4% -lh5- effa May 16  1980 Sevgi_Engine/Code/display_level.c
[generic]                  930    2767  33.6% -lh5- 96cd Apr 29  1980 Sevgi_Engine/Code/display_level.h
[generic]                 3080   11722  26.3% -lh5- ee07 Apr 29  1980 Sevgi_Engine/Code/display_loading.c
[generic]                  110     210  52.4% -lh5- 77b9 Oct  5  1980 Sevgi_Engine/Code/display_loading.h
[generic]                 6222   24629  25.3% -lh5- 24a7 Apr 29  1980 Sevgi_Engine/Code/display_menu.c
[generic]                  367    1220  30.1% -lh5- 1431 Nov 10  1980 Sevgi_Engine/Code/display_menu.h
[generic]                10020   37759  26.5% -lh5- 2ea5 May 14  1980 Sevgi_Engine/Code/display_splash.c
[generic]                   86     112  76.8% -lh5- 47aa Nov 26  1980 Sevgi_Engine/Code/display_splash.h
[generic]                    0       0 100.0% -lh0- 0000 Apr 15  1980 Sevgi_Engine/Code/fonts/
[generic]                 2438    9637  25.3% -lh5- ab6b May 14  1980 Sevgi_Engine/Code/fonts.c
[generic]                  655    1389  47.2% -lh5- 2731 Oct  1  1980 Sevgi_Engine/Code/fonts.h
[generic]                   81     110  73.6% -lh5- d7c0 Oct  1  1980 Sevgi_Engine/Code/functions.h
[generic]                 8079   33206  24.3% -lh5- 8293 Apr 29  1980 Sevgi_Engine/Code/gameobject.c
[generic]                 2965    9185  32.3% -lh5- a829 Apr 29  1980 Sevgi_Engine/Code/gameobject.h
[generic]                  788    2217  35.5% -lh5- c2e7 May 20  1980 Sevgi_Engine/Code/input.c
[generic]                  342     763  44.8% -lh5- 53e2 Nov 15  1980 Sevgi_Engine/Code/input.h
[generic]                  672    1768  38.0% -lh5- 6bbd Dec 11  1980 Sevgi_Engine/Code/keyboard.c
[generic]                  679    2732  24.9% -lh5- f22e Nov 14  1980 Sevgi_Engine/Code/keyboard.h
[generic]                 2828   13950  20.3% -lh5- c2cd Apr  8  1980 Sevgi_Engine/Code/level.c
[generic]                  571    1637  34.9% -lh5- 5ac9 Apr  7  1980 Sevgi_Engine/Code/level.h
[generic]                  712    1831  38.9% -lh5- 0368 May  9  1980 Sevgi_Engine/Code/level_display_gradients.c
[generic]                   68      68 100.0% -lh0- 8871 May  5  1980 Sevgi_Engine/Code/level_display_gradients.h
[generic]                  930    2342  39.7% -lh5- eef9 Apr 29  1980 Sevgi_Engine/Code/level_display_loop.c
[generic]                 2378    7425  32.0% -lh5- bdbe May 15  1980 Sevgi_Engine/Code/main.c
[generic]                  766    2349  32.6% -lh5- 2f8f May  5  1980 Sevgi_Engine/Code/makefile
[generic]                  218     595  36.6% -lh5- 375e Apr 16  1980 Sevgi_Engine/Code/missing_hardware_defines.h
[generic]                   75      94  79.8% -lh5- 6b51 Feb 14  1980 Sevgi_Engine/Code/palettes.h
[generic]                  123     194  63.4% -lh5- 5565 Oct 23  1980 Sevgi_Engine/Code/physics.c
[generic]                  176     261  67.4% -lh5- f270 Oct 23  1980 Sevgi_Engine/Code/physics.h
[generic]                21065   84955  24.8% -lh5- 332c Apr  6  1980 Sevgi_Engine/Code/ptplayer.asm
[generic]                 2695    7515  35.9% -lh5- 3ea5 Sep 30  1980 Sevgi_Engine/Code/ptplayer.h
[generic]                 6994   30511  22.9% -lh5- 1b2e May 18  1980 Sevgi_Engine/Code/rainbow.c
[generic]                  637    1541  41.3% -lh5- 0470 May 18  1980 Sevgi_Engine/Code/rainbow.h
[generic]                   77      89  86.5% -lh5- 549e Apr  4  1980 Sevgi_Engine/Code/SDI_headers/readme.md
[generic]                 2832    8238  34.4% -lh5- 613e Apr  4  1980 Sevgi_Engine/Code/SDI_headers/SDI_compiler.h
[generic]                 3825   16873  22.7% -lh5- 0af4 May 17  1980 Sevgi_Engine/Code/SDI_headers/SDI_hook.h
[generic]                 1782    5994  29.7% -lh5- cfa0 Dec 13  1980 Sevgi_Engine/Code/SDI_headers/SDI_interrupt.h
[generic]                 2904    8305  35.0% -lh5- a14a Apr  4  1980 Sevgi_Engine/Code/SDI_headers/SDI_lib.h
[generic]                 1393    3246  42.9% -lh5- 75a2 Apr  4  1980 Sevgi_Engine/Code/SDI_headers/SDI_misc.h
[generic]                 2379   10080  23.6% -lh5- 28f3 Apr  4  1980 Sevgi_Engine/Code/SDI_headers/SDI_stdarg.h
[generic]                 1079    3370  32.0% -lh5- 05d7 May 16  1980 Sevgi_Engine/Code/settings.h
[generic]                  169     452  37.4% -lh5- 502c May 15  1980 Sevgi_Engine/Code/sevgi.h
[generic]                 3626   11277  32.2% -lh5- e9a3 May 14  1980 Sevgi_Engine/Code/system.c
[generic]                  809    2715  29.8% -lh5- f4e2 Nov 26  1980 Sevgi_Engine/Code/system.h
[generic]                  440    1209  36.4% -lh5- 21b5 Sep 30  1980 Sevgi_Engine/Code/tilemap.c
[generic]                  652    1389  46.9% -lh5- 6d64 Oct  1  1980 Sevgi_Engine/Code/tilemap.h
[generic]                  322     831  38.7% -lh5- ae7a Feb 13  1980 Sevgi_Engine/Code/tiles.c
[generic]                  623    1612  38.6% -lh5- 5bbe Dec 13  1980 Sevgi_Engine/Code/tiles.h
[generic]                  145     355  40.8% -lh5- 86fb May 21  1980 Sevgi_Engine/Code/version.h
[generic]                 1922    2352  81.7% -lh5- c056 May 21  1980 Sevgi_Engine/Docs.info
[generic]                  690    1211  57.0% -lh5- 3e9d May 21  1980 Sevgi_Engine/Docs/ptplayer_licence
[generic]                 1332    1927  69.1% -lh5- 7bc3 May 21  1980 Sevgi_Engine/Docs/ptplayer_licence.info
[generic]                 7760   24733  31.4% -lh5- 2216 May 19  1980 Sevgi_Engine/Docs/Sevgi_Editor.guide
[generic]                 1818    2208  82.3% -lh5- 2795 May 21  1980 Sevgi_Engine/Docs/Sevgi_Editor.guide.info
[generic]                48617  169809  28.6% -lh5- fcc4 May 21  1980 Sevgi_Engine/Docs/Sevgi_Engine.guide
[generic]                 1817    2208  82.3% -lh5- 0c5e May 21  1980 Sevgi_Engine/Docs/Sevgi_Engine.guide.info
[generic]                 2792   11584  24.1% -lh5- fba0 Mar 17  1980 Sevgi_Engine/Extras/display_example.c
[generic]                  696    2691  25.9% -lh5- befd May  5  1980 Sevgi_Engine/Extras/makefile_sas_c
[generic]                 7155   18076  39.6% -lh5- b861 Dec 14  1980 Sevgi_Engine/Extras/ptplayer_sas_c.o
[generic]                  385    2558  15.1% -lh5- 1f3d Oct 23  1980 Sevgi_Engine/Extras/Sevgi_Engine_Gameobject_Properties.json
[generic]                 1874    2254  83.1% -lh5- 287c Feb 14  1980 Sevgi_Engine/Icons/GlowIcons.info
[generic]                 1555    1846  84.2% -lh5- 5703 Feb 14  1980 Sevgi_Engine/Icons/GlowIcons/Sevgi_Editor.info
[generic]                 1851    2314  80.0% -lh5- 9810 Feb 14  1980 Sevgi_Engine/Icons/GlowIcons/Sevgi_Editor_New.info
[generic]                  700    1428  49.0% -lh5- dabb Feb 14  1980 Sevgi_Engine/Icons/MagicWB.info
[generic]                  791    1593  49.7% -lh5- ad44 Feb 14  1980 Sevgi_Engine/Icons/MagicWB/Sevgi_Editor_MWB.info
[generic]                 7700    8358  92.1% -lh5- 7fea Feb 14  1980 Sevgi_Engine/Icons/Mason.info
[generic]                10182   10722  95.0% -lh5- 397e Feb 14  1980 Sevgi_Engine/Icons/Mason/Sevgi_Editor.info
[generic]                16997   18400  92.4% -lh5- 462f Feb 14  1980 Sevgi_Engine/Icons/Mason_2010.info
[generic]                19037   20062  94.9% -lh5- 8cf4 Feb 14  1980 Sevgi_Engine/Icons/Mason_2010/Sevgi_Editor.info
[generic]                  287     386  74.4% -lh5- 2e5c Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/anim.iff
[generic]                  257     350  73.4% -lh5- 37bc Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/boing.iff
[generic]                  235     368  63.9% -lh5- 0bd4 Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/copy.iff
[generic]                  243     340  71.5% -lh5- c50a Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/cut.iff
[generic]                  224     350  64.0% -lh5- 02e9 Mar 12  1980 Sevgi_Engine/Images/MWB_20x20/display.iff
[generic]                  261     350  74.6% -lh5- 2912 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/dpaint.iff
[generic]                  267     360  74.2% -lh5- eaa1 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/editor.iff
[generic]                  237     326  72.7% -lh5- f631 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/font.iff
[generic]                  273     370  73.8% -lh5- 57d5 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/gear.iff
[generic]                  171     350  48.9% -lh5- 8620 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/gradient.iff
[generic]                  282     384  73.4% -lh5- c373 Aug 21  1980 Sevgi_Engine/Images/MWB_20x20/image.iff
[generic]                  200     330  60.6% -lh5- 98a7 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/joystick.iff
[generic]                  255     342  74.6% -lh5- 8eca Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/linker.iff
[generic]                  209     340  61.5% -lh5- 5d36 Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/load.iff
[generic]                  253     340  74.4% -lh5- 184b Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/map.iff
[generic]                  180     362  49.7% -lh5- 2c14 Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/new.iff
[generic]                  247     364  67.9% -lh5- 9bc2 Mar 12  1980 Sevgi_Engine/Images/MWB_20x20/new_display.iff
[generic]                  226     318  71.1% -lh5- 3a57 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/object.iff
[generic]                  240     350  68.6% -lh5- 5951 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/objects.iff
[generic]                  207     356  58.1% -lh5- a20d Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/palette.iff
[generic]                  237     376  63.0% -lh5- 3de0 Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/paste.iff
[generic]                  206     320  64.4% -lh5- 45eb Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/redo.iff
[generic]                  279     388  71.9% -lh5- 738e Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/save.iff
[generic]                  285     398  71.6% -lh5- 36e4 Sep 25  1980 Sevgi_Engine/Images/MWB_20x20/saveas.iff
[generic]                  230     328  70.1% -lh5- 500c Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/sprite.iff
[generic]                  261     368  70.9% -lh5- 82ec Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/tileset.iff
[generic]                  208     324  64.2% -lh5- 46f6 Dec 20  1980 Sevgi_Engine/Images/MWB_20x20/tool.iff
[generic]                  204     322  63.4% -lh5- c801 Dec 21  1980 Sevgi_Engine/Images/MWB_20x20/undo.iff
[generic]                  334    1042  32.1% -lh5- 33a7 Nov  7  1980 Sevgi_Engine/Images/no_image.ilbm
[generic]                   77      89  86.5% -lh5- 549e Mar 25  1980 Sevgi_Engine/includes/readme.md
[generic]                 2832    8238  34.4% -lh5- 613e Mar 25  1980 Sevgi_Engine/includes/SDI_compiler.h
[generic]                 3825   16873  22.7% -lh5- 0af4 Mar 25  1980 Sevgi_Engine/includes/SDI_hook.h
[generic]                 1776    5995  29.6% -lh5- e348 Mar 25  1980 Sevgi_Engine/includes/SDI_interrupt.h
[generic]                 2904    8305  35.0% -lh5- a14a Mar 25  1980 Sevgi_Engine/includes/SDI_lib.h
[generic]                 1393    3246  42.9% -lh5- 75a2 Mar 25  1980 Sevgi_Engine/includes/SDI_misc.h
[generic]                 2379   10080  23.6% -lh5- 28f3 Mar 25  1980 Sevgi_Engine/includes/SDI_stdarg.h
[generic]                    0       0 100.0% -lh0- 0000 May 21  1980 Sevgi_Engine/Projects/
[generic]                79067  185256  42.7% -lh5- 4ce6 May 21  1980 Sevgi_Engine/Sevgi_Editor
[generic]                 1666    1976  84.3% -lh5- e7b6 Feb 14  1980 Sevgi_Engine/Sevgi_Editor.info
[generic]                 3623    5200  69.7% -lh5- fc54 Apr 29  1980 Sevgi_Engine/Templates/Platformer.ilbm
[generic]                  547    1003  54.5% -lh5- 8667 May 15  1980 Sevgi_Engine/Templates/Platformer.text
[generic]                 2221   15548  14.3% -lh5- 3b16 May 15  1980 Sevgi_Engine/Templates/Platformer/anims.c
[generic]                  933    4067  22.9% -lh5- cebb May 15  1980 Sevgi_Engine/Templates/Platformer/anims.h
[generic]                  651    3246  20.1% -lh5- f95b May 14  1980 Sevgi_Engine/Templates/Platformer/assets.h
[generic]                 3753    8196  45.8% -lh5- 936a Apr 14  1980 Sevgi_Engine/Templates/Platformer/assets/Background.ilbm
[generic]                 1380   10082  13.7% -lh5- d83c May 18  1980 Sevgi_Engine/Templates/Platformer/assets/FreeCuteTilemap.js
[generic]                 5074    6826  74.3% -lh5- 371d Apr  3  1980 Sevgi_Engine/Templates/Platformer/assets/FreeCuteTileset.ilbm
[generic]                 4280    4280 100.0% -lh0- df0b Apr  3  1980 Sevgi_Engine/Templates/Platformer/assets/FreeCuteTileset.png
[generic]                  158     258  61.2% -lh5- 2032 May 18  1980 Sevgi_Engine/Templates/Platformer/assets/FreeCuteTileset.tsx
[generic]                  619    1134  54.6% -lh5- 36a2 Apr 14  1980 Sevgi_Engine/Templates/Platformer/assets/MouseSheet2.iff
[generic]                 6143   11634  52.8% -lh5- c1c5 Apr 14  1980 Sevgi_Engine/Templates/Platformer/assets/Palette.ilbm
[generic]                16524   48198  34.3% -lh5- 8a6f Apr 14  1980 Sevgi_Engine/Templates/Platformer/assets/sprite_sheet_all_L.iff
[generic]                16557   48038  34.5% -lh5- 0354 Apr 14  1980 Sevgi_Engine/Templates/Platformer/assets/sprite_sheet_all_R.iff
[generic]                 1053    4396  24.0% -lh5- aa2e May 14  1980 Sevgi_Engine/Templates/Platformer/collisions.c
[generic]                  546    1882  29.0% -lh5- 3e6b May 15  1980 Sevgi_Engine/Templates/Platformer/collisions.h
[generic]                 3643    7152  50.9% -lh5- 8051 Apr 16  1980 Sevgi_Engine/Templates/Platformer/data/Background.ilbm
[generic]                96422  189296  50.9% -lh5- 32d7 May 15  1980 Sevgi_Engine/Templates/Platformer/data/Background.mod
[generic]                   28      38  73.7% -lh5- ea8a Apr 23  1980 Sevgi_Engine/Templates/Platformer/data/FreeCuteTilemap/Gameobjects.obj
[generic]                  617    4804  12.8% -lh5- 3bf5 May 11  1980 Sevgi_Engine/Templates/Platformer/data/FreeCuteTilemap/Tilemap.map
[generic]                 3802    7200  52.8% -lh5- c622 Apr 23  1980 Sevgi_Engine/Templates/Platformer/data/FreeCuteTileset.tls
[generic]                 1823    3148  57.9% -lh5- 6c69 May 14  1980 Sevgi_Engine/Templates/Platformer/data/Jump.iff
[generic]                 3517   11236  31.3% -lh5- ecad May 14  1980 Sevgi_Engine/Templates/Platformer/data/Left_Stomp.iff
[generic]                  427     700  61.0% -lh5- 0134 May  6  1980 Sevgi_Engine/Templates/Platformer/data/MousePointers2.spr
[generic]                  158     158 100.0% -lh0- 3bbf Apr 14  1980 Sevgi_Engine/Templates/Platformer/data/orbitron_15.fnt
[generic]                 1728    2380  72.6% -lh5- b3f8 Apr 14  1980 Sevgi_Engine/Templates/Platformer/data/orbitron_15.iff
[generic]                20659   54188  38.1% -lh5- a17b May  6  1980 Sevgi_Engine/Templates/Platformer/data/RedRidingHood.spr
[generic]                23411   59516  39.3% -lh5- 4200 Apr 30  1980 Sevgi_Engine/Templates/Platformer/data/RedRidingHood_fm2.spr
[generic]                 3393   11236  30.2% -lh5- bc81 May 14  1980 Sevgi_Engine/Templates/Platformer/data/Right_Stomp.iff
[generic]                  996    1264  78.8% -lh5- 21e3 Apr 14  1980 Sevgi_Engine/Templates/Platformer/data/select-granted-05.iff
[generic]                 4115    5402  76.2% -lh5- dd68 Apr 14  1980 Sevgi_Engine/Templates/Platformer/data/select-granted-06.iff
[generic]                  730    1901  38.4% -lh5- fe0e May  9  1980 Sevgi_Engine/Templates/Platformer/level_display_gradients.c
[generic]                   63      63 100.0% -lh0- 6914 May  5  1980 Sevgi_Engine/Templates/Platformer/level_display_gradients.h
[generic]                 1447    4737  30.5% -lh5- a021 May 11  1980 Sevgi_Engine/Templates/Platformer/level_display_loop.c
[generic]                  273     610  44.8% -lh5- 1c89 May  5  1980 Sevgi_Engine/Templates/Platformer/palettes.h
[generic]                 1008    3213  31.4% -lh5- 311d May 14  1980 Sevgi_Engine/Templates/Platformer/settings.h
[generic]                 4012    5594  71.7% -lh5- b3d3 Nov  7  1980 Sevgi_Engine/Templates/Top-Down_Adventure.ilbm
[generic]                  439     726  60.5% -lh5- 065a May 11  1980 Sevgi_Engine/Templates/Top-Down_Adventure.text
[generic]                 1486    7799  19.1% -lh5- da27 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/anims.c
[generic]                  293     562  52.1% -lh5- 2186 May 15  1980 Sevgi_Engine/Templates/Top-Down_Adventure/anims.h
[generic]                  641    3131  20.5% -lh5- 8b74 Apr  7  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets.h
[generic]                 3693    5556  66.5% -lh5- f508 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/Character_Sheet.iff
[generic]                 2415    2415 100.0% -lh0- a0d4 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/Character_Sheet.png
[generic]                  629    1126  55.9% -lh5- 06d5 Nov 10  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/MouseSheet1.iff
[generic]                 2594   23157  11.2% -lh5- 3ede May 18  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/Pixel16.js
[generic]                  159     250  63.6% -lh5- e4f3 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/Pixel16.tsx
[generic]                26746   45548  58.7% -lh5- 03d3 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/Pixel16_Sheet.iff
[generic]                14897   14902 100.0% -lh5- 0b3c Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/Pixel16_Sheet.png
[generic]                  897    2554  35.1% -lh5- e801 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/assets/Waterfall.iff
[generic]                 1134    4605  24.6% -lh5- 40e2 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/collisions.c
[generic]                  272     543  50.1% -lh5- f9ae Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/collisions.h
[generic]                 1976    7356  26.9% -lh5- 9b4b Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/Character.spr
[generic]                  437     696  62.8% -lh5- a3bc Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/MousePointers1.spr
[generic]                  158     158 100.0% -lh0- 3bbf Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/orbitron_15.fnt
[generic]                 1728    2380  72.6% -lh5- b3f8 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/orbitron_15.iff
[generic]                18768   47200  39.8% -lh5- 2d6b Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/Pixel16.tls
[generic]                  181     480  37.7% -lh5- 092f Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/Pixel16/Gameobjects.obj
[generic]                 1241    3764  33.0% -lh5- 2ab1 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/Pixel16/Tilemap.map
[generic]                  996    1264  78.8% -lh5- 21e3 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/select-granted-05.iff
[generic]                 4115    5402  76.2% -lh5- dd68 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/select-granted-06.iff
[generic]                66027   92398  71.5% -lh5- 7a9f Nov 22  1997 Sevgi_Engine/Templates/Top-Down_Adventure/data/walls-beautiful_world.mod
[generic]                  870    2530  34.4% -lh5- fbea Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/waterfall.iff
[generic]                   46      46 100.0% -lh0- 65a8 Dec 17  1980 Sevgi_Engine/Templates/Top-Down_Adventure/data/waterfall.sht
[generic]                  952    2446  38.9% -lh5- 6a7d Feb 28  1980 Sevgi_Engine/Templates/Top-Down_Adventure/level_display_loop.c
[generic]                  288     614  46.9% -lh5- e414 Feb 14  1980 Sevgi_Engine/Templates/Top-Down_Adventure/palettes.h
[generic]                  945    3037  31.1% -lh5- f318 Feb 13  1980 Sevgi_Engine/Templates/Top-Down_Adventure/settings.h
[generic]                 8891   15564  57.1% -lh5- 3479 Sep  4  1980 Sevgi_Engine/Tools/BOBSheeter
[generic]                10088   17744  56.9% -lh5- d2eb Dec  5  1980 Sevgi_Engine/Tools/ConvertMap
[generic]                 7265   12204  59.5% -lh5- 5fe2 Nov  5  1980 Sevgi_Engine/Tools/ConvertTiles
[generic]                 9507   16288  58.4% -lh5- 79a4 May 12  1980 Sevgi_Engine/Tools/SpriteBanker
[generic]                 6674   11496  58.1% -lh5- 6093 Apr 14  1980 Sevgi_Engine/Tools/SpriteBankMerger
[generic]                 7183   31118  23.1% -lh5- 5891 Dec 11  1980 Sevgi_Engine/Tools/src/BOBSheeter/main.c
[generic]                  499    1270  39.3% -lh5- 231b Oct 29  1980 Sevgi_Engine/Tools/src/BOBSheeter/makefile
[generic]                 7485   31750  23.6% -lh5- 61e8 Dec 11  1980 Sevgi_Engine/Tools/src/ConvertMap/main.c
[generic]                  508    1278  39.7% -lh5- fa40 Oct 28  1980 Sevgi_Engine/Tools/src/ConvertMap/makefile
[generic]                 4635   19660  23.6% -lh5- 2e80 Nov  5  1980 Sevgi_Engine/Tools/src/ConvertMap/utility.c
[generic]                  576    1396  41.3% -lh5- b2f3 Oct 31  1980 Sevgi_Engine/Tools/src/ConvertMap/utility.h
[generic]                 4640   18107  25.6% -lh5- 26f9 Dec 11  1980 Sevgi_Engine/Tools/src/ConvertTiles/main.c
[generic]                  501    1272  39.4% -lh5- 5072 Apr  2  1980 Sevgi_Engine/Tools/src/ConvertTiles/makefile
[generic]                 8131   35665  22.8% -lh5- 5bfc May 12  1980 Sevgi_Engine/Tools/src/SpriteBanker/main.c
[generic]                  501    1272  39.4% -lh5- c81e Feb  5  1980 Sevgi_Engine/Tools/src/SpriteBanker/makefile
[generic]                 3805   17056  22.3% -lh5- 5599 Dec 11  1980 Sevgi_Engine/Tools/src/SpriteBankMerger/main.c
[generic]                  503    1276  39.4% -lh5- f283 Feb  8  1980 Sevgi_Engine/Tools/src/SpriteBankMerger/makefile
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       208 files  858980 2200938  39.0%            May 21 21:58
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>