1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
Open-source engine for Heroes of Might and Magic III
Go to file
beegee1 c786a3076a - Refactored victory loss condition checks
- Added toString() method to EVictoryLossCheckResult enum class to improve debugging
- Removed mostly unused CFunctionList2
- Added missing header files for vcmiclient project to CMakeLists
- Tweaked SDL suggests bpp message a bit
- Added showInfoDialogAndWait (info dialog and waits, used from client thread) and showOkDialog (callback to ok click, used from GUI thread) to player interface
- Added showOkDialog method to CInfoWindow (unused for now, but may be used later)
2013-11-30 09:43:31 +00:00
AI Compile fix - template specialization is defined before generic template. 2013-11-30 07:52:08 +00:00
client - Refactored victory loss condition checks 2013-11-30 09:43:31 +00:00
cmake_modules patches from forum: 2013-01-30 20:46:09 +00:00
config went through the rest of cppcheck warnings, mostly harmless 2013-11-07 12:48:41 +00:00
debian - minor optimizations 2013-11-14 13:21:09 +00:00
editor two patches/pull requests from janisozaur 2013-11-12 10:45:42 +00:00
launcher - (linux) launcher will be available in OS start menu/launchers as 2013-11-16 18:13:30 +00:00
lib - Refactored victory loss condition checks 2013-11-30 09:43:31 +00:00
Mods - minor optimizations 2013-11-14 13:21:09 +00:00
osx 0.94 Sparkle update 2013-10-15 20:05:52 +00:00
rpm Changes due to boost locale: 2013-11-02 17:16:07 +00:00
scripting/erm went through the rest of cppcheck warnings, mostly harmless 2013-11-07 12:48:41 +00:00
server - Refactored victory loss condition checks 2013-11-30 09:43:31 +00:00
test - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses 2013-08-17 12:46:48 +00:00
AUTHORS - linux version update 2012-10-01 07:05:12 +00:00
CCallback.cpp - compile fix 2013-09-02 13:24:32 +00:00
CCallback.h c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
ChangeLog Version set to 0.94. 2013-10-01 18:44:44 +00:00
CMakeLists.txt - (linux) launcher will be available in OS start menu/launchers as 2013-11-16 18:13:30 +00:00
COPYING Added COPYING (refers to license.txt). 2009-05-17 15:48:13 +00:00
Global.h two patches/pull requests from janisozaur 2013-11-12 10:45:42 +00:00
license.txt * license (GPL v2 or later) 2009-01-09 18:38:08 +00:00
NEWS Autoconf/automake scripts to easy building. 2008-08-04 09:33:08 +00:00
README Updated readme with the links to our pages + updated the year. 2013-09-08 21:57:00 +00:00
README.linux Changes due to boost locale: 2013-11-02 17:16:07 +00:00
VCMI_global_debug.props Partially reverting r3191: DLL_LINKAGE on registerTypes def breaks compilation for MSVC. The function definition cannot be marked as dll import (and that happened, when it was included in CGameHandler.cpp) 2013-02-12 12:51:31 +00:00
VCMI_global_release.props Project files update/cleanup. 2012-12-19 18:23:21 +00:00
VCMI_global_user.props Launcher works for me. 2013-09-02 17:26:52 +00:00
VCMI_global.props Launcher works for me. 2013-09-02 17:26:52 +00:00
VCMI_VS10.sln - Compile fix for editor - Renamed /Editor to /editor and Scripting/ERM to scripting/erm - Removed unused ipch folder and format file - Removed ancient lua folder 2013-04-13 11:07:32 +00:00
VCMI_VS11.sln Added launcher to solution, fixed .rc file so launcher has its icon. 2013-09-04 20:12:37 +00:00
vcmi.workspace compile fix 2013-01-21 18:27:00 +00:00
vcmibuilder - it is possible to edit data of another mod or H3 data via mods 2013-04-25 14:03:35 +00:00
vcmimanual.tex A patch from O01eg: http://forum.vcmi.eu/viewtopic.php?p=9313#9313 2013-06-02 19:53:13 +00:00

    VCMI Project
    Copyright (C) 2007-2013  VCMI Team (check AUTHORS file for the contributors list)

    VCMI is an open-source project aiming to reimplement HMM3:WoG game engine, 
	giving it new and extended possibilities. 
	Wiki:   http://wiki.vcmi.eu
	Forums: http://forum.vcmi.eu
	Bugtracker: http://bugs.vcmi.eu/
	
    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 (included in the license.txt)
    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 program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.