1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
Commit Graph

2239 Commits

Author SHA1 Message Date
DjWarmonger
0ffbaa457e Fixed #218 - mana will be given to heros after taking all bonuses into calculation. 2009-11-21 16:37:27 +00:00
DjWarmonger
4bb5d083f4 Added missing serialization of bank configs (bugs #9, #165 and #221) 2009-11-21 15:45:37 +00:00
Michał W. Urbańczyk
8f217c5cdf Fixed #50, #191, minor 2009-11-20 22:35:18 +00:00
DjWarmonger
adf3c9fd4b Resolved bugs #76 and #168 which always gave same heroes in tavern. 2009-11-15 14:06:25 +00:00
Michał W. Urbańczyk
d18b6c3d5a Fixed #2, #10, #118, #209, #210 2009-11-14 20:14:15 +00:00
Michał W. Urbańczyk
4151310be6 * better fix for #184 (should fix all related issues)
* fixed #214, #121, #100
2009-11-13 21:01:33 +00:00
Michał W. Urbańczyk
a6f61e33bd * restored 0.74 savegames compatibility (for easier reproducing reported issues)
* Fixed #184 and #189
* minor fixes
2009-11-13 19:04:36 +00:00
Michał W. Urbańczyk
f99c4d3c66 Fixed #110.
Some minor changes / fixes.
2009-11-13 16:02:25 +00:00
DjWarmonger
a2e9e351e1 Fixed wrong call in issue #208. 2009-11-11 18:20:18 +00:00
DjWarmonger
7a622c6858 Minor fix for last revision. 2009-11-11 17:55:07 +00:00
DjWarmonger
e1c793068d 1.Support for Skyship - revealing entire map
2.Reorganization of visible tiles processing
3.Turned off revealing the map at build structure as it caused odd conflict
2009-11-11 17:45:03 +00:00
OnionKnight
2b1f395c70 * Minor bug fix for previous fix when transferring artifacts from one hero backpack to another. 2009-11-11 09:52:38 +00:00
OnionKnight
64a72c39cb * Fixed bug 101, placing artifacts in specific slots in the backpack. Cleaned up swapArtifacts() to use more descriptive names as well. 2009-11-10 03:10:14 +00:00
mateuszb
db4ee5844f * implemented 206 and 207 from mantis 2009-11-08 14:44:58 +00:00
DjWarmonger
882ae5a53a Fixed bug #208 - lookout tower (and possibly other structures) update map view when built. 2009-11-08 07:20:42 +00:00
DjWarmonger
bf7dfca6f5 Fixed bug #203 - no neutral town growth 2009-11-07 20:23:39 +00:00
OnionKnight
e040033950 * Fixed bug 38. (Swapping with artifact from backpack) 2009-11-06 02:26:25 +00:00
red1939
f7a1b74092 Next batch of code clearing. 2009-11-01 20:13:12 +00:00
Frank Zago
6b5feb63e6 Implemented "main menu" in-game option. 2009-11-01 01:15:16 +00:00
Frank Zago
c78d48473b (linux) Disable the console. It's just too broken. 2009-10-31 22:55:05 +00:00
Frank Zago
7a6f1a383a Free now uninitialized std::map in CPlayerInterface::~CPlayerInterface. 2009-10-31 16:43:12 +00:00
Frank Zago
fe80e8b553 Fixed some typos. 2009-10-31 16:33:11 +00:00
Frank Zago
359ca49f26 (gcc) Fixed some warnings. 2009-10-31 16:32:18 +00:00
OnionKnight
46c1127cc4 * Fixed bug 196. 2009-10-31 15:29:05 +00:00
red1939
3f3c019784 Next part of AI code cleaning/reformatting. 2009-10-28 16:28:52 +00:00
DjWarmonger
ddd755c0c1 1.Removed unused code from hero handler
2.Minor changes in GUI
3.Attempt to manage different alignments of ships
2009-10-28 10:45:45 +00:00
DjWarmonger
2c77785bc7 Hero experience tooltip will now be shown correctly despite of its type (bug #99) 2009-10-27 20:40:11 +00:00
mateuszb
f22570712e * again, please don't include headers in headers if not necessary
* minor changes
2009-10-26 15:01:12 +00:00
DjWarmonger
e4417e9204 Added feature #111 - external dwellings increase town growth. 2009-10-26 09:11:10 +00:00
Frank Zago
7471372074 Fixed several crashes when exiting. 2009-10-26 05:39:30 +00:00
OnionKnight
95808db933 * Right-click info window for castles and garrisons you do not own shows a rough amount of creatures instead of none.
I don't really know under which circumstances no information at all is shown in the original H3 so I haven't dealt with that.
2009-10-25 19:32:02 +00:00
mateuszb
68c5bb63a4 * various improvements and code cleanups 2009-10-25 14:36:11 +00:00
mateuszb
60a401384f * please don't include headers in headers if not necessary 2009-10-25 10:41:58 +00:00
DjWarmonger
1683a419a3 Implemented artifact placement rules for advMap objects, but not for the random artifacts placed via editor. (feature #119) 2009-10-24 19:21:32 +00:00
Frank Zago
21f574f5ee Added a destuctor to CISer to fix some memory leaks. 2009-10-24 15:54:08 +00:00
DjWarmonger
7f5aa1007f Better handling of huge and empty message boxes (Bugs #55 and #183) 2009-10-24 11:17:10 +00:00
Frank Zago
e916e94a40 Commented out unused code. 2009-10-24 03:51:14 +00:00
Frank Zago
aa43938117 Fixed bug 7 & 153. 2009-10-24 03:28:14 +00:00
DjWarmonger
f0e04ad850 Fixed #178 = Scholar won't give unavaliable spells anymore. 2009-10-23 19:58:21 +00:00
Frank Zago
04ea5deb01 Fixed bug 43. 2009-10-23 03:07:03 +00:00
Frank Zago
1c54c639e4 Ensure hero destination tile exists. Fixes bug 73. 2009-10-23 02:11:45 +00:00
Frank Zago
c6bd8e3518 Fixed bug 163 and display the right text when saving a game. 2009-10-23 01:48:03 +00:00
Frank Zago
ddfe2e6f43 Center system option window. 2009-10-23 01:20:16 +00:00
red1939
ed9b75b447 First part of reformatting the code, renaming variables, rewriting tricky part. Basically making the code more readable, maintainable and ready for further additions. 2009-10-22 22:04:42 +00:00
red1939
142ec8e11a Lacking VCMI library include (VLC not found). 2009-10-22 17:50:37 +00:00
Frank Zago
20c4fbd25c Fixed bug 187. 2009-10-22 05:39:04 +00:00
Frank Zago
218194c36e Fixed bug 186. 2009-10-22 03:28:54 +00:00
Frank Zago
598334a71e Hide the mouse cursor while displaying a popup window. 2009-10-22 03:12:01 +00:00
Frank Zago
063bb9dc47 Hide the mouse cursor while displaying a popup window. 2009-10-22 02:41:09 +00:00
Frank Zago
336fee48aa Check if a right click is in the map, so clicking on the border no longer opens an empty info windows. 2009-10-22 02:25:12 +00:00