|
|
@3311
|
15 years |
rgrieder |
You can't watch out for unwanted changes every time…
Reverting some …
|
|
|
@3310
|
15 years |
rgrieder |
Optimisations in the pathway of the input. Nobody will ever notice the …
|
|
|
@3306
|
15 years |
rgrieder |
Keybindings should now map to the correct joy stick by device name …
|
|
|
@3295
|
15 years |
landauf |
fixed a bug causing console commands to be case sensitive if called …
|
|
|
@3294
|
15 years |
rgrieder |
Bugfix: windowResized() was not called upon render window creation. …
|
|
|
@3293
|
15 years |
rgrieder |
Linux and GCC build fixes.
|
|
|
@3292
|
15 years |
rgrieder |
Added documentation for the InputState.
|
|
|
@3291
|
15 years |
rgrieder |
Added window size as static variable to the WindowEventListener …
|
|
|
@3290
|
15 years |
rgrieder |
Moved WindowEventListener to the core to avoid some really ugly hacks …
|
|
|
@3288
|
15 years |
rgrieder |
Finally found a satisfying way to deal with interfaces that deliver …
|
|
|
@3286
|
15 years |
rgrieder |
Added and adjusted documentation for the devices.
Also removed one …
|
|
|
@3285
|
15 years |
rgrieder |
Shoved some code around to reduce contents of 'global' InputPrereqs.h
|
|
|
@3281
|
15 years |
rgrieder |
Adjusted InputManager documentation.
|
|
|
@3279
|
15 years |
rgrieder |
Heavy clean up in the InputManager; not many real code changes though. …
|
|
|
@3278
|
15 years |
rgrieder |
Bugfix: When requesting a game that that wasn't child or parent but …
|
|
|
@3276
|
15 years |
rgrieder |
Moved grab/ungrab mouse hack for Linux from InputManager to Mouse.
|
|
|
@3275
|
15 years |
rgrieder |
Build fixes for actual compilers
|
|
|
@3274
|
15 years |
rgrieder |
Added a few more generic parts to the input library:
- Created Mouse …
|
|
|
@3273
|
15 years |
rgrieder |
Build fix: I knew there was one more file…
|
|
|
@3272
|
15 years |
rgrieder |
Removed obsolete feature: ExtendedInputState.
If you need an …
|
|
|
@3271
|
15 years |
rgrieder |
Modifying some strange template function declarations to avoid forward …
|
|
|
@3270
|
15 years |
rgrieder |
Extracted joy stick related code from InputManager to a new JoyStick …
|
|
|
@3269
|
15 years |
rgrieder |
Bugfix for InputManager reloading.
|
|
|
@3266
|
15 years |
rgrieder |
Forgot to save a file.
|
|
|
@3265
|
15 years |
rgrieder |
- Removed superfluous convertToString and convertFromString (replaced …
|
|
|
@3262
|
15 years |
rgrieder |
Replaced orxonox::min and orxonox::max with std version (which do …
|
|
|
@3261
|
15 years |
rgrieder |
#295: Capturing CEGUI output and rerouting it to COUT with reasonable …
|
|
|
@3260
|
15 years |
rgrieder |
#299: Fixed a bug in ConfigValueIncludes.h and exported command …
|
|
|
@3257
|
15 years |
rgrieder |
Unified enumeration layout according to the style guide (which I have …
|
|
|
@3255
|
15 years |
rgrieder |
#298: Improved usage dialogue creation and the information itself.
|
|
|
@3254
|
15 years |
rgrieder |
Massively improved exception-safety in GraphicsManager.
This …
|
|
|
@3253
|
15 years |
rgrieder |
Minor fixes and changes.
|
|
|
@3250
|
15 years |
rgrieder |
Executing decision on #300: Renaming String.h to StringUtils.h …
|
|
|
@3249
|
15 years |
rgrieder |
StartLevel —> DefaultLevel and moved the CommandLine argument …
|
|
|
@3248
|
15 years |
rgrieder |
Build fix for new GCC versions
|
|
|
@3247
|
15 years |
rgrieder |
Removed OrxonoxClass inheritance from Game and Core: this allows the …
|
|
|
@3246
|
15 years |
rgrieder |
Added new feature to CommandLine: arguments that cannot be specified …
|
|
|
@3245
|
15 years |
rgrieder |
Moved Game::getLevel to LevelManager::getStartLevel and Game::setLevel …
|
|
|
@3243
|
15 years |
rgrieder |
Moved GameState construction from pre-main() to after Core creation. …
|
|
|
@3239
|
15 years |
rgrieder |
Found a way to write orxonox_cast<T*> instead of orxonox_cast<T> so …
|
|
|
@3238
|
15 years |
rgrieder |
Improved exception-safety in the Game class and fixed some issues and …
|
|
|
@3237
|
15 years |
rgrieder |
Improved exception-safety in the InputManager.
|
|
|
@3236
|
15 years |
rgrieder |
Fixed a bug in SoundManager: Construction, destruction and …
|
|
|
@3235
|
15 years |
rgrieder |
Added ScopeGuard from the Loki library. It provides a very simple …
|
|
|
@3225
|
15 years |
rgrieder |
Using super for MSVC because I can't use the orxonox_cast in Super.h
|
|
|
@3224
|
15 years |
rgrieder |
Removed three macros: Two (ClassByString and ClassByID) by replacing …
|
|
|
@3223
|
15 years |
rgrieder |
Add a new core-feature: orxonox_cast<T>()
The functions casts objects …
|
|
|
@3222
|
15 years |
rgrieder |
Creating branch for new features/changes in the core.
|
|
copied from code/trunk/src:
|
|
|
@3214
|
15 years |
scheusso |
merged netp5 back to trunk
|