2025-08-26 19:58 CEST

spring: develop 2d274752 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
jK jK develop 2012-05-22 21:11:09 develop 1b1f4cfa
Changeset add experimental LuaLoadScreen
* very unstable atm (expect many null derefences, cause stuff isn't initialized early enough)
* not all functions available yet I want to (e.g. minimap texture, map size, LuaLobby, ... are missing)
* it has 2 new callins: DrawLoadScreen() & LoadProgress(string message, bool replace_lastline))
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Lua/CMakeLists.txt Diff ] File ]
mod - rts/Lua/LuaConstGame.cpp Diff ] File ]
add - rts/Lua/LuaLoadScreen.cpp Diff ] File ]
add - rts/Lua/LuaLoadScreen.h Diff ] File ]
mod - rts/Lua/LuaSyncedRead.h Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.h Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.h Diff ] File ]
mod - rts/System/EventClient.h Diff ] File ]
mod - rts/System/EventHandler.cpp Diff ] File ]