r7984 - packages/trunk/kiki-the-nano-bot/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Sun Aug 24 22:31:50 UTC 2008


Author: pdewacht-guest
Date: 2008-08-24 22:31:49 +0000 (Sun, 24 Aug 2008)
New Revision: 7984

Modified:
   packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/SWIG.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-menu-objects.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-python-results.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/dont-use-getwd.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/fix-dutch-translation.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/fix-french-translation.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/from-upstream-cvs.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/gcc-annoying-warnings.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/gcc-const-correctness.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/gcc-miscompilation-479086.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/kikiaction-delete-hack.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/kikievent-empty-check.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/look-up-down.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/missing-includes.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/portability-64bit.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/sdl-set-video-mode.patch
   packages/trunk/kiki-the-nano-bot/debian/patches/turn-and-exit-level.patch
Log:
document patch status


Modified: packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -5,6 +5,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/kodilib/linux/Makefile
 +++ b/kodilib/linux/Makefile
 @@ -21,7 +21,7 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/SWIG.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/SWIG.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/SWIG.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -6,6 +6,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: submitted upstream
+
 --- a/SWIG/KikiItems.i
 +++ b/SWIG/KikiItems.i
 @@ -1,7 +1,4 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-menu-objects.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-menu-objects.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-menu-objects.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -3,6 +3,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/src/gui/KikiMenu.cpp
 +++ b/src/gui/KikiMenu.cpp
 @@ -43,6 +43,16 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-python-results.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-python-results.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/dont-leak-python-results.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -3,6 +3,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/src/base/KikiPyAction.cpp
 +++ b/src/base/KikiPyAction.cpp
 @@ -64,7 +64,12 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/dont-use-getwd.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/dont-use-getwd.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/dont-use-getwd.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -5,6 +5,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/kodilib/src/tools/KFileTools.cpp
 +++ b/kodilib/src/tools/KFileTools.cpp
 @@ -44,15 +44,21 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/fix-dutch-translation.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/fix-dutch-translation.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/fix-dutch-translation.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -4,6 +4,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/py/lang/dutch.py
 +++ b/py/lang/dutch.py
 @@ -1,16 +1,18 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/fix-french-translation.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/fix-french-translation.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/fix-french-translation.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -4,6 +4,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/py/lang/francaise.py
 +++ b/py/lang/francaise.py
 @@ -2,7 +2,7 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/from-upstream-cvs.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/from-upstream-cvs.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/from-upstream-cvs.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -1,6 +1,8 @@
 Changes from upstream CVS. This includes a French translation and some build
 fixes.
 
+Status: in upstream CVS
+
 --- /dev/null
 +++ b/py/lang/francaise.py
 @@ -0,0 +1,77 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/gcc-annoying-warnings.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/gcc-annoying-warnings.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/gcc-annoying-warnings.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -3,6 +3,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/kodilib/src/tools/KFileTools.h
 +++ b/kodilib/src/tools/KFileTools.h
 @@ -6,7 +6,9 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/gcc-const-correctness.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/gcc-const-correctness.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/gcc-const-correctness.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -3,6 +3,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/kodilib/src/tools/KKeySymbols.h
 +++ b/kodilib/src/tools/KKeySymbols.h
 @@ -5,7 +5,7 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/gcc-miscompilation-479086.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/gcc-miscompilation-479086.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/gcc-miscompilation-479086.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -4,6 +4,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/src/base/KikiEvent.cpp
 +++ b/src/base/KikiEvent.cpp
 @@ -20,10 +20,7 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/kikiaction-delete-hack.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/kikiaction-delete-hack.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/kikiaction-delete-hack.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -15,6 +15,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/src/base/KikiAction.cpp
 +++ b/src/base/KikiAction.cpp
 @@ -19,6 +19,8 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/kikievent-empty-check.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/kikievent-empty-check.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/kikievent-empty-check.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -3,6 +3,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/src/base/KikiEvent.cpp
 +++ b/src/base/KikiEvent.cpp
 @@ -124,7 +124,7 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/look-up-down.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/look-up-down.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/look-up-down.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -1,6 +1,8 @@
 As suggested by Philipp Bouillon in SourceForge bug 1405898.
 This makes the look-up and look-down actions behave smoothly.
 
+Status: in upstream CVS
+
 --- a/src/bots/KikiPlayer.cpp
 +++ b/src/bots/KikiPlayer.cpp
 @@ -606,6 +606,7 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/missing-includes.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/missing-includes.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/missing-includes.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -1,3 +1,5 @@
+Status: in upstream CVS
+
 --- a/kodilib/src/handler/KPickable.h
 +++ b/kodilib/src/handler/KPickable.h
 @@ -8,6 +8,7 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/portability-64bit.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/portability-64bit.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/portability-64bit.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -3,6 +3,8 @@
 Peter De Wachter (pdewacht at gmail.com)
 placed in the public domain
 
+Status: in upstream CVS
+
 --- a/kodilib/src/tools/KFileTools.cpp
 +++ b/kodilib/src/tools/KFileTools.cpp
 @@ -214,8 +214,8 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/sdl-set-video-mode.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/sdl-set-video-mode.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/sdl-set-video-mode.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -1,3 +1,11 @@
+- Allow the use of widescreen resolutions in fullscreen mode
+- Remember window size when playing in windowed mode
+
+Peter De Wachter (pdewacht at gmail.com)
+placed in the public domain
+
+Status: submitted upstream
+
 --- a/kodilib/src/handler/KEventHandler.cpp
 +++ b/kodilib/src/handler/KEventHandler.cpp
 @@ -226,86 +226,55 @@

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/turn-and-exit-level.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/turn-and-exit-level.patch	2008-08-24 21:38:03 UTC (rev 7983)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/turn-and-exit-level.patch	2008-08-24 22:31:49 UTC (rev 7984)
@@ -2,6 +2,8 @@
 If kiki rotates while entering a level exit, the keyboard controls
 won't work in the next level.
 
+Status: in upstream CVS
+
 --- a/src/bots/KikiPlayer.cpp
 +++ b/src/bots/KikiPlayer.cpp
 @@ -474,6 +474,7 @@




More information about the Pkg-games-commits mailing list