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
2009-03-24 21:28:17 +00:00
aclocal/m4 Autoconf/automake scripts to easy building. 2008-08-04 09:33:08 +00:00
AI * fixed crash on saving when some objects havebeen removed 2009-03-21 12:49:58 +00:00
client * massive spells go via one SetStackEffect 2009-03-21 16:03:07 +00:00
config * probably fixed #8 from 0.7b forum 2009-02-20 13:06:20 +00:00
hch Patch from keen: compatibility fixes for Mac OS X 2009-03-24 21:28:17 +00:00
lib Patch from keen: compatibility fixes for Mac OS X 2009-03-24 21:28:17 +00:00
scripts/lua/objects Partially done object scripting and interactions. 2007-11-18 22:58:28 +00:00
server Patch from keen: compatibility fixes for Mac OS X 2009-03-24 21:28:17 +00:00
aclocal.m4 AI dynamic library load in linux. Autoconf/automake project updated, to recompile use autoreconf -f -i; automake; ./configure 2009-01-31 02:36:44 +00:00
AdventureMapButton.cpp * fixed crash when there was no hero available to hire for some player 2009-02-09 16:18:48 +00:00
AdventureMapButton.h * fixed crash when there was no hero available to hire for some player 2009-02-09 16:18:48 +00:00
AI_Base.h unified guardians names 2008-12-26 01:46:53 +00:00
AUTHORS * fixed crashbug on savegame choice when no savegames were available 2009-01-24 22:17:49 +00:00
bootstrap.sh fixed build scripts (credist goes to scoruppa) 2009-03-14 18:16:23 +00:00
CAdvmapInterface.cpp REMOVED FILES: CPatgFinder.h/cpp 2009-03-19 14:17:19 +00:00
CAdvmapInterface.h * faster minimap refreshing 2009-03-13 14:57:49 +00:00
CBattleInterface.cpp * massive spells go via one SetStackEffect 2009-03-21 16:03:07 +00:00
CBattleInterface.h * improved comment coverage in CPlayerInterface.h and CBattleInterface.h 2009-03-22 16:04:46 +00:00
CCallback.cpp * hero recruited in the town with Mage Guild will get spells (if has spellbook) 2009-03-20 18:51:48 +00:00
CCallback.h REMOVED FILES: CPatgFinder.h/cpp 2009-03-19 14:17:19 +00:00
CCastleInterface.cpp * it's possible to stop hero movement 2009-03-12 18:50:36 +00:00
CCastleInterface.h * fixed scrolling behind window problem (now it's possible to scroll with CTRL + arrows) 2009-02-11 17:03:30 +00:00
CConsoleHandler.cpp REMOVED FILES: CPatgFinder.h/cpp 2009-03-19 14:17:19 +00:00
CConsoleHandler.h unified guardians names 2008-12-26 01:46:53 +00:00
CCursorHandler.cpp * corrected indentation 2008-12-23 13:59:03 +00:00
CCursorHandler.h unified guardians names 2008-12-26 01:46:53 +00:00
CGameInfo.cpp * save/load partially working 2009-01-10 22:08:18 +00:00
CGameInfo.h REMOVED FILES: CPatgFinder.h/cpp 2009-03-19 14:17:19 +00:00
CGameInterface.cpp 2009-03-06 22:11:17 +00:00
CGameInterface.h * massive spells go via one SetStackEffect 2009-03-21 16:03:07 +00:00
CGameState.cpp * fixed bug with looping animation supposed to be played once 2009-03-19 19:04:46 +00:00
CGameState.h * fixed bug with looping animation supposed to be played once 2009-03-19 19:04:46 +00:00
ChangeLog * hero recruited in the town with Mage Guild will get spells (if has spellbook) 2009-03-20 18:51:48 +00:00
CHeroWindow.cpp * fixed crash when there was no hero available to hire for some player 2009-02-09 16:18:48 +00:00
CHeroWindow.h * started making morale/luck system 2009-02-03 05:28:05 +00:00
CMessage.cpp * corrected indentation 2008-12-23 13:59:03 +00:00
CMessage.h unified guardians names 2008-12-26 01:46:53 +00:00
CMT.cpp REMOVED FILES: CPatgFinder.h/cpp 2009-03-19 14:17:19 +00:00
config.h.in AI dynamic library load in linux. Autoconf/automake project updated, to recompile use autoreconf -f -i; automake; ./configure 2009-01-31 02:36:44 +00:00
configure.ac fixed build scripts (credist goes to scoruppa) 2009-03-14 18:16:23 +00:00
CPlayerInterface.cpp * improved comment coverage in CPlayerInterface.h and CBattleInterface.h 2009-03-22 16:04:46 +00:00
CPlayerInterface.h * improved comment coverage in CPlayerInterface.h and CBattleInterface.h 2009-03-22 16:04:46 +00:00
CPreGame.cpp * probably fixed Bind effect 2009-02-14 15:00:29 +00:00
CPreGame.h * changed map reading routine in pregame, minor changes for events 2009-02-08 06:42:15 +00:00
CThreadHelper.cpp Missing files 2008-08-06 13:18:28 +00:00
CThreadHelper.h unified guardians names 2008-12-26 01:46:53 +00:00
global.h * fixed crash on saving when some objects havebeen removed 2009-03-21 12:49:58 +00:00
h3m.txt * right click popups in towns 2008-03-06 18:54:35 +00:00
int3.h New file for VCMI_Server - NetPacksServer.cpp 2009-03-09 10:37:49 +00:00
license.txt * license (GPL v2 or later) 2009-01-09 18:38:08 +00:00
Makefile Standard GCC Makefile for AmigaOS4 (Linux/Macosx) 2008-07-17 07:20:56 +00:00
Makefile.am fixed build scripts (credist goes to scoruppa) 2009-03-14 18:16:23 +00:00
Makefile.x Patch from keen: compatibility fixes for Mac OS X 2009-03-24 21:28:17 +00:00
map.cpp * support for Redwood Observatory 2009-03-14 11:25:25 +00:00
map.h * fixed crash on saving when some objects havebeen removed 2009-03-21 12:49:58 +00:00
mapHandler.cpp * improved comment coverage in CPlayerInterface.h and CBattleInterface.h 2009-03-22 16:04:46 +00:00
mapHandler.h * added missing movement arrows (advmap interface) 2009-02-02 13:05:19 +00:00
NEWS Autoconf/automake scripts to easy building. 2008-08-04 09:33:08 +00:00
nodrze.h corrected that missclick! hope so 2008-12-26 01:15:47 +00:00
README Reverted r731 2009-02-14 14:37:13 +00:00
SDL_Extensions.cpp Patch from Dikamilo: 2009-02-08 15:39:26 +00:00
SDL_Extensions.h * fixed scrolling behind window problem (now it's possible to scroll with CTRL + arrows) 2009-02-11 17:03:30 +00:00
SDL_framerate.cpp * CLodHandler now stories entries in nodrze (much faster searching) 2007-07-17 20:51:49 +00:00
SDL_framerate.h framerate keeper for main loop, working wersion of color converter (blue -> player's) and small tweak 2007-07-15 13:36:04 +00:00
StartInfo.h * changed map reading routine in pregame, minor changes for events 2009-02-08 06:42:15 +00:00
stdafx.cpp Na początek. 2007-06-06 16:12:12 +00:00
stdafx.h unified guardians names 2008-12-26 01:46:53 +00:00
tchar_amigaos4.h Merged most of the changes from trunk. 2008-08-02 15:08:03 +00:00
timeHandler.h unified guardians names 2008-12-26 01:46:53 +00:00
vcmi.workspace * patch update from Dikamilo 2009-02-08 16:36:53 +00:00

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

    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.