clean-up and Vala proposal included. Huge accolades go to Robert but also
Antopolski for the work they have achieved this cycle. See the diffstat at the
maintenance releases.
translation updates. The full list of changes is below:
Makefile.am | 22 +-
NEWS | 1231 ++
README | 4 -
autogen.sh | 4 +-
glchess/Makefile.am | 16 +-
glchess/data/Makefile.am | 10 +-
glchess/data/engines.conf | 10 -
glchess/data/icons/16x16/glchess.png | Bin 0 -> 568 bytes
glchess/data/icons/22x22/glchess.png | Bin 0 -> 986 bytes
glchess/data/icons/24x24/glchess.png | Bin 0 -> 1027 bytes
glchess/data/icons/32x32/glchess.png | Bin 0 -> 1354 bytes
glchess/data/icons/48x48/glchess.png | Bin 0 -> 2177 bytes
glchess/data/icons/Makefile.am | 15 +
glchess/data/icons/scalable/glchess.svg | 382 +
glchess/gnuchess/Makefile.am | 14 -
glchess/gnuchess/README | 512 -
glchess/gnuchess/atak.c | 536 -
glchess/gnuchess/book.c | 682 -
glchess/gnuchess/book.h | 46 -
glchess/gnuchess/cmd.c | 995 --
glchess/gnuchess/common.h | 858 --
glchess/gnuchess/debug.c | 74 -
glchess/gnuchess/epd.c | 370 -
glchess/gnuchess/eval.c | 1496 --
glchess/gnuchess/eval.h | 118 -
glchess/gnuchess/genmove.c | 788 --
glchess/gnuchess/getopt.c | 1067 --
glchess/gnuchess/getopt.h | 179 -
glchess/gnuchess/getopt1.c | 187 -
glchess/gnuchess/hash.c | 127 -
glchess/gnuchess/hung.c | 76 -
glchess/gnuchess/init.c | 796 --
glchess/gnuchess/inlines.h | 61 -
glchess/gnuchess/input.c | 192 -
glchess/gnuchess/iterate.c | 375 -
glchess/gnuchess/lexpgn.c | 3395 -----
glchess/gnuchess/lexpgn.h | 27 -
glchess/gnuchess/lexpgn.l | 420 -
glchess/gnuchess/main.c | 471 -
glchess/gnuchess/move.c | 939 --
glchess/gnuchess/null.c | 77 -
glchess/gnuchess/output.c | 303 -
glchess/gnuchess/pgn.c | 388 -
glchess/gnuchess/players.c | 212 -
glchess/gnuchess/ponder.c | 58 -
glchess/gnuchess/quiesce.c | 114 -
glchess/gnuchess/random.c | 135 -
glchess/gnuchess/repeat.c | 45 -
glchess/gnuchess/search.c | 734 -
glchess/gnuchess/solve.c | 78 -
glchess/gnuchess/sort.c | 345 -
glchess/gnuchess/swap.c | 170 -
glchess/gnuchess/test.c | 266 -
glchess/gnuchess/ttable.c | 162 -
glchess/gnuchess/util.c | 220 -
glchess/gnuchess/version.h | 27 -
glchess/help/C/bug-filing.page | 43 +
glchess/help/C/change-board-orientation.page | 28 +
glchess/help/C/change-look-feel.page | 19 +
glchess/help/C/change-promotion-type.page | 28 +
glchess/help/C/chess-engines.page | 19 +
glchess/help/C/develop.page | 27 +
glchess/help/C/documentation.page | 29 +
glchess/help/C/figures/logo.png | Bin 0 -> 568 bytes
glchess/help/C/figures/logo32.png | Bin 0 -> 1354 bytes
glchess/help/C/glchess.xml | 4 +-
glchess/help/C/index.page | 39 +
glchess/help/C/legal.xml | 9 +
glchess/help/C/license.page | 59 +
glchess/help/C/network-game.page | 19 +
glchess/help/C/play.page | 19 +
glchess/help/C/rules.page | 19 +
glchess/help/C/save-resume.page | 46 +
glchess/help/C/shortcuts.page | 49 +
glchess/help/C/strategy.page | 19 +
glchess/help/C/translate.page | 39 +
glchess/help/Makefile.am | 16 +-
glchess/help/de/de.po | 702 +-
glchess/help/es/es.po | 841 +-
glchess/help/fr/fr.po | 765 +-
glchess/help/gl/gl.po | 1012 ++
glchess/help/ja/ja.po | 58 +-
glchess/src/Makefile.am | 3 +-
glchess/src/chess-game.vala | 2 +
glchess/src/chess-pgn.vala | 6 +-
glchess/src/chess-view-2d.vala | 24 +-
glchess/src/glchess.vala | 41 +-
glines/AUTHORS | 2 -
glines/ChangeLog.old | 824 --
glines/Makefile.am | 81 +-
glines/balls.svg | 74 -
glines/data/Makefile.am | 34 +
glines/data/balls.svg | 74 +
glines/data/glines-preferences.ui | 268 +
glines/data/glines.6 | 42 +
glines/data/glines.ui | 261 +
glines/data/icons/16x16/glines.png | Bin 0 -> 675 bytes
glines/data/icons/22x22/glines.png | Bin 0 -> 1161 bytes
glines/data/icons/24x24/glines.png | Bin 0 -> 1228 bytes
glines/data/icons/32x32/glines.png | Bin 0 -> 1908 bytes
glines/data/icons/48x48/glines.png | Bin 0 -> 3326 bytes
glines/data/icons/Makefile.am | 15 +
glines/data/icons/scalable/glines.svg | 785 ++
glines/data/shapes.svg | 34 +
glines/glines.6 | 42 -
glines/glines.c | 1893 ---
glines/glines.h | 37 -
glines/help/C/bug-filing.page | 44 +
glines/help/C/change-board-size.page | 95 +
glines/help/C/change-theme.page | 53 +
glines/help/C/develop.page | 27 +
glines/help/C/documentation.page | 29 +
glines/help/C/fast-moves.page | 36 +
glines/help/C/figures/color-balls.png | Bin 0 -> 16443 bytes
glines/help/C/figures/color-shapes.png | Bin 0 -> 12121 bytes
glines/help/C/figures/diagonal.png | Bin 0 -> 11959 bytes
glines/help/C/figures/glines-demo.ogv | Bin 0 -> 1187847 bytes
glines/help/C/figures/glines-gameover.png | Bin 9284 -> 38921 bytes
glines/help/C/figures/glines-startgame.png | Bin 4439 -> 0 bytes
glines/help/C/figures/horizontal.png | Bin 0 -> 8022 bytes
glines/help/C/figures/large.png | Bin 0 -> 7962 bytes
glines/help/C/figures/logo.png | Bin 0 -> 675 bytes
glines/help/C/figures/logo32.png | Bin 0 -> 1908 bytes
glines/help/C/figures/medium.png | Bin 0 -> 6011 bytes
glines/help/C/figures/pickcolor.png | Bin 0 -> 17574 bytes
glines/help/C/figures/preferences.png | Bin 4042 -> 0 bytes
glines/help/C/figures/small.png | Bin 0 -> 6203 bytes
glines/help/C/figures/vertical.png | Bin 0 -> 11908 bytes
glines/help/C/glines.xml | 478 -
glines/help/C/index.page | 49 +
glines/help/C/legal.xml | 79 +-
glines/help/C/license.page | 60 +
glines/help/C/play.page | 68 +
glines/help/C/rules.page | 65 +
glines/help/C/scores.page | 82 +
glines/help/C/shortcuts.page | 36 +
glines/help/C/strategy.page | 26 +
glines/help/C/topic.dat | 5 -
glines/help/C/translate.page | 41 +
glines/help/Makefile.am | 45 +-
glines/help/ca/ca.po | 204 +-
glines/help/de/de.po | 1604 ++-
glines/help/de/figures/glines-gameover.png | Bin 54620 -> 0 bytes
glines/help/de/figures/glines-startgame.png | Bin 12829 -> 0 bytes
glines/help/de/figures/preferences.png | Bin 12519 -> 0 bytes
glines/help/es/es.po | 2058 ++-
glines/help/fr/fr.po | 1572 ++-
glines/help/gl/gl.po | 917 ++
glines/help/pl/pl.po | 688 +
glines/shapes.svg | 34 -
glines/src/Makefile.am | 32 +
glines/src/glines.c | 1624 +++
glines/src/glines.h | 47 +
gnect/AUTHORS | 15 -
gnect/ChangeLog.old | 712 -
gnect/Makefile.am | 6 +-
gnect/data/Makefile.am | 61 +-
gnect/data/bad.ogg | Bin 0 -> 3087 bytes
gnect/data/bg_grotty.jpg | Bin 0 -> 8285 bytes
gnect/data/bg_nightfall.jpg | Bin 0 -> 15425 bytes
gnect/data/bg_toplight.png | Bin 0 -> 199 bytes
gnect/data/bonus.ogg | Bin 0 -> 4739 bytes
gnect/data/icons/16x16/gnect.png | Bin 0 -> 562 bytes
gnect/data/icons/22x22/gnect.png | Bin 0 -> 1033 bytes
gnect/data/icons/24x24/gnect.png | Bin 0 -> 1066 bytes
gnect/data/icons/32x32/gnect.png | Bin 0 -> 2011 bytes
gnect/data/icons/48x48/gnect.png | Bin 0 -> 2968 bytes
gnect/data/icons/Makefile.am | 15 +
gnect/data/icons/scalable/gnect.svg | 1108 ++
gnect/data/reverse.ogg | Bin 0 -> 5600 bytes
gnect/data/slide.ogg | Bin 0 -> 4036 bytes
gnect/data/tileset_50x50_catseyes.png | Bin 0 -> 4313 bytes
gnect/data/tileset_50x50_glassy.png | Bin 0 -> 4920 bytes
gnect/data/tileset_50x50_hcinverse.svg | 61 +
gnect/data/tileset_50x50_hcontrast.svg | 61 +
gnect/data/tileset_50x50_square.png | Bin 0 -> 5465 bytes
gnect/data/tileset_50x50_sunspot.svg | 111 +
gnect/help/Makefile.am | 18 +-
gnect/help/ca/ca.po | 588 +-
gnect/help/cs/cs.po | 4 +-
gnect/help/de/de.po | 350 +-
gnect/help/de/figures/connect.png | Bin 34205 -> 0 bytes
gnect/help/de/figures/tables.png | Bin 45341 -> 0 bytes
gnect/help/es/es.po | 434 +-
gnect/help/fi/fi.po | 4 +-
gnect/help/fr/fr.po | 364 +-
gnect/help/sr/sr.po | 864 +-
gnect/help/sr@latin/sr latin po | 864 +-
gnect/pixmaps/Makefile.am | 16 -
gnect/pixmaps/bg_grotty.jpg | Bin 8285 -> 0 bytes
gnect/pixmaps/bg_nightfall.jpg | Bin 15425 -> 0 bytes
gnect/pixmaps/bg_toplight.png | Bin 199 -> 0 bytes
gnect/pixmaps/tileset_50x50_catseyes.png | Bin 4313 -> 0 bytes
gnect/pixmaps/tileset_50x50_glassy.png | Bin 4920 -> 0 bytes
gnect/pixmaps/tileset_50x50_hcinverse.svg | 61 -
gnect/pixmaps/tileset_50x50_hcontrast.svg | 61 -
gnect/pixmaps/tileset_50x50_square.png | Bin 5465 -> 0 bytes
gnect/pixmaps/tileset_50x50_sunspot.svg | 111 -
gnect/src/Makefile.am | 25 +-
gnect/src/connect4.c | 5 +-
gnect/src/gfx.c | 12 +-
gnect/src/heurist.c | 2 +-
gnect/src/main.c | 107 +-
gnect/src/prefs.c | 108 +-
gnect/src/prefs.h | 10 -
gnect/src/theme.c | 16 +-
gnect/src/theme.h | 2 +-
gnibbles/AUTHORS | 2 -
gnibbles/ChangeLog.old | 1212 --
gnibbles/Makefile.am | 134 +-
gnibbles/board.c | 446 -
gnibbles/board.h | 50 -
gnibbles/boni.c | 201 -
gnibbles/boni.h | 54 -
gnibbles/bonus.c | 120 -
gnibbles/bonus.h | 51 -
gnibbles/data/Makefile.am | 43 +
gnibbles/data/appear.ogg | Bin 0 -> 3932 bytes
gnibbles/data/bonus.ogg | Bin 0 -> 4739 bytes
gnibbles/data/crash.ogg | Bin 0 -> 4549 bytes
gnibbles/data/gameover.ogg | Bin 0 -> 8175 bytes
gnibbles/data/gnibbles-logo.svg | 4153 ++++++
gnibbles/data/gnibbles.6 | 42 +
gnibbles/data/gobble.ogg | Bin 0 -> 3752 bytes
gnibbles/data/icons/16x16/gnibbles.png | Bin 0 -> 749 bytes
gnibbles/data/icons/22x22/gnibbles.png | Bin 0 -> 1138 bytes
gnibbles/data/icons/24x24/gnibbles.png | Bin 0 -> 1181 bytes
gnibbles/data/icons/32x32/gnibbles.png | Bin 0 -> 2101 bytes
gnibbles/data/icons/48x48/gnibbles.png | Bin 0 -> 3452 bytes
gnibbles/data/icons/Makefile.am | 15 +
gnibbles/data/icons/scalable/gnibbles.svg | 343 +
gnibbles/data/levels/Makefile.am | 33 +
gnibbles/data/levels/level001.gnl | 66 +
gnibbles/data/levels/level002.gnl | 66 +
gnibbles/data/levels/level003.gnl | 66 +
gnibbles/data/levels/level004.gnl | 66 +
gnibbles/data/levels/level005.gnl | 66 +
gnibbles/data/levels/level006.gnl | 66 +
gnibbles/data/levels/level007.gnl | 66 +
gnibbles/data/levels/level008.gnl | 66 +
gnibbles/data/levels/level009.gnl | 66 +
gnibbles/data/levels/level010.gnl | 66 +
gnibbles/data/levels/level011.gnl | 66 +
gnibbles/data/levels/level012.gnl | 66 +
gnibbles/data/levels/level013.gnl | 66 +
gnibbles/data/levels/level014.gnl | 66 +
gnibbles/data/levels/level015.gnl | 66 +
gnibbles/data/levels/level016.gnl | 66 +
gnibbles/data/levels/level017.gnl | 66 +
gnibbles/data/levels/level018.gnl | 66 +
gnibbles/data/levels/level019.gnl | 66 +
gnibbles/data/levels/level020.gnl | 66 +
gnibbles/data/levels/level021.gnl | 66 +
gnibbles/data/levels/level022.gnl | 66 +
gnibbles/data/levels/level023.gnl | 66 +
gnibbles/data/levels/level024.gnl | 66 +
gnibbles/data/levels/level025.gnl | 66 +
gnibbles/data/levels/level026.gnl | 66 +
gnibbles/data/life.ogg | Bin 0 -> 4436 bytes
gnibbles/data/pix/Makefile.am | 40 +
gnibbles/data/pix/blank.svg | 177 +
gnibbles/data/pix/bonus1.svg | 218 +
gnibbles/data/pix/bonus2.svg | 147 +
gnibbles/data/pix/bonus3.svg | 125 +
gnibbles/data/pix/bonus4.svg | 118 +
gnibbles/data/pix/bonus5.svg | 190 +
gnibbles/data/pix/diamond.svg | 132 +
gnibbles/data/pix/life.svg | 158 +
gnibbles/data/pix/questionmark.svg | 134 +
gnibbles/data/pix/snake-blue.svg | 239 +
gnibbles/data/pix/snake-cyan.svg | 184 +
gnibbles/data/pix/snake-green.svg | 194 +
gnibbles/data/pix/snake-grey.svg | 222 +
gnibbles/data/pix/snake-magenta.svg | 272 +
gnibbles/data/pix/snake-red.svg | 190 +
gnibbles/data/pix/snake-yellow.svg | 223 +
gnibbles/data/pix/wall-corner-bottom-left.svg | 197 +
gnibbles/data/pix/wall-corner-bottom-right.svg | 200 +
gnibbles/data/pix/wall-corner-top-left.svg | 200 +
gnibbles/data/pix/wall-corner-top-right.svg | 200 +
gnibbles/data/pix/wall-cross.svg | 200 +
gnibbles/data/pix/wall-empty.svg | 149 +
gnibbles/data/pix/wall-small-empty.svg | 161 +
gnibbles/data/pix/wall-straight-side.svg | 197 +
gnibbles/data/pix/wall-straight-up.svg | 197 +
gnibbles/data/pix/wall-tee-down.svg | 200 +
gnibbles/data/pix/wall-tee-left.svg | 200 +
gnibbles/data/pix/wall-tee-right.svg | 200 +
gnibbles/data/pix/wall-tee-up.svg | 200 +
gnibbles/data/reverse.ogg | Bin 0 -> 5600 bytes
gnibbles/data/teleport.ogg | Bin 0 -> 3443 bytes
gnibbles/gnibbles-logo.svg | 4153 ------
gnibbles/gnibbles.6 | 42 -
gnibbles/gnibbles.c | 418 -
gnibbles/gnibbles.h | 72 -
gnibbles/help/Makefile.am | 18 +-
gnibbles/help/ca/ca.po | 616 +-
gnibbles/help/cs/cs.po | 406 +-
gnibbles/help/es/es.po | 16 +-
gnibbles/help/sr/sr.po | 630 +-
gnibbles/help/sr@latin/sr latin po | 628 +-
gnibbles/level001.gnl | 66 -
gnibbles/level002.gnl | 66 -
gnibbles/level003.gnl | 66 -
gnibbles/level004.gnl | 66 -
gnibbles/level005.gnl | 66 -
gnibbles/level006.gnl | 66 -
gnibbles/level007.gnl | 66 -
gnibbles/level008.gnl | 66 -
gnibbles/level009.gnl | 66 -
gnibbles/level010.gnl | 66 -
gnibbles/level011.gnl | 66 -
gnibbles/level012.gnl | 66 -
gnibbles/level013.gnl | 66 -
gnibbles/level014.gnl | 66 -
gnibbles/level015.gnl | 66 -
gnibbles/level016.gnl | 66 -
gnibbles/level017.gnl | 66 -
gnibbles/level018.gnl | 66 -
gnibbles/level019.gnl | 66 -
gnibbles/level020.gnl | 66 -
gnibbles/level021.gnl | 66 -
gnibbles/level022.gnl | 66 -
gnibbles/level023.gnl | 66 -
gnibbles/level024.gnl | 66 -
gnibbles/level025.gnl | 66 -
gnibbles/level026.gnl | 66 -
gnibbles/main.c | 949 --
gnibbles/main.h | 48 -
gnibbles/pix/Makefile.am | 40 -
gnibbles/pix/blank.svg | 177 -
gnibbles/pix/bonus1.svg | 218 -
gnibbles/pix/bonus2.svg | 147 -
gnibbles/pix/bonus3.svg | 125 -
gnibbles/pix/bonus4.svg | 118 -
gnibbles/pix/bonus5.svg | 190 -
gnibbles/pix/creampie.svg | 112 -
gnibbles/pix/diamond.svg | 132 -
gnibbles/pix/life.svg | 158 -
gnibbles/pix/questionmark.svg | 134 -
gnibbles/pix/snake-blue.svg | 239 -
gnibbles/pix/snake-cyan.svg | 184 -
gnibbles/pix/snake-green.svg | 194 -
gnibbles/pix/snake-grey.svg | 222 -
gnibbles/pix/snake-magenta.svg | 272 -
gnibbles/pix/snake-red.svg | 190 -
gnibbles/pix/snake-yellow.svg | 223 -
gnibbles/pix/wall-corner-bottom-left.svg | 197 -
gnibbles/pix/wall-corner-bottom-right.svg | 200 -
gnibbles/pix/wall-corner-top-left.svg | 200 -
gnibbles/pix/wall-corner-top-right.svg | 200 -
gnibbles/pix/wall-cross.svg | 200 -
gnibbles/pix/wall-empty.svg | 149 -
gnibbles/pix/wall-small-empty.svg | 161 -
gnibbles/pix/wall-straight-side.svg | 197 -
gnibbles/pix/wall-straight-up.svg | 197 -
gnibbles/pix/wall-tee-down.svg | 200 -
gnibbles/pix/wall-tee-left.svg | 200 -
gnibbles/pix/wall-tee-right.svg | 200 -
gnibbles/pix/wall-tee-up.svg | 200 -
gnibbles/preferences.c | 486 -
gnibbles/preferences.h | 29 -
gnibbles/properties.c | 295 -
gnibbles/properties.h | 92 -
gnibbles/scoreboard.c | 109 -
gnibbles/scoreboard.h | 45 -
gnibbles/src/Makefile.am | 58 +
gnibbles/src/board.c | 441 +
gnibbles/src/board.h | 50 +
gnibbles/src/boni.c | 201 +
gnibbles/src/boni.h | 54 +
gnibbles/src/bonus.c | 118 +
gnibbles/src/bonus.h | 51 +
gnibbles/src/gnibbles.c | 413 +
gnibbles/src/gnibbles.h | 72 +
gnibbles/src/main.c | 959 ++
gnibbles/src/main.h | 48 +
gnibbles/src/preferences.c | 480 +
gnibbles/src/preferences.h | 29 +
gnibbles/src/properties.c | 256 +
gnibbles/src/properties.h | 73 +
gnibbles/src/scoreboard.c | 109 +
gnibbles/src/scoreboard.h | 45 +
gnibbles/src/sound.c | 55 +
gnibbles/src/sound.h | 27 +
gnibbles/src/warp.c | 103 +
gnibbles/src/warp.h | 39 +
gnibbles/src/warpmanager.c | 225 +
gnibbles/src/warpmanager.h | 47 +
gnibbles/src/worm.c | 1161 ++
gnibbles/src/worm.h | 86 +
gnibbles/warp.c | 103 -
gnibbles/warp.h | 39 -
gnibbles/warpmanager.c | 225 -
gnibbles/warpmanager.h | 47 -
gnibbles/worm.c | 1162 --
gnibbles/worm.h | 86 -
gnobots2/AUTHORS | 5 -
gnobots2/ChangeLog.old | 873 --
gnobots2/Makefile.am | 151 +-
gnobots2/aieee.png | Bin 2384 -> 0 bytes
gnobots2/boo.svg | 940 --
gnobots2/classic_robots.cfg | 24 -
gnobots2/cursor-down-left.h | 80 -
gnobots2/cursor-down-left.png | Bin 212 -> 0 bytes
gnobots2/cursor-down-right.h | 80 -
gnobots2/cursor-down-right.png | Bin 217 -> 0 bytes
gnobots2/cursor-down.h | 81 -
gnobots2/cursor-down.png | Bin 220 -> 0 bytes
gnobots2/cursor-hold.h | 79 -
gnobots2/cursor-hold.png | Bin 204 -> 0 bytes
gnobots2/cursor-left.h | 81 -
gnobots2/cursor-left.png | Bin 220 -> 0 bytes
gnobots2/cursor-right.h | 81 -
gnobots2/cursor-right.png | Bin 224 -> 0 bytes
gnobots2/cursor-up-left.h | 80 -
gnobots2/cursor-up-left.png | Bin 216 -> 0 bytes
gnobots2/cursor-up-right.h | 80 -
gnobots2/cursor-up-right.png | Bin 211 -> 0 bytes
gnobots2/cursor-up.h | 80 -
gnobots2/cursor-up.png | Bin 208 -> 0 bytes
gnobots2/cursors.c | 105 -
gnobots2/cursors.h | 30 -
gnobots2/data/Makefile.am | 76 +
gnobots2/data/aieee.png | Bin 0 -> 2384 bytes
gnobots2/data/boo.svg | 940 ++
gnobots2/data/classic_robots.cfg | 24 +
gnobots2/data/cursor-down-left.png | Bin 0 -> 212 bytes
gnobots2/data/cursor-down-right.png | Bin 0 -> 217 bytes
gnobots2/data/cursor-down.png | Bin 0 -> 220 bytes
gnobots2/data/cursor-hold.png | Bin 0 -> 204 bytes
gnobots2/data/cursor-left.png | Bin 0 -> 220 bytes
gnobots2/data/cursor-right.png | Bin 0 -> 224 bytes
gnobots2/data/cursor-up-left.png | Bin 0 -> 216 bytes
gnobots2/data/cursor-up-right.png | Bin 0 -> 211 bytes
gnobots2/data/cursor-up.png | Bin 0 -> 208 bytes
gnobots2/data/die.ogg | Bin 0 -> 8439 bytes
gnobots2/data/gnobots2.6 | 53 +
gnobots2/data/gnomes.png | Bin 0 -> 1374 bytes
gnobots2/data/icons/16x16/gnobots2.png | Bin 0 -> 864 bytes
gnobots2/data/icons/22x22/gnobots2.png | Bin 0 -> 1330 bytes
gnobots2/data/icons/24x24/gnobots2.png | Bin 0 -> 1358 bytes
gnobots2/data/icons/32x32/gnobots2.png | Bin 0 -> 2071 bytes
gnobots2/data/icons/48x48/gnobots2.png | Bin 0 -> 3129 bytes
gnobots2/data/icons/Makefile.am | 17 +
gnobots2/data/icons/scalable/gnobots2.svg | 690 +
gnobots2/data/icons/teleport-random.png | Bin 0 -> 1365 bytes
gnobots2/data/icons/teleport.png | Bin 0 -> 1457 bytes
gnobots2/data/nightmare.cfg | 22 +
gnobots2/data/robots.svg | 1132 ++
gnobots2/data/robots2.cfg | 22 +
gnobots2/data/robots2_easy.cfg | 22 +
gnobots2/data/robots_with_safe_teleport.cfg | 24 +
gnobots2/data/splat.ogg | Bin 0 -> 4160 bytes
gnobots2/data/splat.png | Bin 0 -> 1616 bytes
gnobots2/data/teleport.ogg | Bin 0 -> 3443 bytes
gnobots2/data/ufo.svg | 1388 ++
gnobots2/data/victory.ogg | Bin 0 -> 9862 bytes
gnobots2/data/yahoo.ogg | Bin 0 -> 6426 bytes
gnobots2/data/yahoo.png | Bin 0 -> 2310 bytes
gnobots2/find-file.c | 84 -
gnobots2/find-file.h | 31 -
gnobots2/game.c | 1428 --
gnobots2/game.h | 44 -
gnobots2/gameconfig.c | 468 -
gnobots2/gameconfig.h | 58 -
gnobots2/gbdefs.h | 105 -
gnobots2/gnobots.c | 377 -
gnobots2/gnobots.h | 14 -
gnobots2/gnobots2.6 | 53 -
gnobots2/gnomes.png | Bin 1374 -> 0 bytes
gnobots2/graphics.c | 632 -
gnobots2/graphics.h | 34 -
gnobots2/help/Makefile.am | 16 +-
gnobots2/help/de/de.po | 542 +-
gnobots2/help/es/es.po | 611 +-
gnobots2/help/fr/fr.po | 489 +-
gnobots2/help/sr/sr.po | 630 +-
gnobots2/help/sr@latin/sr latin po | 630 +-
gnobots2/keyboard.c | 103 -
gnobots2/keyboard.h | 13 -
gnobots2/menu.c | 365 -
gnobots2/menu.h | 16 -
gnobots2/nightmare.cfg | 22 -
gnobots2/properties.c | 836 --
gnobots2/properties.h | 30 -
gnobots2/robots.svg | 1132 --
gnobots2/robots2.cfg | 22 -
gnobots2/robots2_easy.cfg | 22 -
gnobots2/robots_with_safe_teleport.cfg | 24 -
gnobots2/sound.c | 99 -
gnobots2/sound.h | 25 -
gnobots2/splat.png | Bin 1616 -> 0 bytes
gnobots2/src/Makefile.am | 63 +
gnobots2/src/cursor-down-left.h | 80 +
gnobots2/src/cursor-down-right.h | 80 +
gnobots2/src/cursor-down.h | 81 +
gnobots2/src/cursor-hold.h | 79 +
gnobots2/src/cursor-left.h | 81 +
gnobots2/src/cursor-right.h | 81 +
gnobots2/src/cursor-up-left.h | 80 +
gnobots2/src/cursor-up-right.h | 80 +
gnobots2/src/cursor-up.h | 80 +
gnobots2/src/cursors.c | 105 +
gnobots2/src/cursors.h | 30 +
gnobots2/src/find-file.c | 84 +
gnobots2/src/find-file.h | 31 +
gnobots2/src/game.c | 1428 ++
gnobots2/src/game.h | 44 +
gnobots2/src/gameconfig.c | 467 +
gnobots2/src/gameconfig.h | 58 +
gnobots2/src/gbdefs.h | 105 +
gnobots2/src/gnobots.c | 301 +
gnobots2/src/gnobots.h | 15 +
gnobots2/src/graphics.c | 629 +
gnobots2/src/graphics.h | 34 +
gnobots2/src/keyboard.c | 103 +
gnobots2/src/keyboard.h | 13 +
gnobots2/src/menu.c | 372 +
gnobots2/src/menu.h | 16 +
gnobots2/src/properties.c | 828 ++
gnobots2/src/properties.h | 30 +
gnobots2/src/sound.c | 113 +
gnobots2/src/sound.h | 25 +
gnobots2/src/statusbar.c | 312 +
gnobots2/src/statusbar.h | 20 +
gnobots2/statusbar.c | 314 -
gnobots2/statusbar.h | 20 -
gnobots2/ufo.svg | 1388 --
gnobots2/yahoo.png | Bin 2310 -> 0 bytes
gnome-sudoku/AUTHORS | 1 -
gnome-sudoku/ChangeLog.old | 763 -
gnome-sudoku/Makefile.am | 12 +-
gnome-sudoku/README | 16 -
gnome-sudoku/data/Makefile.am | 44 +-
gnome-sudoku/data/footprints.png | Bin 0 -> 1207 bytes
gnome-sudoku/data/icons/16x16/gnome-sudoku.png | Bin 0 -> 490 bytes
gnome-sudoku/data/icons/22x22/gnome-sudoku.png | Bin 0 -> 1137 bytes
gnome-sudoku/data/icons/24x24/gnome-sudoku.png | Bin 0 -> 1162 bytes
gnome-sudoku/data/icons/32x32/gnome-sudoku.png | Bin 0 -> 1709 bytes
gnome-sudoku/data/icons/48x48/gnome-sudoku.png | Bin 0 -> 3891 bytes
gnome-sudoku/data/icons/Makefile.am | 15 +
gnome-sudoku/data/icons/scalable/gnome-sudoku.svg | 3183 +++++
gnome-sudoku/help/C/basics.page | 59 +
gnome-sudoku/help/C/bug-filing.page | 43 +
gnome-sudoku/help/C/commandline.page | 41 +
gnome-sudoku/help/C/develop.page | 27 +
gnome-sudoku/help/C/documentation.page | 29 +
gnome-sudoku/help/C/figures/logo.png | Bin 0 -> 490 bytes
gnome-sudoku/help/C/figures/logo32.png | Bin 0 -> 1709 bytes
gnome-sudoku/help/C/figures/possible-numbers.png | Bin 0 -> 65626 bytes
gnome-sudoku/help/C/figures/resuming.png | Bin 41895 -> 37155 bytes
gnome-sudoku/help/C/figures/rowcolumnbox.png | Bin 0 -> 21304 bytes
gnome-sudoku/help/C/figures/stats-very-hard.png | Bin 0 -> 28325 bytes
gnome-sudoku/help/C/figures/strategy1.png | Bin 0 -> 39735 bytes
gnome-sudoku/help/C/figures/strategy2.png | Bin 0 -> 35947 bytes
gnome-sudoku/help/C/figures/trackers.webm | Bin 0 -> 551440 bytes
gnome-sudoku/help/C/gnome-sudoku.xml | 643 -
gnome-sudoku/help/C/highlighting.page | 29 +
gnome-sudoku/help/C/hints.page | 61 +
gnome-sudoku/help/C/index.page | 42 +
gnome-sudoku/help/C/keyboard-shortcuts.page | 98 +
gnome-sudoku/help/C/legal.xml | 79 +-
gnome-sudoku/help/C/license.page | 59 +
gnome-sudoku/help/C/notes.page | 40 +
gnome-sudoku/help/C/print-blank-puzzles.page | 38 +
gnome-sudoku/help/C/print-inprogress-game.page | 41 +
gnome-sudoku/help/C/rules.page | 32 +
gnome-sudoku/help/C/save-resume.page | 44 +
gnome-sudoku/help/C/statistics.page | 45 +
gnome-sudoku/help/C/strategy.page | 62 +
gnome-sudoku/help/C/toolbar.page | 23 +
gnome-sudoku/help/C/trackers.page | 96 +
gnome-sudoku/help/C/translate.page | 39 +
gnome-sudoku/help/Makefile.am | 50 +-
gnome-sudoku/help/ca/ca.po | 309 +-
gnome-sudoku/help/de/de.po | 2063 ++--
gnome-sudoku/help/de/figures/always_show_hint.png | Bin 39455 -> 0 bytes
gnome-sudoku/help/de/figures/highlighting.png | Bin 33164 -> 0 bytes
gnome-sudoku/help/de/figures/possible-numbers.png | Bin 0 -> 56763 bytes
gnome-sudoku/help/de/figures/resuming.png | Bin 37697 -> 44392 bytes
gnome-sudoku/help/de/figures/rowcolumnbox.png | Bin 0 -> 28772 bytes
gnome-sudoku/help/de/figures/starting.png | Bin 19275 -> 0 bytes
gnome-sudoku/help/de/figures/stats-very-hard.png | Bin 0 -> 22364 bytes
gnome-sudoku/help/el/el.po | 974 +-
gnome-sudoku/help/es/es.po | 2736 +++--
gnome-sudoku/help/fr/figures/Print_Sudokus.png | Bin 31063 -> 0 bytes
gnome-sudoku/help/fr/figures/always_show_hint.png | Bin 42774 -> 0 bytes
gnome-sudoku/help/fr/figures/highlighting.png | Bin 38449 -> 0 bytes
gnome-sudoku/help/fr/figures/starting.png | Bin 18941 -> 0 bytes
gnome-sudoku/help/fr/fr.po | 2039 ++--
gnome-sudoku/help/gl/gl.po | 1189 ++
gnome-sudoku/images/Makefile.am | 6 -
gnome-sudoku/images/footprints.png | Bin 1207 -> 0 bytes
gnome-sudoku/src/lib/gsudoku.py | 2 +-
gnome-sudoku/src/lib/gtk_goodies/Makefile.am | 1 -
gnome-sudoku/src/lib/gtk_goodies/gconf_wrapper.py | 205 -
gnome-sudoku/src/lib/main.py | 97 +-
gnome-sudoku/src/lib/printing.py | 53 +-
gnome-sudoku/src/lib/sudoku.py | 2 +-
gnomine/AUTHORS | 2 -
gnomine/ChangeLog.old | 1432 --
gnomine/Makefile.am | 68 +-
gnomine/README | 22 -
gnomine/bang.svg | 99 -
gnomine/data/Makefile.am | 33 +
gnomine/data/bang.svg | 99 +
gnomine/data/face-cool.svg | 569 +
gnomine/data/face-sad.svg | 1126 ++
gnomine/data/face-smile.svg | 697 +
gnomine/data/face-win.svg | 826 ++
gnomine/data/face-worried.svg | 712 +
gnomine/data/flag-question.svg | 26 +
gnomine/data/flag.svg | 25 +
gnomine/data/gnomine.6 | 59 +
gnomine/data/gnomine.ui | 50 +
gnomine/data/icons/16x16/gnomine.png | Bin 0 -> 933 bytes
gnomine/data/icons/22x22/gnomine.png | Bin 0 -> 1264 bytes
gnomine/data/icons/24x24/gnomine.png | Bin 0 -> 1301 bytes
gnomine/data/icons/256x256/gnomine.png | Bin 0 -> 37178 bytes
gnomine/data/icons/32x32/gnomine.png | Bin 0 -> 2354 bytes
gnomine/data/icons/48x48/gnomine.png | Bin 0 -> 3939 bytes
gnomine/data/icons/Makefile.am | 15 +
gnomine/data/mine.svg | 13 +
gnomine/data/warning.svg | 210 +
gnomine/face-cool.svg | 569 -
gnomine/face-sad.svg | 1126 --
gnomine/face-smile.svg | 697 -
gnomine/face-win.svg | 826 --
gnomine/face-worried.svg | 712 -
gnomine/flag-question.svg | 26 -
gnomine/flag.svg | 25 -
gnomine/gnomine.6 | 59 -
gnomine/gnomine.c | 1129 --
gnomine/help/C/bug-filing.page | 46 +
gnomine/help/C/develop.page | 27 +
gnomine/help/C/difficulty.page | 40 +
gnomine/help/C/documentation.page | 29 +
gnomine/help/C/faces.page | 41 +
gnomine/help/C/figures/easy-hints-1.png | Bin 3030 -> 2077 bytes
gnomine/help/C/figures/easy-hints-2.png | Bin 3537 -> 4477 bytes
gnomine/help/C/figures/easy-hints-3.png | Bin 5456 -> 11586 bytes
gnomine/help/C/figures/face-cool.svg | 569 +
gnomine/help/C/figures/face-sad.svg | 1126 ++
gnomine/help/C/figures/face-smile.svg | 697 +
gnomine/help/C/figures/face-win.svg | 826 ++
gnomine/help/C/figures/face-worried.svg | 712 +
gnomine/help/C/figures/faces.png | Bin 12006 -> 7907 bytes
gnomine/help/C/figures/flag-question.svg | 26 +
gnomine/help/C/figures/flag.svg | 25 +
gnomine/help/C/figures/gnomine.png | Bin 0 -> 9702 bytes
gnomine/help/C/figures/hard-hints-1.png | Bin 6041 -> 8844 bytes
gnomine/help/C/figures/hard-hints-2.png | Bin 7950 -> 6365 bytes
gnomine/help/C/figures/hard-hints-3.png | Bin 5091 -> 10170 bytes
gnomine/help/C/figures/highscores.png | Bin 16873 -> 12451 bytes
gnomine/help/C/figures/imnotsureflagscheckbox.png | Bin 3370 -> 3493 bytes
gnomine/help/C/figures/logo.png | Bin 0 -> 933 bytes
gnomine/help/C/figures/logo32.png | Bin 0 -> 2354 bytes
gnomine/help/C/figures/main-window.png | Bin 90967 -> 82763 bytes
gnomine/help/C/figures/preferences.png | Bin 25680 -> 27050 bytes
gnomine/help/C/figures/statusbar.png | Bin 3226 -> 2698 bytes
gnomine/help/C/flags.page | 84 +
gnomine/help/C/get-help.page | 33 +
gnomine/help/C/high-scores.page | 26 +
gnomine/help/C/index.page | 36 +
gnomine/help/C/license.page | 59 +
gnomine/help/C/new-game.page | 28 +
gnomine/help/C/rules.page | 45 +
gnomine/help/C/shortcuts.page | 45 +
gnomine/help/C/toolbar.page | 23 +
gnomine/help/C/translate.page | 39 +
gnomine/help/Makefile.am | 18 +-
gnomine/help/de/de.po | 584 +-
gnomine/help/de/figures/highscores.png | Bin 16463 -> 11421 bytes
gnomine/help/de/figures/imnotsureflagscheckbox.png | Bin 4042 -> 3806 bytes
gnomine/help/de/figures/main-window.png | Bin 76881 -> 0 bytes
gnomine/help/de/figures/preferences.png | Bin 24960 -> 27105 bytes
gnomine/help/de/figures/statusbar.png | Bin 3621 -> 2285 bytes
gnomine/help/es/es.po | 695 +-
gnomine/help/fr/fr.po | 692 +-
gnomine/help/gl/gl.po | 1103 ++
gnomine/help/pt_BR/pt_BR.po | 955 ++
gnomine/help/sr/sr.po | 719 +-
gnomine/help/sr@latin/sr latin po | 719 +-
gnomine/icons/Makefile.am | 54 -
gnomine/icons/hicolor/16x16/apps/gnomine.png | Bin 933 -> 0 bytes
gnomine/icons/hicolor/22x22/apps/gnomine.png | Bin 1264 -> 0 bytes
gnomine/icons/hicolor/24x24/apps/gnomine.png | Bin 1301 -> 0 bytes
gnomine/icons/hicolor/256x256/apps/gnomine.png | Bin 37178 -> 0 bytes
gnomine/icons/hicolor/32x32/apps/gnomine.png | Bin 2354 -> 0 bytes
gnomine/icons/hicolor/48x48/apps/gnomine.png | Bin 3939 -> 0 bytes
gnomine/icons/render-bitmaps.rb | 1 -
gnomine/icons/src/gnomine.svg | 8332 -----------
gnomine/mine.svg | 13 -
gnomine/minefield.c | 1474 --
gnomine/minefield.h | 124 -
gnomine/src/Makefile.am | 40 +
gnomine/src/config.vapi | 4 +
gnomine/src/gnomine.vala | 874 ++
gnomine/src/minefield-view.vala | 614 +
gnomine/src/minefield.vala | 333 +
gnomine/warning.svg | 210 -
gnotravex/AUTHORS | 1 -
gnotravex/ChangeLog.old | 554 -
gnotravex/Makefile.am | 69 +-
gnotravex/README | 16 -
gnotravex/data/Makefile.am | 26 +
gnotravex/data/gnotravex.6 | 50 +
gnotravex/data/gnotravex.ui | 99 +
gnotravex/data/icons/16x16/gnotravex.png | Bin 0 -> 838 bytes
gnotravex/data/icons/22x22/gnotravex.png | Bin 0 -> 1523 bytes
gnotravex/data/icons/24x24/gnotravex.png | Bin 0 -> 1578 bytes
gnotravex/data/icons/32x32/gnotravex.png | Bin 0 -> 2993 bytes
gnotravex/data/icons/48x48/gnotravex.png | Bin 0 -> 4941 bytes
gnotravex/data/icons/Makefile.am | 15 +
gnotravex/data/icons/scalable/gnotravex.svg | 740 +
gnotravex/gnotravex.6 | 50 -
gnotravex/gnotravex.c | 1902 ---
gnotravex/help/C/figures/gnotravex-main-window.png | Bin 29540 -> 0 bytes
gnotravex/help/C/gameplay.page | 37 -
gnotravex/help/C/hint.page | 30 +-
gnotravex/help/C/index.page | 15 +-
gnotravex/help/C/move.page | 16 +-
gnotravex/help/C/multiplayer.page | 24 -
gnotravex/help/C/usage.page | 5 +-
gnotravex/help/Makefile.am | 32 +-
gnotravex/help/ca/ca.po | 17 +-
gnotravex/help/cs/cs.po | 88 +-
gnotravex/help/de/de.po | 942 +-
gnotravex/help/es/es.po | 938 +-
gnotravex/help/fr/fr.po | 812 +-
gnotravex/help/sr/sr.po | 920 +-
gnotravex/help/sr@latin/sr latin po | 920 +-
gnotravex/pixmaps/Makefile.am | 6 -
gnotravex/pixmaps/baize.png | Bin 470 -> 0 bytes
gnotravex/src/Makefile.am | 42 +
gnotravex/src/config.vapi | 4 +
gnotravex/src/gnotravex.gresource.xml | 6 +
gnotravex/src/gnotravex.vala | 351 +
gnotravex/src/puzzle-view.vala | 465 +
gnotravex/src/puzzle.vala | 280 +
gnotravex/src/theme.vala | 272 +
gnotski/AUTHORS | 1 -
gnotski/ChangeLog.old | 433 -
gnotski/Makefile.am | 92 +-
gnotski/README | 9 -
gnotski/data/Makefile.am | 31 +
gnotski/data/gnotski.6 | 47 +
gnotski/data/gnotski.svg | 134 +
gnotski/data/icons/16x16/gnotski.png | Bin 0 -> 554 bytes
gnotski/data/icons/22x22/gnotski.png | Bin 0 -> 909 bytes
gnotski/data/icons/24x24/gnotski.png | Bin 0 -> 885 bytes
gnotski/data/icons/32x32/gnotski.png | Bin 0 -> 1440 bytes
gnotski/data/icons/48x48/gnotski.png | Bin 0 -> 2252 bytes
gnotski/data/icons/Makefile.am | 15 +
gnotski/data/icons/scalable/gnotski.svg | 871 ++
gnotski/gnotski.6 | 47 -
gnotski/gnotski.c | 1500 --
gnotski/gnotski.svg | 134 -
gnotski/help/C/gnotski.xml | 14 +-
gnotski/help/Makefile.am | 18 +-
gnotski/help/de/de.po | 462 +-
gnotski/help/es/es.po | 539 +-
gnotski/help/fr/fr.po | 408 +-
gnotski/pieces.h | 76 -
gnotski/src/Makefile.am | 29 +
gnotski/src/gnotski.c | 1464 ++
gnotski/src/pieces.h | 76 +
gtali/AUTHORS | 2 -
gtali/ChangeLog.old | 1034 --
gtali/HACKING | 5 -
gtali/INSTALL | 63 -
gtali/Makefile.am | 74 +-
gtali/README | 49 -
gtali/TODO | 7 -
gtali/clist.c | 426 -
gtali/computer.c | 289 -
gtali/data/Makefile.am | 37 +
gtali/data/gnome-dice-1.svg | 139 +
gtali/data/gnome-dice-2.svg | 150 +
gtali/data/gnome-dice-3.svg | 159 +
gtali/data/gnome-dice-4.svg | 167 +
gtali/data/gnome-dice-5.svg | 174 +
gtali/data/gnome-dice-6.svg | 182 +
gtali/data/gnome-dice-none.svg | 134 +
gtali/data/gtali.6 | 56 +
gtali/data/icons/16x16/gtali.png | Bin 0 -> 641 bytes
gtali/data/icons/22x22/gtali.png | Bin 0 -> 1381 bytes
gtali/data/icons/24x24/gtali.png | Bin 0 -> 1400 bytes
gtali/data/icons/32x32/gtali.png | Bin 0 -> 2431 bytes
gtali/data/icons/48x48/gtali.png | Bin 0 -> 3406 bytes
gtali/data/icons/Makefile.am | 15 +
gtali/data/icons/scalable/gtali.svg | 888 ++
gtali/data/kismet-none.svg | 186 +
gtali/data/kismet1.svg | 216 +
gtali/data/kismet2.svg | 224 +
gtali/data/kismet3.svg | 236 +
gtali/data/kismet4.svg | 240 +
gtali/data/kismet5.svg | 248 +
gtali/data/kismet6.svg | 256 +
gtali/gtali.6 | 56 -
gtali/gyahtzee.c | 1036 --
gtali/gyahtzee.h | 57 -
gtali/help/Makefile.am | 18 +-
gtali/help/de/de.po | 859 +-
gtali/help/es/es.po | 453 +-
gtali/help/fr/fr.po | 462 +-
gtali/help/gl/gl.po | 656 +
gtali/help/sr/sr.po | 517 +-
gtali/help/sr@latin/sr latin po | 517 +-
gtali/pix/Makefile.am | 20 -
gtali/pix/gnome-dice-1.svg | 139 -
gtali/pix/gnome-dice-2.svg | 150 -
gtali/pix/gnome-dice-3.svg | 159 -
gtali/pix/gnome-dice-4.svg | 167 -
gtali/pix/gnome-dice-5.svg | 174 -
gtali/pix/gnome-dice-6.svg | 182 -
gtali/pix/gnome-dice-none.svg | 134 -
gtali/pix/kismet-none.svg | 186 -
gtali/pix/kismet1.svg | 216 -
gtali/pix/kismet2.svg | 224 -
gtali/pix/kismet3.svg | 236 -
gtali/pix/kismet4.svg | 240 -
gtali/pix/kismet5.svg | 248 -
gtali/pix/kismet6.svg | 256 -
gtali/setup.c | 400 -
gtali/src/Makefile.am | 34 +
gtali/src/clist.c | 426 +
gtali/src/computer.c | 289 +
gtali/src/gyahtzee.c | 1033 ++
gtali/src/gyahtzee.h | 49 +
gtali/src/setup.c | 396 +
gtali/src/yahtzee.c | 798 ++
gtali/src/yahtzee.h | 157 +
gtali/yahtzee.c | 798 --
gtali/yahtzee.h | 157 -
iagno/AUTHORS | 1 -
iagno/ChangeLog.old | 801 --
iagno/Makefile.am | 78 +-
iagno/classic.png | Bin 104994 -> 0 bytes
iagno/data/Makefile.am | 39 +
iagno/data/black_and_white.svg | 245 +
iagno/data/flip-piece.ogg | Bin 0 -> 7021 bytes
iagno/data/gameover.ogg | Bin 0 -> 8175 bytes
iagno/data/iagno.6 | 50 +
iagno/data/iagno.ui | 91 +
iagno/data/icons/16x16/iagno.png | Bin 0 -> 662 bytes
iagno/data/icons/22x22/iagno.png | Bin 0 -> 1202 bytes
iagno/data/icons/24x24/iagno.png | Bin 0 -> 1040 bytes
iagno/data/icons/256x256/iagno.png | Bin 0 -> 50162 bytes
iagno/data/icons/32x32/iagno.png | Bin 0 -> 1851 bytes
iagno/data/icons/48x48/iagno.png | Bin 0 -> 3412 bytes
iagno/data/icons/Makefile.am | 15 +
iagno/data/sun_and_star.svg | 314 +
iagno/gnothello.c | 975 --
iagno/gnothello.h | 77 -
iagno/help/C/2player.page | 30 +
iagno/help/C/ai-game.page | 29 +
iagno/help/C/bug-filing.page | 47 +
iagno/help/C/change-color.page | 34 +
iagno/help/C/develop.page | 27 +
iagno/help/C/documentation.page | 29 +
iagno/help/C/figures/ANIMATION.png | Bin 22496 -> 0 bytes
iagno/help/C/figures/BLOCK.png | Bin 6283 -> 11524 bytes
iagno/help/C/figures/FIRST.png | Bin 5143 -> 9462 bytes
iagno/help/C/figures/PLAYER.png | Bin 20048 -> 0 bytes
iagno/help/C/figures/START.png | Bin 5073 -> 9520 bytes
iagno/help/C/figures/block.png | Bin 0 -> 2019 bytes
iagno/help/C/figures/connect.png | 1 -
iagno/help/C/figures/first.png | Bin 0 -> 2095 bytes
iagno/help/C/figures/iagno-gameover.png | Bin 0 -> 5485 bytes
iagno/help/C/figures/iagno-video.ogv | Bin 0 -> 179197 bytes
iagno/help/C/figures/logo.png | Bin 0 -> 856 bytes
iagno/help/C/figures/logo32.png | Bin 0 -> 2501 bytes
iagno/help/C/figures/start.png | Bin 0 -> 1889 bytes
iagno/help/C/figures/tables.png | 1 -
iagno/help/C/index.page | 41 +
iagno/help/C/legal.xml | 79 +-
iagno/help/C/license.page | 59 +
iagno/help/C/play.page | 47 +
iagno/help/C/quick-move.page.stub | 28 +
iagno/help/C/rules.page | 71 +
iagno/help/C/shortcuts.page | 37 +
iagno/help/C/sound.page | 27 +
iagno/help/C/strategy.page | 57 +
iagno/help/C/translate.page | 39 +
iagno/help/C/visual-results.page | 30 +
iagno/help/Makefile.am | 44 +-
iagno/help/de/de.po | 2486 ++--
iagno/help/de/figures/ANIMATION.png | Bin 22891 -> 0 bytes
iagno/help/de/figures/BLOCK.png | Bin 38289 -> 0 bytes
iagno/help/de/figures/FIRST.png | Bin 33778 -> 0 bytes
iagno/help/de/figures/PLAYER.png | Bin 20057 -> 0 bytes
iagno/help/de/figures/START.png | Bin 33658 -> 0 bytes
iagno/help/es/es.po | 2681 +++--
iagno/help/fr/fr.po | 1721 ++--
iagno/iagno.6 | 50 -
iagno/othello.c | 725 -
iagno/othello.h | 38 -
iagno/properties.c | 596 -
iagno/properties.h | 9 -
iagno/small.png | Bin 55076 -> 0 bytes
iagno/src/Makefile.am | 39 +
iagno/src/computer-player.vala | 264 +
iagno/src/config.vapi | 5 +
iagno/src/game-view.vala | 281 +
iagno/src/game.vala | 295 +
iagno/src/iagno.vala | 641 +
iagno/woodtrim.png | Bin 178343 -> 0 bytes
icons/Makefile.am | 228 -
icons/hicolor_actions_24x24_teleport-random.png | Bin 1365 -> 0 bytes
icons/hicolor_actions_24x24_teleport.png | Bin 1457 -> 0 bytes
icons/hicolor_apps_16x16_gnome-glchess.png | Bin 568 -> 0 bytes
icons/hicolor_apps_16x16_gnome-glines.png | Bin 675 -> 0 bytes
icons/hicolor_apps_16x16_gnome-gnect.png | Bin 562 -> 0 bytes
icons/hicolor_apps_16x16_gnome-gnibbles.png | Bin 749 -> 0 bytes
icons/hicolor_apps_16x16_gnome-iagno.png | Bin 856 -> 0 bytes
icons/hicolor_apps_16x16_gnome-klotski.png | Bin 554 -> 0 bytes
icons/hicolor_apps_16x16_gnome-mahjongg.png | Bin 598 -> 0 bytes
icons/hicolor_apps_16x16_gnome-quadrapassel.png | Bin 649 -> 0 bytes
icons/hicolor_apps_16x16_gnome-robots.png | Bin 864 -> 0 bytes
icons/hicolor_apps_16x16_gnome-sudoku.png | Bin 490 -> 0 bytes
icons/hicolor_apps_16x16_gnome-swell-foop.png | Bin 876 -> 0 bytes
icons/hicolor_apps_16x16_gnome-tali.png | Bin 641 -> 0 bytes
icons/hicolor_apps_16x16_gnome-tetravex.png | Bin 838 -> 0 bytes
icons/hicolor_apps_22x22_gnome-glchess.png | Bin 986 -> 0 bytes
icons/hicolor_apps_22x22_gnome-glines.png | Bin 1161 -> 0 bytes
icons/hicolor_apps_22x22_gnome-gnect.png | Bin 1033 -> 0 bytes
icons/hicolor_apps_22x22_gnome-gnibbles.png | Bin 1138 -> 0 bytes
icons/hicolor_apps_22x22_gnome-iagno.png | Bin 985 -> 0 bytes
icons/hicolor_apps_22x22_gnome-klotski.png | Bin 909 -> 0 bytes
icons/hicolor_apps_22x22_gnome-mahjongg.png | Bin 1037 -> 0 bytes
icons/hicolor_apps_22x22_gnome-quadrapassel.png | Bin 1110 -> 0 bytes
icons/hicolor_apps_22x22_gnome-robots.png | Bin 1330 -> 0 bytes
icons/hicolor_apps_22x22_gnome-sudoku.png | Bin 1137 -> 0 bytes
icons/hicolor_apps_22x22_gnome-swell-foop.png | Bin 1031 -> 0 bytes
icons/hicolor_apps_22x22_gnome-tali.png | Bin 1381 -> 0 bytes
icons/hicolor_apps_22x22_gnome-tetravex.png | Bin 1523 -> 0 bytes
icons/hicolor_apps_24x24_gnome-glchess.png | Bin 1027 -> 0 bytes
icons/hicolor_apps_24x24_gnome-glines.png | Bin 1228 -> 0 bytes
icons/hicolor_apps_24x24_gnome-gnect.png | Bin 1066 -> 0 bytes
icons/hicolor_apps_24x24_gnome-gnibbles.png | Bin 1181 -> 0 bytes
icons/hicolor_apps_24x24_gnome-iagno.png | Bin 1044 -> 0 bytes
icons/hicolor_apps_24x24_gnome-klotski.png | Bin 885 -> 0 bytes
icons/hicolor_apps_24x24_gnome-mahjongg.png | Bin 1070 -> 0 bytes
icons/hicolor_apps_24x24_gnome-quadrapassel.png | Bin 1146 -> 0 bytes
icons/hicolor_apps_24x24_gnome-robots.png | Bin 1358 -> 0 bytes
icons/hicolor_apps_24x24_gnome-sudoku.png | Bin 1162 -> 0 bytes
icons/hicolor_apps_24x24_gnome-swell-foop.png | Bin 1071 -> 0 bytes
icons/hicolor_apps_24x24_gnome-tali.png | Bin 1400 -> 0 bytes
icons/hicolor_apps_24x24_gnome-tetravex.png | Bin 1578 -> 0 bytes
icons/hicolor_apps_32x32_gnome-glchess.png | Bin 1354 -> 0 bytes
icons/hicolor_apps_32x32_gnome-glines.png | Bin 1908 -> 0 bytes
icons/hicolor_apps_32x32_gnome-gnect.png | Bin 2011 -> 0 bytes
icons/hicolor_apps_32x32_gnome-gnibbles.png | Bin 2101 -> 0 bytes
icons/hicolor_apps_32x32_gnome-iagno.png | Bin 2501 -> 0 bytes
icons/hicolor_apps_32x32_gnome-klotski.png | Bin 1440 -> 0 bytes
icons/hicolor_apps_32x32_gnome-mahjongg.png | Bin 1799 -> 0 bytes
icons/hicolor_apps_32x32_gnome-quadrapassel.png | Bin 1429 -> 0 bytes
icons/hicolor_apps_32x32_gnome-robots.png | Bin 2071 -> 0 bytes
icons/hicolor_apps_32x32_gnome-sudoku.png | Bin 1709 -> 0 bytes
icons/hicolor_apps_32x32_gnome-swell-foop.png | Bin 2218 -> 0 bytes
icons/hicolor_apps_32x32_gnome-tali.png | Bin 2431 -> 0 bytes
icons/hicolor_apps_32x32_gnome-tetravex.png | Bin 2993 -> 0 bytes
icons/hicolor_apps_48x48_gnome-glchess.png | Bin 2177 -> 0 bytes
icons/hicolor_apps_48x48_gnome-glines.png | Bin 3326 -> 0 bytes
icons/hicolor_apps_48x48_gnome-gnect.png | Bin 2968 -> 0 bytes
icons/hicolor_apps_48x48_gnome-gnibbles.png | Bin 3452 -> 0 bytes
icons/hicolor_apps_48x48_gnome-iagno.png | Bin 3465 -> 0 bytes
icons/hicolor_apps_48x48_gnome-klotski.png | Bin 2252 -> 0 bytes
icons/hicolor_apps_48x48_gnome-mahjongg.png | Bin 2268 -> 0 bytes
icons/hicolor_apps_48x48_gnome-quadrapassel.png | Bin 2094 -> 0 bytes
icons/hicolor_apps_48x48_gnome-robots.png | Bin 3129 -> 0 bytes
icons/hicolor_apps_48x48_gnome-sudoku.png | Bin 3891 -> 0 bytes
icons/hicolor_apps_48x48_gnome-swell-foop.png | Bin 2774 -> 0 bytes
icons/hicolor_apps_48x48_gnome-tali.png | Bin 3406 -> 0 bytes
icons/hicolor_apps_48x48_gnome-tetravex.png | Bin 4941 -> 0 bytes
icons/hicolor_apps_scalable_gnome-glchess.svg | 382 -
icons/hicolor_apps_scalable_gnome-glines.svg | 785 --
icons/hicolor_apps_scalable_gnome-gnect.svg | 1108 --
icons/hicolor_apps_scalable_gnome-gnibbles.svg | 343 -
icons/hicolor_apps_scalable_gnome-iagno.svg | 221 -
icons/hicolor_apps_scalable_gnome-klotski.svg | 871 --
icons/hicolor_apps_scalable_gnome-lightsoff.svg | 504 -
icons/hicolor_apps_scalable_gnome-mahjongg.svg | 118 -
icons/hicolor_apps_scalable_gnome-quadrapassel.svg | 925 --
icons/hicolor_apps_scalable_gnome-robots.svg | 690 -
icons/hicolor_apps_scalable_gnome-sudoku.svg | 3183 -----
icons/hicolor_apps_scalable_gnome-swell-foop.svg | 243 -
icons/hicolor_apps_scalable_gnome-tali.svg | 888 --
icons/hicolor_apps_scalable_gnome-tetravex.svg | 740 -
libgames-support/GnomeGamesSupport-1.0.vapi | 207 +
libgames-support/Makefile.am | 165 +-
libgames-support/eggdesktopfile.c | 1518 --
libgames-support/eggdesktopfile.h | 160 -
libgames-support/eggsmclient-osx.c | 235 -
libgames-support/eggsmclient-private.h | 59 -
libgames-support/eggsmclient-win32.c | 353 -
libgames-support/eggsmclient-xsmp.c | 1411 --
libgames-support/eggsmclient.c | 625 -
libgames-support/eggsmclient.h | 123 -
libgames-support/eggsmclient.patch | 202 -
libgames-support/games-atk-utils.c | 51 -
libgames-support/games-atk-utils.h | 33 -
libgames-support/games-conf.c | 1317 --
libgames-support/games-conf.h | 114 -
libgames-support/games-controls.c | 39 +-
libgames-support/games-controls.h | 2 +-
libgames-support/games-debug.c | 54 -
libgames-support/games-debug.h | 91 -
libgames-support/games-file-list.c | 440 +
libgames-support/games-file-list.h | 68 +
libgames-support/games-files.c | 441 -
libgames-support/games-files.h | 67 -
libgames-support/games-frame.c | 20 +-
libgames-support/games-help.c | 151 -
libgames-support/games-help.h | 36 -
libgames-support/games-marshal.list | 3 -
libgames-support/games-preimage-private.h | 40 -
libgames-support/games-preimage.c | 40 +-
libgames-support/games-profile.c | 64 -
libgames-support/games-profile.h | 54 -
libgames-support/games-runtime.c | 493 -
libgames-support/games-runtime.h | 70 -
libgames-support/games-scores-backend.c | 17 +-
libgames-support/games-scores-backend.h | 1 +
libgames-support/games-scores-dialog.c | 29 +-
libgames-support/games-scores.c | 17 +-
libgames-support/games-scores.h | 3 +-
libgames-support/games-setgid-io.c | 4 +-
libgames-support/games-settings.c | 33 -
libgames-support/games-show.c | 102 -
libgames-support/games-show.h | 38 -
libgames-support/games-sound.c | 285 -
libgames-support/games-sound.h | 45 -
libgames-support/games-stock.c | 7 +-
libgames-support/games-string-utils.c | 98 -
libgames-support/games-string-utils.h | 31 -
lightsoff/Makefile.am | 43 +-
lightsoff/data/Makefile.am | 32 +
lightsoff/data/arrow.svg | 66 +
lightsoff/data/backing.svg | 141 +
lightsoff/data/highlight.svg | 99 +
lightsoff/data/led-back.svg | 117 +
lightsoff/data/lightsoff.svg | 504 +
lightsoff/data/lightsoff.ui | 108 -
lightsoff/data/off.svg | 97 +
lightsoff/data/on.svg | 97 +
lightsoff/data/settings.ui | 135 -
lightsoff/data/themes/Makefile.am | 3 -
lightsoff/data/themes/tango/Makefile.am | 20 -
lightsoff/data/themes/tango/arrow.svg | 66 -
lightsoff/data/themes/tango/backing.svg | 141 -
lightsoff/data/themes/tango/highlight.svg | 99 -
lightsoff/data/themes/tango/led-back.svg | 117 -
lightsoff/data/themes/tango/off.svg | 97 -
lightsoff/data/themes/tango/on.svg | 97 -
lightsoff/data/themes/tango/theme.js | 136 -
lightsoff/data/themes/up/Makefile.am | 20 -
lightsoff/data/themes/up/arrow.svg | 66 -
lightsoff/data/themes/up/backing.svg | 141 -
lightsoff/data/themes/up/highlight.svg | 99 -
lightsoff/data/themes/up/led-back.svg | 117 -
lightsoff/data/themes/up/off.svg | 164 -
lightsoff/data/themes/up/on.svg | 198 -
lightsoff/data/themes/up/theme.js | 20 -
lightsoff/help/Makefile.am | 16 +-
lightsoff/help/ca/ca.po | 417 +
lightsoff/help/de/de.po | 199 +-
lightsoff/help/es/es.po | 254 +-
lightsoff/help/fi/fi.po | 2 +-
lightsoff/help/fr/fr.po | 223 +-
lightsoff/help/gl/gl.po | 344 +
lightsoff/help/ru/ru.po | 193 +
lightsoff/src/About.js | 29 -
lightsoff/src/Arrow.js | 28 -
lightsoff/src/Board.js | 214 -
lightsoff/src/Game.js | 327 -
lightsoff/src/LED.js | 181 -
lightsoff/src/Light.js | 84 -
lightsoff/src/Makefile.am | 80 +-
lightsoff/src/Puzzle.js | 162 -
lightsoff/src/Settings.js | 171 -
lightsoff/src/ThemeLoader.js | 44 -
lightsoff/src/board-view.vala | 238 +
lightsoff/src/config.vapi | 8 +
lightsoff/src/fixes.vapi | 9 +
lightsoff/src/game-view.vala | 270 +
lightsoff/src/led-array.vala | 131 +
lightsoff/src/lightsoff.vala | 179 +
lightsoff/src/main.js | 73 -
lightsoff/src/puzzle-generator.vala | 198 +
m4/introspection.m4 | 88 -
mahjongg/ChangeLog.old | 1516 --
mahjongg/Makefile.am | 100 +-
mahjongg/data/Makefile.am | 45 +
mahjongg/data/icons/16x16/mahjongg.png | Bin 0 -> 598 bytes
mahjongg/data/icons/22x22/mahjongg.png | Bin 0 -> 1037 bytes
mahjongg/data/icons/24x24/mahjongg.png | Bin 0 -> 1070 bytes
mahjongg/data/icons/32x32/mahjongg.png | Bin 0 -> 1799 bytes
mahjongg/data/icons/48x48/mahjongg.png | Bin 0 -> 2268 bytes
mahjongg/data/icons/Makefile.am | 15 +
mahjongg/data/icons/scalable/mahjongg.svg | 118 +
mahjongg/data/mahjongg.6 | 39 +
mahjongg/data/mahjongg.map | 359 +
mahjongg/data/postmodern.svg | 529 +
mahjongg/data/smooth.png | Bin 0 -> 336403 bytes
mahjongg/data/translatable_game_names.h | 13 +
mahjongg/drawing.c | 460 -
mahjongg/drawing.h | 27 -
mahjongg/help/C/bug-filing.page | 43 +
mahjongg/help/C/choosing.page | 22 +
mahjongg/help/C/develop.page | 27 +
mahjongg/help/C/documentation.page | 29 +
mahjongg/help/C/figures/hints-video.ogv | Bin 0 -> 910004 bytes
mahjongg/help/C/figures/layout-bridges.png | Bin 0 -> 75672 bytes
mahjongg/help/C/figures/layout-cloud.png | Bin 0 -> 99466 bytes
mahjongg/help/C/figures/layout-conf-cross.png | Bin 0 -> 49713 bytes
mahjongg/help/C/figures/layout-difficult.png | Bin 0 -> 80602 bytes
mahjongg/help/C/figures/layout-easy.png | Bin 0 -> 83600 bytes
mahjongg/help/C/figures/layout-pyramid-walls.png | Bin 0 -> 49785 bytes
mahjongg/help/C/figures/layout-red-dragon.png | Bin 0 -> 93763 bytes
mahjongg/help/C/figures/layout-tic-tac-toe.png | Bin 0 -> 40805 bytes
mahjongg/help/C/figures/layout-ziggurat.png | Bin 0 -> 74616 bytes
mahjongg/help/C/figures/logo.png | Bin 0 -> 598 bytes
mahjongg/help/C/figures/logo32.png | Bin 0 -> 1799 bytes
mahjongg/help/C/figures/mahjongg-video.ogv | Bin 0 -> 297175 bytes
mahjongg/help/C/figures/mahjongg.png | Bin 26390 -> 0 bytes
mahjongg/help/C/figures/moves-left.png | Bin 0 -> 3600 bytes
mahjongg/help/C/figures/no-move.png | Bin 2363 -> 0 bytes
mahjongg/help/C/figures/preferences.png | Bin 3946 -> 0 bytes
mahjongg/help/C/figures/toolbar.png | Bin 2343 -> 0 bytes
mahjongg/help/C/gameplay.page | 40 +
mahjongg/help/C/hints.page | 66 +
mahjongg/help/C/index.page | 42 +
mahjongg/help/C/legal.xml | 79 +-
mahjongg/help/C/license.page | 59 +
mahjongg/help/C/mahjongg.xml | 758 -
mahjongg/help/C/map.page | 102 +
mahjongg/help/C/moves.page | 32 +
mahjongg/help/C/pause.page | 33 +
mahjongg/help/C/rules.page | 39 +
mahjongg/help/C/scoring.page | 26 +
mahjongg/help/C/shortcuts.page | 62 +
mahjongg/help/C/strategy.page | 50 +
mahjongg/help/C/toolbar.page | 30 +
mahjongg/help/C/topic.dat | 1 -
mahjongg/help/C/translate.page | 45 +
mahjongg/help/Makefile.am | 50 +-
mahjongg/help/de/de.po | 1757 ++--
mahjongg/help/de/figures/mahjongg.png | Bin 88688 -> 0 bytes
mahjongg/help/de/figures/moves-left.png | Bin 0 -> 2283 bytes
mahjongg/help/de/figures/no-move.png | Bin 9232 -> 0 bytes
mahjongg/help/de/figures/preferences.png | Bin 13810 -> 0 bytes
mahjongg/help/de/figures/toolbar.png | Bin 9233 -> 0 bytes
mahjongg/help/es/es.po | 2676 +++--
mahjongg/help/pl/figures/mahjongg.png | Bin 0 -> 102340 bytes
mahjongg/help/pl/figures/no-move.png | Bin 0 -> 11067 bytes
mahjongg/help/pl/figures/preferences.png | Bin 0 -> 19967 bytes
mahjongg/help/pl/figures/toolbar.png | Bin 0 -> 14236 bytes
mahjongg/help/pl/pl.po | 926 ++
mahjongg/help/ru/ru.po | 497 +
mahjongg/mahjongg.6 | 39 -
mahjongg/mahjongg.c | 1457 --
mahjongg/mahjongg.h | 44 -
mahjongg/mahjongg.map | 359 -
mahjongg/maps.c | 578 -
mahjongg/maps.h | 38 -
mahjongg/postmodern.svg | 529 -
mahjongg/smooth.png | Bin 336403 -> 0 bytes
mahjongg/solubility.c | 530 -
mahjongg/solubility.h | 21 -
mahjongg/src/Makefile.am | 41 +
mahjongg/src/config.vapi | 4 +
mahjongg/src/fixes.vapi | 5 +
mahjongg/src/game-view.vala | 283 +
mahjongg/src/game.vala | 388 +
mahjongg/src/mahjongg.vala | 813 ++
mahjongg/src/map.vala | 358 +
mahjongg/translatable_game_names.h | 13 -
po/POTFILES.in | 186 +-
po/POTFILES.skip | 72 +-
po/ast.po |14361 ++++++++------------
po/be.po | 5189 ++++----
po/bg.po | 4788 +++----
po/ca.po |12592 +++++------------
po/ca valencia po |12548 +++++------------
po/cs.po | 4804 +++----
po/da.po | 5263 ++++----
po/de.po | 5255 ++++----
po/en_CA.po |10253 +++++----------
po/en_GB.po | 5904 ++++----
po/eo.po | 8586 ++++++------
po/es.po | 5982 ++++----
po/et.po | 7994 +++++------
po/eu.po | 6153 +++++----
po/fi.po | 9629 ++++---------
po/fr.po | 4843 +++----
po/gl.po | 5898 ++++----
po/he.po | 5882 ++++----
po/hu.po | 6831 ++++------
po/it.po | 4299 +++---
po/ko.po | 4768 +++----
po/lt.po | 6316 +++++----
po/lv.po | 5918 ++++----
po/mk.po |12451 ++++++++---------
po/ml.po |14451 +++++++++-----------
po/nb.po | 4787 +++----
po/nl.po | 2 +-
po/pa.po | 5930 ++++----
po/pl.po | 4787 +++----
po/pt.po | 5912 ++++----
po/pt_BR.po | 5904 ++++----
po/ru.po | 5845 ++++----
po/sk.po | 6369 +++++----
po/sl.po |11467 +++++----------
po/sr.po |11640 +++++++---------
po/sr latin po |11638 +++++++---------
po/sv.po | 6331 +++++----
po/ta.po | 5371 ++++----
po/te.po |14805 +++++++++-----------
po/tr.po |14777 +++++++++-----------
po/uk.po | 6303 +++++----
po/zh_CN.po | 5885 ++++----
po/zh_HK.po | 7004 ++++------
po/zh_TW.po | 7000 ++++------
quadrapassel/AUTHORS | 1 -
quadrapassel/ChangeLog.old | 1009 --
quadrapassel/Makefile.am | 91 +-
quadrapassel/TODO | 8 -
quadrapassel/blockops.cpp | 894 --
quadrapassel/blockops.h | 145 -
quadrapassel/blocks-cache.cpp | 393 -
quadrapassel/blocks-cache.h | 70 -
quadrapassel/blocks.cpp | 398 -
quadrapassel/blocks.h | 73 -
quadrapassel/data/Makefile.am | 35 +
quadrapassel/data/gameover.ogg | Bin 0 -> 8175 bytes
quadrapassel/data/icons/16x16/quadrapassel.png | Bin 0 -> 649 bytes
quadrapassel/data/icons/22x22/quadrapassel.png | Bin 0 -> 1110 bytes
quadrapassel/data/icons/24x24/quadrapassel.png | Bin 0 -> 1146 bytes
quadrapassel/data/icons/32x32/quadrapassel.png | Bin 0 -> 1429 bytes
quadrapassel/data/icons/48x48/quadrapassel.png | Bin 0 -> 2094 bytes
quadrapassel/data/icons/Makefile.am | 15 +
quadrapassel/data/icons/scalable/quadrapassel.svg | 925 ++
quadrapassel/data/land.ogg | Bin 0 -> 5520 bytes
quadrapassel/data/lines1.ogg | Bin 0 -> 7916 bytes
quadrapassel/data/lines2.ogg | Bin 0 -> 8315 bytes
quadrapassel/data/lines3.ogg | Bin 0 -> 9457 bytes
quadrapassel/data/quadrapassel.6 | 44 +
quadrapassel/data/quadrapassel.ogg | Bin 0 -> 13542 bytes
quadrapassel/data/slide.ogg | Bin 0 -> 4036 bytes
quadrapassel/data/turn.ogg | Bin 0 -> 6091 bytes
quadrapassel/help/Makefile.am | 16 +-
quadrapassel/help/de/de.po | 282 +-
quadrapassel/help/es/es.po | 369 +-
quadrapassel/help/fr/fr.po | 283 +-
quadrapassel/help/ja/ja.po | 10 +-
quadrapassel/help/sr/sr.po | 371 +-
quadrapassel/help/sr@latin/sr latin po | 371 +-
quadrapassel/highscores.cpp | 53 -
quadrapassel/highscores.h | 41 -
quadrapassel/main.cpp | 96 -
quadrapassel/pix/7blocks-gw.png | Bin 2157 -> 0 bytes
quadrapassel/pix/7blocks-tig.png | Bin 9079 -> 0 bytes
quadrapassel/pix/Makefile.am | 9 -
quadrapassel/pix/block.png | Bin 3739 -> 0 bytes
quadrapassel/pix/form.xcf | Bin 7009 -> 0 bytes
quadrapassel/pix/gnome2-foot.png | Bin 8102 -> 0 bytes
quadrapassel/pix/new.xcf | Bin 4274 -> 0 bytes
quadrapassel/preview.cpp | 154 -
quadrapassel/preview.h | 66 -
quadrapassel/quadrapassel.6 | 44 -
quadrapassel/quadrapassel.svg | 99 -
quadrapassel/renderer.cpp | 296 -
quadrapassel/renderer.h | 64 -
quadrapassel/scoreframe.cpp | 177 -
quadrapassel/scoreframe.h | 75 -
quadrapassel/src/Makefile.am | 54 +
quadrapassel/src/config.vapi | 5 +
quadrapassel/src/game-view.vala | 634 +
quadrapassel/src/game.vala | 764 +
quadrapassel/src/preview.vala | 112 +
quadrapassel/src/quadrapassel.vala | 742 +
quadrapassel/tetris.cpp | 1333 --
quadrapassel/tetris.h | 208 -
sounds/Makefile.am | 34 -
sounds/appear.ogg | Bin 3932 -> 0 bytes
sounds/bad.ogg | Bin 3087 -> 0 bytes
sounds/bonus.ogg | Bin 4739 -> 0 bytes
sounds/click.ogg | Bin 3186 -> 0 bytes
sounds/crash.ogg | Bin 4549 -> 0 bytes
sounds/die.ogg | Bin 8439 -> 0 bytes
sounds/flip-piece.ogg | Bin 7021 -> 0 bytes
sounds/gameover.ogg | Bin 8175 -> 0 bytes
sounds/gnometris.ogg | Bin 13542 -> 0 bytes
sounds/gobble.ogg | Bin 3752 -> 0 bytes
sounds/land.ogg | Bin 5520 -> 0 bytes
sounds/laughter.ogg | Bin 10793 -> 0 bytes
sounds/life.ogg | Bin 4436 -> 0 bytes
sounds/lines1.ogg | Bin 7916 -> 0 bytes
sounds/lines2.ogg | Bin 8315 -> 0 bytes
sounds/lines3.ogg | Bin 9457 -> 0 bytes
sounds/pop.ogg | Bin 3283 -> 0 bytes
sounds/reverse.ogg | Bin 5600 -> 0 bytes
sounds/slide.ogg | Bin 4036 -> 0 bytes
sounds/splat.ogg | Bin 4160 -> 0 bytes
sounds/teleport.ogg | Bin 3443 -> 0 bytes
sounds/turn.ogg | Bin 6091 -> 0 bytes
sounds/victory.ogg | Bin 9862 -> 0 bytes
sounds/yahoo.ogg | Bin 6426 -> 0 bytes
swell-foop/Makefile.am | 57 +-
swell-foop/data/Makefile.am | 42 +
swell-foop/data/icons/16x16/swell-foop.png | Bin 0 -> 876 bytes
swell-foop/data/icons/22x22/swell-foop.png | Bin 0 -> 1031 bytes
swell-foop/data/icons/24x24/swell-foop.png | Bin 0 -> 1071 bytes
swell-foop/data/icons/32x32/swell-foop.png | Bin 0 -> 2218 bytes
swell-foop/data/icons/48x48/swell-foop.png | Bin 0 -> 2774 bytes
swell-foop/data/icons/Makefile.am | 15 +
swell-foop/data/icons/scalable/swell-foop.svg | 243 +
swell-foop/data/preferences.ui | 355 +
swell-foop/data/settings.ui | 302 -
swell-foop/data/swell-foop.ui | 165 -
swell-foop/data/themes/colors/Makefile.am | 6 +-
swell-foop/data/themes/colors/theme.js | 12 -
swell-foop/data/themes/shapesandcolors/Makefile.am | 6 +-
swell-foop/data/themes/shapesandcolors/theme.js | 12 -
swell-foop/help/C/figures/play1.png | Bin 13805 -> 13304 bytes
swell-foop/help/C/figures/play2.png | Bin 11253 -> 10011 bytes
swell-foop/help/C/figures/play3.png | Bin 14051 -> 15451 bytes
swell-foop/help/C/figures/play4.png | Bin 13395 -> 6827 bytes
swell-foop/help/C/figures/start-up.png | Bin 7701 -> 39871 bytes
swell-foop/help/C/swell-foop.xml | 46 +-
swell-foop/help/Makefile.am | 19 +-
swell-foop/help/de/de.po | 684 +-
swell-foop/help/de/figures/start-up.png | Bin 63730 -> 93403 bytes
swell-foop/help/es/es.po | 783 +-
swell-foop/help/fr/fr.po | 653 +-
swell-foop/src/About.js | 32 -
swell-foop/src/Board.js | 308 -
swell-foop/src/Light.js | 126 -
swell-foop/src/Makefile.am | 55 +-
swell-foop/src/Score.js | 151 -
swell-foop/src/Settings.js | 186 -
swell-foop/src/ThemeLoader.js | 38 -
swell-foop/src/config.vapi | 4 +
swell-foop/src/game-view.vala | 350 +
swell-foop/src/game.vala | 281 +
swell-foop/src/main.js | 126 -
swell-foop/src/swell-foop.vala | 457 +
windows/nsis/gnomegamesinstall.nsi | 139 -
windows/nsis/include/win_environment_functions.nsh | 441 -
windows/nsis/installersetup_folderlayout.txt | 35 -
windows/nsis/readme.txt | 72 -
windows/nsis/res/aisleriot.ico | Bin 17166 -> 0 bytes
windows/nsis/res/setupicon.ico | Bin 7510 -> 0 bytes
windows/nsis/res/uninstallicon.ico | Bin 7510 -> 0 bytes
1422 files changed, 265370 insertions(+), 334854 deletions(-)