Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 29, 2008, 11:13:11 PM (16 years ago)
Author:
rgrieder
Message:
  • InputManager fully functional (most parts tested), if there wasn't that selfish SpaceShip who claims all the mouse input…
  • InputHandler still loads hard coded key bindings, but works fine otherwise
  • I've tried to give full multiple joy stick support. Couldn't yet test that however. And more than one Joystick still doesn't make sense as long as we don't have split view ;)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/visual_studio/vc8/core.vcproj

    r1195 r1203  
    149149                        >
    150150                        <File
    151                                 RelativePath="..\..\src\core\BaseObject.cc"
    152                                 >
    153                         </File>
    154                         <File
    155                                 RelativePath="..\..\src\core\ClassTreeMask.cc"
    156                                 >
    157                         </File>
    158                         <File
    159                                 RelativePath="..\..\src\core\CommandExecutor.cc"
    160                                 >
    161                         </File>
    162                         <File
    163                                 RelativePath="..\..\src\core\ConfigFileManager.cc"
    164                                 >
    165                         </File>
    166                         <File
    167                                 RelativePath="..\..\src\core\ConfigValueContainer.cc"
    168                                 >
    169                         </File>
    170                         <File
    171                                 RelativePath="..\..\src\core\CoreSettings.cc"
    172                                 >
    173                         </File>
    174                         <File
    175                                 RelativePath="..\..\src\core\Error.cc"
    176                                 >
    177                         </File>
    178                         <File
    179                                 RelativePath="..\..\src\core\Executor.cc"
    180                                 >
    181                         </File>
    182                         <File
    183                                 RelativePath="..\..\src\core\Factory.cc"
    184                                 >
    185                         </File>
    186                         <File
    187                                 RelativePath="..\..\src\core\Identifier.cc"
    188                                 >
    189                         </File>
    190                         <File
    191                                 RelativePath="..\..\src\core\IdentifierDistributor.cc"
    192                                 >
    193                         </File>
    194                         <File
    195                                 RelativePath="..\..\src\core\InputBuffer.cc"
    196                                 >
    197                         </File>
    198                         <File
    199                                 RelativePath="..\..\src\core\InputEventListener.cc"
     151                                RelativePath="..\..\src\core\asdf.cc"
    200152                                >
    201153                                <FileConfiguration
     
    217169                        </File>
    218170                        <File
    219                                 RelativePath="..\..\src\core\InputHandler.cc"
     171                                RelativePath="..\..\src\core\BaseObject.cc"
     172                                >
     173                        </File>
     174                        <File
     175                                RelativePath="..\..\src\core\ClassTreeMask.cc"
     176                                >
     177                        </File>
     178                        <File
     179                                RelativePath="..\..\src\core\CommandExecutor.cc"
     180                                >
     181                        </File>
     182                        <File
     183                                RelativePath="..\..\src\core\ConfigFileManager.cc"
     184                                >
     185                        </File>
     186                        <File
     187                                RelativePath="..\..\src\core\ConfigValueContainer.cc"
     188                                >
     189                        </File>
     190                        <File
     191                                RelativePath="..\..\src\core\CoreSettings.cc"
     192                                >
     193                        </File>
     194                        <File
     195                                RelativePath="..\..\src\core\Error.cc"
     196                                >
     197                        </File>
     198                        <File
     199                                RelativePath="..\..\src\core\Executor.cc"
     200                                >
     201                        </File>
     202                        <File
     203                                RelativePath="..\..\src\core\Factory.cc"
     204                                >
     205                        </File>
     206                        <File
     207                                RelativePath="..\..\src\core\Identifier.cc"
     208                                >
     209                        </File>
     210                        <File
     211                                RelativePath="..\..\src\core\IdentifierDistributor.cc"
     212                                >
     213                        </File>
     214                        <File
     215                                RelativePath="..\..\src\core\InputBuffer.cc"
     216                                >
     217                        </File>
     218                        <File
     219                                RelativePath="..\..\src\core\InputEventListener.cc"
    220220                                >
    221221                                <FileConfiguration
     
    230230                                        Name="Release|Win32"
    231231                                        ExcludedFromBuild="true"
     232                                        >
     233                                        <Tool
     234                                                Name="VCCLCompilerTool"
     235                                        />
     236                                </FileConfiguration>
     237                        </File>
     238                        <File
     239                                RelativePath="..\..\src\core\InputHandler.cc"
     240                                >
     241                                <FileConfiguration
     242                                        Name="Debug|Win32"
     243                                        >
     244                                        <Tool
     245                                                Name="VCCLCompilerTool"
     246                                        />
     247                                </FileConfiguration>
     248                                <FileConfiguration
     249                                        Name="Release|Win32"
    232250                                        >
    233251                                        <Tool
     
    299317                        >
    300318                        <File
     319                                RelativePath="..\..\src\core\asdf.h"
     320                                >
     321                        </File>
     322                        <File
    301323                                RelativePath="..\..\src\core\BaseObject.h"
    302324                                >
Note: See TracChangeset for help on using the changeset viewer.