[Commits] [wesnoth/wesnoth] c10a1d: Revert "Fix a stray ; character appearing in the c...
GitHub
noreply at github.com
Sat Aug 13 15:40:38 UTC 2016
Branch: refs/heads/staging-event-handlers
Home: https://github.com/wesnoth/wesnoth
Commit: c10a1dbc0802b907b115852af1d725f4db6bfac1
https://github.com/wesnoth/wesnoth/commit/c10a1dbc0802b907b115852af1d725f4db6bfac1
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-08-13 (Sat, 13 Aug 2016)
Changed paths:
M changelog
M players_changelog
M src/widgets/textbox.cpp
M src/widgets/textbox.hpp
Log Message:
-----------
Revert "Fix a stray ; character appearing in the command console"
The fix was unreliable, and other developers (in particular @aginor and
@Wedge009 ) prefer a lower-level fix.
Commit: f621d7fa46025300a314da3004db8ddc53982c18
https://github.com/wesnoth/wesnoth/commit/f621d7fa46025300a314da3004db8ddc53982c18
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-08-13 (Sat, 13 Aug 2016)
Changed paths:
M changelog
M players_changelog
M src/events.cpp
M src/events.hpp
Log Message:
-----------
Add new event handlers to a staging area
This reverts the semantical change in commit 61ccf2f that event handlers
registered as a result of an event received that event.
Compared with commit 3d8c29bc, this is a lower-level way to fix the ;
character appearing in the command console. This commit has potential to
fix more code that assumes that an event handler can't receive an event
that caused the handler to be registered in the first place. On the other
hand, it is no longer possible for event handlers to receive such events
even if developers want that.
Compare: https://github.com/wesnoth/wesnoth/compare/c10a1dbc0802^...f621d7fa4602
More information about the Commits
mailing list