Frank Zago
5ce428cf1d
Let SDL decide which pixel depth is the best. This fixes the sluggish interface under linux. Removed SDL_DOUBLEBUF for it's only valid with SDL_HWSURFACE.
2009-05-17 04:14:30 +00:00
Frank Zago
bc506bbc77
Fix 32 bits depth issues during combat.
2009-05-17 03:34:41 +00:00
Frank Zago
bf562bdb77
Depth neutral implementation of CSDL_Ext::rotate01 and CSDL_Ext::hFlip.
2009-05-17 02:43:36 +00:00
Frank Zago
ce9b7b48ca
Fix visual artefacts on the map when using 32 bits screen depth.
2009-05-17 02:35:28 +00:00
Frank Zago
0d5de20a7a
vcmi builds with boost 1.36. Add a note for systems where boost is installed in /usr/lib64.
2009-05-16 17:15:21 +00:00
mateuszb
38226c1056
* further changes in stack feature code
2009-05-16 14:49:06 +00:00
mateuszb
cc78c2d350
* more of the new stack bonus system
2009-05-15 12:07:55 +00:00
mateuszb
f07c80ce44
* more of the new stack bonus system
2009-05-14 17:26:55 +00:00
Frank Zago
1f337764bd
Support for combat spell sounds.
2009-05-14 04:49:04 +00:00
Frank Zago
bbf4394ecc
Removed unused variable.
2009-05-14 03:28:55 +00:00
Frank Zago
e7d4635da8
Use the creatures parameter.
2009-05-14 03:13:54 +00:00
mateuszb
a93796e9d8
* a few changes to new stack bonus system
2009-05-13 20:40:23 +00:00
ambtrip
8ecabaa041
GeniusAI:
...
* UML project (can be viewed and edited in BOUML). The aim of this UML documentation is to help to share ideas and to make good AI logic.
2009-05-12 21:01:42 +00:00
mateuszb
cc053e4dc2
* partially reverted r861 - one of those lines is actually useful
...
* fixed bug with defending / waiting while no stack is active
2009-05-12 17:30:32 +00:00
Frank Zago
51216c224d
Recrutation -> Recruitment.
2009-05-12 03:43:40 +00:00
Frank Zago
788343dd1d
Typo: cast is an irregular verb.
2009-05-12 03:35:51 +00:00
Frank Zago
68d106ff1a
Let's cast combat spells again.
2009-05-12 03:13:07 +00:00
Frank Zago
c1eea72fce
Support for new source files.
2009-05-11 04:58:50 +00:00
Frank Zago
a8ebc0fb5b
Fix include path.
2009-05-11 04:57:58 +00:00
Frank Zago
4dd4912b81
Unused file.
2009-05-11 00:59:10 +00:00
mateuszb
2daad01c7a
* missing file
2009-05-10 15:24:46 +00:00
mateuszb
8a32855900
* further changes in stack's bonus code
2009-05-10 15:09:42 +00:00
mateuszb
f960208729
* pathfinder will now look for a path going via printed positions of roads when it's possible (reported by Zamolxis)
2009-05-10 13:19:21 +00:00
mateuszb
3c50890d16
* msvc compilation fix
...
* fixed problem with maximal spell level checking reported by ubuntux
2009-05-10 13:00:15 +00:00
ambtrip
1906060bc6
GeniusAI:
...
* project was reorganized - now there is possibility to work simultaneously on battle AI and general AI
2009-05-10 08:15:30 +00:00
Michał W. Urbańczyk
b961d22052
* the number of creatures at the beginning is their base growth
...
* clicking scrolling arrows in town/hero list won't open town/hero window
* fixed crash on NewGame -> Single -> Back -> Back -> LoadGame -> Single when no saves available
* fixed crash on clicking "Load" in load game menu when no saved games available
2009-05-09 22:19:41 +00:00
Michał W. Urbańczyk
90fd75e66c
* Removed trailing newline from settings.txt (caused warning)
...
* Sprite/Bitmap handlers moved to VCMI_Lib
* Moved volume sliders 1px down for better look
2009-05-09 16:18:27 +00:00
mateuszb
ae2909667d
* redesign of stack's abilities and bonuses - not 100% working, but close ;]
2009-05-08 16:55:04 +00:00
Frank Zago
7964f44850
How to for building and installing VCMI on linux.
2009-05-08 04:20:23 +00:00
Frank Zago
6e99d6703c
Added effects volume.
2009-05-08 02:58:41 +00:00
mateuszb
b5ae7d5cbe
* refactorings and comment coverage improvements
2009-05-07 17:20:41 +00:00
mateuszb
4f30bde636
* bugfixes and refactorings
2009-05-07 15:19:52 +00:00
Frank Zago
0a9c46d88f
Some warning fixes.
2009-05-07 05:01:45 +00:00
Frank Zago
3950cfa497
Renamed amiga Makefile so it won't be overwriten.
2009-05-07 04:54:41 +00:00
Frank Zago
8172493467
Updated autoconf generated files.
2009-05-07 04:52:40 +00:00
Frank Zago
9e0e101c92
Unused.
2009-05-07 04:48:27 +00:00
Frank Zago
81d2a36df6
Autoconf rework.
2009-05-07 04:45:59 +00:00
mateuszb
6e0212a464
* small fix
2009-05-06 10:21:05 +00:00
mateuszb
bf2fec8e64
* music volume buttons in system options window (unfortunately seems not to affect volume at all despite appropriate music handler call)
2009-05-06 10:14:48 +00:00
Frank Zago
8c36658c56
Made AI name OS agnostic.
2009-05-06 03:33:57 +00:00
Frank Zago
a594beea92
Added volume support.
2009-05-06 03:13:46 +00:00
Frank Zago
11779956b1
Fix spelling: pickup_sounds -> pickupSounds
2009-05-06 02:39:03 +00:00
Frank Zago
2bb0eab5f9
Split CMusicHandler into CMusicHandler, CSoundHandler and CAudioHandler. Audio handler is now audioh instead of mush.
2009-05-06 02:32:36 +00:00
Michał W. Urbańczyk
6aacc95945
Patch from Ubuntux:
...
* Revert a change from rev 826 that breaks compilation under gcc.
( vcmi_fix_linux_no_compile.diff )
2009-05-03 23:43:07 +00:00
Michał W. Urbańczyk
2900e75818
PreGame patches from Ubuntux:
...
* fromnewgame use was just broken. Replaced it with something more clear.
* Cleanup printMaps. Remove unused arguments. Can handle empty lists. Add comments.
* Try to behave when no map is present.
( vcmi_fix_fromnewgame.diff
vcmi_printmap2.diff
vcmi_fix_nomap.diff
vcmi_fix_moveByOne.diff
vcmi_sort_maps.diff )
2009-05-03 23:38:08 +00:00
Michał W. Urbańczyk
ab1a759458
* reduntant quotation marks from artifact descriptions are removed
...
* fixed map scrolling with ctrl+arrows when some windows are opened
2009-05-03 23:15:18 +00:00
mateuszb
51821ad5c4
* missing change for previous commit
2009-05-03 16:15:22 +00:00
mateuszb
047590427f
* support for new hero bonuses (BLOCK_MORALE, SECONDARY_SKILL_PREMY (archery), AIR_SPELL_DMG_PREMY, EARTH_SPELL_DMG_PREMY, FIRE_SPELL_DMG_PREMY, WATER_SPELL_DMG_PREMY, BLOCK_SPELLS_ABOVE_LEVEL, SPELL_IMMUNITY, BLOCK_MORALE, FIRE_SPELLS, AIR_SPELLS, WATER_SPELLS, EARTH_SPELLS, SPELL, SPELLS_OF_LEVEL). It means that following artifacts are now supported:
...
- Orb of the Firmament
- Orb of Silt
- Orb of Tempestuous Fire
- Orb of Driving Rain
- Bow of Elven Cherrywood
- Bowstring of the Unicorn's Mane
- Angel Feather Arrows
- Tome of Fire Magic
- Tome of Air Magic
- Tome of Water Magic
- Tome of Earth Magic
- Recanter's Cloak
- Orb of Inhibition
- Pendant of Dispassion
- Pendant of Second Sight
- Pendant of Holiness
- Pendant of Life
- Pendant of Death
- Pendant of Free Will
- Pendant of Negativity
- Pendant of Total Recall
- Spellbinder's Hat
- Spirit of Oppression
- Sphere of Permanence
I hope I listed them all here :). Please try them and report if something's wrong.
2009-05-03 16:14:16 +00:00
mateuszb
e9ed648415
* support for sorcery secondary skill
2009-05-02 17:43:57 +00:00
Michał W. Urbańczyk
1661da2fcb
* fixed selecting new path
...
* always restoring default cursor when movng mouse out of the terrain
* fixed herolist scrolling
* fixed picking guarded resources
2009-05-01 22:08:03 +00:00