CIA.vc
anonymissimus
Real-time open source activity stats
Stats » Authors » anonymissimus
informationsyndicateUTC clock
15:43 on Feb 23, 2012
event counters
The last message was received 15.34 hours ago at 00:23 on Feb 23, 2012
2 messages so far today, 0 messages yesterday
4 messages so far this week, 16 messages last week
65 messages so far this month, 158 messages last month
1139 messages since the first one, 1.48 years ago, for an average of 11.35 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
00:23 todaywesnoth
Commit by anonymissimus :: r53159 /trunk/projectfiles/CodeBlocks/wesnoth.cbp:
CB projectfile update
#
00:23 todaywesnoth
Commit by anonymissimus :: r53158 /trunk/projectfiles/VC9/wesnoth.vcproj:
VC9 projectfile update
#
23:01 Mondaywesnoth
Commit by anonymissimus :: r53138 /trunk/projectfiles/VC9/wesnoth.vcproj:
VC9 projectfile update
#
23:01 Mondaywesnoth
Commit by anonymissimus :: r53137 /trunk/src/floating_point_emulation.hpp:
mute some MSVC warnings
#
21:22 on Feb 16wesnoth
Commit by anonymissimus :: r53081 /trunk/changelog:
changelog correction
#
21:21 on Feb 16wesnoth
Commit by anonymissimus :: r53080 /trunk/src/terrain_filter.cpp:
Rename [filter_side] in SLFs to [filter_owner].

I did not realize a tag name collision; some tags already have an inline
SLF but also a [filter_side] subtag, so this would have been ambiguous.
Luckily I noticed it before the next release, so changing without any
deprecation.
#
04:46 on Feb 15wesnoth-umc-dev
Commit by anonymissimus :: r13331 /trunk/The_Earths_Gut/images/terrain/grass/ (. flowers.png): (link)
TEG: add grass+flowers image removed from core in r53038
#
00:54 on Feb 15wesnoth
Commit by anonymissimus :: r53031 /trunk/changelog:
changelog update
#
00:53 on Feb 15wesnoth
Commit by anonymissimus :: r53030 /trunk/projectfiles/VC10/ (5 files):
Visual Studio 2010 projectfiles update
#
00:53 on Feb 15wesnoth
Commit by anonymissimus :: r53029 /trunk/data/tools/wmllint:
wmllint rule for the 2 deprecations in my latest revisions

No changes to mainline needed. These were only valid for
almost one year however.
#
00:52 on Feb 15wesnoth
Commit by anonymissimus :: r53028 /trunk/data/tools/wmllint:
remove wmllint rule for empty side= in remove/place_shroud,modify_side/ai,gold

The first three have "all sides" as default if no side info given,
the ladder two have inline SSF support and "all sides" as default
as well, so it's valid syntax which shouldn't be warned about.
#
00:52 on Feb 15wesnoth
Commit by anonymissimus :: r53027 /trunk/src/terrain_filter.cpp:
Introduce support for [filter_side]<SSF> in SLF.

For villages. Keeps backwards compatibility for inline
owner_side= at the cost of confusing syntax (due to (possible) duplicate
side information).
This also adds SSF support in [store_villages].
#
00:52 on Feb 15wesnoth
Commit by anonymissimus :: r53026 /trunk/src/ (game_events.cpp game_events.hpp):
remove deprecation for empty side= in modify_side,place*,remove_shroud

final syntax for these: all sides if neither side= nor [filter_side] are
present, all sides matching the ssf in [filter_side] if the tag is
present regardless of inline side=, and the sides matching inline side=
otherwise.
modify_side can't have inline SSF due to key conflicts. The other two
(and capture_village) already have inline SLF so it's a bad idea to
add an inline SSF. After removing filter_side in [gold] and
[modify_ai] this leaves 4 tags with possibly redundant side info
and confusing syntax (especially capture_village),
at the benefit of more backwards compatibility.
#
00:51 on Feb 15wesnoth
Commit by anonymissimus :: r53025 /trunk/src/game_events.cpp:
remove a done todo
#
00:51 on Feb 15wesnoth
Commit by anonymissimus :: r53024 /trunk/src/game_events.cpp:
Introduce inline SSF support in modify_ai and deprecate [modify_ai][filter_side].
#
00:51 on Feb 15wesnoth
Commit by anonymissimus :: r53023 /trunk/src/ (game_events.cpp game_events.hpp):
remove confusing unused parameters from game_events::get_sides_vector()
#
00:50 on Feb 15wesnoth
Commit by anonymissimus :: r53022 /trunk/data/tools/wmllint:
remove the rule making wmllint putting side= into set*,allow*,disallow_recruit,store_gold

Since it is valid syntax now (again, but defaulting to all sides).
#
00:50 on Feb 15wesnoth
Commit by anonymissimus :: r53021 /trunk/src/scripting/lua.cpp:
Remove unused confusing parameters from wesnoth.get_sides.

These were never documented and ment to be removed.
#
00:50 on Feb 15wesnoth
Commit by anonymissimus :: r53020 /trunk/data/lua/wml-tags.lua:
Introduce inline SSF support in [gold] and deprecate [gold][filter_side].

Since it should never have been added and is now redundant.
#
00:49 on Feb 15wesnoth
Commit by anonymissimus :: r53019 /trunk/data/lua/wml-tags.lua:
Activate SSF support in allow_recruit, disallow_recruit and set_recruit.

The default for empty side= is now "all sides".
#