summaryrefslogtreecommitdiff
path: root/libgame
AgeCommit message (Expand)AuthorFilesLines
2011-10-17geom: Add game_color_to_gray()Benjamin Otte2-0/+11
2011-10-16resource: Add to_string() function to file resourcesBenjamin Otte1-0/+10
2011-10-16animation: Allow empty animation framesBenjamin Otte1-7/+24
2011-10-16game: Fix refcounting for viewport and iconBenjamin Otte1-2/+10
2011-10-16game: Get rid of named objectsBenjamin Otte3-53/+22
2011-10-16game: Add a resource file to what is loaded by defaultBenjamin Otte1-0/+55
2011-10-16game: Replace deprecated function with undeprecated oneBenjamin Otte1-1/+1
2011-10-16game: Add game_game_spawn_object() convenience functionBenjamin Otte2-0/+16
2011-10-16resource: Add game_resource_register_all_resources()Benjamin Otte1-0/+17
2011-10-16game: Add game_game_load_resource()Benjamin Otte3-1/+17
2011-10-16game: Rename game_game_load_resource()Benjamin Otte2-3/+3
2011-10-16game: Add game_game_get_resource()Benjamin Otte3-1/+19
2011-10-16resource: Add animation resourcesBenjamin Otte6-0/+334
2011-10-16animation: Remove ability to specify a duration per frameBenjamin Otte2-51/+14
2011-10-16animation: Remove ability to create animations from GdkPixbufBenjamin Otte2-74/+0
2011-10-16resource: Add resources for imagesBenjamin Otte4-0/+335
2011-10-16image: Use cairo-gobject for types from cairo objectsBenjamin Otte2-16/+5
2011-10-16resource: Add a resource for filesBenjamin Otte4-0/+235
2011-10-16resource: Add a data resourceBenjamin Otte4-0/+189
2011-10-16resource: Add resourcesBenjamin Otte4-0/+172
2011-10-16object: Add game_object_load() and game_object_save()Benjamin Otte2-0/+109
2011-10-15animation: Remove unused cache memberBenjamin Otte1-4/+1
2011-10-15graphic: Remove the area argument form draw vfuncBenjamin Otte9-17/+15
2011-10-15graphic: Remove game_graphic_draw_area() functionBenjamin Otte5-40/+7
2011-10-15graphic: Remove last traces of cacheBenjamin Otte2-6/+0
2011-10-15graphic: Remove game_graphic_invalidate_cache()Benjamin Otte2-13/+0
2011-10-15graphic: Remove game_cairo_pattern_matches()Benjamin Otte2-23/+0
2011-10-15graphic: Remove game_graphic_draw_area_no_cache()Benjamin Otte2-27/+16
2011-10-15graphic: Remove support for cachingBenjamin Otte5-127/+1
2011-10-15colored: Don't use the get_cache() functionBenjamin Otte1-6/+9
2011-10-15rectangle: Introduce game_rectangle_path()Benjamin Otte3-1/+25
2011-10-14libgame: Include gdk.h, not subfilesBenjamin Otte4-4/+1
2011-10-14Update email address to the 2000sBenjamin Otte35-35/+35
2011-10-06xml: Remove warnings for nonexisting propertiesBenjamin Otte1-3/+0
2011-10-06grid: Remove unused-but-set variableBenjamin Otte1-3/+0
2011-10-06game: Make game_load_resource() 64bit safeBenjamin Otte2-5/+5
2006-06-06* libgame/game-network.c: (game_network_match_get_property):Benjamin Otte1-1/+1
2006-06-06* libgame/Makefile.am:Benjamin Otte6-108/+298
2006-06-01* configure.ac:Benjamin Otte10-0/+1056
2006-05-29* libgame/game-graphic.c: (game_graphic_copy),Benjamin Otte6-72/+141
2006-05-28* libgame/game-geom-basics.c: (game_point_distance):Benjamin Otte2-1/+18
2006-05-25* libgame/game-image.c: (game_image_set_property):Benjamin Otte1-0/+2
2006-05-25* libgame/game-animation.c: (game_animation_new_from_files):Benjamin Otte4-14/+28
2006-05-24* libgame/game-game.c: (game_game_init), (game_game_dispose):Benjamin Otte5-22/+33
2006-05-23* games/pacman/main.c: (player_removed_cb):Benjamin Otte2-10/+0
2006-05-20* games/pacman/pacman-graphic.c: (pacman_graphic_class_init),Benjamin Otte8-90/+43
2006-05-19* games/pacman/pacman-actor.h:Benjamin Otte17-44/+266
2006-05-18* libgame/game-graphic.c: (game_graphic_invalidate_area),Benjamin Otte12-148/+607
2006-05-11* libgame/game-match.c: (game_match_tick_cb):Benjamin Otte2-1/+3
2006-05-11* libgame/game-network.c: (game_network_match_server_cb),Benjamin Otte1-5/+4