Directory src/util/allegro/

Directory Created:
2010-04-23 18:58
Directory Deleted:
2012-12-14 13: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%) 3003 (100.0%) 25.4

Most Recent Commits

kazzmir 2012-12-14 13: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 13:49 Rev.: 7651

remove old headers

0 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (-3)
kazzmir 2012-12-12 02: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 14:44 Rev.: 7629

fix up references

0 lines of code changed in 1 file:

  • src/util/allegro: sound.cpp (-1)
kazzmir 2012-09-15 22: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 22: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 15: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 15: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 14: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 12: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 13: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 10: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 21: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 23: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 19:35 Rev.: 6825

remove global resolution definitions

4 lines of code changed in 1 file:

  • src/util/allegro: bitmap.cpp (+4)
kazzmir 2012-01-10 01: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 23: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 15: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-06 01: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 15: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 16: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 11: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-03 00: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 23: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 13: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 11: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 11: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-29 01: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 18: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-28 00: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 18: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 18: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 18: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 11: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 22: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 14: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 13: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 16: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 15: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 14: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