Commit Graph

24006 Commits

Author SHA1 Message Date
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
zas
0ff2b94845 Makefile was updated. 2003-09-19 10:56:52 +00:00
zas
bc1ba47f1a make_translation.cpp merge_translations.cpp were moved to src/tools. 2003-09-19 10:34:59 +00:00
zas
e0f7418d03 .cvsignore files were moved. 2003-09-19 10:29:55 +00:00
zas
30a9d14db5 Old widgets sources were removed. 2003-09-19 10:27:17 +00:00
zas
add635388c widgets sources were moved. 2003-09-19 10:26:23 +00:00
zas
0ca41693ba Old source files were removed. 2003-09-19 10:24:20 +00:00
zas
ffa8b0bf4e Step1 of source move. 2003-09-19 10:21:25 +00:00
Dave White
aa786ec04a Minor changes to resolution setting 2003-09-19 09:39:25 +00:00
Dave White
2de4570257 Added better error checking of .cfg files 2003-09-19 08:47:27 +00:00
Dave White
6e4ae9a502 Fixed segfault if sound not available 2003-09-18 23:19:29 +00:00
zas
b18dc37696 Minor typo fixes. 2003-09-18 17:02:21 +00:00
zas
bbe18e22f2 .cvsignore was added. 2003-09-18 16:50:31 +00:00
zas
0b09416742 Use default CXXFLAGS = -g -O2 -Wall if none are defined...
...minor cleanup, $Id was added.
2003-09-18 16:46:12 +00:00
zas
38f335dfd3 rcs id was added to text files, and long lines were wrapped...
...before 80 characters wide.
2003-09-18 16:32:07 +00:00
zas
f4beaccabe Code cleanup: Whitespaces at end of lines were removed. 2003-09-18 16:16:49 +00:00
zas
bd46dc892a French translation was updated. 2003-09-18 16:12:32 +00:00
zas
e64bf1cb71 .cvsignore was added. 2003-09-18 16:10:09 +00:00
Jordà Polo
81c99a9d63 [[Ignore .swp files]] 2003-09-18 15:57:22 +00:00
Dave White
dc624f6aee Allow dynamic changing of resolutions in preferences 2003-09-18 13:32:48 +00:00
Dave White
5fd5346808 Allow resolution to be configurable in preferences file...
...using xresolution and yresolution options
2003-09-18 12:47:17 +00:00
Dave White
4e492d7a92 changed resolution 2003-09-18 10:49:58 +00:00
Dave White
da58f22675 Added sound for fist swishing 2003-09-17 12:57:45 +00:00
Dave White
dc3c827a1b Added in new sounds for some units 2003-09-17 12:57:08 +00:00
Dave White
504bf41534 Made terrain descriptions use 'terrain (underlying terrain)' format 2003-09-17 12:10:11 +00:00
Dave White
695f2b758d Made it so that English strings and hotkeys would be defaulted to. 2003-09-17 11:20:25 +00:00
Dave White
2918372f04 Added descriptions for orcish units supplied by Claus 2003-09-17 09:34:06 +00:00
Dave White
3e560be234 Removed -Wall from makefile 2003-09-16 21:42:46 +00:00
Dave White
f0aeb9437c made it so scenario 11 will end if a major character dies 2003-09-16 21:39:53 +00:00