..
SWF.h
Skip some common SWF tags (FileAttributes, Metadata and SetBackgroundColor) instead of failing to load a SWF file if any of them are encountered.
2013-09-21 19:27:03 +10:00
SWF_Bitstream.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_Bitstream.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_Dictionary.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_Enums.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_Events.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_Image.cpp
Use system's libjpeg when -DUSE_SYSTEM_LIBJPEG is used
2014-11-01 17:59:25 +01:00
SWF_Load.cpp
Prioritize source SWF and image (for SWF atlas) files over their binary equivalents in resources files when not in production mode. Now you can replace individual menus without having to extract and delete all the base/*.resources files first.
2013-09-21 19:35:00 +10:00
SWF_Main.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_Names.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_ParmList.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_ParmList.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_PlaceObject.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_Render.cpp
Added r_useVirtualScreenResolution cvar to control whether to do 2D rendering at 640x480 and stretch to the current resolution (default), or render at the current resolution.
2013-09-21 22:12:42 +10:00
SWF_ScriptFunction.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_ScriptFunction.h
Fix compiler warnings and errors in MinGW
2012-12-03 09:29:14 +01:00
SWF_ScriptObject.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_ScriptObject.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_ScriptVar.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_ScriptVar.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_ShapeParser.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_ShapeParser.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_Shapes.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_Sounds.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_SpriteInstance.cpp
Fix typos
2013-12-31 02:23:16 +01:00
SWF_SpriteInstance.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_Sprites.cpp
Skip some common SWF tags (FileAttributes, Metadata and SetBackgroundColor) instead of failing to load a SWF file if any of them are encountered.
2013-09-21 19:27:03 +10:00
SWF_Sprites.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_Text.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_TextInstance.cpp
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
2012-12-22 16:18:19 +01:00
SWF_TextInstance.h
Formatted code using Artistic Style for better readability.
2012-11-28 16:47:07 +01:00
SWF_Types.h
Fix compiler warnings and errors in MinGW
2012-12-03 09:29:14 +01:00
SWF_Zlib.cpp
patch to use system's zlib when enabled by the CMake option USE_SYSTEM_ZLIB
2014-11-01 14:13:16 +01:00