0ad/source/ps
Zyi ab4b930042 Fixed bugs:
- Game crash when taking a "Big Screenshot" on the main menu.
- GUI used to be visible on each of the tiles when taking a Big
Screenshot while playing the game. Removed the GUI all together from the
Big Screenshot.

This was SVN commit r6827.
2009-04-18 15:27:38 +00:00
..
GameSetup Fixed bugs: 2009-04-18 15:27:38 +00:00
scripting had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
tests Set svn:eol-style=native 2009-04-11 17:00:39 +00:00
XML Set svn:eol-style=native 2009-04-11 17:00:39 +00:00
CConsole.cpp Some fixes for OS X: 2008-08-11 04:18:10 +00:00
CConsole.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
CLogger.cpp Simplified the logger: 2009-04-11 22:53:33 +00:00
CLogger.h Simplified the logger: 2009-04-11 22:53:33 +00:00
ConfigDB.cpp Fixed "it=it=map.begin()" typo 2008-07-18 23:51:44 +00:00
ConfigDB.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CStr.cpp # More libxml2 2009-03-23 01:07:08 +00:00
CStr.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
DllLoader.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
DllLoader.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Errors.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
Errors.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
FileIo.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
FileIo.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
Filesystem.cpp Set svn:eol-style=native 2009-04-11 17:00:39 +00:00
Filesystem.h Set svn:eol-style=native 2009-04-11 17:00:39 +00:00
Font.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
Font.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Game.cpp Fixed 3+ player games. The problem was the FinalizeSlots method in GameAttributes, which confused player and slot IDs by deleting nonexistent slots/players from the array. Since this doesn't seem particularly useful (and is even undesirable for scenarios where some players *want* to be the last slot and to leave others empty), I commented it out rather than having the code incur the extra complexity of supporting renumberings. 2008-07-14 06:40:05 +00:00
Game.h Use NONCOPYABLE macro, to avoid ICC warnings 2009-01-03 18:40:28 +00:00
GameAttributes.cpp #Players list in the Multiplayer menu is now working. 2008-11-22 22:44:02 +00:00
GameAttributes.h #Players list in the Multiplayer menu is now working. 2008-11-22 22:44:02 +00:00
GameRecord.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
GameRecord.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Globals.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
Globals.h pending improvements and partial fixes to self-tests 2008-01-03 22:07:18 +00:00
Hotkey.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
Hotkey.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
i18n.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
i18n.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
Interact.cpp Pyrogenesis.cpp: add svn_revision to log 2009-02-28 16:42:46 +00:00
Interact.h Territorial limits applied 2007-07-14 06:15:19 +00:00
KeyName.cpp # SwEng 2007-05-04 17:30:32 +00:00
KeyName.h Set svn:eol-style=native 2009-04-11 17:00:39 +00:00
Loader.cpp large batch of Dehydra static code analysis fixes 2008-07-12 10:45:11 +00:00
Loader.h large batch of Dehydra static code analysis fixes 2008-07-12 10:45:11 +00:00
LoaderThunks.h Use NONCOPYABLE macro, to avoid ICC warnings 2009-01-03 18:40:28 +00:00
Overlay.cpp dehydra-inspired fix: get rid of all using namespace std (potentially confusing / pollutes namespace). 2008-07-13 21:22:03 +00:00
Overlay.h Fixed some strict aliasing warnings 2008-07-19 00:36:42 +00:00
Parser.cpp dehydra-inspired fix: get rid of all using namespace std (potentially confusing / pollutes namespace). 2008-07-13 21:22:03 +00:00
Parser.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Player.cpp # Fixed Linux build 2009-01-02 21:19:41 +00:00
Player.h Added active field to players to check whether the player is a human or CPU. 2008-07-23 05:21:57 +00:00
Profile.cpp premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
Profile.h Profiler: Added malloc-counting to GCC. Fixed counting of unlogged allocations in the root node. 2007-06-15 17:03:26 +00:00
ProfileViewer.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
ProfileViewer.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
Pyrogenesis.cpp Pyrogenesis.cpp: add svn_revision to log 2009-02-28 16:42:46 +00:00
Pyrogenesis.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
Singleton.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
StringConvert.cpp # SwEng 2007-05-04 17:30:32 +00:00
StringConvert.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ThreadUtil.h Use NONCOPYABLE macro, to avoid ICC warnings 2009-01-03 18:40:28 +00:00
UniDoubler.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
utf16string.h part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
Util.cpp Fixed bugs: 2009-04-18 15:27:38 +00:00
Util.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
Vector2D.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
World.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
World.h Use NONCOPYABLE macro, to avoid ICC warnings 2009-01-03 18:40:28 +00:00