CIA.vc
anonymissimus
Real-time open source activity stats
Stats » Authors » anonymissimus
informationsyndicateUTC clock
03:23 on May 28, 2012
event counters
The last message was received 8.89 hours ago at 18:30 on May 27, 2012
0 messages so far today, 2 messages yesterday
0 messages so far this week, 4 messages last week
20 messages so far this month, 8 messages last month
1314 messages since the first one, 1.73 years ago, for an average of 11.57 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
18:30 yesterdaywesnoth
Commit by anonymissimus :: r54313 /trunk/projectfiles/CodeBlocks/wesnoth.cbp:
cb project update
#
18:30 yesterdaywesnoth
Commit by anonymissimus :: r54312 /trunk/projectfiles/VC9/wesnoth.vcproj:
vs project update
#
18:26 Saturdaywesnoth
Commit by anonymissimus :: r54303 /trunk/projectfiles/CodeBlocks/wesnoth.cbp:
cb project update
#
18:25 Saturdaywesnoth
Commit by anonymissimus :: r54302 /trunk/projectfiles/VC9/wesnoth.vcproj:
VC9 projetcfile update
#
20:52 on May 20wesnoth
Commit by anonymissimus :: r54262 /trunk/src/ (global.hpp gui/auxiliary/placer.hpp):
mute MSVC warnings C4099 and disable them globally

according to mordante's suggestion
#
20:52 on May 20wesnoth
Commit by anonymissimus :: r54261 /trunk/projectfiles/VC9/wesnoth.vcproj:
VC9 projectfile update

-add new files
-remove HAS_ITERATOR_DEBUGGING=0 define, since the functionality is too
useful and it should be _HAS_ITERATOR_DEBUGGING with a leading _
#
20:52 on May 20wesnoth
Commit by anonymissimus :: r54260 /trunk/projectfiles/CodeBlocks/wesnoth.cbp:
CB projectfile update
#
00:40 on May 18wesnoth
Commit by anonymissimus :: r54195 /branches/1.10/ (changelog players_changelog):
changelogs update
#
00:40 on May 18wesnoth
Commit by anonymissimus :: r54194 /branches/1.10/src/playsingle_controller.cpp:
let play_controller::player_number_ have the last side's side_number

after the loop over the sides' turns. (fix for bug #19735)

Backported from trunk r54193
#
00:28 on May 18wesnoth
Commit by anonymissimus :: r54193 /trunk/ (changelog players_changelog):
changelogs update
#
00:28 on May 18wesnoth
Commit by anonymissimus :: r54192 /trunk/src/playsingle_controller.cpp:
let play_controller::player_number_ have the last side's side_number

after the loop over the sides' turns. (fix for bug #19735)
#
00:27 on May 18wesnoth
Commit by anonymissimus :: r54191 /trunk/src/replay.cpp:
add an assert (bug #19735)

to ensure we notice out-of-bounds access
#
05:06 on May 14wesnoth-umc-dev
Commit by anonymissimus :: r14546 /trunk/The_Earths_Gut/scenarios/ (4 files): (link)
TEG: some of the dialog improvements by rmj
#
05:05 on May 14wesnoth-umc-dev
Commit by anonymissimus :: r14545 /trunk/The_Earths_Gut/scenarios/16_Ferry_crossing.cfg: (link)
TEG: make help text in Ferry crossing accessible whenever the player wants
#
05:04 on May 14wesnoth-umc-dev
Commit by anonymissimus :: r14544 /trunk/The_Earths_Gut/scenarios/18_The_investigation.cfg: (link)
TEG: [object]duration=level -> duration=scenario
#
23:18 on May 08wesnoth
Commit by anonymissimus :: r54129 /trunk/src/pathfind/pathfind.cpp:
remove the default I case I added in r54124

since gcc screams in case someone adds a value to the enum and it's
not handled in the switch
#
18:16 on May 08wesnoth
Commit by anonymissimus :: r54123 /trunk/src/unit_types.cpp:
avoid an MSVC9 compiler error
#
18:16 on May 08wesnoth
Commit by anonymissimus :: r54124 /trunk/src/pathfind/pathfind.cpp:
fix a MSVC9 compiler warning about "cost" being possibly uninitialized

(atm the enumeration doesn't have more types
so it could not have happened...)
#
02:08 on May 07wesnoth
Commit by anonymissimus :: r54112 /trunk/projectfiles/VC9/ (wesnoth.sln wesnoth.vcproj):
VC9 projectfile update

-fix object output path for added files for all configurations
-extend gabba's attempt for making MSVC compile and debug faster in
r54106 from debug to the other configurations
#
02:07 on May 07wesnoth
Commit by anonymissimus :: r54111 /trunk/src/ (multiplayer_connect.cpp unit_types.cpp):
explicitly convert some config::attribute_value to std::string

This works around compiler errors I get in MSVC9
on the new machine only for some reason.
#