pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3091 - in trunk/pingus: . data/images/core/editor src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3091 - in trunk/pingus: . data/images/core/editor src
Date: Wed, 5 Sep 2007 22:30:19 +0200

Author: grumbel
Date: 2007-09-05 22:30:18 +0200 (Wed, 05 Sep 2007)
New Revision: 3091

Added:
   trunk/pingus/data/images/core/editor/obj_background.png
   trunk/pingus/data/images/core/editor/obj_button-pressed.png
   trunk/pingus/data/images/core/editor/obj_button-raised.png
   trunk/pingus/data/images/core/editor/obj_button.png
   trunk/pingus/data/images/core/editor/obj_entrance.png
   trunk/pingus/data/images/core/editor/obj_gp_bridge.png
   trunk/pingus/data/images/core/editor/obj_gp_ground.png
   trunk/pingus/data/images/core/editor/obj_gp_remove.png
   trunk/pingus/data/images/core/editor/obj_gp_transparent.png
   trunk/pingus/data/images/core/editor/obj_hotspot.png
   trunk/pingus/data/images/core/editor/obj_liquid.png
   trunk/pingus/data/images/core/editor/obj_trap.png
   trunk/pingus/data/images/core/editor/obj_weather.png
   trunk/pingus/data/images/core/editor/obj_worldobj.png
Modified:
   trunk/pingus/TODO
   trunk/pingus/src/SConscript
Log:
- started work on ObjectSelector (just a few graphics and empty class)

Modified: trunk/pingus/TODO
===================================================================
--- trunk/pingus/TODO   2007-09-05 19:08:47 UTC (rev 3090)
+++ trunk/pingus/TODO   2007-09-05 20:30:18 UTC (rev 3091)
@@ -94,9 +94,17 @@
 
 - 404 image use
 
+### Loading font file: system://data/images/fonts/courier_small-iso-8859-9.font
+Font: datadir://images/fonts/courier_small-iso-8859-9.png
+  Error: glyphs found: 188, expected 189
+  Format: bpp: 32
+
 Editor:
 =======
 
+- testing a game in the editor results in insanely fast speed (FPS
+  handling likely still broken and wasting CPU)
+
 - add sidebar to select objects
 
 - fix align of exits
@@ -127,6 +135,27 @@
 
 Backgrounds
 
+Dialogs:
+
+ActionDialog: 
+[active] [Actionname] [count]
+...
+
+Level Properties:
+Levelname, Description, Author, 
+Number of Pingus, Time, Pingus to Save,
+Width, Height, (could be handled elsewhere)
+Difficulty
+Comment
+Playable (unneeded)
+
+Editor Properties:
+user name and email
+
+Load/Save are modal
+
+Levelproperties, Editorproperties, ActionDialog don't have to
+
 Nice to Have:
 =============
 

Added: trunk/pingus/data/images/core/editor/obj_background.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_background.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_button-pressed.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_button-pressed.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_button-raised.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_button-raised.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_button.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_button.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_entrance.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_entrance.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_gp_bridge.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_gp_bridge.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_gp_ground.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_gp_ground.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_gp_remove.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_gp_remove.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_gp_transparent.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_gp_transparent.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_hotspot.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_hotspot.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_liquid.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_liquid.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_trap.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_trap.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_weather.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_weather.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/pingus/data/images/core/editor/obj_worldobj.png
===================================================================
(Binary files differ)


Property changes on: trunk/pingus/data/images/core/editor/obj_worldobj.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Modified: trunk/pingus/src/SConscript
===================================================================
--- trunk/pingus/src/SConscript 2007-09-05 19:08:47 UTC (rev 3090)
+++ trunk/pingus/src/SConscript 2007-09-05 20:30:18 UTC (rev 3091)
@@ -94,7 +94,8 @@
 'editor/panel.cpp', 
 'editor/editor_screen.cpp', 
 'editor/editor_viewport.cpp', 
-'editor/level_objs.cpp', 
+'editor/level_objs.cpp',
+'editor/object_selector.cpp', 
 
 'command_line.cpp',
 'command_line_generic.cpp',





reply via email to

[Prev in Thread] Current Thread [Next in Thread]