|
|
@1724
|
16 years |
rgrieder |
- changed library dependency dir to lib_precompiled/include/ in msvc …
|
|
|
@1704
|
16 years |
rgrieder |
fixed a stupid bug in Timer
|
|
|
@1697
|
16 years |
rgrieder |
Minor gcc/CMake 'adjustments'
|
|
|
@1695
|
16 years |
rgrieder |
Changed internal Timer clock from float to uint64_t
|
|
|
@1692
|
16 years |
rgrieder |
bugfix in InputManager
|
|
|
@1690
|
16 years |
rgrieder |
Added support to specify the command line arguments in start.ini (uses …
|
|
|
@1689
|
16 years |
rgrieder |
- renamed:
GameState —> GameStateBase
GameStateTyped<T> —> GameState …
|
|
|
@1688
|
16 years |
rgrieder |
Modified the GameState hierarchy so that you can get the parent with …
|
|
|
@1686
|
16 years |
rgrieder |
Moved most of the GraphicsEngine code to GSRoot and GSGraphics. …
|
|
|
@1674
|
16 years |
rgrieder |
- Wrote Clock() class: It starts an internal clock when GSRoot starts …
|
|
|
@1673
|
16 years |
rgrieder |
changes default state to "gui" instead of "standalone". That shows the …
|
|
|
@1672
|
16 years |
rgrieder |
- Changed GameState so that the new RootGameState can override 2 …
|
|
|
@1670
|
16 years |
rgrieder |
Still working on the GameStates, but I have to save the work because …
|
|
|
@1665
|
16 years |
rgrieder |
gcc and CMake adjustments
|
|
|
@1664
|
16 years |
rgrieder |
- Finished CommandLineArgument completely. You can also use …
|
|
|
@1663
|
16 years |
rgrieder |
Added CommandLine class.
You can now call SetCommandLineArgument like …
|
|
|
@1662
|
16 years |
rgrieder |
- Changed static Executor/Functor in ConsoleCommand to generic one …
|
|
|
@1661
|
16 years |
rgrieder |
started implementing the GameStates. Not much for now, but most of the …
|
|
|
@1660
|
16 years |
rgrieder |
GameState class added. Tested and working, but now comes the hard …
|
|
|
@1659
|
16 years |
rgrieder |
reload feature tested and works under windows, but only with one joy …
|
|
|
@1656
|
16 years |
rgrieder |
added reloading support for the InputManager. This could be useful …
|
|
|
@1653
|
16 years |
rgrieder |
- getInstance is probably more suitable than getSingleton (as x3n has …
|
|
|
@1652
|
16 years |
rgrieder |
- clean up in OrxonoxPlatform.h
- that's it
|
|
|
@1647
|
16 years |
rgrieder |
- removed Script_clean.h
|
|
|
@1646
|
16 years |
rgrieder |
- privatised InputState c'tors
- added destruction code for GUIManager …
|
|
|
@1645
|
16 years |
rgrieder |
It compiles now on tardis..
|
|
|
@1642
|
16 years |
rgrieder |
- changed the static interface of the InputManager to a member one …
|
|
|
@1641
|
16 years |
rgrieder |
some de-bugging
added enum for joy stick buttons
some more little fixes
|
|
|
@1638
|
16 years |
rgrieder |
merged input branch into gui test branch (was about time)
svn save …
|
|
|
@1636
|
16 years |
rgrieder |
|
|
copied from code/trunk/src/core:
|
|
|
@1628
|
16 years |
rgrieder |
default values for XMLPort work after all. There was just a bug that …
|