summaryrefslogtreecommitdiff
path: root/amiga/libs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix version checkChris Young2015-09-021-6/+6
|
* Don't use P96 on gfx.lib v54+ systemsChris Young2015-09-011-2/+4
|
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-9/+9
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Open the interface for speedbar.gadgetChris Young2015-01-311-1/+1
|
* We need the library interface of listbrowser.gadgetChris Young2015-01-271-2/+2
|
* Demand a more sensible (ie. existant) version of locale and datatypesChris Young2015-01-271-2/+2
|
* Add missing includeChris Young2015-01-261-0/+1
|
* Move everything else over to using the class pointers.Chris Young2015-01-261-23/+23
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* Convert the rest of gui.c to use class pointers directlyChris Young2015-01-251-3/+12
| | | | Add missing button.gadget
* Ensure we have the class pointerChris Young2015-01-251-4/+6
|
* Fix build on OS3Chris Young2015-01-251-4/+28
|
* Open BOOPSI/ReAction classes using the new-style methods.Chris Young2015-01-251-70/+117
| | | | Create some alternative NewObject macros and make some code use them.
* Abstract P96 functions away so we can decide what to use at run-time.Chris Young2015-01-201-5/+9
| | | | This allows us to avoid opening P96 on OS4.1FE in future, and not require it to be installed on OS3.
* Remove some p96 usageChris Young2015-01-201-2/+2
|
* Fix classes pathsChris Young2015-01-201-2/+2
|
* Take out some more code which won't work on OS3Chris Young2015-01-191-1/+1
|
* Fix some easy OS3 linker errorsChris Young2015-01-181-1/+16
|
* More OS3 fixesChris Young2015-01-181-0/+23
|
* Lower requested library versionsChris Young2015-01-181-24/+24
|
* Add some comments about timer.device.Chris Young2014-11-291-1/+12
|
* requester.class no longer used.Chris Young2014-11-101-3/+0
|
* Show error instead of warning requester when essential library fails to open.Chris Young2014-11-101-2/+6
|
* Don't bug the user if a non-essential library can't be opened - just log it.Chris Young2014-11-091-2/+8
| | | | Also log if the interface can't be obtained. If we've asked for the right library version, this should never fail.
* Terminate execution if an essential library fails to openChris Young2014-11-091-53/+55
|
* Log library open attemptsChris Young2014-11-091-0/+2
|
* All required libsChris Young2014-11-091-2/+96
|
* Fix graphics.libraryChris Young2014-11-091-0/+2
|
* More libraries, tidy-upChris Young2014-11-091-11/+33
|
* Use macros for clarityChris Young2014-11-091-13/+16
|
* Fix headersChris Young2014-11-091-1/+3
|
* Add new libs file to centrally open/close required libraries, and move a ↵Chris Young2014-11-091-0/+41
couple of the existing manual opens to it.