Archive branch for latest allegro 4 version
Delete branch created by mistake
Delete old makefiles that somehow persisted
al_create_sub_bitmap doesn't clip any more.
Update to Allegro 4.9 API changes.
Still works with the API changes :)
allegro5.h was removed just today
Added primitives addon init.
Renamed a cursor file.
Resize ex02.
Turns out that config files in a5 are case-sens...
* Made the editbox work
Type missmatch.
Needed something to fix, so here's a new example.
Fixed one TODO.
Ported most of the primitives drawing functions.
al_free_path -> al_destroy_path
A5 has some problems reding the backbuffer ATM....
Fixed some oddities for win32 in CMakeLists.txt...
* Re-enabled mouse shadow.
Added a strtok_r replacement function (located ...
Fixed text alignment.
In A5 we draw primitives at the center of the p...
* Allegro has removed version number from its l...
Fixed handling of non-char keys.
Fixed some things...
Now it runs, at least.
Fixed buffer overrides caused by a careless sea...
Compiles on surrent allegro 4.9.18, but doesn't...
Update for 4.9.9
Builds with latest Allegro SVN.
Made it build with the lastest Allegro (4.9.9 SVN)
* Some more ugly fixses to the broken CMakeFile.
Little improvements in the examples' main loop.
Fixed some things in the example.
Fixed lib choosing.
Added the tetris example.
Fix the logic in the example.
* Use intprt_t for values whoch could contain a...
Use intptr_t for data which could contain a poi...
Made HandleEvent() use long instead of int so w...
Cast pointers to long, not int
Changed AL_PATH to ALLEGRO_PATH and MAXINT to I...
Just a comment before sleep.
Fix mouse cursors.
* Don't save the config file becasue it strips ...
Some fixes to the mouse cursor code. Not quite ...
Compiles and runs on linux. Some fixes to alleg...
Make skins load and everything.
Fixed drawing of stars and handle keyboard repeat.
OMFG it works
It compiles! Hurray? Hurray!
* Ported the Mouse class.
Make proper use of AL_PATH.
Changes to use the new AL_PATH API instead of t...
Some cleanups it preparation for porting the Di...
* Ported the Widget class
Converted Piper skin's BPMs to PNGs.
Ported skin loader.
* Ported Image class.
* Ported Animator.cpp and some other bits.
* Bitmap is always a RGBA bitmap.
Initial commit of MA5kinG - MASking for A5! (De...
Create branch ma5king