[Commits] [wesnoth/wesnoth] c10a1d: Revert "Fix a stray ; character appearing in the c...
GitHub
noreply at github.com
Sat Aug 13 20:57:00 UTC 2016
Branch: refs/heads/master
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.
Commit: 9469b9b6c101b125df34bedf80555223a9474d99
https://github.com/wesnoth/wesnoth/commit/9469b9b6c101b125df34bedf80555223a9474d99
Author: Andreas <andreas at alternating.net>
Date: 2016-08-14 (Sun, 14 Aug 2016)
Changed paths:
M src/events.cpp
M src/events.hpp
M src/widgets/textbox.cpp
M src/widgets/textbox.hpp
Log Message:
-----------
Merge pull request #748 from wesnoth/staging-event-handlers
Staging area for event handlers
Compare: https://github.com/wesnoth/wesnoth/compare/3cc2d0962ac5...9469b9b6c101
More information about the Commits
mailing list