Changeset 310 for trunk/thune/console.c

Show
Ignore:
Timestamp:
11/20/06 03:13:29 (2 years ago)
Author:
krobillard
Message:

Thune -

Renamed UBuffer to UResource.
coord! 'make now resolves words.

Thune GL -

Added framebuffer! datatype.
Added 'framebuffer, 'particle, and 'rotate draw list opcodes.
Can now load grayscale PNG with alpha (alpha is ignored).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/console.c

    r306 r310  
    3737#define APPNAME     "Thune-GL" 
    3838#define CUSTOM_DT           ug_datatypes 
    39 #define CUSTOM_DT_COUNT     4 
     39#define CUSTOM_DT_COUNT     5 
    4040 
    4141#else