0ad/source/ps
janwas f7e82dbc16 add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in).
also prepended ps/ to make location clear.

This was SVN commit r1652.
2005-01-07 00:47:44 +00:00
..
Network s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
scripting Fixed GC crash. 2004-12-23 22:24:09 +00:00
AttributeMap.cpp w00t! first batch of actual network support! 2004-08-16 15:19:17 +00:00
AttributeMap.h Fairly major XML/entprop changes; some more minor stuff that fell out as a consequence. 2004-10-07 19:23:35 +00:00
CConsole.cpp Ctrl+home, ctrl+end go to top/bottom of console 2005-01-01 18:12:23 +00:00
CConsole.h w00t! first batch of actual network support! 2004-08-16 15:19:17 +00:00
CLogger.cpp potential vsnprintf buffer overflow 2004-09-21 14:35:30 +00:00
CLogger.h Combat code, some scripting, broken network, and fixed some bugs. 2004-11-11 07:09:32 +00:00
ConfigDB.cpp s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
ConfigDB.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
CStr.cpp Allowed \\ in tooltip text. Fixed tooltips. 2004-12-28 13:13:27 +00:00
CStr.h Allowed \\ in tooltip text. Fixed tooltips. 2004-12-28 13:13:27 +00:00
CVFSFile.cpp Adjusted error handling minorly 2004-08-27 21:14:23 +00:00
CVFSFile.h add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in). 2005-01-07 00:47:44 +00:00
Encryption.cpp added precompiled.h everywhere 2004-06-03 18:38:14 +00:00
Encryption.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
Error.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
Errors.cpp add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in). 2005-01-07 00:47:44 +00:00
Errors.h Made ThrowError(code) visible 2004-08-27 17:43:04 +00:00
FilePacker.cpp CFilePacker now takes version+magic string in the ctor (allows writing data in one go, so vfs_store can be used). 2004-12-15 14:22:50 +00:00
FilePacker.h CFilePacker now takes version+magic string in the ctor (allows writing data in one go, so vfs_store can be used). 2004-12-15 14:26:21 +00:00
FileUnpacker.cpp Let ScEd open maps with non-VFS filenames. Probably stopped leaking memory. 2004-12-28 16:17:17 +00:00
FileUnpacker.h Let ScEd open maps with non-VFS filenames. Probably stopped leaking memory. 2004-12-28 16:17:17 +00:00
Font.cpp Slightly tidied some small things 2004-12-16 00:47:12 +00:00
Font.h Alterations to ScEd, so that it almost works (except for saving/loading maps). Change the bottom of premake.lua if you want to build it. 2004-12-27 23:27:26 +00:00
Game.cpp SessionStart event sent to GUI objects upon starting a game 2005-01-01 17:30:55 +00:00
Game.h add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in). 2005-01-07 00:47:44 +00:00
GameRecord.cpp w00t! first batch of actual network support! 2004-08-16 15:19:17 +00:00
GameRecord.h - A lot of small network fixes 2004-09-21 14:40:43 +00:00
Hotkey.cpp Fixed minor warnings 2004-11-27 03:22:04 +00:00
Hotkey.h Combat code, some scripting, broken network, and fixed some bugs. 2004-11-11 07:09:32 +00:00
i18n.cpp "*.<ext>" filter as per new vfs_next_dirent 2004-11-23 23:52:52 +00:00
i18n.h Added getFPS(), so the GUI can draw the FPS counter. Also added getLanguageID(), so it knows what language it's using 2004-09-05 11:28:59 +00:00
Interact.cpp Attempted to minimise dependencies between header files (to make compilation minorly faster) 2004-12-12 19:43:55 +00:00
Interact.h Combat code, some scripting, broken network, and fixed some bugs. 2004-11-11 07:09:32 +00:00
KeyName.cpp Another extremely important whitespace fix 2005-01-03 20:40:32 +00:00
LogFile.cpp added precompiled.h everywhere 2004-06-03 18:38:14 +00:00
LogFile.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
NPFont.cpp added precompiled.h everywhere 2004-06-03 18:38:14 +00:00
NPFont.h gcc warning fixes 2004-07-11 12:49:44 +00:00
NPFontManager.cpp added precompiled.h everywhere 2004-06-03 18:38:14 +00:00
NPFontManager.h Added PASAP entity systems 2004-05-21 23:46:16 +00:00
Overlay.cpp Initial (incomplete) tooltip code 2004-12-21 13:37:24 +00:00
Overlay.h Sky colour, plus skycolor config value 2004-12-28 11:16:05 +00:00
OverlayText.cpp added precompiled.h everywhere 2004-06-03 18:38:14 +00:00
OverlayText.h Fixed #includes. 2004-05-29 20:50:23 +00:00
Parser.cpp Linux/GCC/glibc Compat 2004-12-18 23:30:28 +00:00
Parser.h Linux/GCC/glibc Compat 2004-12-18 23:30:28 +00:00
Player.cpp w00t! first batch of actual network support! 2004-08-16 15:19:17 +00:00
Player.h w00t! first batch of actual network support! 2004-08-16 15:19:17 +00:00
Pyrogenesis.cpp s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
Pyrogenesis.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
Singleton.h IsInitialised() on singletons, for when you need to know whether certain things (e.g. the config database) exist yet 2004-08-15 20:47:25 +00:00
Sound.h stripped some headers from deprecated prometheus.h => huge rearrange 2004-06-03 01:43:33 +00:00
StringConvert.cpp add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in). 2005-01-07 00:47:44 +00:00
StringConvert.h Made JSString->wstring conversion slightly easier 2004-09-06 11:28:04 +00:00
ThreadUtil.h Linux/GCC Compat 2004-07-27 00:26:51 +00:00
UniDoubler.h Replaced all CStr16 with CStrW, because its name was too confusing 2004-09-03 14:08:12 +00:00
utf16string.h Provide utf16_t and utf16stringstream under MSVC 2004-07-12 15:24:16 +00:00
Vector2D.h Minor changes to sound-script interface. 2004-11-15 22:30:01 +00:00
VFSUtil.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
VFSUtil.h update filter dox to bring in line with new vfs_next_dirent 2004-11-23 21:11:00 +00:00
World.cpp add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in). 2005-01-07 00:47:44 +00:00
World.h Introducing: The Pre-Game State. The game instance is not created on program load as before, but can be started by JS functions. 2004-08-05 13:07:51 +00:00
XercesErrorHandler.cpp s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
XercesErrorHandler.h s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
Xeromyces.cpp Fixed bug which made XMBs' filenames contain 00000000 for the size, when built with VC2005. (Nasty confusing 64-bit variables...) 2004-12-17 19:47:21 +00:00
Xeromyces.h add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in). 2005-01-07 00:47:44 +00:00
XeroXMB.cpp Changed Xeromyces to care about the .xml's size/mtime rather than its contents (to avoid needing to load the .xml), and also to store that information in the .xmb's filename rather than inside the file (to avoid getting confused when rewriting files that are inside archives) 2004-12-09 16:57:21 +00:00
XeroXMB.h Renamed icon-size/icon-id to cell-size/cell-id, and allowed cell-id to be used in <icon>s. 2004-12-18 13:32:00 +00:00
XML.h remove zlib.h from header to xeromyces.cpp 2004-11-22 00:19:08 +00:00
XMLUtils.cpp commented out EntityResolver LOG statement (less spew) 2004-11-16 18:22:54 +00:00