]> git.sur5r.net Git - cc65/history - libsrc
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc /
2009-11-15 cpgno TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced...
2009-11-15 cpgchanges from Fatih
2009-11-13 uzReplaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
2009-11-13 uzFixed TGI error codes and messages. Removed the Atari...
2009-11-12 uzFinal touches to the first full version of the vector...
2009-11-12 uzRename the 8x8 multiplication using the same scheme...
2009-11-12 uzMoved outcode calculation in a separate module.
2009-11-11 cpgremove superfluous ".code" line
2009-11-11 cpgbugfix from Fatih
2009-11-10 cpgfix comment
2009-11-10 cpgadd Atari TGI drivers from Fatih Aygun
2009-11-10 uzWorking on stroked font output.
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-06 uzAdded clipping for lines.
2009-11-06 uzChanged a comment.
2009-11-06 uzHold the maximum X and Y coordinate in variables instea...
2009-11-05 uzAdded a tgi_pieslice function.
2009-11-05 uzFixed a sign error.
2009-11-05 uzMoved fixed point multiplication and rounding into...
2009-11-05 uzAdded a tgi_arc function. Removed the old ellipse code...
2009-11-05 uzAdded tgi_circle and tgi_ellipse functions. The latter...
2009-11-04 uzWorking on the division and multiplication routines.
2009-11-04 uzAdded a C callable entry point for the division routine.
2009-11-04 uzAdded division routine. Removed C callable entry points...
2009-11-04 uzAdd C callable special multiplication routines.
2009-11-04 uzUse new multiplication routine.
2009-11-04 uzThe upper 16 bit differ between signed and unsigned...
2009-11-03 ol.sc- Replaced font .byte's with font .incbin file
2009-11-03 uzAdded C callable entry point for the 16x16=32 multiplic...
2009-11-03 uzAdded 16*16=32 multiplication routine.
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-02 uzAdded separate 8x8=>16 multiplication routine as start...
2009-11-02 ol.scRemoved unintentionally added line.
2009-11-02 ol.scRemoved generic macpack
2009-11-02 ol.sc- Adjusted TEXTSTYLE and OUTTEXT to TGI specs
2009-11-02 uzThe X register must be zero on return.
2009-11-02 uzAdded the new toascii function for the CBMs.
2009-11-02 uzFixed an error in the color setting code which caused...
2009-11-01 uzAdded tgi_load_vectorfont(). Fixed tgi_free_vectorfont().
2009-11-01 uzWhen initializing the driver, set white as the drawing...
2009-11-01 uzAdditional error code.
2009-11-01 uzAdded tgi_free_vectorfont.s
2009-11-01 uzFixed a bug (wrong order of variables).
2009-10-30 ol.scChanges to the TGI driver API:
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-30 uzFixed the return types of the sine/cosine functions...
2009-10-30 uzMerged the sine/cosine routines into one file, because...
2009-10-29 uzAdded fixpoint sine and cosine functions.
2009-10-29 ol.scChanges to the TGI driver API:
2009-10-29 uzChanges to the TGI driver API:
2009-10-27 ol.scChanged 'Clear the screen' to 'Clear the drawpage'.
2009-10-26 uzLynx TGI driver update by Karri Kaksonen. Adds collisio...
2009-10-26 uzAdded a first version of a Cohen Sutherland line clippe...
2009-10-20 uzRemove 65C02 code, because in this case, the value...
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-10-10 uzCosmetic change. Formatting was lost because of cut...
2009-10-04 uzUse a simple expression now that ldwarning is available...
2009-10-04 uzUse the new ldwarning assert action.
2009-10-03 uzIgnore start address in cbm_opendir. Rearrange the...
2009-10-01 uzLynx updates by Karri Kaksonen.
2009-09-30 ol.scThis is what was actually meant in the first place.
2009-09-28 uzImproved cbm_dir routines by Thomas Giesel.
2009-09-28 uzFixed more bugs, shortened the code where possible.
2009-09-28 uzFixed two bugs, made the sources somewhat better readable.
2009-09-28 uzStefan Haubenthal fixed a few typos.
2009-09-27 ol.scAdjusted driver to the recent kernel interface change...
2009-09-27 uzChanged the solution for the PLOT problem with old...
2009-09-27 uzLet vsprintf call vsnprintf to save code.
2009-09-27 uzAdded an untested implementation of snprintf.
2009-09-27 uzAdded an (only roughly tested) implementation of vsnprintf
2009-09-26 ol.scFixed bug triggered if all 8 io buffer slots may be...
2009-09-26 uzThe _printf routine does not return anything.
2009-09-26 uzFix the plot routine to work with the buggy -02 kernal.
2009-09-26 uzOOPS! Forgot to add the mouse_getbox and mouse_setbox...
2009-09-26 uzChanged the existing Commodore mouse drivers for the...
2009-09-26 uzChanged the mouse API: mouse_box is gone, there are...
2009-09-25 uzRemove this copy of the apple include file - a copy...
2009-09-24 uzSystime implementation derived from the cbm610.
2009-09-24 uzSystime implementation for the CBM610, derived from...
2009-09-24 uzThe CIA TOD needs a write to the 1/10 sec register...
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-09-22 ol.scBuild files in the extra directory (analog to apple2).
2009-09-22 uzFixed an error.
2009-09-22 uzBuild files in the extra directory.
2009-09-22 ol.scAdded author hint - as contained in the other source...
2009-09-22 ol.scAdded alternative implementation for ProDOS 8 I/O buffe...
2009-09-22 uzMove/rename extra object files for the Apple2.
2009-09-20 uzRenamed the comlynx source and driver to lynx-comlynx...
2009-09-20 uzImproved memset/memcpy/memmove functions by Christian...
2009-09-20 uzRemove the framerate module. It's job is done by the...
2009-09-20 uzLynx patches by Karri Kaksonen. Improvements for the...
2009-09-18 uzRemoved unused code.
2009-09-18 uzReplaced the condition for the assertion in toggle_vide...
2009-09-18 uzFixed an error in the makefile. strtoimax and strtoumax...
2009-09-17 uzNew strtoimax and strtoumax standard functions as alias...
2009-09-17 uzLynx changes by Karri Kaksonen.
2009-09-15 uzAdded a (currently untested) strtoul implementation...
2009-09-15 uzShrink atoi by using negeax instead of inlined code.
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded an implementation of strtol (stdlib.h).
next