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
2014-04-07 08:58:51 +04:00
AI Removed AI bottleneck on water-based maps. 2014-04-03 09:57:44 +00:00
client - Moved gameState::guardingCreaturePosition() to CMap so it doesn't need to be recalculated many times for every player. 2014-04-01 11:53:28 +00:00
cmake_modules Fixing spelling mistakes. Patch from josch, fixes #1759 2014-03-23 12:59:03 +00:00
config config\creatures\neutral.json syntax fix 2014-04-02 04:24:55 +00:00
debian - my part of chagelog + some formatting 2014-02-26 14:19:14 +00:00
editor - Updated PCH to use our StdInc.h as the prefix header (not generated one from cotire) -> no exclude headers from ffmpeg/etc... statements required 2014-02-05 20:25:36 +00:00
launcher - added *_moc suffix to imageviewer files 2014-03-29 12:46:41 +00:00
lib - Some performance improvements for logging 2014-04-01 19:46:47 +00:00
Mods Part 2 of new spell configuration 2014-03-07 13:21:09 +00:00
osx Fixing spelling mistakes. Patch from josch, fixes #1759 2014-03-23 12:59:03 +00:00
rpm Some preparation towards mantis #1743: 2014-03-17 19:51:07 +00:00
scripting/erm Fixing spelling mistakes. Patch from josch, fixes #1759 2014-03-23 12:59:03 +00:00
server Some nontrivial optimizations based on profiling results: 2014-03-31 14:26:09 +00:00
test [c::b] +tests project 2014-04-02 04:39:15 +00:00
.gitignore create initial .gitignore 2014-04-07 08:58:51 +04:00
AUTHORS Changes related to Debian packaging, based on josch patch 2014-03-20 18:17:40 +00:00
CCallback.cpp - Moved gameState::guardingCreaturePosition() to CMap so it doesn't need to be recalculated many times for every player. 2014-04-01 11:53:28 +00:00
CCallback.h - Moved gameState::guardingCreaturePosition() to CMap so it doesn't need to be recalculated many times for every player. 2014-04-01 11:53:28 +00:00
ChangeLog Fixing spelling mistakes. Patch from josch, fixes #1759 2014-03-23 12:59:03 +00:00
CMakeLists.txt updated LD_RUNPATH_SEARCH_PATHS 2014-03-04 03:51:17 +00:00
COPYING Added COPYING (refers to license.txt). 2009-05-17 15:48:13 +00:00
Global.h Fixing spelling mistakes. Patch from josch, fixes #1759 2014-03-23 12:59:03 +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 Copyright update. 2014-03-01 18:46:54 +00:00
README.linux - (linux) XDG filesystem support 2014-03-04 14:51:10 +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 add Test project to workspace 2014-04-07 08:58:21 +04:00
vcmibuilder Changes related to Debian packaging, based on josch patch 2014-03-20 18:17:40 +00:00
vcmimanual.tex Fixing spelling mistakes. Patch from josch, fixes #1759 2014-03-23 12:59:03 +00:00

    VCMI Project
    Copyright (C) 2007-2014  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.