# HG changeset patch # User smxx # Date 1270056906 0 # Node ID 4533c6e02240901b3753d241b6ff48b73f2f3d4a # Parent 6f138ca8eac315fb94aae21381aabc056515e3dc General: * Updated my stuff ;) diff -r 6f138ca8eac3 -r 4533c6e02240 QTfrontend/about.cpp --- a/QTfrontend/about.cpp Wed Mar 31 17:23:01 2010 +0000 +++ b/QTfrontend/about.cpp Wed Mar 31 17:35:06 2010 +0000 @@ -74,7 +74,7 @@ "Frontend improvements: Martin Minarik <ttsmj@pokec.sk>
" "Frontend improvements: Kristian Lehmann <email@thexception.net>
" "Mac OS X port, OpenAL wrapper library: Vittorio Giovara <vittorio.giovara@gmail.com>
" - "Gamepad support and additional effects: Mario Liebisch <mario.liebisch@googlemail.com>" + "Gamepad and Lua integration, misc effects: Mario Liebisch <mario.liebisch@googlemail.com>" "

" + QLabel::tr("Art:") + "

" @@ -112,7 +112,7 @@ "English: Andrey Korotaev <unC0Rr@gmail.com>
" "Finnish: Nina Kuisma <ninnnu@gmail.com>
" "French: Antoine Turmel <geekshadow@gmail.com>
" - "German: Peter Hüwe <PeterHuewe@gmx.de>
" + "German: Peter Hüwe <PeterHuewe@gmx.de>, Mario Liebisch <mario.liebisch@googlemail.com>
" "Italian: Luca Bonora <bonora.luca@gmail.com>
" "Japanese: ADAM Etienne <etienne.adam@gmail.com>
" "Polish: Maciej Mroziński <mynick2@o2.pl>, Wojciech Latkowski <magik_15l@poczta.fm>, Maciej Górny
" diff -r 6f138ca8eac3 -r 4533c6e02240 hedgewars/uScript.pas --- a/hedgewars/uScript.pas Wed Mar 31 17:23:01 2010 +0000 +++ b/hedgewars/uScript.pas Wed Mar 31 17:35:06 2010 +0000 @@ -1,6 +1,7 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2008 Andrey Korotaev + * Copyright (c) 2004-2010 Andrey Korotaev + * Lua integration (c) 2010 Mario Liebisch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by