5 Commits

Author SHA1 Message Date
JaMiT
cab1c823b8 Refactor static_wml_actions as class wml_action.
It's a bit more C++-like, but more importantly puts related static
variables in the same file (so this should cure the static
initialization fiasco known as bug #21020).
2013-08-12 21:44:35 -05:00
JaMiT
b4b957128c Collect some parts of pump.cpp into a new class (context).
This has no immediate benefit other than organizing things.
Maybe it will help someone do something someday.
2013-08-12 21:44:35 -05:00
JaMiT
edcc7d2ecb Correct a comment. 2013-08-11 20:16:33 -05:00
JaMiT
64d7d34be1 Log failed [recall] to LOG_WML instead of ERR_NG. 2013-08-11 20:05:35 -05:00
JaMiT
c0435769bd Split game_events.cpp.
VC and XCode projects still need to be updated.
2013-08-11 19:31:20 -05:00