Commit Graph

36234 Commits

Author SHA1 Message Date
Dave White
62eea142e5 added elvish ranger animation 2003-09-24 12:58:40 +00:00
Dave White
323abf5c13 added new animations. 2003-09-24 12:55:12 +00:00
Dave White
77506335bb Added animation for Elvish Fighter attacking from long range 2003-09-24 12:46:52 +00:00
Dave White
0736d9a9b1 Fixed some of miyo's bugs 2003-09-24 10:10:13 +00:00
Dave White
62b4528345 Fixed bug with ctrl-s to save inserting an 's' into the textbox.
Made it so that strings will be stripped of whitespace at the ends
when loading config files. Added in Caranha's new unit descriptions.
2003-09-23 10:17:25 +00:00
Jordà Polo
768f113544 Button font size reduced. 2003-09-23 10:05:53 +00:00
Dave White
6a685a40b2 corrected version 2003-09-22 09:56:10 +00:00
Dave White
eb6122360d added flowers image 2003-09-22 05:47:05 +00:00
Dave White
680f20bacc Made it so that -windowed option to game will set preferences to windowed 2003-09-22 00:54:54 +00:00
Jordà Polo
4fdd4190e8 Movement changed to 5 2003-09-21 17:56:43 +00:00
Dave White
c50f5510f5 Added varying terrains, as suggested by zas 2003-09-21 13:00:52 +00:00
Dave White
278b0428dc Added in new hotkeys 2003-09-21 09:59:43 +00:00
Dave White
335abcdb08 miyo's changes to units, and added in customizable hotkeys in preferences 2003-09-21 08:36:40 +00:00
Dave White
8c687712ac Changed to user video hardware surfaces where possible 2003-09-21 07:26:39 +00:00
Jordà Polo
76748f4445 Some minor changes from the lohari's grassland. 2003-09-21 07:11:14 +00:00
Dave White
816599ab9f ask to save replay at end of scenario 2003-09-21 06:01:48 +00:00
Dave White
2806fffc02 Made it so map centers on unit instead of scrolling when a unit moves 2003-09-21 05:29:38 +00:00
Dave White
caacb6f2a9 Fixed bug 5456 2003-09-21 04:42:12 +00:00
Dave White
0bb126c559 Added diagnostics 2003-09-21 03:20:53 +00:00
zas
b09ea22d0b .xvpics file was added to .cvsignore files in images/. 2003-09-20 23:53:51 +00:00
Dave White
624f77bb7a fixed assertion failure in actions.cpp 2003-09-20 22:45:22 +00:00
Jordà Polo
da7a5d675a Bug fixed: buttons with duplicated border. 2003-09-20 16:38:25 +00:00
Dave White
26ef479976 added 'xoffset' attribute with attack...
...which allows attacking frames to be displaced in the x-axis
2003-09-20 13:25:57 +00:00
Dave White
ef1faef014 updated version number 2003-09-20 12:49:10 +00:00
Dave White
f3e6bf6d19 Fixed problem with resizing window while dialog is displayed 2003-09-20 11:12:41 +00:00
Dave White
175282aac9 allow window to be dynamically resized 2003-09-20 10:43:17 +00:00
Dave White
f0d8fc397f added option to AI to set number of scouts it gets initially 2003-09-20 08:10:38 +00:00
Dave White
5ca4e6c613 Fixed scenario 1 which had some left over testing in it 2003-09-20 08:01:51 +00:00
Dave White
b6f0f71260 Added go-to 2003-09-20 07:41:15 +00:00
Dave White
70d4334fb1 Validate saved games with version number 2003-09-20 02:17:04 +00:00
Dave White
d3440e6e8c added version number to title screen 2003-09-20 01:24:57 +00:00
Dave White
28e1c483aa Show scenario objectives at the start of scenario 2003-09-20 00:59:10 +00:00
Dave White
578da9904f added new image for keep 2003-09-20 00:25:21 +00:00
Dave White
d243cbeb1c Fixed healing to work properly 2003-09-20 00:22:41 +00:00
Dave White
1ad9a71490 added diagnostics for video mode changes 2003-09-19 23:52:49 +00:00
Dave White
26c5b28283 corrected bug with displaying unit locations in unit list 2003-09-19 23:40:21 +00:00
Dave White
21f26373bb When attempting to change video modes, if none are available...
...an error message will be displayed
2003-09-19 23:39:03 +00:00
zas
a5e93584fa game.hpp was added, it contains common stuff.
is_odd() and is_even() fast macros were added to it, and code was
populated with them.
2003-09-19 17:29:32 +00:00
zas
614ffecfd2 Rationalization of main menu display, button method set_xy() was added, ...
...move quit button last in menu.
2003-09-19 16:46:59 +00:00
zas
090ac6155a Now open_font() takes only the font file name and size as parameters, ...
...paths are computed in it, debug messages were improved a bit.
2003-09-19 16:07:39 +00:00
zas
cdf3f3fa9b Vera.ttf was moved from images/misc to new directory fonts/.
src/font.cpp was modified to reflect that change.
2003-09-19 15:41:49 +00:00
zas
df298355c7 Regain about 160Kb by lossless png optimization (using optipng tool). 2003-09-19 15:34:36 +00:00
zas
d68835f8ea Unused variables were commented out using //UNUSED:.
Sirp, grep for it and definitvely remove them if correct.
2003-09-19 14:25:26 +00:00
zas
41a3da1674 Warning about unhandled cases was fixed. 2003-09-19 14:01:24 +00:00
Dave White
16d35b0b17 Fixed some warnings on -Wall 2003-09-19 13:57:37 +00:00
Dave White
becd928424 removed warnings under -Wall from display.cpp 2003-09-19 13:20:36 +00:00
Dave White
8402f0e0c1 Finished implementing resolution changes 2003-09-19 13:08:15 +00:00
Dave White
cca1c2a769 fixed compiler warning 2003-09-19 11:17:36 +00:00
Dave White
ef62d737fa made changes to CVS send email to mailing list 2003-09-19 11:12:39 +00:00
zas
614ceb3fe2 make_translation and merge_translations were added to .cvsignore file 2003-09-19 10:58:55 +00:00