33023 Commits

Author SHA1 Message Date
Guillaume Melquiond
c21ea970af Removed redundant unused file. 2009-04-26 08:29:54 +00:00
Guillaume Melquiond
9e487c125c Fixed improper families passed to Pango. (Bug #13399) 2009-04-26 08:12:16 +00:00
Alexander van Gessel
71ca4e1de7 Wire in doofus's orcish villages for grassland. 2009-04-26 04:01:59 +01:00
Alexander van Gessel
c736124b72 Remove ^ comments from dutch translation. 2009-04-26 03:35:54 +01:00
Nils Kneuper
ff3f542977 updated Slovak translation 2009-04-25 22:39:33 +00:00
Jörg Hinrichs
d3d2885c89 Savegame reorganization Step 1: a simpler interface to saving and loading.
Refactor calling the start-of-scenario save and (hopefully) fix the
broken compilation for TINY_GUI.
2009-04-25 22:16:46 +00:00
Mark de Wever
8bc1851c96 Remove a not required update. 2009-04-25 20:46:30 +00:00
Mark de Wever
7a368de056 Remove the old copy policy code.
The ttext is no longer copyable and it's no longer needed, so remove
that option.
2009-04-25 20:46:26 +00:00
Mark de Wever
722804d26f Remove unused clone function. 2009-04-25 20:46:19 +00:00
Guillaume Melquiond
e28998d2c2 Added changelog entry. (Bug #13399) 2009-04-25 20:33:57 +00:00
Guillaume Melquiond
78ffe4a375 Moved initialization of font options to the constructor.
Enabled hint metrics too, just to be on the safe side.
2009-04-25 20:22:37 +00:00
Guillaume Melquiond
c2f4f0eb94 Enabled hinting for Pango/Cairo output. 2009-04-25 20:06:11 +00:00
Richard Kettering
587a618834 Added graphics for some new orcish villages. 2009-04-25 19:53:16 +00:00
Iurii Chernyi
30a7ba8d2c Log domains names change: lua -> scripting/lua, formula_ai...
...( used by src/formula_function.cpp )-> scripting/formula
2009-04-25 19:06:10 +00:00
Sergey Popov
1ea53563f6 Disable -Wno-unused -Wno-sign-compare.
Pass -Wno-unused-parameter on strict compiles.
2009-04-25 19:06:08 +00:00
Mark de Wever
4eff96aaa0 Add a new scrollbar mode.
This way the user can select whether or not to show the scrollbar if the
contents fit at the first run. The code will only be used for the new
layout algorithm and does nothing at the moment.
2009-04-25 18:57:24 +00:00
Mark de Wever
cf8639b980 Fix a typo. 2009-04-25 18:57:09 +00:00
Guillaume Melquiond
4cbe34b003 Fixed typos. 2009-04-25 18:18:57 +00:00
Mark de Wever
0dc32aabc3 Make the CXX FLAGS stricter like automake. 2009-04-25 17:43:32 +00:00
Fabian Müller
e73b1a556b UtbS 01: Removed the code that assigns the village...
...inside the destroyed fortress to the player. It's easier to spot
the encounters for the player now.
2009-04-25 17:26:42 +00:00
Mark de Wever
fc9bc3b138 Avoid double linking of boost on MSVC.
The MSVC part has been tested by Reisiger.
2009-04-25 16:48:06 +00:00
Mark de Wever
76aaea1bd4 Add a new resize function and fixed some issues.
The default values for showing and hiding columns wasn't properly set
yet, this has been fixed for now. (Will need more tuning later on.)
2009-04-25 16:20:57 +00:00
Mark de Wever
4db520a6dc Add more logging. 2009-04-25 16:20:52 +00:00
Mark de Wever
40a4f1c6e0 Fix a resizing bug.
When trying to resize it didn't take the border size in account, which
will cause resizing to fail due to the adding of the border size later
on.
2009-04-25 16:20:47 +00:00
Mark de Wever
701f259e5d Avoid shadowing of the size variable. 2009-04-25 16:20:22 +00:00
Mark de Wever
4c04eb35a3 Change some libraries to fix MSVC problems. 2009-04-25 16:20:12 +00:00
Iurii Chernyi
af320fc046 Improved lua detection to work on FreeBSD7...
...(which uses lua-5.1.pc) Now scons can compile trunk on FreeBSD7
without any os-specific patches.
2009-04-25 15:47:25 +00:00
Iurii Chernyi
5e3d5fce29 Fixes bug #13425 - catches formula errors at ai level, with better logging. 2009-04-25 15:47:20 +00:00
Tomasz Śniatowski
59596ad619 move the ai ?pp files into a filter in the vc9 project...
...to reflect the changed dir structure
2009-04-25 16:02:03 +01:00
Tomasz Śniatowski
e3a4fc8ceb add new files to vc9 project file 2009-04-25 15:49:16 +01:00
Guillaume Melquiond
5bb0a75cac Removed -Wno-sign-compare...
...and -Wno-unused-{function,label,variable,value} from compile options.
2009-04-25 14:06:46 +00:00
Nils Kneuper
43121142bc make sure that sendfile *only* from sys/sendfile.h is accepted 2009-04-25 12:43:20 +00:00
Guillaume Melquiond
bdf0873b11 Fixed incorrect log severity. 2009-04-25 11:42:56 +00:00
Nils Kneuper
60b2646f3e improve formating in players_changelog
* add missing items to changlog(s)

* rearrange changelog(s) to get closer to alphabetical sorting and get
  rid of the "General:" section
2009-04-25 11:10:31 +00:00
Sergey Popov
e38299198f Fixed compile error with forum_user_handler enabled. 2009-04-25 10:53:20 +00:00
Guillaume Melquiond
98caea972e Added changelog entries for revisions 34594 and 35179. 2009-04-25 10:43:06 +00:00
Mark de Wever
69cd97b335 Show more of the path in the Doxygen files section.
All files show their full path, only files in the src directory get the
src/ part stripped.
2009-04-25 10:35:51 +00:00
Guillaume Melquiond
f986407b72 Put AI-related log domains under their own hierarchy. 2009-04-25 10:11:01 +00:00
Guillaume Melquiond
3295c06b66 Added support for hierarchy of log domains, so that --log-info=gui/* works. 2009-04-25 10:10:54 +00:00
Mark de Wever
2e34d599ab Log cleanups and minor modifications.
Rename all marcos to *_G_* to *_GUI_*. Rename *_GUI to *_GUI_G. Rename
the gui domain to gui/general and all other domains from gui_* to
gui/*.  This change is done since silene wants to add wildcard
matching to the log domain names, eg gui/* for all gui domains.
2009-04-25 09:28:05 +00:00
Mark de Wever
cd48bfee81 Add a new generic logging header for gui2.
2009-04-24T23:18:31Z!guillaume.melquiond@gmail.com removed the specialized log domains and the macros to
make logging easier. I added them so I don't need to add the same
items to the gui files all the time. The auxiliary directory was
alread longer planned so some file in the widgets directory which are
no widgets can be moved there, this will be done later.
2009-04-25 07:56:49 +00:00
Mark de Wever
e761640021 Fix a compiler error.
YogiHH please have a look at this test case.
2009-04-25 06:02:27 +00:00
Mark de Wever
58fe6e826b Fix a compiler warning. 2009-04-25 05:57:43 +00:00
Mark de Wever
3007cd4459 Fix a compiler error. 2009-04-25 05:57:20 +00:00
Ali El Gariani
5fe5678bb1 Remove compatibility code for 1.6RC1 replay 2009-04-25 03:46:22 +00:00
Guillaume Melquiond
0edc15c2a2 Added missing files. 2009-04-24 23:18:42 +00:00
Guillaume Melquiond
789736ac91 Removed specialized domains from log.hpp,
...so that adding a new domain no longer forces to recompile the whole
game.
2009-04-24 23:18:31 +00:00
Jörg Hinrichs
dce2a6c01e Savegame reorganization Step 1: a simpler interface to saving and loading.
Transfer save-game dialog to gui2 and use it within savegame.cpp.
2009-04-24 21:59:53 +00:00
Chris Hopman
ccf75ada55 rewrite find_routes to use djikstra's algorithm rather than dfs.
runs, on average, in about 70% of the time as the previous
2009-04-24 20:53:25 +00:00
Iurii Chernyi
101af19730 Added ai_testing logs to log information about the winner,
...including information about AI indentifier
2009-04-24 18:38:47 +00:00