debian/0000755000000000000000000000000012230547126007170 5ustar debian/control0000644000000000000000000000526212230546107010576 0ustar Source: instead Section: games Priority: optional Maintainer: Sam Protsenko Build-Depends: debhelper (>= 8.0.0), dpkg-dev (>= 1.16.1~), pkg-config, liblua5.1-dev, libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgtk2.0-dev, fonts-liberation Standards-Version: 3.9.4 Homepage: http://instead.sourceforge.net Package: instead Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, instead-data (= ${source:Version}) Suggests: instead-doc-en | instead-doc-ru Description: Simple text adventures/visual novels engine INSTEAD -- INterpreter of Simple TExt ADventure. Using INSTEAD you can create and play games that could be classified as a mix of visual novel and text quest. . Features: * Simple story source code (Lua-based script) * GUI interface that supports music and pictures * Theme support * Portability (INSTEAD depends on SDL and Lua) . Game repository: http://instead-games.sourceforge.net Package: instead-data Architecture: all Depends: ${misc:Depends} Recommends: instead Description: Data files for INSTEAD INSTEAD -- INterpreter of Simple TExt ADventure. Using INSTEAD you can create and play games that could be classified as a mix of visual novel and text quest. . Features: * Simple story source code (Lua-based script) * GUI interface that supports music and pictures * Theme support * Portability (INSTEAD depends on SDL and Lua) . This package contains language files, graphical themes, STEAD scripts and tutorial. Package: instead-doc-base Section: doc Architecture: all Depends: ${misc:Depends} Description: Common documentation for INSTEAD This package contains base documentation (common for all languages). . At the moment this contains only examples for developer's manual. These examples (written in Lua) demonstrate how to implement common features when you write a game for INSTEAD. Package: instead-doc-en Section: doc Architecture: all Depends: ${misc:Depends}, instead-doc-base (= ${source:Version}) Description: English documentation for INSTEAD This package contains game developer manual and examples in English. Manual describes basic API in Lua and how to create games for INSTEAD engine. . Unfortunately, complete and latest documentation currently available only in Russian. Package: instead-doc-ru Section: doc Architecture: all Depends: ${misc:Depends}, instead-doc-base (= ${source:Version}) Description: Russian documentation for INSTEAD This package contains game developer manual and examples in Russian. Manual describes basic API in Lua and how to create games for INSTEAD engine. . Russian documentation is complete and up to date, so it's preferred to use it. debian/instead.menu0000644000000000000000000000024412230545442011504 0ustar ?package(instead): needs="X11" \ section="Games/Adventure" \ title="INSTEAD" \ command="/usr/games/instead" \ icon="/usr/share/pixmaps/instead.xpm" debian/instead.install0000644000000000000000000000022312230545442012203 0ustar debian/tmp/usr/games debian/tmp/usr/share/applications debian/tmp/usr/share/man debian/tmp/usr/share/pixmaps debian/instead.xpm /usr/share/pixmaps debian/rules0000755000000000000000000000213412230546107010246 0ustar #!/usr/bin/make -f # Hardening: see http://wiki.debian.org/HardeningWalkthrough for details DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk # HACK: remove this once upstream is being patched properly LDFLAGS += -lm # Multithreaded make ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif TMP_DIR = $(CURDIR)/debian/tmp DEST_DIR = $(TMP_DIR)/usr %: dh $@ --parallel override_dh_auto_configure: # Making links for man files ln -s instead.6 doc/sdl-instead.6 ln -s instead.txt doc/sdl-instead.txt # Configuring build environment echo "2" | ./configure.sh override_dh_compress: dh_compress --exclude=.pdf --exclude=.lua override_dh_auto_build: $(MAKE) PREFIX=/usr BIN=/usr/games DATAPATH=/usr/share/games/instead override_dh_auto_clean: $(MAKE) clean # Removing links for man files rm -f doc/sdl-instead.6 rm -f doc/sdl-instead.txt override_dh_auto_install: $(MAKE) install DESTDIR=$(TMP_DIR) PREFIX=/usr DATAPATH=$(DEST_DIR)/share/games/instead BIN=$(DEST_DIR)/games debian/watch0000644000000000000000000000045712230546107010225 0ustar # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # qa.debian.org runs a redirector which allows a simpler form of URL # for SourceForge based projects. The format below will automatically # be rewritten to use the redirector. http://sf.net/instead/instead_(.+)\.tar\.gz debian/changelog0000644000000000000000000000332212230546244011042 0ustar instead (1.9.1-1) unstable; urgency=low * New upstream release. * New tutorial soundtrack from svenzzon, so old one is gone and now package is not "-dfsg". * Fix build on sid on amd64 (Closes: #713680). * debian/control: - Bumped up Standards-Version to 3.9.4. * debian/watch: - Update link to current INSTEAD repository. * debian/copyright: - Update INSTEAD site link. - Update copyright for tutorial music. * debian/control: - Update INSTEAD site link. - Update game repository link. * patches/: - Fix Lintian warnings: - "desktop-entry-contains-encoding-key" - "desktop-entry-lacks-keywords-entry" - Fix "desktop-file-validate" tool warnings: - "Icon" must not contain file extension - "Version" entry must be desktop-file standard version, not the application version -- Sam Protsenko Thu, 26 Sep 2013 23:50:00 +0300 instead (1.8.3+dfsg1-1) unstable; urgency=low * New upstream release (Closes: #664587). + Non-free games/tutorial3/sv_ttt.xm from upstream replaced with free one track. * Removed linking patch as it's not necessary (fixed upstream). * Added missed copyright for themes/default/sans*.ttf. * Added patch fixes desktop entry. * themes/default/sans*.ttf fonts replaced with system ones. * Added doc-packages. * Threaded make. -- Sam Protsenko Sat, 09 Mar 2013 22:40:00 +0200 instead (1.6.1-1) unstable; urgency=low * Fixed build for Hurd. -- Sam Protsenko Thu, 19 Jan 2012 15:09:11 +0200 instead (1.6.0-1) unstable; urgency=low * Initial release (Closes: #641307). -- Sam Protsenko Sun, 15 Jan 2012 17:02:02 +0200 debian/instead-doc-en.install0000644000000000000000000000030612230545442013350 0ustar debian/tmp/usr/share/doc/instead/index.html usr/share/doc/instead/manual/html/en/ debian/tmp/usr/share/doc/instead/instead-manual-en.html usr/share/doc/instead/manual/html/en/ debian/compat0000644000000000000000000000000212230545442010365 0ustar 8 debian/instead-data.install0000644000000000000000000000003312230545442013111 0ustar debian/tmp/usr/share/games debian/instead.xpm0000644000000000000000000002603312230545442011350 0ustar /* XPM */ static char * sdl_instead_xpm[] = { "32 32 566 2", " c None", ". c #6F6145", "+ c #796E59", "@ c #A58E5E", "# c #373021", "$ c #978765", "% c #A59674", "& c #9C9177", "* c #A89D84", "= c #B6A88C", "- c #947E4F", "; c #564A32", "> c #AD996D", ", c #E9D09C", "' c #ECD6A9", ") c #F1E0B9", "! c #F4E3C0", "~ c #F0DFBC", "{ c #ECDAB6", "] c #B5A68A", "^ c #27231C", "/ c #92856C", "( c #6C5E40", "_ c #E8CD94", ": c #EAD3A1", "< c #C5B490", "[ c #857B66", "} c #645D4E", "| c #897E69", "1 c #D3C2A1", "2 c #EBD8B1", "3 c #F3DEB5", "4 c #7A6F5A", "5 c #4D412A", "6 c #DEC185", "7 c #DAC28E", "8 c #E0CB9C", "9 c #5E5644", "0 c #625A4A", "a c #EDD8B0", "b c #E8D2AA", "c c #D3BF99", "d c #D3BE97", "e c #6F644F", "f c #4B412C", "g c #211C13", "h c #BFAA7F", "i c #E6D1A3", "j c #EDDAB3", "k c #867D6A", "l c #403B30", "m c #EED9B0", "n c #EAD5AB", "o c #AC9B7C", "p c #EED7AA", "q c #B7A481", "r c #66593F", "s c #E5CD9A", "t c #E9D4A8", "u c #D3C3A2", "v c #F1E1BD", "w c #F0DFBB", "x c #B3A589", "y c #736A58", "z c #A4977B", "A c #9D8F75", "B c #D8C59F", "C c #E7D1A8", "D c #BCAA87", "E c #000000", "F c #97876A", "G c #E8CFA1", "H c #E7CD9E", "I c #7E6F56", "J c #A7997C", "K c #EEDDB8", "L c #857C68", "M c #F3E1BB", "N c #EAD8B2", "O c #EEDAB3", "P c #F0DBB3", "Q c #EED9AF", "R c #D9C49C", "S c #0B0A08", "T c #242019", "U c #EDD2A2", "V c #8A7A5D", "W c #4C4434", "X c #DCC9A3", "Y c #EFDFBB", "Z c #B5A88D", "` c #675F4E", " . c #CEBC99", ".. c #322D25", "+. c #3F392E", "@. c #DBC69E", "#. c #E5CEA3", "$. c #CFB78C", "%. c #DFC494", "&. c #CCB286", "*. c #2B261C", "=. c #F5E3BF", "-. c #A59880", ";. c #6B6250", ">. c #7B705A", ",. c #8F8064", "'. c #ECD2A5", "). c #4D4435", "!. c #B29D76", "~. c #CDB386", "{. c #A78F66", "]. c #877250", "^. c #4E493D", "/. c #E5D5B2", "(. c #EDDBB7", "_. c #AC9E83", ":. c #4A4336", "<. c #EFD9AE", "[. c #B8A684", "}. c #C8B28B", "|. c #ECD2A2", "1. c #29241C", "2. c #C1A97E", "3. c #DFC290", "4. c #978360", "5. c #312A1F", "6. c #C8AB7B", "7. c #726145", "8. c #D8B882", "9. c #967E58", "0. c #A88D62", "a. c #473B27", "b. c #B3A588", "c. c #E1CEA9", "d. c #E7D0A6", "e. c #E7CFA4", "f. c #E0C99E", "g. c #E4CB9E", "h. c #E4CA9C", "i. c #E2C899", "j. c #D0B78B", "k. c #41392B", "l. c #E8CA95", "m. c #A38D67", "n. c #6F5F45", "o. c #110F0A", "p. c #BFA374", "q. c #DEBC84", "r. c #E0BE84", "s. c #DDB980", "t. c #E0BC80", "u. c #B59665", "v. c #89714C", "w. c #786E5A", "x. c #EFDBB3", "y. c #ECD7AF", "z. c #706652", "A. c #B5A281", "B. c #E5CEA2", "C. c #DCC59A", "D. c #C7B189", "E. c #C4AD86", "F. c #827358", "G. c #D8BE90", "H. c #E0C493", "I. c #E4C794", "J. c #A38E68", "K. c #E1C28E", "L. c #B99F73", "M. c #5F513A", "N. c #D6B681", "O. c #DBBA82", "P. c #C2A371", "Q. c #443927", "R. c #67573B", "S. c #DEB97B", "T. c #DCB678", "U. c #070503", "V. c #494236", "W. c #23201A", "X. c #D9C69F", "Y. c #DAC59E", "Z. c #918267", "`. c #E9D1A5", " + c #ECD2A4", ".+ c #453E2F", "++ c #0D0701", "@+ c #BBA277", "#+ c #DFC28E", "$+ c #DFC08C", "%+ c #BCA276", "&+ c #5E4734", "*+ c #483F2E", "=+ c #A58C61", "-+ c #E0BD82", ";+ c #413625", ">+ c #9A7F54", ",+ c #D7B073", "'+ c #CAA66B", ")+ c #735E3C", "!+ c #645A49", "~+ c #E5CFA5", "{+ c #E9D2A6", "]+ c #E7CFA3", "^+ c #E7CEA1", "/+ c #786A52", "(+ c #10334E", "_+ c #406481", ":+ c #474D4C", "<+ c #E5C58F", "[+ c #E4C48D", "}+ c #C5A978", "|+ c #372C29", "1+ c #AF9566", "2+ c #C3A471", "3+ c #DCB97E", "4+ c #625237", "5+ c #B59460", "6+ c #DCB473", "7+ c #302718", "8+ c #4B4436", "9+ c #8D7E63", "0+ c #E9D0A1", "a+ c #E7CC9E", "b+ c #968566", "c+ c #524735", "d+ c #1F303A", "e+ c #4A6F8A", "f+ c #888A83", "g+ c #A08B67", "h+ c #E6C68F", "i+ c #E4C38C", "j+ c #5A3626", "k+ c #683F2B", "l+ c #5F4E43", "m+ c #594546", "n+ c #6A553C", "o+ c #DDB87C", "p+ c #DCB779", "q+ c #967B50", "r+ c #B3935F", "s+ c #D7B070", "t+ c #C39E64", "u+ c #CAA365", "v+ c #3D301E", "w+ c #D0B98F", "x+ c #463D2D", "y+ c #CFB68B", "z+ c #E9CD9A", "A+ c #E8CB98", "B+ c #EACB95", "C+ c #E8C892", "D+ c #E6C791", "E+ c #E2C28C", "F+ c #AD976E", "G+ c #8F7D5D", "H+ c #92724F", "I+ c #640200", "J+ c #6A0B07", "K+ c #573730", "L+ c #B69965", "M+ c #7A6345", "N+ c #DDB677", "O+ c #DAB373", "P+ c #D8B170", "Q+ c #DEB470", "R+ c #5D4B2F", "S+ c #09151D", "T+ c #1C415C", "U+ c #497496", "V+ c #DBBC89", "W+ c #5E6465", "X+ c #C3A87B", "Y+ c #9F8E6E", "Z+ c #C0A67A", "`+ c #958669", " @ c #897C62", ".@ c #928264", "+@ c #5E7588", "@@ c #494B4F", "#@ c #7F0300", "$@ c #990600", "%@ c #860100", "&@ c #6A3232", "*@ c #5C4436", "=@ c #AD8E5B", "-@ c #6D543A", ";@ c #AA8955", ">@ c #1C252B", ",@ c #987847", "'@ c #2A4C64", ")@ c #4F84A9", "!@ c #7EB5DE", "~@ c #84A8C2", "{@ c #7094AF", "]@ c #4E6572", "^@ c #78A0BF", "/@ c #927B55", "(@ c #5E7686", "_@ c #7D7767", ":@ c #727167", "<@ c #5E778A", "[@ c #5B6160", "}@ c #6C889C", "|@ c #7492A9", "1@ c #84AAC4", "2@ c #954248", "3@ c #B00000", "4@ c #8A0300", "5@ c #672C21", "6@ c #52342E", "7@ c #472828", "8@ c #715B37", "9@ c #450000", "0@ c #314050", "a@ c #396686", "b@ c #11293B", "c@ c #5E95B6", "d@ c #6AB8EE", "e@ c #63AEE2", "f@ c #5EA5D7", "g@ c #5699C7", "h@ c #4F8BB5", "i@ c #4C87B1", "j@ c #3C7196", "k@ c #467FA7", "l@ c #3D7196", "m@ c #4A7796", "n@ c #678AA3", "o@ c #7695AB", "p@ c #83A8C2", "q@ c #8DB6D3", "r@ c #98C6E5", "s@ c #9ED2F4", "t@ c #8897B1", "u@ c #A41715", "v@ c #A40300", "w@ c #86100B", "x@ c #71120D", "y@ c #4C2B32", "z@ c #4D677C", "A@ c #45779D", "B@ c #4D7687", "C@ c #485345", "D@ c #9A996B", "E@ c #799A9B", "F@ c #70BAED", "G@ c #71BAEA", "H@ c #6CB2E0", "I@ c #65A8D4", "J@ c #62A2CE", "K@ c #5A96BF", "L@ c #5995BE", "M@ c #5792BA", "N@ c #5692BA", "O@ c #5A9BC8", "P@ c #65A3CD", "Q@ c #8ABEE2", "R@ c #9ECDEE", "S@ c #9DCEF1", "T@ c #9BCEF2", "U@ c #99CDF0", "V@ c #8FCAEF", "W@ c #895E6C", "X@ c #825C69", "Y@ c #6597B7", "Z@ c #5289B1", "`@ c #507B8F", " # c #7F8661", ".# c #9E9D65", "+# c #5D5F41", "@# c #878662", "## c #756948", "$# c #97A387", "%# c #74B3DF", "&# c #7DC3F0", "*# c #7ABFEC", "=# c #78BCE9", "-# c #73B6E2", ";# c #72B4E0", "># c #70B4E1", ",# c #74B9E8", "'# c #74BBEA", ")# c #74BCED", "!# c #79BFEF", "~# c #85C5F1", "{# c #8AC8F1", "]# c #8AC7F1", "^# c #86C4EF", "/# c #7DC0ED", "(# c #6EB7EB", "_# c #6396B0", ":# c #858E6D", "<# c #A4A26B", "[# c #A5A56E", "}# c #ABAB77", "|# c #6D6E54", "1# c #764340", "2# c #BF7877", "3# c #614A34", "4# c #AEB182", "5# c #7AAAC1", "6# c #87CBF6", "7# c #85C8F2", "8# c #84C7F2", "9# c #84C6F1", "0# c #82C6F1", "a# c #81C5F2", "b# c #81C5F1", "c# c #80C5F1", "d# c #7FC4F1", "e# c #7EC4F1", "f# c #7DC2F0", "g# c #7CC3F1", "h# c #7BC3F4", "i# c #70A5C1", "j# c #8F9A7C", "k# c #AEAC73", "l# c #B1B17F", "m# c #BCBC93", "n# c #C8C6A3", "o# c #647270", "p# c #D88885", "q# c #DDA3A1", "r# c #D48785", "s# c #5C281C", "t# c #88A4A2", "u# c #8BCCF5", "v# c #8FCFF5", "w# c #8ECEF4", "x# c #8DCDF5", "y# c #8CCCF4", "z# c #8BCCF4", "A# c #8ACBF4", "B# c #89CAF4", "C# c #88CAF3", "D# c #88CCF7", "E# c #79ADC9", "F# c #919F84", "G# c #B3B079", "H# c #B0B07E", "I# c #B7B788", "J# c #C2C29A", "K# c #D0CEAC", "L# c #A7BDBC", "M# c #44667C", "N# c #0C141A", "O# c #740601", "P# c #CA4843", "Q# c #D77E7A", "R# c #D8817E", "S# c #7D2620", "T# c #B4B68D", "U# c #BEBD8B", "V# c #9DA88D", "W# c #8DC4E4", "X# c #99D6F8", "Y# c #97D4F7", "Z# c #96D3F7", "`# c #95D2F7", " $ c #95D3F7", ".$ c #94D2F6", "+$ c #94D3FA", "@$ c #82B6D2", "#$ c #94A38E", "$$ c #B7B47F", "%$ c #B6B686", "&$ c #BCBC90", "*$ c #C6C6A2", "=$ c #D6D4B4", "-$ c #B6C7C1", ";$ c #58798C", ">$ c #121D24", ",$ c #4E0200", "'$ c #CC0800", ")$ c #960200", "!$ c #D4504B", "~$ c #D54D47", "{$ c #586970", "]$ c #CBCDB3", "^$ c #CACAA4", "/$ c #C1C193", "($ c #B2B389", "_$ c #8FB8C8", ":$ c #A3DDFD", "<$ c #A1DAF9", "[$ c #A0D9F9", "}$ c #A1DBFD", "|$ c #8DBFD9", "1$ c #98A997", "2$ c #BAB785", "3$ c #BCBC8D", "4$ c #C2C298", "5$ c #CCCCA8", "6$ c #DBD9BC", "7$ c #C2CEC2", "8$ c #7090A0", "9$ c #1F2E38", "0$ c #3E0200", "a$ c #760400", "b$ c #D21109", "c$ c #840F0B", "d$ c #678695", "e$ c #C9D1C3", "f$ c #D5D5B4", "g$ c #C7C79E", "h$ c #C1BF90", "i$ c #97AFAA", "j$ c #A7DEFC", "k$ c #99C9E1", "l$ c #9DAE9F", "m$ c #BDBB8B", "n$ c #C1C195", "o$ c #C8C8A0", "p$ c #D1D1B0", "q$ c #DDDCC2", "r$ c #CDD3C6", "s$ c #89A8B3", "t$ c #2E424E", "u$ c #850500", "v$ c #E50900", "w$ c #250100", "x$ c #4D6571", "y$ c #BCCECB", "z$ c #E0DFC3", "A$ c #D0D0AD", "B$ c #C9C99C", "C$ c #AAB193", "D$ c #BFBE91", "E$ c #C7C79C", "F$ c #CDCDA7", "G$ c #D6D6B7", "H$ c #E0E0C7", "I$ c #D7DACA", "J$ c #A1BDC5", "K$ c #3E5663", "L$ c #AE0700", "M$ c #6E0400", "N$ c #2F4049", "O$ c #A1BDC6", "P$ c #E5E3CC", "Q$ c #D9D9BB", "R$ c #CFCFA9", "S$ c #D2D2B0", "T$ c #DADABE", "U$ c #E3E3CD", "V$ c #DFE0D1", "W$ c #AFC9D2", "X$ c #4F6875", "Y$ c #330200", "Z$ c #161F24", "`$ c #82A5B6", " % c #E2E3D3", ".% c #E1E1C9", "+% c #E6E6D2", "@% c #E9E8D8", "#% c #B6D0D9", "$% c #557484", "%% c #040607", "&% c #64899F", "*% c #D3DBD5", "=% c #BCD5DD", "-% c #5A7E92", ";% c #121A1E", ">% c #426479", ",% c #21313B", " . + ", " @ # $ % & * = ", " - ; > , ' ) ! ~ { ] ^ / ", " ( _ : < [ } } | 1 2 3 4 ", " 5 6 7 8 9 0 a b c d e ", " f g h i j k l m n o p q ", " r s t u v w x y z A B C D E F G H I ", " J K E L M N O P Q C R S T U V ", " W X Y Z ` O ...+.@.#. $.%.&.*. ", " =.-. ;.m >. ,.'.). !.~.E {. ]. ", " ^./.(._. :.<.[. }.|.1. 2.3.4.5.6.7.8.9.0. a. ", " b.c. d.e.f.g.h.i.j.k. l.m.n.o.p.q.r.s.t.u.v. ", " w.x.y.z. A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U. ", " V.W.X.Y.Z.`. +.+ ++@+#+$+%+&+*+=+-+;+E E >+,+'+)+ ", " !+~+{+]+^+/+ E (+_+:+<+[+}+|+1+2+3+4+ 5+6+7+ ", " 8+ 9+0+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+ ", " w+x+y+z+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+E ", " S+T+U+V+W+X+Y+Z+`+ @.@+@@@#@$@%@&@*@=@-@;@>@,@E ", " '@)@!@~@{@]@^@/@(@_@:@<@[@}@|@1@2@3@4@5@6@7@8@9@0@a@b@ ", " c@d@e@f@g@h@i@j@k@l@m@n@o@p@q@r@s@t@u@v@w@x@y@z@A@B@C@ ", " D@E@F@G@H@I@J@K@L@M@N@O@P@Q@R@S@T@U@V@W@X@Y@Z@`@ #.#+# ", " @###$#%#&#*#=#-#-#;#>#,#'#)#!#~#{#]#^#/#(#_#:#<#[#}#|# ", " 1#2#3#4#5#6#7#8#9#0#0#a#b#c#d#e#f#g#h#i#j#k#}#l#m#n#o# ", " p#q#r#s#l#t#u#v#w#x#y#y#z#A#B#C#D#E#F#G#H#I#J#K#L#M#N# ", " O#P#Q#R#S#T#U#V#W#X#Y#Z#`# $.$+$@$#$$$%$&$*$=$-$;$>$ ", " ,$'$)$!$~${$]$^$/$($_$:$<$[$}$|$1$2$3$4$5$6$7$8$9$ ", " 0$ a$b$c$ d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$E ", " u$v$w$ x$y$z$A$B$C$D$E$F$G$H$I$J$K$E ", " L$M$ N$O$P$Q$R$S$T$U$V$W$X$E ", " Y$ Z$`$ %.%+%@%#%$%%% ", " &%*%=%-%;% ", " >%,% "}; debian/source/0000755000000000000000000000000012230545442010467 5ustar debian/source/format0000644000000000000000000000001412230545442011675 0ustar 3.0 (quilt) debian/instead-doc-en.doc-base0000644000000000000000000000063312230545442013362 0ustar Document: instead-doc-en Title: INSTEAD Game Developer's Manual Author: Peter Kosyh Abstract: This manual describes how to create games for INSTEAD engine. Unfortunately, complete and latest documentation currently available only in Russian. Section: Games/Adventure Format: HTML Index: /usr/share/doc/instead/manual/html/en/index.html Files: /usr/share/doc/instead/manual/html/en/*.html debian/instead-doc-base.install0000644000000000000000000000010712230545442013657 0ustar doc/examples/* usr/share/doc/instead/manual/examples/ debian/patches/0000755000000000000000000000000012230546107010615 5ustar debian/patches/fix-desktop-file0000644000000000000000000000261012230546107013711 0ustar Description: Make desktop file compliant to standards 1. "Encoding" entry is deprecated, so remove it. Lintian also ask us to do so. For details see: "desktop-entry-contains-encoding-key". 2. "Icon" must not contain file extension, fix it. It was found using "desktop-file-validate" tool. 3. "Version" entry must be desktop-file standard version, not the application version. It was found using "desktop-file-validate" tool. 4. Add "Keywords" entries so that convenient searching can be done by user. Lintian also wants it. For details see: "desktop-entry-lacks-keywords-entry". Author: Sam Protsenko Reviewed-By: Peter Kosyh Last-Update: <2013-09-18> --- instead-1.9.1.orig/desktop/instead.desktop.in +++ instead-1.9.1/desktop/instead.desktop.in @@ -1,6 +1,5 @@ [Desktop Entry] -Encoding=UTF-8 -Version=1.9.1 +Version=1.0 Type=Application Name=INSTEAD Name[ru]=INSTEAD @@ -8,7 +7,10 @@ Name[uk]=INSTEAD Comment=Simple Text Adventures Interpreter Comment[ru]=Интерпретатор простых приключений Comment[uk]=Iнтерпретатор простих пригод +Keywords=game;adventure;quest; +Keywords[ru]=игра;приключения;квест; +Keywords[uk]=гра;пригоди;квест; Exec=@BIN/sdl-instead -Icon=sdl_instead.png +Icon=sdl_instead Terminal=false Categories=Game;LogicGame; debian/patches/series0000644000000000000000000000002112230546107012023 0ustar fix-desktop-file debian/copyright0000644000000000000000000011140212230546107011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: INSTEAD Upstream-Contact: Peter Kosyh Source: http://instead.sourceforge.net Files: * Copyright: 2009-2013, Peter Kosyh License: GPL-2 Files: debian/* Copyright: 2011-2013, Sam Protsenko License: GPL-2 Files: src/zlib/* Copyright: 1995-2005, Mark Adler 1995-2005, Jean-loup Gailly License: Zlib Files: src/sdl-instead/ioapi.* src/sdl-instead/iowin32.* Copyright: 1998-2010, Gilles Vollant 2009-2010, Mathias Svensson License: Zlib Files: src/sdl-instead/unpack.c src/sdl-instead/unzip.* Copyright: 1998-2010, Gilles Vollant 2009-2010, Mathias Svensson 2007-2008, Even Rouault License: Zlib Files: src/sdl-instead/lfs.c Copyright: 2003, Kepler Project License: Expat Files: src/sdl-instead/SDL_rotozoom.* src/sdl-instead/SDL_gfxBlitFunc.* Copyright: A. Schiffler License: LGPL-2.1 Files: src/sdl-instead/SDL_anigif.* Copyright: 1997-2006, Sam Lantinga 2006, Doug McFadyen License: LGPL-2.1 Files: src/sdl-instead/snprintf.* Copyright: 1999, Mark Martinec License: GPL-2+ Files: icon/*.ico icon/*.svg icon/*.png Copyright: AJ Ashton License: CC0 Files: games/tutorial3/instead.ogg Copyright: 2013, svenzzon License: CC-BY-SA-3.0 Files: themes/default/sans*.ttf Copyright: 2007, Red Hat, Inc. License: GPL-2 with Liberation exceptions License: GPL-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-2 with Liberation exceptions This agreement governs the use of the Software and any updates to the Software, regardless of the delivery mechanism. Subject to the following terms, Red Hat, Inc. ("Red Hat") grants to the user ("Client") a license to this work pursuant to the GNU General Public License v.2 with the exceptions set forth below and such other terms as our set forth in this End User License Agreement. . 1. The Software and License Exception. LIBERATION font software (the "Software") consists of TrueType-OpenType formatted font software for rendering LIBERATION typefaces in sans serif, serif, and monospaced character styles. You are licensed to use, modify, copy, and distribute the Software pursuant to the GNU General Public License v.2 with the following exceptions: . (a) As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License.  This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. . (b) As a further exception, any distribution of the object code of the Software in a physical product must provide you the right to access and modify the source code for the Software and to reinstall that modified version of the Software in object code form on the same physical product on which you received it. . 2. Intellectual Property Rights. The Software and each of its components, including the source code, documentation, appearance, structure and organization are owned by Red Hat and others and are protected under copyright and other laws. Title to the Software and any component, or to any copy, modification, or merged portion shall remain with the aforementioned, subject to the applicable license. The "LIBERATION" trademark is a trademark of Red Hat, Inc. in the U.S. and other countries. This agreement does not permit Client to distribute modified versions of the Software using Red Hat's trademarks. If Client makes a redistribution of a modified version of the Software, then Client must modify the files names to remove any reference to the Red Hat trademarks and must not use the Red Hat trademarks in any way to reference or promote the modified Software. . 3. Limited Warranty. To the maximum extent permitted under applicable law, the Software is provided and licensed "as is" without warranty of any kind, expressed or implied, including the implied warranties of merchantability, non-infringement or fitness for a particular purpose. Red Hat does not warrant that the functions contained in the Software will meet Client's requirements or that the operation of the Software will be entirely error free or appear precisely as described in the accompanying documentation. . 4. Limitation of Remedies and Liability. To the maximum extent permitted by applicable law, Red Hat or any Red Hat authorized dealer will not be liable to Client for any incidental or consequential damages, including lost profits or lost savings arising out of the use or inability to use the Software, even if Red Hat or such dealer has been advised of the possibility of such damages. . 5. General. If any provision of this agreement is held to be unenforceable, that shall not affect the enforceability of the remaining provisions. This agreement shall be governed by the laws of the State of North Carolina and of the United States, without regard to any conflict of laws provisions, except that the United Nations Convention on the International Sale of Goods shall not apply. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. License: GPL-2+ 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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: LGPL-2.1 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2-1'. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: Expat Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: CC0 The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. . You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. . CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. . Statement of Purpose . The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). . Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. . For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. . 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: . i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; ii. moral rights retained by the original author(s) and/or performer(s); iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; v. rights protecting the extraction, dissemination, use and reuse of data in a Work; vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. . 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. . 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. . 4. Limitations and Disclaimers. . a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. . License text also available at http://creativecommons.org/publicdomain/zero/1.0/ License: CC-BY-SA-3.0 Creative Commons Attribution-ShareAlike 3.0 Unported . THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. . BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. . 1. Definitions . "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. . "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License. . "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License. . "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. . "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. . "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. . "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. . "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. . "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. . "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. . "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. . 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. . 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: . to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; . to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; . to Distribute and Publicly Perform the Work including as incorporated in Collections; and, . to Distribute and Publicly Perform Adaptations. . For the avoidance of doubt: . Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; . Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, . Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. . The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. . 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: . You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested. . You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License. . If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. . Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. . 5. Representations, Warranties and Disclaimer . UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. . 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. . 7. Termination . This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. . Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. . 8. Miscellaneous . Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. . Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. . If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. . No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. . This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. . The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. . License text also available at http://creativecommons.org/licenses/by-sa/3.0/ debian/instead-doc-ru.install0000644000000000000000000000045012230545442013374 0ustar debian/tmp/usr/share/doc/instead/index.html usr/share/doc/instead/manual/html/ru/ debian/tmp/usr/share/doc/instead/instead-manual.html usr/share/doc/instead/manual/html/ru/ debian/tmp/usr/share/doc/instead/*.pdf usr/share/doc/instead/manual/pdf/ru/ debian/instead-data.links0000644000000000000000000000072712230545442012575 0ustar usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf /usr/share/games/instead/themes/default/sans.ttf usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf /usr/share/games/instead/themes/default/sans-b.ttf usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf /usr/share/games/instead/themes/default/sans-i.ttf usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf /usr/share/games/instead/themes/default/sans-bi.ttf debian/instead-doc-ru.doc-base0000644000000000000000000000072212230545442013405 0ustar Document: instead-doc-ru Title: INSTEAD Game Developer's Manual Author: Peter Kosyh Abstract: This manual describes how to create games for INSTEAD engine. Russian documentation is complete and up to date, so it's preferred to use it. Section: Games/Adventure Format: HTML Index: /usr/share/doc/instead/manual/html/ru/index.html Files: /usr/share/doc/instead/manual/html/ru/*.html Format: PDF Files: /usr/share/doc/instead/manual/pdf/ru/*.pdf