1
0
forked from 0ad/0ad
0ad/source/gui
janwas a859562ea7 improvements and fixes:
- properly differentiate between buffer/offset alignment and length
alignment (relevant since block size has been increased to 256k)
- use VfsPath for most game paths instead of CStr
- clean up timer interface and implementation
- self-tests no longer crash
- file_cache.cpp: fix for the case where allocation fails (prevent
deleter from seeing a null pointer)
- allocators: move all shared_ptr-related stuff to its own component;
add DummySharedPtr
- codec: disable checksums (important for performance at work)
- File: made into an interface class to avoid export problems. not
entirely sure about this..
- vfs_path.h, path.h, os_path.h: proper fix for using
fs::change_extension and similar utility functions with derivatives of
basic_path
- lib_api: automatically link against import lib if building lib/ as a
DLL
- path_util: remove unused functions (this component is deprecated)
- compiler.h: add INLINE
- Xeromyces.cpp: pass PIVFS so that GetXMBPath works in self-test
(should do this mostly everywhere rather than have one singleton g_VFS)

This was SVN commit r5537.
2008-01-07 20:03:19 +00:00
..
scripting Replaced Windows SpiderMonkey library with a threadsafe build of version 1.6. 2007-06-09 02:40:48 +00:00
CButton.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CButton.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CCheckBox.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CCheckBox.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CDropDown.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CDropDown.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUI.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
CGUI.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUIList.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
CGUIList.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUIScrollBarStyle.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUIScrollBarVertical.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUIScrollBarVertical.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CGUISprite.cpp # housekeeping 2006-07-20 14:37:58 +00:00
CGUISprite.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CImage.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CImage.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CInput.cpp Changed console character to a _ since the vertical line glyph didn't seem to be available on OS X. 2007-10-13 18:22:20 +00:00
CInput.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CList.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
CList.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CProgressBar.cpp # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
CProgressBar.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CRadioButton.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CRadioButton.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CText.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CText.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CTooltip.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
CTooltip.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUI.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUIbase.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUIbase.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUIRenderer.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
GUIRenderer.h # GCC 4.1.1 compatibility 2006-09-30 15:46:40 +00:00
GUItext.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
GUItext.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUITooltip.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
GUITooltip.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GUItypes.h Updated CList to fit JS interface, also added CDropDown in GUI.h 2005-04-23 23:20:50 +00:00
GUIutil.cpp Profiler: Added malloc-counting to GCC. Fixed counting of unlogged allocations in the root node. 2007-06-15 17:03:26 +00:00
GUIutil.h Console: changed things so declaring variables while an entity is selected will no longer define a new property in that entity. Kind of broke the ability to access properties of the selected object without typing selection[0], due to other bugs. 2007-06-16 22:07:40 +00:00
IGUIButtonBehavior.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIButtonBehavior.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIObject.cpp Atlas: Updated wxJS to latest SVN version. Made the JS runtime have a greater lifetime than all the wx windows, to avoid garbage collection problems. 2007-06-08 22:56:01 +00:00
IGUIObject.h Atlas: Updated wxJS to latest SVN version. Made the JS runtime have a greater lifetime than all the wx windows, to avoid garbage collection problems. 2007-06-08 22:56:01 +00:00
IGUIScrollBar.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIScrollBar.h . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
IGUIScrollBarOwner.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUIScrollBarOwner.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUITextOwner.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
IGUITextOwner.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MiniMap.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
MiniMap.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00