Directory src/util/allegro5/

Directory Created:
2011-02-06 12:00
Directory Deleted:
2012-12-13 17:11
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/src/util/allegro5

Lines of Code

src/util/allegro5/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 95 (100.0%) 2007 (100.0%) 21.1

Most Recent Commits

kazzmir 2012-12-13 17:11 Rev.: 7654

move allegro5 bitmap implementation to util/graphics

0 lines of code changed in 4 files:

  • src/util/allegro5: bitmap.cpp (del), bitmap.h (del), sound.cpp (del), sound.h (del)
kazzmir 2012-12-09 12:44 Rev.: 7629

fix up references

2 lines of code changed in 2 files:

  • src/util/allegro5: bitmap.cpp (+2 -1), sound.cpp (-1)
kazzmir 2012-08-31 13:32 Rev.: 7480

compare raw data as unsigned char when looking for the image type

4 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+4 -2)
kazzmir 2012-04-09 13:54 Rev.: 7237

[paintown] always set the volume of the rain sound in case it was changed in the menu during the game

7 lines of code changed in 1 file:

  • src/util/allegro5: sound.cpp (+7)
kazzmir 2012-04-07 13:45 Rev.: 7233

load a5 bitmaps from memory

14 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+14 -9)
kazzmir 2012-04-07 12:31 Rev.: 7232

load sounds from abstract files

5 lines of code changed in 1 file:

  • src/util/allegro5: sound.cpp (+5 -1)
kazzmir 2012-04-07 10:32 Rev.: 7231

identify the image for a4/a5

14 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+14 -15)
kazzmir 2012-04-06 11:32 Rev.: 7228

load bitmaps from the File interface

5 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+5)
kazzmir 2012-04-02 08:26 Rev.: 7223

remove old drawing mode interface

2 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+2 -1)
kazzmir 2012-02-10 19:56 Rev.: 6979

start paletted bitmap

1 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+1 -1)
kazzmir 2012-01-27 21:25 Rev.: 6922

[mugen] parse as#d# alpha values and start to figure out how the blend mode works

4 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+4)
kazzmir 2012-01-23 21:13 Rev.: 6899

[mugen] add fall.defence_up data attribute. fix allegro5 screen scaling

12 lines of code changed in 2 files:

  • src/util/allegro5: bitmap.cpp (+11), bitmap.h (+1)
kazzmir 2012-01-09 23:34 Rev.: 6813

use stretched bitmaps so a single stretch is needed to the screen

2 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+2 -2)
kazzmir 2012-01-08 20:30 Rev.: 6804

add filters as an in game option

5 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+5 -2)
kazzmir 2011-12-29 21:54 Rev.: 6745

move hqx code to be sdl specific

5 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+5 -1)
kazzmir 2011-12-26 13:06 Rev.: 6722

dummy implementation of smoothscroll for allegro/allegro5

4 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+4)
kazzmir 2011-12-12 17:25 Rev.: 6666

implement drawPivot for allegro5. lock/unlock when doing putpixel operations to draw the starfield

3 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+3 -1)
kazzmir 2011-11-09 13:55 Rev.: 6561

add a new bitmap primitive to draw circles with a given thickness

5 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+5)
kazzmir 2011-10-20 14:26 Rev.: 6415

make thhe reference count constructor explicit

7 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+7 -7)
kazzmir 2011-09-29 21:31 Rev.: 6313

[allegro5] dont die if the window icon couldnt be found

8 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+8 -4)
kazzmir 2011-09-26 12:55 Rev.: 6292

[allegro5] dont change the width/height parameters before scaling them

4 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+4 -2)
kazzmir 2011-09-26 12:19 Rev.: 6291

[allegro5] dont scale width/height

2 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+2 -1)
kazzmir 2011-09-22 11:59 Rev.: 6242

set up a landscape orientation on the iphone. setup a transformation in case the screen is different from what was requested

20 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+20)
kazzmir 2011-07-02 18:26 Rev.: 5701

fill the gib with the masking color before using it

0 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (-40)
kazzmir 2011-07-02 16:09 Rev.: 5699

make the gib image in the character

1 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+1 -1)
kazzmir 2011-07-02 15:09 Rev.: 5698

draw gibs as sprites

13 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+13 -6)
kazzmir 2011-07-01 09:52 Rev.: 5695

convert whatever audio format the music producer makes into what sdl wants

6 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+6 -1)
kazzmir 2011-06-30 22:05 Rev.: 5694

set the window icon in a5

1 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+1)
kazzmir 2011-06-30 11:37 Rev.: 5683

al_draw_filled_pieslice is in allegro5 5.1 now

2 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+2)
kazzmir 2011-06-10 08:58 Rev.: 5623

scale the screen when getting a copy of it

11 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+11)
kazzmir 2011-06-08 21:50 Rev.: 5620

use passed-in width/height so sub-bitmaps return the right dimensions

39 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+39 -6)
kazzmir 2011-06-08 20:41 Rev.: 5619

start to implement screen resizing for allegro5

6 lines of code changed in 2 files:

  • src/util/allegro5: bitmap.cpp (+5 -3), bitmap.h (+1)
kazzmir 2011-06-08 06:19 Rev.: 5616

fix multiply blender in allegro5

15 lines of code changed in 2 files:

  • src/util/allegro5: bitmap.cpp (+12 -6), bitmap.h (+3 -3)
kazzmir 2011-06-05 12:50 Rev.: 5612

use a sub-bitmap in the mugen menu

24 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+24 -1)
kazzmir 2011-06-05 09:42 Rev.: 5611

get the mask color from pcx

33 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+33 -5)
kazzmir 2011-06-03 09:26 Rev.: 5610

small optimizations

17 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+17 -2)
kazzmir 2011-06-02 22:06 Rev.: 5608

remove bitmap reference counts

1 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+1 -54)
kazzmir 2011-06-02 21:42 Rev.: 5607

scale allegro5 sounds

3 lines of code changed in 1 file:

  • src/util/allegro5: sound.cpp (+3 -3)
kazzmir 2011-06-02 14:25 Rev.: 5605

actually blit the bitmap to screen if the bitmap is not already screen

8 lines of code changed in 1 file:

  • src/util/allegro5: bitmap.cpp (+8)
kazzmir 2011-06-02 11:56 Rev.: 5603

use reference counts for the underlying bitmap container so it can be shared easier between Bitmap objects and mutated

79 lines of code changed in 2 files:

  • src/util/allegro5: bitmap.cpp (+55 -46), bitmap.h (+24 -2)

(38 more)

Generated by StatSVN 0.7.0