Copyright (c) Hyperion Entertainment and contributors.
User contributions
Jump to navigation
Jump to search
- 06:23, 20 March 2012 diff hist +11 N Devices Created page with "Preface"
- 06:17, 20 March 2012 diff hist +13 DeveloperDoc:Main
- 06:16, 20 March 2012 diff hist +51,774 N Intuition Images, Line Drawing and Text Created page with "= Intuition Images, Line Drawing and Text = Intuition supports two general approaches to creating images, lines, and text in displays: through Intuition library calls and thr..."
- 06:13, 20 March 2012 diff hist +226,001 N Graphics Primitives Created page with "= Graphics Primitives = This chapter describes the basic graphics functions available to Amiga programmers. It covers the graphics support structures, display routines and dr..."
- 06:10, 20 March 2012 diff hist +89,097 N IFFParse Library Created page with "= IFFParse Library = The ''iffparse.library'' was created to help simplify the job of parsing IFF files. Unlike other IFF libraries, iffparse.library is not form-specific. ..."
- 19:38, 19 March 2012 diff hist +32 Libraries
- 07:11, 18 March 2012 diff hist +72 Libraries
- 07:10, 18 March 2012 diff hist +40 Libraries
- 07:09, 18 March 2012 diff hist +4,409 N Translator Library Created page with "= Translator Library = This chapter describes the translator library which, together with the narrator device, provides the Amiga’s text-to-speech capability. To fully ..."
- 07:09, 18 March 2012 diff hist +24 Libraries
- 07:07, 18 March 2012 diff hist +30,912 N Release 4 Compatibility Created page with "= Release 2 Compatibility = If you are developing new software or updating older software, you need to avoid compatibility traps. This comprehensive list of Release 2 compa..."
- 07:07, 18 March 2012 diff hist +29 Libraries
- 07:06, 18 March 2012 diff hist +23,872 N Troubleshooting Your Software Created page with "= Troubleshooting Your Software = Many Amiga programming errors have classic symptoms. This guide will help you to eliminate or avoid these problems in your software. == T..."
- 07:06, 18 March 2012 diff hist +35 Libraries
- 07:05, 18 March 2012 diff hist +74,497 N BOOPSI Class Reference Created page with "= Boopsi Class Reference = The ''Boopsi Class Reference'' documents all of the classes built into Intuition. Each class entry in the reference starts off with: The class‚..."
- 07:05, 18 March 2012 diff hist +28 Libraries
- 07:04, 18 March 2012 diff hist +11,285 N Linker Libraries Created page with "= Linker Libraries = This section describes the ''amiga.lib'' and ''debug.lib'' libraries. Unlike the libraries described in the other chapters of the manual, these are not s..."
- 07:04, 18 March 2012 diff hist +22 Libraries
- 07:03, 18 March 2012 diff hist +41,957 N Utility Library Created page with "= Utility Library = Utility library is the home for all the OS functions which don’t fit in the other libraries. Among the calls in utility library are calls to manage ..."
- 07:03, 18 March 2012 diff hist +21 Libraries
- 07:01, 18 March 2012 diff hist +117,682 N Math Libraries Created page with "= Math Libraries = This chapter describes the structure and calling sequences required to access the Motorola Fast Floating Point (FFP), the IEEE single-precision math librar..."
- 07:01, 18 March 2012 diff hist +20 Libraries
- 07:00, 18 March 2012 diff hist +88,760 N Keymap Library Created page with "= Keymap Library = The Amiga can map the actual keyboard keys to any ECMA-94 Latin character or string. This allows national keyboards to be supported by using ''keymaps''. A..."
- 07:00, 18 March 2012 diff hist +20 Libraries
- 06:59, 18 March 2012 diff hist +22 Libraries
- 06:59, 18 March 2012 diff hist +66,742 N Expansion Library Created page with "= Expansion Library = Amiga RAM expansion boards and other expansion bus peripherals are designed to reside at dynamically assigned address spaces within the system. The conf..."
- 06:59, 18 March 2012 diff hist +23 Libraries
- 06:58, 18 March 2012 diff hist +81,200 N Commodities Exchange Library Created page with "= Commodities Exchange Library = This chapter describes Commodities Exchange, the library of routines used to add a custom input handler to the Amiga. With Commodities Exchan..."
- 06:58, 18 March 2012 diff hist +34 Libraries
- 06:57, 18 March 2012 diff hist +60,424 N Layers Library Created page with "= Layers Library = This chapter describes the layers library which provides routines that are used to manage overlapping rectangular drawing areas that share a common displ..."
- 06:57, 18 March 2012 diff hist +20 Libraries
- 06:56, 18 March 2012 diff hist +109,044 N Graphics Library and Text Created page with "= Graphics Library and Text = On the Amiga, rendering text is similar to rendering lines and shapes. The Amiga graphics library provides text functions based around the Ras..."
- 06:51, 18 March 2012 diff hist 0 Libraries
- 06:50, 18 March 2012 diff hist 0 m Graphics Sprites, Bobs and Animation moved Graphics Sprites, BOBs and Animation to Graphics Sprites, Bobs and Animation
- 06:50, 18 March 2012 diff hist 0 Libraries
- 06:49, 18 March 2012 diff hist +31 Libraries
- 06:49, 18 March 2012 diff hist +148,772 N Graphics Sprites, Bobs and Animation Created page with "= Graphics Sprites, Bobs and Animation = This chapter describes how to use the functions provided by the graphics library to manipulate and animate Graphic Elements (also cal..."
- 06:48, 18 March 2012 diff hist +42 Libraries
- 06:47, 18 March 2012 diff hist +25 Libraries
- 06:46, 18 March 2012 diff hist +39,933 N Exec Interrupts Created page with "= Exec Interrupts = == Interrupts == Exec manages the decoding, dispatching, and sharing of all system interrupts. This includes control of hardware interrupts, software i..."
- 06:46, 18 March 2012 diff hist +21 Libraries
- 06:46, 18 March 2012 diff hist +15,951 N Exec Semaphores Created page with "= Exec Semaphores = Semaphores are a feature of Exec which provide a general method for tasks to arbitrate for the use of memory or other system resources they may be sharing..."
- 06:45, 18 March 2012 diff hist +21 Libraries
- 06:45, 18 March 2012 diff hist +27,665 N Exec Messages and Ports Created page with "= Exec Messages and Ports = For interprocess communication, Exec provides a consistent, high-performance mechanism of messages and ports. This mechanism is used to pass messa..."
- 06:45, 18 March 2012 diff hist +29 Libraries
- 06:44, 18 March 2012 diff hist +26,907 N Exec Lists and Queues Created page with "= Exec Lists and Queues = The Amiga system software operates in a dynamic environment of data structures. An early design goal of Exec was to keep the system flexible and ope..."
- 06:44, 18 March 2012 diff hist +27 Libraries
- 06:43, 18 March 2012 diff hist +12,922 N Exec Signals Created page with "= Exec Signals = Tasks often need to coordinate with other concurrent system activities (like other tasks and interrupts). This coordination is handled by Exec through the ..."
- 06:43, 18 March 2012 diff hist +18 Libraries
- 06:42, 18 March 2012 diff hist +52,131 N Exec Tasks Created page with "= Exec Tasks = One of the most powerful features of the Amiga operating system is its ability to run and manage multiple independent program tasks, providing each task with p..."