head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.14 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.12 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.10 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.8 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.6 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2; locks; strict; comment @# @; 1.4 date 2007.06.14.17.55.05; author heinz; state dead; branches; next 1.3; 1.3 date 2005.08.22.15.35.37; author adam; state Exp; branches; next 1.2; 1.2 date 2005.05.06.00.03.25; author salo; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2005.04.20.00.58.08; author heinz; state Exp; branches; next ; 1.2.2.1 date 2005.05.06.00.03.25; author salo; state dead; branches; next 1.2.2.2; 1.2.2.2 date 2005.05.06.00.30.17; author salo; state Exp; branches; next ; desc @@ 1.4 log @Updated to version 1.01. Pkgsrc changes: - Download source is now berlios.de - The package supports installation to DESTDIR. - GCC 2.95 is not enough anymore. Changes since version 0.92: =========================== Changes in Version 1.01 ======================= User-Visible changes -------------------- - 60++ new level - added easy mode to some existing levels - fixes of all levels with known shortcuts - Finnish translation - French and Russian 1.0 manuals - support of updatable cross internet level packs - return to last played level via F6 - sound damping for noisy levels - level developer inspector with developer attributes - mouse wheel enabled for many buttons like user ratings, volume,... - logo cleaned - moved backup of score and state to backup subdirectory - level menu string display optimization of level title, wr-holders,... - visualize inherited user rating in level inspector - vista compatible marble icon - windows installer reengineering to modern NSI Internal changes ---------------- - fix of various engine bugs that did not yet show up with bundled levels - fixed properties of various glass stones - sound handling reengineering - support of user sound sets - autorecovery from state / score mismatches - re-Id of Windows users Changes in Version 1.00 ======================= User-Visible changes -------------------- - 200++ new levels, fixes to all broken levels - new levelpack sorting - grouping of levelpacks - level inspector for viewing ratings and statistic information about levels - screenshot viewer - personal annotations and rating of levels - score registration and download of world records and statistic information - PAR and handicap as messures for a player - drop & play of new levels and new levelpacks - history and search of levels - composer for own levelpacks and levelpack groups - instant language change - Translations of level titles and documents - Swedish, Russian, Hungarian, Portuguese translation - German and French manuals - 100++ pages Reference manual Internal changes ---------------- - XMLification of all data files - reengineering of level and levelpack - catch many errors intenally, display messages, continue or clean shutdown - portability issues - Unix, Windows, MacOS as unified platform - switch from Lua 4.* to Lua 5.1.1, from tolua to tolua++ - switch return value of messages from void/nil to Value - added sender object as second argument to callback function - common floor attributes (gradient, mouseforce, friction) - border stones are swappable - improved fire system: eternal, secure fire, heat transformation, ... - new stones: st-chess, st-lightpassenger, st-polarswitch, st-redrock, st-firebreak[_move], st-bigbluesand-, st-camouflage - new floors: fl-thief, fl-nomouse, fl-woven_orange - new items: it-rubberband, it-booze-broken, it-death, it-drop - removed: fl-ice_001 - it-pencil -> it-cross, it-crack - it-brush -> it-cross, it-squashed - st-scissor actions - bigbricks unswappable and unpullable - st-flash/actorimpulse*/spitter : distorted forces - small whiteballs can jump - new libraries: andreas_itemfreeze, andreas_ghosts, libpuzzle, libterrain - icons polish - sound additions, volume reduction on stone hit for details on the subjects read the reference manual, for a complete list of changes see svn commit messages at berlios.de: http://svn.berlios.de/wsvn/enigma-game/tags/1.00/?op=log&rev=0&sc=0&isdir=1) @ text @$NetBSD: patch-am,v 1.3 2005/08/22 15:35:37 adam Exp $ --- src/px/dict.hh.orig 2004-12-08 10:17:10.000000000 +0000 +++ src/px/dict.hh @@@@ -131,7 +131,8 @@@@ namespace px const T& lookup(const key_type &key) const { Entry *e = find_entry(key); - if (!e) throw XInvalidKey(); +// rational: see above + XInvalidKey is not declared anywhere +// if (!e) throw XInvalidKey(); return e->pair.second; } @ 1.3 log @Changes 0.92: * Added Spanish translation * Fixed bug: ice is now working * A few smaller bug fixes Changes 0.91: * Fixed stupid bugs in Enigma 0.90 * Two new levels Changes 0.90: * New levels * Support for 800x600 and 1024x768 video modes * Support for non-English languages * Vastly improved Oxyd 1 and Per.Oxyd compatibility * Redesigned options menu * Countless smaller enhancements @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Add RCSIDs, remove diff command line. (hi heinz!) @ text @d3 1 a3 1 --- src/px/dict.hh.orig Sun May 18 20:45:07 2003 d5 1 a5 15 @@@@ -101,8 +101,11 @@@@ namespace px public: typedef Iter iterator; typedef Iter const_iterator; - friend class iterator; - friend class const_iterator; + // pkgsrc: In order to still support gcc 2.95 we do not remove those + // two friends (like the Fedora patch does). OTOH gcc3.4.3 does not + // like using the typedef'ed types from above as friends. + friend class Iter; + friend class Iter; Dict(size_type table_size = 257); ~Dict(); @@@@ -126,7 +129,8 @@@@ namespace px d7 1 a7 1 const T& lookup(const std::string &key) const { @ 1.2.2.1 log @file patch-am was added on branch pkgsrc-2005Q1 on 2005-05-06 00:03:25 +0000 @ text @d1 28 @ 1.2.2.2 log @Pullup ticket 472 - requested by Klaus Heinz gcc fixes for enigma Revisions pulled up: - pkgsrc/games/enigma/Makefile 1.9 - pkgsrc/games/enigma/distinfo 1.3-1.4 - pkgsrc/games/enigma/patches/patch-aj 1.1-1.2 - pkgsrc/games/enigma/patches/patch-ak 1.1-1.2 - pkgsrc/games/enigma/patches/patch-al 1.1-1.2 - pkgsrc/games/enigma/patches/patch-am 1.1-1.2 - pkgsrc/games/enigma/patches/patch-an 1.1-1.2 Module Name: pkgsrc Committed By: heinz Date: Wed Apr 20 00:58:08 UTC 2005 Modified Files: pkgsrc/games/enigma: Makefile distinfo Added Files: pkgsrc/games/enigma/patches: patch-aj patch-ak patch-al patch-am patch-an Log Message: Applied patches found at http://bugzilla.fedora.us/attachment.cgi?id=3D919&action=3Dview as patch-aj .. patch-an in order to fix PR pkg/29385. Patch-am was changed slightly: a white-space-only change was omitted and the comments from two "friend" declarations were removed in order to not break support for gcc 2.95. --- Module Name: pkgsrc Committed By: salo Date: Fri May 6 00:03:25 UTC 2005 Modified Files: pkgsrc/games/enigma: distinfo pkgsrc/games/enigma/patches: patch-aj patch-ak patch-al patch-am patch-an Log Message: Add RCSIDs, remove diff command line. (hi heinz!) @ text @a0 28 $NetBSD: patch-am,v 1.2.2.1 2005/05/06 00:30:17 salo Exp $ --- src/px/dict.hh.orig Sun May 18 20:45:07 2003 +++ src/px/dict.hh @@@@ -101,8 +101,11 @@@@ namespace px public: typedef Iter iterator; typedef Iter const_iterator; - friend class iterator; - friend class const_iterator; + // pkgsrc: In order to still support gcc 2.95 we do not remove those + // two friends (like the Fedora patch does). OTOH gcc3.4.3 does not + // like using the typedef'ed types from above as friends. + friend class Iter; + friend class Iter; Dict(size_type table_size = 257); ~Dict(); @@@@ -126,7 +129,8 @@@@ namespace px const T& lookup(const std::string &key) const { Entry *e = find_entry(key); - if (!e) throw XInvalidKey(); +// rational: see above + XInvalidKey is not declared anywhere +// if (!e) throw XInvalidKey(); return e->pair.second; } @ 1.1 log @Applied patches found at http://bugzilla.fedora.us/attachment.cgi?id=919&action=view as patch-aj .. patch-an in order to fix PR pkg/29385. Patch-am was changed slightly: a white-space-only change was omitted and the comments from two "friend" declarations were removed in order to not break support for gcc 2.95. @ text @d1 2 a2 1 diff -Nur enigma-0.81-orig/src/px/dict.hh enigma-0.81/src/px/dict.hh @