Directory src/util/graphics/allegro5/

Total Files:
2
Deleted Files:
0
Lines of Code:
1690

[root]/src/util/graphics/allegro5

Lines of Code

src/util/graphics/allegro5/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 43 (100.0%) 726 (100.0%) 16.8

Most Recent Commits

kazzmir 2014-04-13 12:40 Rev.: 8223

make gibs using memory bitmaps

9 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+9 -1)
kazzmir 2014-03-17 22:42 Rev.: 8215

new class for drawing a translucent bitmap

25 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+25)
kazzmir 2014-02-17 14:15 Rev.: 8201

[paintown] avoid sub-bitmaps in the character selection screen. lower the fps of the simple circle animation loading screen

9 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+9 -2)
kazzmir 2014-01-30 23:50 Rev.: 8193

use normal init instead of test/common

3 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+3 -1)
kazzmir 2013-05-20 23:30 Rev.: 7921

[mugen] serialize structs with their name

1 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+1 -1)
kazzmir 2013-05-08 17:13 Rev.: 7911

handle changing fullscreen for a5

16 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+16 -1)
kazzmir 2013-05-02 12:58 Rev.: 7905

fix minimum radius for rounded rectangles

12 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+12 -2)
kazzmir 2013-05-01 23:28 Rev.: 7904

use native a5 implementation of roundRect

21 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+21 -1)
kazzmir 2013-05-01 21:57 Rev.: 7903

fix a5 rectangle drawing

9 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+9 -5)
kazzmir 2013-05-01 11:00 Rev.: 7899

remove temporaryBitmap api

1 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+1 -1)
kazzmir 2013-04-19 10:26 Rev.: 7872

throw an exception if a sub-bitmap is created with width/height < 1. fix some drawing bugs

11 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+11)
kazzmir 2013-04-16 17:37 Rev.: 7867

implement Stretch for allegro5

10 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+10 -6)
kazzmir 2013-03-17 11:22 Rev.: 7840

implement custom joystick buttons and joystick menu

4 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+4 -1)
kazzmir 2013-03-15 22:11 Rev.: 7839

update for a5 api change

3 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+3 -3)
kazzmir 2013-03-14 11:33 Rev.: 7836

change screen size without recreating the display

34 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+34 -21)
kazzmir 2013-03-13 11:02 Rev.: 7834

dont need glsl header

0 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (-1)
kazzmir 2013-03-13 10:36 Rev.: 7833

fix for a5 shader api

1 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+1 -1)
kazzmir 2013-03-10 23:24 Rev.: 7832

start new joystick menu

2 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+2 -2)
kazzmir 2013-03-09 19:51 Rev.: 7829

update for a5 shader change

10 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+10 -7)
kazzmir 2013-03-09 13:15 Rev.: 7827

dont need a default shader anymore

13 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+13 -9)
kazzmir 2013-03-08 16:57 Rev.: 7825

compose lit shader with user shader by drawing to an fbo first

43 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+43 -62)
kazzmir 2013-03-07 10:13 Rev.: 7824

use new shader api

70 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+70 -41)
kazzmir 2013-03-02 19:49 Rev.: 7811

use shaders for translucent drawing

43 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+43 -30)
kazzmir 2013-03-01 10:09 Rev.: 7810

[mugen] set up after image and palette effects

32 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+32 -2)
kazzmir 2013-02-26 18:28 Rev.: 7806

dont set up the shader multiple times

7 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+7 -3)
kazzmir 2013-02-26 18:03 Rev.: 7805

implement remap shader

53 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+53 -52)
kazzmir 2013-02-24 23:47 Rev.: 7803

start infrastructure for shader filters

31 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+31)
kazzmir 2013-02-24 14:49 Rev.: 7801

draw lit sprites with a shader

70 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+70 -4)
kazzmir 2013-02-24 11:08 Rev.: 7799

clean up shader creation

38 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+38 -12)
kazzmir 2013-02-23 19:56 Rev.: 7797

use shadow color

4 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+4 -1)
kazzmir 2013-02-23 19:49 Rev.: 7796

draw shadow using a shader

48 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+48 -8)
kazzmir 2013-02-23 18:11 Rev.: 7794

store shaders in a global array and destroy them on exit

15 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+15 -6)
kazzmir 2013-02-23 17:55 Rev.: 7793

use programmable pipeline for opengl and set up default glsl shader

15 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+15 -1)
kazzmir 2013-01-26 00:30 Rev.: 7774

[mugen] use serialize script to create stage data. [util] wrap the underlying color datatype in a class

31 lines of code changed in 3 files:

  • src/util/graphics/allegro5: bitmap.cpp (+30 -30), bitmap.h (+1 -1)
kazzmir 2012-12-27 22:25 Rev.: 7701

avoid more calls to al_set_target_bitmap for a5

15 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+15 -5)
kazzmir 2012-12-27 20:11 Rev.: 7700

avoid a call to al_set_target_bitmap if possible

7 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+7 -1)
kazzmir 2012-12-27 15:35 Rev.: 7699

set width/height for allegro5 bitmaps

2 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+2 -2)
kazzmir 2012-12-27 01:03 Rev.: 7697

Translucent::ellipseFill for a4 and a5

5 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+5)
kazzmir 2012-12-15 22:51 Rev.: 7665

[paintown] allow items to float in the air. draw shadows for items

3 lines of code changed in 1 file:

  • src/util/graphics/allegro5: bitmap.cpp (+3)
kazzmir 2012-12-14 15:07 Rev.: 7659

convert mask to alpha in a5 for bitmaps loaded from memory

0 lines of code changed in 2 files:

  • src/util/graphics/allegro5: bitmap.cpp (changed)
Generated by StatSVN 0.7.0