- Notifications
You must be signed in to change notification settings - Fork266
Decoda Lua IDE and debugger
License
NotificationsYou must be signed in to change notification settings
unknownworlds/decoda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Decoda Source Code==================================BUILDING========Decoda is built from premake4 project files. premake4 can be downloaded fromhttp://industriousone.com/premake/downloadDecoda has only been tested with the vs2013 target, however it may be possibleto compile Decoda with older versions. It is not currently possible to buildDecoda as a 64-bit executable or a non-Windows application.LICENSE=======See COPYING.txt for the GNU GENERAL PUBLIC LICENSEEXCLUDED CODE: The code described below and contained in the Decoda Source Coderelease is not part of the Program covered by the GPL and is expressly excludedfrom its terms. You are solely responsible for obtaining from the copyrightholder a license for such code and complying with the applicable license terms.Lua library---------------------------------------------------------------------------libs/lua/*Copyright (C) 1994-2006 Lua.org, PUC-Rio. All rights reserved.Permission is hereby granted, free of charge, to any person obtaininga copy of this software and associated documentation files (the"Software"), to deal in the Software without restriction, includingwithout limitation the rights to use, copy, modify, merge, publish,distribute, sublicense, and/or sell copies of the Software, and topermit persons to whom the Software is furnished to do so, subject tothe following conditions:The above copyright notice and this permission notice shall beincluded 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 OFMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANYCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THESOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.wxWidgets and wxScintilla libraries---------------------------------------------------------------------------libs/wxWidgets/*libs/wxScintilla/*Copyright (C) 1998-2005 Julian Smart, Robert Roebling et al WXWINDOWS LIBRARY LICENCE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATIONThis library is free software; you can redistribute it and/or modify itunder the terms of the GNU Library General Public Licence as published bythe Free Software Foundation; either version 2 of the Licence, or (atyour option) any later version.This library is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU LibraryGeneral Public Licence for more details.You should have received a copy of the GNU Library General Public Licencealong with this software, usually in a file named COPYING.LIB. If not,write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,Boston, MA 02111-1307 USA.EXCEPTION NOTICE1. As a special exception, the copyright holders of this library givepermission for additional uses of the text contained in this release ofthe library as licenced under the wxWindows Library Licence, applyingeither version 3.1 of the Licence, or (at your option) any later version ofthe Licence as published by the copyright holders of version3.1 of the Licence document.2. The exception is that you may use, copy, link, modify and distributeunder your own terms, binary object code versions of works basedon the Library.3. If you copy code from files distributed under the terms of the GNUGeneral Public Licence or the GNU Library General Public Licence into acopy of this library, as this licence permits, the exception does notapply to the code that you add in this way. To avoid misleading anyone asto the status of such modified files, you must delete this exceptionnotice from such code and/or adjust the licensing conditions noticeaccordingly.4. If you write modifications of your own for this library, it is yourchoice whether to permit this exception to apply to your modifications. If you do not wish that, you must delete the exception notice from suchcode and/or adjust the licensing conditions notice accordingly.tinyxml library---------------------------------------------------------------------------libs/tinyxml/*www.sourceforge.net/projects/tinyxmlOriginal code (2.0 and earlier )copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com)This software is provided 'as-is', without any express or impliedwarranty. In no event will the authors be held liable for anydamages arising from the use of this software.Permission is granted to anyone to use this software for anypurpose, including commercial applications, and to alter it andredistribute it freely, subject to the following restrictions:1. The origin of this software must not be misrepresented; you mustnot claim that you wrote the original software. If you use thissoftware in a product, an acknowledgment in the product documentationwould be appreciated but is not required.2. Altered source versions must be plainly marked as such, andmust not be misrepresented as being the original software.3. This notice may not be removed or altered from any sourcedistribution.TreeListCtrl---------------------------------------------------------------------------src/Frontend/treelistctrl.hsrc/Frontend/treelistctrl.cppCopyright (C) 2004 2004 Robert Roebling, Julian Smart, Alberto Griggio,Vadim Zeitlin, Otto Wyss WXWINDOWS LIBRARY LICENCE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATIONThis library is free software; you can redistribute it and/or modify itunder the terms of the GNU Library General Public Licence as published bythe Free Software Foundation; either version 2 of the Licence, or (atyour option) any later version.This library is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU LibraryGeneral Public Licence for more details.You should have received a copy of the GNU Library General Public Licencealong with this software, usually in a file named COPYING.LIB. If not,write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,Boston, MA 02111-1307 USA.EXCEPTION NOTICE1. As a special exception, the copyright holders of this library givepermission for additional uses of the text contained in this release ofthe library as licenced under the wxWindows Library Licence, applyingeither version 3.1 of the Licence, or (at your option) any later version ofthe Licence as published by the copyright holders of version3.1 of the Licence document.2. The exception is that you may use, copy, link, modify and distributeunder your own terms, binary object code versions of works basedon the Library.3. If you copy code from files distributed under the terms of the GNUGeneral Public Licence or the GNU Library General Public Licence into acopy of this library, as this licence permits, the exception does notapply to the code that you add in this way. To avoid misleading anyone asto the status of such modified files, you must delete this exceptionnotice from such code and/or adjust the licensing conditions noticeaccordingly.4. If you write modifications of your own for this library, it is yourchoice whether to permit this exception to apply to your modifications. If you do not wish that, you must delete the exception notice from suchcode and/or adjust the licensing conditions notice accordingly.