still keep static imports above static forward ...
add "type" statement to declare external pointers
start with module support
update readme
update readme
add a (very primitive for now) auto keyword
added a way to prevent forward declaration
add readme
update readme
some improved error checks
update readme
added // operator
place static for declarations later
update readme
improve unscramble ever so slightly
make auto work for parameters and local variables
update readme
be more intelligent when joining files
Merge branch 'master' of github.com:elias-psche...
don't crash if there is no timer
add land_concatenate_with_separator and land_sp...
add buffer functions to read a single 16-bit or...
add support for the gz compression header in ad...
add font scaling feature
cosmetics
add support for bash colors
add land_image_from_xpm function and LAND_FAILE...
add land_filled_triangle function
add return value to land_image_load_on_demand
added LAND_LANDSCAPE flag
multi-touch support, halting&resuming, various ...
added land_array_is_empty
added land_get_data_path and land_remove_file
added land_file_printnn
fix error in land_concatenate
Android related changes
add on-demand image loading to allegro5 driver
add land_printv and remove print buffer limit
added land_image_load_on_demand
avoid some warnings/cosmetics
added land_split_path_name_ext
Fix #511.
added csg_torus, fixed csg_sphere with only 3 r...
added land_file_print
added land_bind_vbo
added csg2 example
Added a parameter to land_hash_keys to make cop...
added land_z
added util example
some string utility functions
added land_widget_book_hide_tabbar and remove t...
addedland_buffer_extract/copy_from/addl...
avoid bitmap re-creation when cropping to the o...
added land_array_destroy_with_strings
move static imports above static forward declar...
added terminal
include types in documentation generator
alleviate the need for forward declarations
allow deferred shader creation
add csg_block
add land_widget_button_append_row
fix yaml detection from cmake
add support for per-vertex colors with CSG
add land_concatenate
fix land_4x4_matrix_perspective
cosmetics
allow creating the entire 32-bit int range with...
add land_color_lerp
add land_array_reserve
re-added docs output, errors in ***scramble sec...
support compiling with emcc
new land_replace_filename function
try running examples in emscripten
Use transformation for display scaling.
new land_line_height function
add land_premul function
new land_substring function, cosmetics
emscripten support
rename widget.list import
improved error reporting, named unions, terminal
several things
moar testsss
changed def style
optimize CSG, add open cylinder primitive
update A5 implementation
update examples
use O0 for debug builds
cosmetics
use relative paths in land_load_images_cb
fix very first mouse position being bogus
update A5 implementation
implement land_sound_seconds for A5
yaml writing and traversal support
add land_array_move_behind function
new def style
add land_ribbon_loop function
cosmetics
makd land_image_autocrop return 0/0/0/0 if comp...
new land_sound_seconds function
[doc] Mention al_get_display_option in al_set_n...