1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00
Commit Graph

1344 Commits

Author SHA1 Message Date
b87dc7950f Fixed #241 2009-11-28 11:26:32 +00:00
7f97a56a28 Fixed crash on casting spell. Fixed giving resources from towns. Version set to 0.74c. Incremented save format version.
Disabled adventure AI. Will be released as dev build.
2009-11-28 01:42:08 +00:00
82faf7538e Fixed #160, #167 2009-11-24 20:29:50 +00:00
c00d4bf905 Reverted r1366
GUI automatically assigns the parent objects (CMenuScreen) with it's children controls. They're activated/deactivated/shown/deleted automatically. (it's enabled by OBJ_CONSTRUCTION macro in scope)
2009-11-24 19:50:20 +00:00
f252b58f96 Commented out unused code. 2009-11-21 18:04:09 +00:00
0ffbaa457e Fixed #218 - mana will be given to heros after taking all bonuses into calculation. 2009-11-21 16:37:27 +00:00
4bb5d083f4 Added missing serialization of bank configs (bugs #9, #165 and #221) 2009-11-21 15:45:37 +00:00
8f217c5cdf Fixed #50, #191, minor 2009-11-20 22:35:18 +00:00
adf3c9fd4b Resolved bugs #76 and #168 which always gave same heroes in tavern. 2009-11-15 14:06:25 +00:00
d18b6c3d5a Fixed #2, #10, #118, #209, #210 2009-11-14 20:14:15 +00:00
4151310be6 * better fix for #184 (should fix all related issues)
* fixed #214, #121, #100
2009-11-13 21:01:33 +00:00
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
f99c4d3c66 Fixed #110.
Some minor changes / fixes.
2009-11-13 16:02:25 +00:00
a2e9e351e1 Fixed wrong call in issue #208. 2009-11-11 18:20:18 +00:00
7a622c6858 Minor fix for last revision. 2009-11-11 17:55:07 +00:00
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
2b1f395c70 * Minor bug fix for previous fix when transferring artifacts from one hero backpack to another. 2009-11-11 09:52:38 +00:00
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
db4ee5844f * implemented 206 and 207 from mantis 2009-11-08 14:44:58 +00:00
882ae5a53a Fixed bug #208 - lookout tower (and possibly other structures) update map view when built. 2009-11-08 07:20:42 +00:00
bf7dfca6f5 Fixed bug #203 - no neutral town growth 2009-11-07 20:23:39 +00:00
e040033950 * Fixed bug 38. (Swapping with artifact from backpack) 2009-11-06 02:26:25 +00:00
f7a1b74092 Next batch of code clearing. 2009-11-01 20:13:12 +00:00
6b5feb63e6 Implemented "main menu" in-game option. 2009-11-01 01:15:16 +00:00
c78d48473b (linux) Disable the console. It's just too broken. 2009-10-31 22:55:05 +00:00
7a6f1a383a Free now uninitialized std::map in CPlayerInterface::~CPlayerInterface. 2009-10-31 16:43:12 +00:00
fe80e8b553 Fixed some typos. 2009-10-31 16:33:11 +00:00
359ca49f26 (gcc) Fixed some warnings. 2009-10-31 16:32:18 +00:00
46c1127cc4 * Fixed bug 196. 2009-10-31 15:29:05 +00:00
3f3c019784 Next part of AI code cleaning/reformatting. 2009-10-28 16:28:52 +00:00
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
2c77785bc7 Hero experience tooltip will now be shown correctly despite of its type (bug #99) 2009-10-27 20:40:11 +00:00
f22570712e * again, please don't include headers in headers if not necessary
* minor changes
2009-10-26 15:01:12 +00:00
e4417e9204 Added feature #111 - external dwellings increase town growth. 2009-10-26 09:11:10 +00:00
7471372074 Fixed several crashes when exiting. 2009-10-26 05:39:30 +00:00
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
68c5bb63a4 * various improvements and code cleanups 2009-10-25 14:36:11 +00:00
60a401384f * please don't include headers in headers if not necessary 2009-10-25 10:41:58 +00:00
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
21f574f5ee Added a destuctor to CISer to fix some memory leaks. 2009-10-24 15:54:08 +00:00
7f5aa1007f Better handling of huge and empty message boxes (Bugs #55 and #183) 2009-10-24 11:17:10 +00:00
e916e94a40 Commented out unused code. 2009-10-24 03:51:14 +00:00
aa43938117 Fixed bug 7 & 153. 2009-10-24 03:28:14 +00:00
f0e04ad850 Fixed #178 = Scholar won't give unavaliable spells anymore. 2009-10-23 19:58:21 +00:00
04ea5deb01 Fixed bug 43. 2009-10-23 03:07:03 +00:00
1c54c639e4 Ensure hero destination tile exists. Fixes bug 73. 2009-10-23 02:11:45 +00:00
c6bd8e3518 Fixed bug 163 and display the right text when saving a game. 2009-10-23 01:48:03 +00:00
ddfe2e6f43 Center system option window. 2009-10-23 01:20:16 +00:00
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
142ec8e11a Lacking VCMI library include (VLC not found). 2009-10-22 17:50:37 +00:00