32836 Commits

Author SHA1 Message Date
Ali El Gariani
8d8aa4e94b update changelog 2009-04-26 17:32:20 +00:00
Mark de Wever
2efc251955 Implement the grid height reduction algorithm.
Only implements the algorithm partly, the forcing of reduction hasn't
been done yet.
2009-04-26 16:42:58 +00:00
Mark de Wever
93897f82bf Fixed several minor issues with the scrollbars.
The new algorithm now correctly seems to work with the vertical
scrollbar in the several modes. (The algorithm will be committed next.)
2009-04-26 16:42:53 +00:00
Mark de Wever
31768b5884 Fix some horizontal and vertical mixups. 2009-04-26 16:42:49 +00:00
Mark de Wever
5d965983f6 Changed some listbox defaults.
This will be tuned more later on for now try to be a bit more sane in
the defaults.
2009-04-26 16:42:37 +00:00
Nils Kneuper
22c5a7daba updated Icelandic translation 2009-04-26 16:28:43 +00:00
Guillaume Melquiond
ffcbaf82bd Fixed source documentation. 2009-04-26 16:15:13 +00:00
Guillaume Melquiond
856d8b672f Added missing directory. Removed obsolete variable. 2009-04-26 16:15:03 +00:00
Jörg Hinrichs
ae26d90504 Savegame reorganization Step 1: a simpler interface to saving and loading.
Reduce dependencies for savegame.cpp.
2009-04-26 13:14:05 +00:00
Mark de Wever
e9e3e37d4e Add some layout exceptions.
These exceptions have been described in the algorithm and the scrollbar
container throws the exception when needed. The codepath doing so hasn't been
implemented yet.
2009-04-26 10:23:25 +00:00
Mark de Wever
f274df3dda Add two recently added subdirectories. 2009-04-26 10:16:17 +00:00
Nils Kneuper
3329a2d6bb pot-update
regenerated doc files
2009-04-26 09:45:17 +00:00
Guillaume Melquiond
4c17b5d4b5 Removed redundant path spearator. 2009-04-26 09:25:47 +00:00
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