summary refs log tree commit diff stats
path: root/src/com/fourisland
Commit message (Expand)AuthorAgeFilesLines
* Engine: Added ChangeFrequencyMoveEventStarla Insigna2009-03-201-0/+36
* Engine: Fixed many potential bugsStarla Insigna2009-03-1924-54/+128
* Engine: Added ImmutableEventTestStarla Insigna2009-03-181-1/+1
* Engine: Redesigned move frequencyStarla Insigna2009-03-176-61/+32
* Engine: Added ShakeScreen() special actionStarla Insigna2009-03-1711-8/+256
* Engine: Added stalking movement typeStarla Insigna2009-03-107-43/+245
* Engine: Fixed walk-thru bugStarla Insigna2009-03-091-1/+1
* Engine: Commented a lot of codeStarla Insigna2009-03-089-119/+199
* Engine: Added variable movement speedStarla Insigna2009-03-088-16/+128
* Engine: Added a to() method to DirectionStarla Insigna2009-03-083-14/+63
* Engine: Fixed text chop-offStarla Insigna2009-03-061-1/+1
* Engine: Refactored MessageWindowStarla Insigna2009-03-062-63/+42
* Engine: Added configuration to ChoiceWindowStarla Insigna2009-03-064-75/+98
* Engine: Imposed text color limitStarla Insigna2009-03-051-1/+4
* Engine: Created Message EscapesStarla Insigna2009-03-056-103/+420
* Engine: Started Escape MenuStarla Insigna2009-03-0513-10/+345
* Engine: Added Event Thread cancellationStarla Insigna2009-02-237-51/+145
* Engine: Rewrote Database Transition storageStarla Insigna2009-02-227-58/+64
* Engine: Abstracted ComparsionStarla Insigna2009-02-173-20/+78
* Engine: Reduced thread pollutionStarla Insigna2009-02-161-8/+14
* Engine: Abstracted game state transitionsStarla Insigna2009-02-164-51/+41
* Engine: Abstracted action keyStarla Insigna2009-02-165-6/+9
* Engine: Added delay to MessageWindowStarla Insigna2009-02-161-1/+3
* Engine: Fixed EventCall bugStarla Insigna2009-02-162-3/+21
* Engine: Removed lazy init from MessageWindowStarla Insigna2009-02-161-15/+8
* Engine: Tuned Full Screen ModeStarla Insigna2009-02-163-10/+59
* Engine: Fixed Full Screen ModeStarla Insigna2009-02-151-6/+6
* Engine: Hid PuzzleApplication's gameFrameStarla Insigna2009-02-152-16/+16
* Engine: Fixed MessageWindow bugStarla Insigna2009-02-1510-110/+211
* Engine: Fixed MIDI awkwardnessStarla Insigna2009-02-152-2/+16
* Engine: Atomicized MapsStarla Insigna2009-02-155-1/+57
* Engine: Fixed unstable transitionsStarla Insigna2009-02-151-2/+2
* Engine: Created Fade transitionsStarla Insigna2009-02-157-13/+148
* Engine: Restricted LayerEvent movingStarla Insigna2009-02-143-1/+27
* Engine: Refactored retieval of FontMetricsStarla Insigna2009-02-143-16/+27
* Engine: Compacted MessageWindowStarla Insigna2009-02-142-13/+22
* Engine: Added basic FaceSet supportStarla Insigna2009-02-143-10/+97
* Engine: Added chipset data to RTPStarla Insigna2009-02-143-14/+4833
* Engine: Fixed arrow delay bugStarla Insigna2009-02-131-1/+1
* Engine: Compacted ChoiceWindowStarla Insigna2009-02-121-2/+0
* Engine: Fixed up JavaDocStarla Insigna2009-02-128-52/+48
* Engine: Wrote Message SystemStarla Insigna2009-02-128-56/+203
* Engine: Rewrote IntervalStarla Insigna2009-02-122-7/+7
* Engine: Rewrote Map abstractionStarla Insigna2009-02-124-41/+60
* Engine: Optimized ObjectLoaderStarla Insigna2009-02-111-22/+22
* Engine: Added global fontStarla Insigna2009-02-118-53/+71
* Engine: Changed default TitleScreenStarla Insigna2009-02-103-4/+7
* Engine: Added some control to MusicStarla Insigna2009-02-105-9/+93
* Engine: Removed Music starting delayStarla Insigna2009-02-103-0/+91
* Engine: Tweaked Window background positioningStarla Insigna2009-02-102-4/+9
e> <PrecompiledHeader>NotUsing</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <LanguageStandard>stdcpp17</LanguageStandard> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PrecompiledHeader>NotUsing</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <LanguageStandard>stdcpp17</LanguageStandard> <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PrecompiledHeader>NotUsing</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <LanguageStandard>stdcpp17</LanguageStandard> <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="json.hpp" /> <ClInclude Include="Memory.h" /> <ClInclude Include="Panel.h" /> <ClInclude Include="Panels.h" /> <ClInclude Include="Random.h" /> <ClInclude Include="Randomizer.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="Memory.cpp" /> <ClCompile Include="Panel.cpp" /> <ClCompile Include="Random.cpp" /> <ClCompile Include="Randomizer.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>