Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 6, 2008, 2:32:19 PM (17 years ago)
Author:
rgrieder
Message:
  • feature: Automatic key repetition in InputBuffer, configurable in orxonox.ini
  • replaced std::list and std::map with std::vector in InputManager where necessary
  • new mouseWheelTurned event
  • some renaming
  • OIS:: calls only necessary in InputManager now
Location:
code/branches/input/visual_studio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/visual_studio/base_properties_debug.vsprops

    r1089 r1236  
    1313                BasicRuntimeChecks="3"
    1414                RuntimeLibrary="3"
    15                 DebugInformationFormat="4"
     15                DebugInformationFormat="3"
    1616        />
    1717        <Tool
  • code/branches/input/visual_studio/vc8/core.vcproj

    r1223 r1236  
    351351                        </File>
    352352                        <File
     353                                RelativePath="..\..\src\core\InputInterfaces.h"
     354                                >
     355                        </File>
     356                        <File
    353357                                RelativePath="..\..\src\core\InputManager.h"
    354358                                >
Note: See TracChangeset for help on using the changeset viewer.