-
Notifications
You must be signed in to change notification settings - Fork 0
Source code of a 2d action game `hakonotaiatari`.
neguse/hakonotaiatari
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
はこのたいあたり 1.0 (C82 ver.) 2012/08/11 neguse * 遊び方 hakotai_c82.exeを起動してください。 このゲームは、ほぼすべての操作をマウス(ないしトラックパッド、トラックボール、トラックポイント…)で行います。 * 遊べなかった方 起動に失敗してしまう方は、申し訳ありませんが、以下のファイルをインストールしてみてください。 ・DirectX エンド ユーザー ランタイム Web インストーラ http://www.microsoft.com/ja-jp/download/details.aspx?id=35 ・Microsoft Visual C++ 2010 SP1 再頒布可能パッケージ (x86) http://www.microsoft.com/ja-jp/download/details.aspx?id=8328 それでも失敗してしまう方は、申し訳ありませんが、以下の連絡先まで症状をご連絡ください。 http://twitter.com/neguse もしくは negcee@gmail.com * 終わり方 ウィンドウ右上の×ボタンを押してください。 * 消し方 ** Windows Vista以降の人 C:\Users\<ユーザ名>\AppData\Roaming\negusema\hakotai ディレクトリをまるまる消してください。 ** Windows XPの人 C:\Documents and Settings\<ユーザ名>\\Application Data\negusema\hakotai ディレクトリをまるまる消してください。 ** その他 本プログラムを動作させた事による損害等の責任は、申し訳ありませんが私には負えません。 大事なファイルが消えるとか、パソコンが爆発するとか、そういったことは起こらないように 作ってはいるつもりです。ですが、何がおこるかわからないのが人生というものです。 くれぐれも自己責任にて動作していただくようお願いいたします。 ================================================================== * ライセンス ** GLM (OpenGL Mathematics) http://glm.g-truc.net/ The MIT License Copyright (c) 2005 - 2012 G-Truc Creation 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. ** KST32B http://www.vector.co.jp/soft/data/writing/se119277.html **** "Kanji"+ASCII+ StrokeTable: 30x32 VectorFont by Saka.N,saka **** **** Date : 040124.193308 PGM : KSTU 0.5098 snhost4 **** **** FREE-WARE (free to copy,change...) 1992 2004 Saka.N **** **** E-Mail : Saka.N.06@b3.mnx.ne.jp Proj.KST32B_2 ** SQLite http://www.sqlite.org/copyright.html ** CDB++ http://www.chokkan.org/software/cdbpp/ The BSD license. Copyright (c) 2008,2009, Naoaki Okazaki All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** google-glog http://code.google.com/p/google-glog/ Copyright (c) 2008, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. A function gettimeofday in utilities.cc is based on http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd The license of this code is: Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name(s) of the above-listed copyright holder(s) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** OpenJTalk /* ----------------------------------------------------------------- */ /* The Japanese TTS System "Open JTalk" */ /* developed by HTS Working Group */ /* http://open-jtalk.sourceforge.net/ */ /* ----------------------------------------------------------------- */ /* */ /* Copyright (c) 2008-2011 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ /* All rights reserved. */ /* */ /* Redistribution and use in source and binary forms, with or */ /* without modification, are permitted provided that the following */ /* conditions are met: */ /* */ /* - Redistributions of source code must retain the above copyright */ /* notice, this list of conditions and the following disclaimer. */ /* - Redistributions in binary form must reproduce the above */ /* copyright notice, this list of conditions and the following */ /* disclaimer in the documentation and/or other materials provided */ /* with the distribution. */ /* - Neither the name of the HTS working group nor the names of its */ /* contributors may be used to endorse or promote products derived */ /* from this software without specific prior written permission. */ /* */ /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */ /* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, */ /* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */ /* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */ /* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */ /* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ /* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */ /* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */ /* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */ /* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */ /* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */ /* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */ /* POSSIBILITY OF SUCH DAMAGE. */ /* ----------------------------------------------------------------- */ ** hts_engine_API /* ----------------------------------------------------------------- */ /* The HMM-Based Speech Synthesis Engine "hts_engine API" */ /* developed by HTS Working Group */ /* http://hts-engine.sourceforge.net/ */ /* ----------------------------------------------------------------- */ /* */ /* Copyright (c) 2001-2011 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ /* 2001-2008 Tokyo Institute of Technology */ /* Interdisciplinary Graduate School of */ /* Science and Engineering */ /* */ /* All rights reserved. */ /* */ /* Redistribution and use in source and binary forms, with or */ /* without modification, are permitted provided that the following */ /* conditions are met: */ /* */ /* - Redistributions of source code must retain the above copyright */ /* notice, this list of conditions and the following disclaimer. */ /* - Redistributions in binary form must reproduce the above */ /* copyright notice, this list of conditions and the following */ /* disclaimer in the documentation and/or other materials provided */ /* with the distribution. */ /* - Neither the name of the HTS working group nor the names of its */ /* contributors may be used to endorse or promote products derived */ /* from this software without specific prior written permission. */ /* */ /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */ /* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, */ /* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */ /* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */ /* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */ /* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ /* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */ /* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */ /* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */ /* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */ /* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */ /* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */ /* POSSIBILITY OF SUCH DAMAGE. */ /* ----------------------------------------------------------------- */ ** NIT ATR503 M001 # ----------------------------------------------------------------- # # The Nitech Japanese Speech Database "NIT ATR503 M001" # # released by HTS Working Group # # http://hts.sp.nitech.ac.jp/ # # ----------------------------------------------------------------- # # # # Copyright (c) 2003-2011 Nagoya Institute of Technology # # Department of Computer Science # # # # Some rights reserved. # # # # This work is licensed under the Creative Commons Attribution 3.0 # # license. # # # # You are free: # # * to Share - to copy, distribute and transmit the work # # * to Remix - to adapt the work # # Under the following conditions: # # * Attribution - You must attribute the work in the manner # # specified by the author or licensor (but not in any way that # # suggests that they endorse you or your use of the work). # # With the understanding that: # # * Waiver - Any of the above conditions can be waived if you get # # permission from the copyright holder. # # * Public Domain - Where the work or any of its elements is in # # the public domain under applicable law, that status is in no # # way affected by the license. # # * Other Rights - In no way are any of the following rights # # affected by the license: # # - Your fair dealing or fair use rights, or other applicable # # copyright exceptions and limitations; # # - The author's moral rights; # # - Rights other persons may have either in the work itself or # # in how the work is used, such as publicity or privacy # # rights. # # * Notice - For any reuse or distribution, you must make clear to # # others the license terms of this work. The best way to do this # # is with a link to this web page. # # # # See http://creativecommons.org/ for details. # # ----------------------------------------------------------------- # # ----------------------------------------------------------------- # # HTS Voice "NIT ATR503 M001" # # released by HTS Working Group # # http://open-jtalk.sourceforge.net/ # # ----------------------------------------------------------------- # # # # Copyright (c) 2003-2011 Nagoya Institute of Technology # # Department of Computer Science # # # # 2003-2008 Tokyo Institute of Technology # # Interdisciplinary Graduate School of # # Science and Engineering # # # # Some rights reserved. # # # # This work is licensed under the Creative Commons Attribution 3.0 # # license. # # # # You are free: # # * to Share - to copy, distribute and transmit the work # # * to Remix - to adapt the work # # Under the following conditions: # # * Attribution - You must attribute the work in the manner # # specified by the author or licensor (but not in any way that # # suggests that they endorse you or your use of the work). # # With the understanding that: # # * Waiver - Any of the above conditions can be waived if you get # # permission from the copyright holder. # # * Public Domain - Where the work or any of its elements is in # # the public domain under applicable law, that status is in no # # way affected by the license. # # * Other Rights - In no way are any of the following rights # # affected by the license: # # - Your fair dealing or fair use rights, or other applicable # # copyright exceptions and limitations; # # - The author's moral rights; # # - Rights other persons may have either in the work itself or # # in how the work is used, such as publicity or privacy # # rights. # # * Notice - For any reuse or distribution, you must make clear to # # others the license terms of this work. The best way to do this # # is with a link to this web page. # # # # See http://creativecommons.org/ for details. # # ----------------------------------------------------------------- #
About
Source code of a 2d action game `hakonotaiatari`.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published