Find a file
kon 41a193d351 Don't assume null-terminated PlyName in DebugPrint
When printing CNetworkHost::PlyName with DebugPrint, use "%.*s" if the
CNetworkHost is part of CInitMessage, so that printing will terminate
at the end of PlyName even if it was not null-terminated in the
network packet.  (This version of Bos Wars always null-terminates
PlyName when sending, but people might run modified versions.)
2011-10-02 08:48:44 +00:00
action Fix some of the GCC 4.6.1 compiler warnings with -Wall -Werror triggered by [-Werror=unused-but-set-variable]. 2011-07-08 21:42:53 +00:00
ai Fall back to "ai-passive" only. 2011-09-30 17:42:27 +00:00
apbuild Build static binary without requiring apg++ from autopackage. 2010-04-22 21:48:32 +00:00
editor Fix some of the GCC 4.6.1 compiler warnings with -Wall -Werror triggered by [-Werror=unused-but-set-variable]. 2011-07-08 21:42:53 +00:00
game Removed dead variable neg in MissileNewHeadingFromXY 2011-07-17 11:13:34 +00:00
guichan Allow limiting the length of text in gcn::TextField 2011-10-02 08:05:21 +00:00
include Limit the length of LocalPlayerName in the UI 2011-10-02 08:05:32 +00:00
map Remove variables which are set but unused. 2011-07-17 19:30:31 +00:00
network Don't assume null-terminated PlyName in DebugPrint 2011-10-02 08:48:44 +00:00
particle Fix debug build. 2010-01-21 21:48:27 +00:00
pathfinder Let Lua update AStar*UnitCrossingCost 2010-11-25 15:52:12 +00:00
sound Remove GameSound::WorkComplete 2010-09-05 11:00:02 +00:00
stratagus Fix Lua error backtrace in LuaCallback 2011-08-08 05:09:52 +00:00
tolua Limit the length of LocalPlayerName in the UI 2011-10-02 08:05:32 +00:00
ui Remove variables which are set but unused. 2011-07-17 19:30:31 +00:00
unit Remove CclGetResourceByName 2011-07-26 17:25:10 +00:00
video Fix and speed up png screenshots when the display uses 24 bpp. 2011-07-17 19:45:15 +00:00
stratagus.ico Added stratagus.ico 2007-04-02 00:41:20 +00:00
stratagus.rc Added stratagus.ico 2007-04-02 00:41:20 +00:00
stratagus.vcproj Removed ai_plan.cpp 2009-06-29 03:44:23 +00:00