Follow-up Comment #1, bug #24138 (project wesnoth):

For the log i'll link to the irc discussion here: 
http://www.wesnoth.org/irclogs/2015/10/%23wesnoth-dev.2015-10-31.log
(discussion beginning at ~20:00)


Actially i think the display/CVideo classes are a huge mess:

1) In the CVideo class (the video.cpp file) half of the variables are static
variables instead of class members, we should eigher make all those variables
static or put them all into the CVideo class.

2) The display class (in display.cpp file) is required by the gui1 dialogs,
thats why we always need a display class active (to be always able to show a
gui1 dialog) but it mostly contains a data relates to the game/editor/replay
view. We shoudl try to split this two parts.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?24138>

_______________________________________________
  Nachricht gesendet von/durch Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
Wesnoth-bugs@gna.org
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to