2009-11-02 |
uz | Fixed an error in the color setting code which caused... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Added a typedef for tgi_vectorfont_header, because... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont(). |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | When initializing the driver, set white as the drawing... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Added new constants from tgi.h |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Additional error code. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Small changes in definitions. Additional error code. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Added tgi_free_vectorfont.s |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Fixed a bug (wrong order of variables). |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Preparations for use of vectorfonts. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
uz | Some small format changes. Output name is input name... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
ol.sc | Replaced obsolete 'codeseg' with 'code-name'. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
uz | Wrote the actual conversion. Still untested. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
uz | Fixed a problem introduced with the last change. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
uz | Fixed a problem with OptJumpTarget3. In a loop over... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | File reading, verification and comments. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
ol.sc | Changes to the TGI driver API: |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | Added the chrcvt vector font converter to the top level... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | Created the skeleton of the vector font converter. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | Start of TGI changes. Untested, may not work. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | Rewrote the sinus display using the new cc65_sin function. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | Fixed the return types of the sine/cosine functions... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | Added new header file. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
uz | Merged the sine/cosine routines into one file, because... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
uz | Added fixpoint sine and cosine functions. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
ol.sc | Changes to the TGI driver API: |
commit | commitdiff | tree | snapshot |
2009-10-29 |
uz | Allow fully scoped labels and constants instead of... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
uz | Changes to the TGI driver API: |
commit | commitdiff | tree | snapshot |
2009-10-27 |
ol.sc | Changed 'Clear the screen' to 'Clear the drawpage'. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
uz | Lynx TGI driver update by Karri Kaksonen. Adds collisio... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
uz | Added a first version of a Cohen Sutherland line clippe... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
uz | Added another optimization step. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
uz | Fixed a bug in the last change. For variables that... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
uz | Removed an unused table. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
uz | Rearranged/duplicated optimization steps to generate... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
uz | Restructured parts of locals.c. This will also fix... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
uz | Remove 65C02 code, because in this case, the value... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
uz | Fixed a problem with bit-fields: Values spanning more... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | The CodeEntry buffer array was one entry to small. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | Added another optimization step. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | Added a makefile for cc65 for testing purposes. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | Added missing definitions, fixed copy&paste errors... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | Remove __CC65__ since it doesn't support all attributes... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | Mark an unsed parameter as unused. __attribute__ also... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | Renamed attribute handling functions. Added SymHasAttr(). |
commit | commitdiff | tree | snapshot |
2009-10-19 |
uz | Marked abort() and longjmp() with __attribute__((noretu... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
uz | Changed handling of attributes to a more generic form... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
uz | Fixed the existing but unused attribute parsing code... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
uz | Some cleanup in the code generator. Added a g_drop... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
uz | Warn when structs are passed by value to a function. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
uz | Extend handling for "long branch to RTS" to "long branc... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
uz | If a conditional branch as an unconditional jump as... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
uz | Allow switching warnings about unused pragmas on or... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
uz | Fixed a problem with SB_GetSym. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
uz | Changed names of the pragmas to be identical to the... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
uz | Fixed an error in the SB_SkipMultiple macro. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
uz | Rewrote most of the #pragma parsing code. I'm still... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
uz | Removed an unused function. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
ol.sc | Leveraged new bit-field support. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
uz | New function SB_SkipMultiple(). |
commit | commitdiff | tree | snapshot |
2009-10-10 |
uz | Cosmetic change. Formatting was lost because of cut... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
ol.sc | Oops - forgot to make these minor things identical... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
ol.sc | Updated to the level of apple2.sgml |
commit | commitdiff | tree | snapshot |
2009-10-10 |
ol.sc | Some fixes to the recent change. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
ol.sc | Added quite some info on the stuff in 'cfg' and 'obj... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Added a simulated console (memory mapped screen device... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Fixed a bug: Attribute numbers were not correctly read. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Added the __STDC_HOSTED__ macro. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Rewrote handling of the -W command line option. It... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Fixed some sloopy StrBuf coding. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Use the new InvArg function. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Use the new InvArg() function. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | New function InvArg(). |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Fixed some sloopy StrBuf coding. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Make AUTO_STRBUF_INITIALIZER identical to STATIC_STRBUF... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
uz | Fixed an error with r4329: In case of a struct pointer... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
uz | Merge calls to decsp. The implemented routine is not... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
uz | Get rid of ldaconst/ldxconst/ldyconst in many places. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
uz | Bumped the version number |
commit | commitdiff | tree | snapshot |
2009-10-05 |
uz | Fixed a bug: A similar problem as that with structs... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
uz | When using GetQualifier, pass correct params :-) |
commit | commitdiff | tree | snapshot |
2009-10-05 |
uz | Use GetQualifier() instead of accessing the field directly. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
uz | Changed solution for r4329 so that it uses less memory. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
uz | Fixed a bug: Function designators are converted to... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
uz | Fixed a bug: A struct field has all qualifiers from... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
uz | Must link libdl to use dynamic libraries. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
uz | Added decimal mode (untested): http://www.6502.org... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
ol.sc | Added note on the necessity of tab chars at the beginni... V2.13.0 |
commit | commitdiff | tree | snapshot |
2009-10-04 |
uz | Use a simple expression now that ldwarning is available... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
uz | Documented the new .assert actions. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
uz | Use the new ldwarning assert action. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
uz | Add .assert actions that aren't evaluated at assembly... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
uz | Ignore start address in cbm_opendir. Rearrange the... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
ol.sc | Updated (and sorted) sample program info. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
ol.sc | Made compatible with the Apple ][ machines, but without... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
ol.sc | Leveraged tgi_stddrv (like tgidemo). |
commit | commitdiff | tree | snapshot |
2009-10-03 |
ol.sc | Adjusted error message to recent change. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
uz | Added a note about the builtin search paths |
commit | commitdiff | tree | snapshot |
2009-10-02 |
ol.sc | Fixed messed up line endings. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
uz | Added docs for all the tgi functions and improved Lynx... V2.13.0rc4 |
commit | commitdiff | tree | snapshot |
next |