1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00
Go to file
Michał W. Urbańczyk a9af0da0ab Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including:
* #785 and parts of #760
* first aid tent can heal only creatures that suffered damage
* war machines can't be healed by tent
* creatures casting spells won't try to cast them during tactic phase
* console tooltips for first aid tent
* console tooltips for teleport spell
* cursor is reset to pointer when action is requested
* fixed a few other missing or wrong tooltips/cursors

Implemented opening creature window by l-clicking on stack. Master Genie's spell is picked by server, not client.
Minor changes.
2012-03-30 21:36:07 +00:00
2012-03-29 18:29:47 +00:00
2011-06-21 00:00:49 +00:00
2012-03-05 13:31:59 +00:00
2011-12-31 10:03:29 +00:00
2012-03-12 20:11:46 +00:00
2012-03-12 20:11:46 +00:00
2009-05-17 15:48:13 +00:00
2009-05-17 15:42:47 +00:00
2008-03-06 18:54:35 +00:00
2009-05-07 04:52:40 +00:00
2009-01-09 18:38:08 +00:00
2011-10-31 18:00:44 +00:00
2009-05-07 04:52:40 +00:00
2009-02-14 14:37:13 +00:00
2012-03-08 11:17:09 +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.
Description
Open-source engine for Heroes of Might and Magic III
Readme 113 MiB
Languages
C++ 67.1%
JSON-with-Comments 24.5%
Inno Setup 3.4%
Java 1.5%
CMake 1.4%
Other 1.8%