May 2011 Commit Log

Number of Commits:
106
Number of Active Developers:
2
kazzmir 2011-05-31 22:02 Rev.: 5597

first try at moving the world during a quake

142 lines of code changed in 8 files:

kazzmir 2011-05-31 13:59 Rev.: 5596

pass in the current screen buffer to the draw interface

177 lines of code changed in 21 files:

kazzmir 2011-05-31 12:37 Rev.: 5595

optimize filter algorithm a tiny bit

29 lines of code changed in 1 file:

kazzmir 2011-05-30 22:24 Rev.: 5594

use condition variables in futures

95 lines of code changed in 2 files:

kazzmir 2011-05-30 21:17 Rev.: 5593

fixes for allegro5 on windows

107 lines of code changed in 7 files:

kazzmir 2011-05-30 18:17 Rev.: 5592

add pthreads for allegro5

7 lines of code changed in 2 files:

kazzmir 2011-05-30 12:27 Rev.: 5591

simplify mugen fonts by not deriving from the util font

22 lines of code changed in 2 files:

kazzmir 2011-05-30 12:00 Rev.: 5590

add argument to not rate limit the drawing

15 lines of code changed in 5 files:

kazzmir 2011-05-30 10:33 Rev.: 5589

implement replace colors for allegro5. cache mugen fonts

68 lines of code changed in 3 files:

kazzmir 2011-05-30 09:53 Rev.: 5588

add other blenders to allegro5

68 lines of code changed in 5 files:

kazzmir 2011-05-30 09:08 Rev.: 5587

stretched bitmap should return the unstretched dimensions

11 lines of code changed in 3 files:

kazzmir 2011-05-30 09:00 Rev.: 5586

just use draw_scaled instead of dealing with transforms

5 lines of code changed in 1 file:

kazzmir 2011-05-29 22:50 Rev.: 5585

fix stretched drawing in allegro5

6 lines of code changed in 2 files:

kazzmir 2011-05-29 21:56 Rev.: 5584

fix draw stretched in allegro5

9 lines of code changed in 2 files:

kazzmir 2011-05-29 21:29 Rev.: 5583

load pcx files in allegro5. set the screen parameter in main so everyone gets it

39 lines of code changed in 4 files:

kazzmir 2011-05-29 18:20 Rev.: 5582

use the screen buffer in the credits

1 lines of code changed in 1 file:

kazzmir 2011-05-29 18:17 Rev.: 5581

fix translucent blending for primitives

9 lines of code changed in 1 file:

kazzmir 2011-05-29 17:44 Rev.: 5580

blend the font color properly in allegro5

63 lines of code changed in 6 files:

kazzmir 2011-05-29 16:46 Rev.: 5579

[paintown] copy the screen buffer to make the background

2 lines of code changed in 1 file:

kazzmir 2011-05-29 15:01 Rev.: 5578

implement audio for allegro5

55 lines of code changed in 4 files:

kazzmir 2011-05-29 14:26 Rev.: 5577

implement a few drawing functions in allegro5

10 lines of code changed in 1 file:

kazzmir 2011-05-29 14:12 Rev.: 5576

remove allegro lock

4 lines of code changed in 1 file:

kazzmir 2011-05-29 13:37 Rev.: 5575

convert memory bitmaps to video the first time they are drawn. use allegro 5.1

69 lines of code changed in 5 files:

kazzmir 2011-05-29 12:23 Rev.: 5574

dont need to lock on every allegro5 call

37 lines of code changed in 1 file:

kazzmir 2011-05-29 12:19 Rev.: 5573

create a memory and video version of each ttf font. always reset the target bitmap to NULL if the current target is being destroyed

87 lines of code changed in 7 files:

kazzmir 2011-05-29 09:12 Rev.: 5572

implement filled arc for allegro4 and allegro5

144 lines of code changed in 4 files:

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

245 lines of code changed in 11 files:

kazzmir 2011-05-28 16:05 Rev.: 5570

save and restore graphics state while characters are being loaded

42 lines of code changed in 8 files:

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

151 lines of code changed in 11 files:

kazzmir 2011-05-27 16:04 Rev.: 5568

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

60 lines of code changed in 8 files:

kazzmir 2011-05-27 08:30 Rev.: 5567

convert the masking color for new bitmaps to have an alpha value of 0. use the screen buffer when displaying the white overlay at the start

2 lines of code changed in 2 files:

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

27 lines of code changed in 7 files:

kazzmir 2011-05-26 15:38 Rev.: 5565

use backend arc instead of our own algorithm

38 lines of code changed in 5 files:

kazzmir 2011-05-26 14:43 Rev.: 5564

make sure work area is created with a reasonable size. only care about KEY_CHAR, not KEY_DOWN

30 lines of code changed in 4 files:

kazzmir 2011-05-25 21:23 Rev.: 5563

implement keyboard events in allegro5

129 lines of code changed in 6 files:

kazzmir 2011-05-25 20:53 Rev.: 5562

load different sized fonts with allegro ttf

40 lines of code changed in 2 files:

kazzmir 2011-05-25 20:36 Rev.: 5561

wait thread should join its thread. add a test to load a level in the paintown engine

216 lines of code changed in 4 files:

kazzmir 2011-05-25 13:25 Rev.: 5560

[paintown] use reference counts for animations to make sure they get deleted

105 lines of code changed in 13 files:

kazzmir 2011-05-25 10:37 Rev.: 5559

use existing screen if it exists

30 lines of code changed in 4 files:

kazzmir 2011-05-24 20:41 Rev.: 5558

[a5] reset the target bitmap when a bitmap gets destroyed to ensure some target is always valid

3 lines of code changed in 2 files:

kazzmir 2011-05-24 20:35 Rev.: 5557

fix translucent drawing in allegro5. use the allegro5 ttf addon for freetype fonts

344 lines of code changed in 6 files:

kazzmir 2011-05-24 16:39 Rev.: 5556

abstract color to be an opaque type

512 lines of code changed in 78 files:

kazzmir 2011-05-24 11:18 Rev.: 5555

make the font factory and ftalleg thread safe (hopefully)

71 lines of code changed in 8 files:

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

34 lines of code changed in 9 files:

kazzmir 2011-05-23 15:53 Rev.: 5553

fix some things caught by googles cpplint. add the cpplint tool as well

3149 lines of code changed in 2 files:

kazzmir 2011-05-23 13:05 Rev.: 5552

[paintown] remove a bunch of throw clauses

33 lines of code changed in 23 files:

kazzmir 2011-05-22 18:22 Rev.: 5551

[mugen] only add characters if they are unique

36 lines of code changed in 2 files:

kazzmir 2011-05-22 12:28 Rev.: 5550

[mugen] hack for the wii

15 lines of code changed in 1 file:

kazzmir 2011-05-21 20:16 Rev.: 5549

actually add items to the tab

27 lines of code changed in 7 files:

kazzmir 2011-05-21 19:03 Rev.: 5548

append /apps to the wii path

3 lines of code changed in 2 files:

kazzmir 2011-05-21 17:53 Rev.: 5546

add meta.xml to the list of things that care about the version

1 lines of code changed in 1 file:

kazzmir 2011-05-21 17:43 Rev.: 5545

fix tests

23 lines of code changed in 3 files:

kazzmir 2011-05-21 16:40 Rev.: 5544

make the menu gradient common and use it in the move list

53 lines of code changed in 10 files:

kazzmir 2011-05-20 21:06 Rev.: 5543

[mugen] remove dependance on menu

5 lines of code changed in 2 files:

kazzmir 2011-05-20 12:04 Rev.: 5542

[paintown] leave as unsigned

2 lines of code changed in 1 file:

kazzmir 2011-05-20 08:42 Rev.: 5541

[paintown] play menu sounds when moving through moves

22 lines of code changed in 3 files:

kazzmir 2011-05-20 08:02 Rev.: 5540

[paintown] scroll list takes care of selections in the move list

11 lines of code changed in 1 file:

kazzmir 2011-05-19 21:51 Rev.: 5539

[gui] add justification to the scroll list. [paintown] use a scroll list to show the move list

82 lines of code changed in 3 files:

kazzmir 2011-05-19 16:23 Rev.: 5538

[gui] a little more cleanup of scroll list

6 lines of code changed in 1 file:

kazzmir 2011-05-19 16:14 Rev.: 5537

[gui] clean up scroll list, dont need to save the font size

39 lines of code changed in 2 files:

kazzmir 2011-05-19 14:56 Rev.: 5536

[gui] make scroll motion a member variable of the scroll list

30 lines of code changed in 3 files:

kazzmir 2011-05-19 12:51 Rev.: 5535

typo in initializer

1 lines of code changed in 1 file:

kazzmir 2011-05-19 10:13 Rev.: 5534

fixes for the wii

4 lines of code changed in 2 files:

juvinious 2011-05-19 10:13 Rev.: 5533

Provide padding for info boxes horizontally.

12 lines of code changed in 2 files:

kazzmir 2011-05-18 21:40 Rev.: 5532

fix for osx

1 lines of code changed in 1 file:

kazzmir 2011-05-18 21:35 Rev.: 5531

[gui] get the context item color from the context box

35 lines of code changed in 6 files:

kazzmir 2011-05-18 21:15 Rev.: 5530

[gui] pass the context box to context items so the fade alpha can be properly communicated. also decouple mugen menu items from the menu system because they are not related.

385 lines of code changed in 21 files:

juvinious 2011-05-18 10:18 Rev.: 5529

Ensure copying of transforms for widgets

9 lines of code changed in 5 files:

juvinious 2011-05-18 08:57 Rev.: 5528

Move radius out of coordinate class and into widget in Transformations.

79 lines of code changed in 15 files:

juvinious 2011-05-17 13:29 Rev.: 5527

[menu] Move triangle code for adujustable options from the gui scroll-list to the DefaultRenderer in menu.

22 lines of code changed in 1 file:

kazzmir 2011-05-17 12:20 Rev.: 5526

[gui] smoother scrolling

6 lines of code changed in 1 file:

kazzmir 2011-05-17 12:12 Rev.: 5525

[gui] smooth scroll

45 lines of code changed in 2 files:

kazzmir 2011-05-17 11:34 Rev.: 5524

[gui] use circular drawing

79 lines of code changed in 4 files:

kazzmir 2011-05-17 11:10 Rev.: 5523

start to move list functionality over to the scroll list

170 lines of code changed in 14 files:

kazzmir 2011-05-17 09:12 Rev.: 5522

use scroll items and reference counts

23 lines of code changed in 4 files:

juvinious 2011-05-16 07:48 Rev.: 5521

Add additional members to ScrollList.

93 lines of code changed in 2 files:

kazzmir 2011-05-15 15:27 Rev.: 5520

remove extra qualification

1 lines of code changed in 1 file:

kazzmir 2011-05-15 15:11 Rev.: 5519

move network options to the paintown module

85 lines of code changed in 4 files:

kazzmir 2011-05-15 14:38 Rev.: 5518

add options implementation file

394 lines of code changed in 1 file:

kazzmir 2011-05-15 14:34 Rev.: 5517

make factories use each other

4 lines of code changed in 1 file:

kazzmir 2011-05-15 14:27 Rev.: 5516

add missing header file

26 lines of code changed in 1 file:

kazzmir 2011-05-15 12:58 Rev.: 5515

move paintown specific menu options out of the menu module

68 lines of code changed in 13 files:

kazzmir 2011-05-15 11:06 Rev.: 5514

fix for osx

1 lines of code changed in 1 file:

kazzmir 2011-05-15 08:43 Rev.: 5513

[gui] cleanup how the context box draws its items

71 lines of code changed in 2 files:

kazzmir 2011-05-13 16:11 Rev.: 5512

[gui] some cleanup. use sub-bitmaps instead of clipping

97 lines of code changed in 5 files:

juvinious 2011-05-13 13:02 Rev.: 5511

Added class to create custom scrollable lists for gui components.

143 lines of code changed in 3 files:

kazzmir 2011-05-12 07:47 Rev.: 5510

upgrade scala to 2.9

0 lines of code changed in 2 files:

kazzmir 2011-05-10 20:57 Rev.: 5509

[paintown] can scroll through the move list and the animation is updated accordingly

81 lines of code changed in 2 files:

kazzmir 2011-05-09 21:09 Rev.: 5508

move enum to global scope

9 lines of code changed in 1 file:

kazzmir 2011-05-09 20:57 Rev.: 5507

[paintown] use the popup box to make the move list area look nicer

64 lines of code changed in 3 files:

kazzmir 2011-05-09 10:45 Rev.: 5506

[paintown] move the move-list option to the game module

174 lines of code changed in 10 files:

kazzmir 2011-05-08 14:00 Rev.: 5505

move local type to global scope

12 lines of code changed in 1 file:

kazzmir 2011-05-08 12:41 Rev.: 5504

helper script for commits

3 lines of code changed in 1 file:

kazzmir 2011-05-08 12:39 Rev.: 5503

[paintown] keep track of esc in the game using a local variable. start the move list option

56 lines of code changed in 5 files:

kazzmir 2011-05-08 09:44 Rev.: 5502

make allegro5 bitmap compile

13 lines of code changed in 1 file:

kazzmir 2011-05-07 16:44 Rev.: 5501

check if music player exists

3 lines of code changed in 1 file:

kazzmir 2011-05-06 21:31 Rev.: 5500

convert rest of animator

79 lines of code changed in 1 file:

kazzmir 2011-05-05 21:02 Rev.: 5499

convert more

65 lines of code changed in 1 file:

kazzmir 2011-05-05 20:46 Rev.: 5498

enable the loading button

51 lines of code changed in 1 file:

kazzmir 2011-05-05 08:27 Rev.: 5497

convert more

62 lines of code changed in 5 files:

kazzmir 2011-05-03 21:11 Rev.: 5496

convert more code

264 lines of code changed in 1 file:

kazzmir 2011-05-02 21:42 Rev.: 5495

implement filtering

28 lines of code changed in 1 file:

kazzmir 2011-05-02 16:13 Rev.: 5494

partially convert the quick character pane

316 lines of code changed in 1 file:

kazzmir 2011-05-01 13:35 Rev.: 5493

better namespace management

44 lines of code changed in 1 file:

kazzmir 2011-05-01 12:56 Rev.: 5492

set up menubar

84 lines of code changed in 2 files:

kazzmir 2011-05-01 10:38 Rev.: 5491

set up animator frame

23 lines of code changed in 1 file:

April 2011 »

Generated by StatSVN 0.7.0