Thonsew
576a3feab1
Updated parts of unit class to use t_token...
...
...in place of std:string in order to speed up comparisons, copies and
hashing which are 1 cycle operations.
Added z_sub t_token.
Added lru_cache unit test
2011-09-08 19:16:26 +00:00
Thonsew
abb678b080
Updated actions.cpp to use t_token in place of string literals
2011-09-08 19:16:18 +00:00
Thonsew
fcba175936
Updated terrain_filter to
...
1. Use t_token in place of string literals to improve speed
2. Use unordered_set in place of std::set to improve terrain filter
lookup times.
2011-09-08 19:16:12 +00:00
Thonsew
2bf6377351
Changed config and vconfig to use a token representation...
...
...t_token in place of std::string. t_token compares, copies, copy
constructs and hashes in 1 operation instead of proportional to the
length of the string.
2011-09-08 19:16:01 +00:00
Thonsew
87c99119d3
Added split_token to string utils
2011-09-08 19:15:53 +00:00
Thonsew
87b5cd1ec4
Updated tstring to use t_token as a replacement for string...
...
...to speed up comparisons, copying and hashing.
2011-09-08 19:15:47 +00:00
Thonsew
3d29107eff
Refactored string interpolation to use tokens to improve speed...
...
...once token are used in config
Added unit tests for string interpolation
2011-09-08 19:15:40 +00:00
Steven Panek
20f0d2ba7f
Stripped obsolete translations from the British English translation.
2011-09-08 18:22:22 +00:00
Fabian Müller
8a85e73f72
Removed an invalid test for the [tunnel] tag.
2011-09-08 17:37:51 +00:00
Fabian Müller
84c5e1bbae
Test case: Made Kaleh liminal
2011-09-08 17:32:06 +00:00
Fabian Müller
4954c1bd88
Added a tip for the liminal alignment.
2011-09-08 16:39:36 +00:00
Fabian Müller
c1deb5f608
Updated the manual to cover the liminal alignment.
2011-09-08 12:03:36 +00:00
Fabian Müller
6f14bb59ce
Reimplemented the liminal alignment.
2011-09-08 04:14:47 +00:00
Gabriel Morin
192e7a017e
Completely removed the waypoint functionality on 'w' key,
...
...since the whiteboard is now an adequate replacement.
Fixes bug #17060
2011-09-08 00:52:38 +00:00
Elvish_Hunter
0c7dfcc8af
Changelog entries for commits above
2011-09-07 08:27:26 +00:00
Elvish_Hunter
bc9576780a
SotBE: added 24 hour ToD in To the Harbor of Tirigaz
2011-09-07 08:21:53 +00:00
Elvish_Hunter
2b95afa860
DiD: added 24 hour ToD in A Small Favor
2011-09-07 08:18:06 +00:00
Steven Panek
13bd50e2f0
Updated the British English translation.
2011-09-06 04:30:59 +00:00
Simon Forsyth
2bb50c2567
Correct path to first desert-plant embellishment
2011-09-06 03:17:24 +00:00
Nils Kneuper
ad55006b60
updated Galician translation
2011-09-05 21:52:18 +00:00
Timotei Dolean
e34ef4e8f4
Clear the all set bit previously set by the stream...
...
...after closing the file
2011-09-05 18:50:56 +00:00
Timotei Dolean
02ad6c9dbc
Add the required libs to the Debug configuration...
...
...for the schema_generator project
2011-09-05 18:50:44 +00:00
Timotei Dolean
14f00f7d76
Fix the spacing in about.cfg ( Thanks Espreon )
2011-09-05 17:34:33 +00:00
Timotei Dolean
5f2defcb89
Fix my name in about.cfg
2011-09-05 17:31:54 +00:00
Nils Kneuper
1fab7a9463
updated Galician translation
2011-09-05 15:02:19 +00:00
Simon Forsyth
4514ee756c
Delete rule for non-existant wall terrain
2011-09-05 01:09:21 +00:00
Simon Forsyth
72739c3201
Fix water land transitions
...
(includes removal of never applied rules) Fixes bug #18601
2011-09-05 00:49:39 +00:00
Simon Forsyth
33f4724238
Lower layer of farmland. Partial fix for bug #18595
2011-09-04 23:44:03 +00:00
Alexander van Gessel
4e4204f22d
Update Dutch translation.
2011-09-04 23:39:58 +01:00
Timotei Dolean
88a17dd0e5
Correct the help entry
2011-09-04 22:12:26 +00:00
Timotei Dolean
3c7264d764
Add the loadscreen_empty to the wesnothlib project...
...
...so it won't need any other non-related dependencies
2011-09-04 22:12:17 +00:00
Timotei Dolean
f92722556b
Make the schema_generator compile on MSVC
2011-09-04 22:12:06 +00:00
Steven Panek
33a218a722
Updated the British English translation.
2011-09-04 20:28:16 +00:00
Timotei Dolean
66225f871d
Don't compile the schema_generator project by default.
2011-09-04 17:31:31 +00:00
Timotei Dolean
dfd304d995
Create the project for schema_generator in MSVC 9
2011-09-04 17:28:32 +00:00
Mark de Wever
eea67b3d5d
Fix another singular iterator issue.
2011-09-04 16:52:20 +00:00
Mark de Wever
26363c3155
Limit variable scope.
...
Issue found by cppcheck.
2011-09-04 16:52:15 +00:00
Mark de Wever
4ae425d811
Limit variable scope.
...
Also removes an old-style cast. Issue found by cppcheck.
2011-09-04 16:52:11 +00:00
Mark de Wever
1947e50f15
Limit variable scope.
...
Issue found by cppcheck.
2011-09-04 16:52:07 +00:00
Mark de Wever
f3151c6a48
Limit variable scope.
...
Issue found by cppcheck.
2011-09-04 16:52:01 +00:00
Simon Forsyth
3f2b9101b0
Fix bug #18587 :
...
restore old behaviour of drawing castle-cave wall transitions with
stone walls - reordered transitions to ensure stone walls appear above
cave transitions
2011-09-04 16:46:49 +00:00
Nils Kneuper
8f1e317b41
post release version bump to 1.9.9+svn
2011-09-04 14:43:39 +00:00
Nils Kneuper
981f1bcee8
bump version to 1.9.9
...
fixed the style of the changelogs
1.9.9
2011-09-04 14:01:23 +00:00
Elvish_Hunter
e63263f27c
DW: Fixed a bug reported in the forum...
...
...at http://forums.wesnoth.org/viewtopic.php?f=38&t=31283
2011-09-04 11:29:51 +00:00
Nils Kneuper
555f06a918
pot-update
...
regenerated doc files (no changes here)
2011-09-04 09:43:34 +00:00
Sergey Popov
57ca62d02b
Fix completed/total confusion in numeric display...
...
...of network transmission dialog.
2011-09-03 21:28:21 +00:00
Steven Panek
c8dc77c0a6
Updated the Latin translation.
2011-09-03 21:27:42 +00:00
Steven Panek
db5e140f19
Removed extra '\n's.
2011-09-03 21:18:53 +00:00
Alexander van Gessel
72bf610adb
Add more unsigned si_string overloads.
...
This should fix compilation on systems where size_t != unsigned int.
2011-09-03 22:11:30 +01:00
Steven Panek
ce2a23f2e2
Updated the British English translation.
2011-09-03 20:40:15 +00:00