Directory src/util/allegro/

Directory Created:
2010-04-23 16:58
Directory Deleted:
2012-12-14 11:14
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/src/util/allegro
                Folder removed from repo loadpng (0 files, 0 lines)

Lines of Code

src/util/allegro/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 118 (100.0%) 3022 (100.0%) 25.6

Most Recent Commits

kazzmir 2012-12-14 11:14 Rev.: 7655

move allegro4 bitmap implementation to util/graphics

0 lines of code changed in 5 files:

  • src/util/allegro: bitmap.cpp (del), bitmap.h (del), gif (del), sound.cpp (del), sound.h (del)
kazzmir 2012-12-13 11:49 Rev.: 7651

remove old headers

0 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (-3)
kazzmir 2012-12-12 00:00 Rev.: 7642

move bitmap files to util/graphics

3 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+3 -3)
kazzmir 2012-12-09 12:44 Rev.: 7629

fix up references

0 lines of code changed in 1 file:

  • src/util/allegro: sound.cpp (-1)
kazzmir 2012-09-15 20:55 Rev.: 7549

load pcx files in allegro4

6 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+6 -24)
kazzmir 2012-09-15 20:46 Rev.: 7548

load png and pcx files in allegro4

37 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+37 -9)
kazzmir 2012-08-31 13:42 Rev.: 7481

same unsigned char fix for allegro4

2 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+2 -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

18 lines of code changed in 2 files:

  • src/util/allegro: sound.cpp (+12 -5), sound.h (+6 -2)
kazzmir 2012-04-07 12:31 Rev.: 7232

load sounds from abstract files

5 lines of code changed in 1 file:

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

identify the image for a4/a5

11 lines of code changed in 1 file:

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

load bitmaps from the File interface

6 lines of code changed in 1 file:

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

remove old drawing mode interface

20 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+20 -14)
kazzmir 2012-02-10 19:56 Rev.: 6979

start paletted bitmap

1 lines of code changed in 1 file:

  • src/util/allegro: 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/allegro: bitmap.cpp (+4)
kazzmir 2012-01-11 17:35 Rev.: 6825

remove global resolution definitions

4 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+4)
kazzmir 2012-01-09 23:34 Rev.: 6813

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

11 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+11 -1)
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/allegro: bitmap.cpp (+5 -1)
kazzmir 2011-12-26 13:06 Rev.: 6722

dummy implementation of smoothscroll for allegro/allegro5

5 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+5 -1)
kazzmir 2011-12-05 23:50 Rev.: 6640

move algif to allegro

1 lines of code changed in 2 files:

  • src/util/allegro: bitmap.cpp (+1 -1), gif (new)
kazzmir 2011-11-09 13:55 Rev.: 6561

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

6 lines of code changed in 1 file:

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

make thhe reference count constructor explicit

17 lines of code changed in 1 file:

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

get the mask color from pcx

1 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+1 -1)
kazzmir 2011-06-02 22:06 Rev.: 5608

remove bitmap reference counts

3 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+3 -77)
kazzmir 2011-06-02 21:42 Rev.: 5607

scale allegro5 sounds

2 lines of code changed in 1 file:

  • src/util/allegro: sound.cpp (+2 -7)
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

138 lines of code changed in 2 files:

  • src/util/allegro: bitmap.cpp (+120 -118), bitmap.h (+18 -1)
kazzmir 2011-05-30 09:53 Rev.: 5588

add other blenders to allegro5

7 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+7 -8)
kazzmir 2011-05-29 09:12 Rev.: 5572

implement filled arc for allegro4 and allegro5

91 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+91 -4)
kazzmir 2011-05-28 23:24 Rev.: 5571

add locking the allegro5 interface. draw directly to the buffer instead of creating a workarea in the widget, this prevents an unneeded FBO from being created in allegro5

18 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+18 -2)
kazzmir 2011-05-28 16:05 Rev.: 5570

save and restore graphics state while characters are being loaded

2 lines of code changed in 1 file:

  • src/util/allegro: bitmap.h (+2)
kazzmir 2011-05-27 22:15 Rev.: 5569

abstract over stretched surfaces so we can use a scaled transformation in allegro5. fix masked drawing in allegro5

1 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+1 -6)
kazzmir 2011-05-27 16:04 Rev.: 5568

dont use temporary bitmaps when drawing the background. reset the display after the loader finishes

3 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+3)
kazzmir 2011-05-26 16:35 Rev.: 5566

dont reset the target in the bitmap destructor. always have some valid bitmap for the ttf fonts

2 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+2 -1)
kazzmir 2011-05-24 16:39 Rev.: 5556

abstract color to be an opaque type

6 lines of code changed in 2 files:

  • src/util/allegro: bitmap.cpp (+2 -2), bitmap.h (+4)
kazzmir 2011-05-24 09:49 Rev.: 5554

set up the double buffer in the main loop so that either the backbuffer (allegro5) or a memory bitmap (allegro4, sdl) can be used

4 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+4)
kazzmir 2011-02-19 20:20 Rev.: 5382

move more functions out of the Bitmap class

4 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+4 -4)
kazzmir 2011-02-19 12:46 Rev.: 5379

move some functions out of the bitmap class

10 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+10 -11)
kazzmir 2011-02-19 11:44 Rev.: 5378

wrap bitmap class in a Graphics namespace

61 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+61 -56)
kazzmir 2011-02-06 14:53 Rev.: 5327

stub rest of allegro5 functions

2 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+2 -8)
kazzmir 2011-02-06 13:25 Rev.: 5326

implement some allegro5 things

4 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+4 -9)
kazzmir 2011-02-06 12:00 Rev.: 5325

add allegro5 files

6 lines of code changed in 1 file:

  • src/util/allegro: bitmap.h (+6 -1)

(66 more)

Generated by StatSVN 0.7.0