2025-08-29 15:17 CEST

spring: develop dddcf086 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
trepan trepan develop 2007-02-01 17:34:22 develop 6bf459b7
Changeset * Fixed Mantis bug 0000408 (Logging race condition with lua) by maintaining
  a buffer of raw lines in InfoConsole, with a newLine count. This also has
  the effect of giving LuaUI the newlines that occurred before it was started.

* Added LuaUI GetConsoleBuffer() call-out, to get console lines that occurred
  before LuaUI was started (the maximum buffer size is currently set to 1024)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3373 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.h Diff ] File ]
mod - rts/Game/UI/InfoConsole.cpp Diff ] File ]
mod - rts/Game/UI/InfoConsole.h Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]