Directory src/util/graphics/

Directory Created:
2012-12-12 00:00
Total Files:
8
Deleted Files:
3
Lines of Code:
1914

[root]/src/util/graphics
                directory in repo allegro (2 files, 1937 lines)
                directory in repo allegro5 (2 files, 1690 lines)
                directory in repo sdl (3 files, 3229 lines)
                directory in repo software-renderer (1 files, 289 lines)

Lines of Code

src/util/graphics/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
kazzmir 57 (100.0%) 2107 (100.0%) 36.9

Most Recent Commits

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

make gibs using memory bitmaps

5 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+5)
kazzmir 2014-03-17 22:42 Rev.: 8215

new class for drawing a translucent bitmap

33 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+33)
kazzmir 2014-03-15 21:13 Rev.: 8213

timeout waiting for a key after 5 seconds, show a little animation for how much time is left

39 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+30 -1), bitmap.h (+9 -1)
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

34 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+17), bitmap.h (+17 -1)
kazzmir 2014-02-16 00:52 Rev.: 8199

always draw full loading screen, but draw at a slow pace (8 fps)

8 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+4), bitmap.h (+4)
kazzmir 2014-02-13 00:06 Rev.: 8198

start loading test

1 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+1)
kazzmir 2013-07-07 21:48 Rev.: 7966

more int32/uint32 fixes

3 lines of code changed in 1 file:

  • src/util/graphics: gradient.h (+3 -2)
kazzmir 2013-06-29 15:16 Rev.: 7955

small fix to unsigned integer math

8 lines of code changed in 1 file:

  • src/util/graphics: gradient.cpp (+8 -1)
kazzmir 2013-05-01 23:28 Rev.: 7904

use native a5 implementation of roundRect

4 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (-52), bitmap.h (+4 -2)
kazzmir 2013-05-01 11:00 Rev.: 7899

remove temporaryBitmap api

4 lines of code changed in 2 files:

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

change screen size without recreating the display

2 lines of code changed in 1 file:

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

update for a5 shader change

5 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+5)
kazzmir 2013-03-07 10:13 Rev.: 7824

use new shader api

5 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+5)
kazzmir 2013-03-03 16:52 Rev.: 7821

[mugen] share shader objects

30 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+17), bitmap.h (+13)
kazzmir 2013-03-02 19:49 Rev.: 7811

use shaders for translucent drawing

6 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+6 -1)
kazzmir 2013-03-01 10:09 Rev.: 7810

[mugen] set up after image and palette effects

5 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+5)
kazzmir 2013-02-26 18:03 Rev.: 7805

implement remap shader

13 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+13)
kazzmir 2013-02-24 23:47 Rev.: 7803

start infrastructure for shader filters

14 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+14)
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

41 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+4), bitmap.h (+37 -3)
kazzmir 2012-12-27 22:44 Rev.: 7702

silence compiler warnings

5 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+5)
kazzmir 2012-12-27 15:35 Rev.: 7699

set width/height for allegro5 bitmaps

3 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+2), bitmap.h (+1 -1)
kazzmir 2012-12-27 00:43 Rev.: 7696

add radians->degrees and TranslucentBitmap::ellipseFill (for sdl)

1 lines of code changed in 1 file:

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

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

2 lines of code changed in 1 file:

  • src/util/graphics: bitmap.h (+2)
kazzmir 2012-12-14 22:32 Rev.: 7661

move fire.cpp to util/graphics

215 lines of code changed in 2 files:

  • src/util/graphics: fire.cpp (new 170), fire.h (new 45)
kazzmir 2012-12-14 11:49 Rev.: 7658

move image.cpp to util/graphics

156 lines of code changed in 1 file:

  • src/util/graphics: image.cpp (new 156)
kazzmir 2012-12-14 11:45 Rev.: 7657

move gradient to util/graphics

146 lines of code changed in 2 files:

  • src/util/graphics: gradient.cpp (new 104), gradient.h (new 42)
kazzmir 2012-12-14 11:14 Rev.: 7655

move allegro4 bitmap implementation to util/graphics

2 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+1 -1), bitmap.h (+1 -1)
kazzmir 2012-12-13 17:11 Rev.: 7654

move allegro5 bitmap implementation to util/graphics

2 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+1 -1), bitmap.h (+1 -1)
kazzmir 2012-12-13 14:12 Rev.: 7653

move sdl bitmap implementation to util/graphics

2 lines of code changed in 2 files:

  • src/util/graphics: bitmap.cpp (+1 -1), bitmap.h (+1 -1)
kazzmir 2012-12-13 11:49 Rev.: 7651

remove old headers

0 lines of code changed in 4 files:

  • src/util/graphics: bitmap.cpp (-3), lit_bitmap.h (del), stretch-bitmap.h (del), trans-bitmap.h (del)
kazzmir 2012-12-13 11:26 Rev.: 7650

move TranslucentBitmap to bitmap.h

37 lines of code changed in 2 files:

  • src/util/graphics: bitmap.h (+37), trans-bitmap.h (-43)
kazzmir 2012-12-13 10:21 Rev.: 7649

move Bitmap subclasses into bitmap.h

52 lines of code changed in 3 files:

  • src/util/graphics: bitmap.h (+52), lit_bitmap.h (-24), stretch-bitmap.h (-34)
kazzmir 2012-12-12 00:00 Rev.: 7642

move bitmap files to util/graphics

1224 lines of code changed in 6 files:

  • src/util/graphics: bitmap.cpp (new 573), bitmap.h (new 526), color.h (new 6), lit_bitmap.h (new 30), stretch-bitmap.h (new 40), trans-bitmap.h (new 49)
Generated by StatSVN 0.7.0