|
|
@1692
|
16 years |
rgrieder |
bugfix in InputManager
|
|
|
@1691
|
16 years |
rgrieder |
- Server GameState works. But the Client has problems that don't seem …
|
|
|
@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 …
|
|
|
@1687
|
16 years |
landauf |
simplified the declaration of a new super-function by replacing 2 …
|
|
|
@1686
|
16 years |
rgrieder |
Moved most of the GraphicsEngine code to GSRoot and GSGraphics. …
|
|
|
@1685
|
16 years |
landauf |
removed some debug and test code
|
|
|
@1684
|
16 years |
landauf |
- packed all super-function-related code into a bunch of macros and …
|
|
|
@1683
|
16 years |
landauf |
removed some outcommented lines (I did this in a separate commit …
|
|
|
@1682
|
16 years |
landauf |
- added several "delete"s to the destructors of some core classes.
- …
|
|
|
@1681
|
16 years |
rgrieder |
- updated msvc files
- removed annoying run-time check error. Variable …
|
|
|
@1679
|
16 years |
landauf |
removed some warnings on other versions of gcc
|
|
|
@1678
|
16 years |
landauf |
removed an older compiler error caused by removing the PRINTF macro …
|
|
|
@1677
|
16 years |
landauf |
added Super.h… looks like I'm out of practice
|
|
|
@1676
|
16 years |
landauf |
a first test-version of my super-macro
tested with a testfunction in …
|
|
|
@1675
|
16 years |
rgrieder |
Please always set svn property eol-style to 'native'. That avoids …
|
|
|
@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 …
|
|
|
@1671
|
16 years |
bknecht |
Only some minor changes in the Trigger. I need to acclimatize to …
|
|
|
@1670
|
16 years |
rgrieder |
Still working on the GameStates, but I have to save the work because …
|
|
|
@1669
|
16 years |
scheusso |
forgot something
|
|
|
@1668
|
16 years |
scheusso |
removed an include
|
|
|
@1667
|
16 years |
scheusso |
not needed
|
|
|
@1666
|
16 years |
scheusso |
a hole lot of changes:
- changes in structure concerning client/server …
|
|
|
@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 …
|
|
|
@1658
|
16 years |
rgrieder |
ConfigFileManager::getSingleton —> getInstance()
|
|
|
@1657
|
16 years |
rgrieder |
removed hud, input and gcc43 branches
|
|
|
@1656
|
16 years |
rgrieder |
added reloading support for the InputManager. This could be useful …
|
|
|
@1655
|
16 years |
rgrieder |
fixed a copy&paste bug in ObjectListBase.h
|
|
|
@1654
|
16 years |
rgrieder |
forgot getSingleton in Orxonox.cc
There are now only three classes …
|
|
|
@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
|
|
|
@1651
|
16 years |
rgrieder |
tolua seems to be created correctly. I the existing toluabind.c file …
|
|
|
@1650
|
16 years |
rgrieder |
added preliminary automatic creation of tolua generator that creates …
|
|
|
@1649
|
16 years |
rgrieder |
Accidently commited verbose output in root CMLs.
|
|
|
@1648
|
16 years |
rgrieder |
removed asylum from trunk and added it to branches as separate folder …
|
|
|
@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..
|
|
|
@1644
|
16 years |
rgrieder |
toluabind_orxonox.cc —> tolua/toluabind_orxonox.c
|
|
|
@1643
|
16 years |
rgrieder |
removed the comment characters for CEGUI dependency in CMLs …
|
|
|
@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
|
|
|
@1640
|
16 years |
rgrieder |
When starting with no arguments, the GUI is loaded, which consists …
|
|
|
@1638
|
16 years |
rgrieder |
merged input branch into gui test branch (was about time)
svn save …
|
|
|
@1637
|
16 years |
rgrieder |
Finally! The InputManager is now working like I imagined it to. And …
|
|
|
@1636
|
16 years |
rgrieder |
|
|
|
@1635
|
16 years |
nicolasc |
back online
|
|
|
@1634
|
16 years |
nicolasc |
just a test - don't morge this
|
|
|
@1630
|
16 years |
rgrieder |
converted input system to 4 spaces/tab
|
|
|
@1629
|
16 years |
rgrieder |
updated input branch
|
|
|
@1623
|
16 years |
rgrieder |
added documentation to OverlayGroup
ready for merge
|
|
|
@1622
|
16 years |
rgrieder |
Added documentation for OrxonoxOverlay and clarified the size/actual …
|
|
|
@1621
|
16 years |
rgrieder |
- rewrote the time measure in the main loop
frame smoothing is gone …
|
|
|
@1620
|
16 years |
rgrieder |
moved weapon system to asylum:
- it's been built without a framework
- …
|
|
|
@1619
|
16 years |
rgrieder |
completed moving of debug texts to overlays/debug/
|
|
|
@1618
|
16 years |
rgrieder |
- moved colours of the SpeedBar to XML file
- enabled render window …
|
|
|
@1617
|
16 years |
rgrieder |
- some more fixes..
|
|
|
@1616
|
16 years |
rgrieder |
- precompiled header files have disadvantages too…
|
|
|
@1615
|
16 years |
rgrieder |
- added blankString to String so you can return ""; even if it's a …
|
|
|
@1614
|
16 years |
rgrieder |
- Dots on the Radar actually disappear now when a Ship gets …
|
|
|
@1613
|
16 years |
rgrieder |
- Radar now working like before
- but more of a svn save..
There is …
|
|
|
@1611
|
16 years |
landauf |
- fixed bug #2 in ConfigValueContainer (callback not being called if …
|
|
|
@1610
|
16 years |
landauf |
- fixed bug #1 in ConfigValueContainer (callback not being called the …
|
|
|
@1609
|
16 years |
rgrieder |
svn save, just in case…
(doesn't compile at all!)
|
|
|
@1607
|
16 years |
rgrieder |
moved SignalHandler from core to orxonox
|
|
|
@1606
|
16 years |
rgrieder |
- removed struct ObjectListBase::Export from the forward declarations
…
|
|
|
@1605
|
16 years |
scheusso |
enhanced run-script (X autorepeat should now also be set, if signal …
|
|
|
@1604
|
16 years |
rgrieder |
- adjusted Radar to fit in XML loading scheme
- OverlayGroup should be …
|
|
|
@1603
|
16 years |
rgrieder |
updated msvc files for core3 branch
|
|
|
@1601
|
16 years |
rgrieder |
- new folder structure for overlays:
orxonox/
…
overlays/
…
|
|
|
@1600
|
16 years |
rgrieder |
again…
|
|
|
@1599
|
16 years |
rgrieder |
tortoisesvn is not almighty. i'll have to commit..
|
|
|
@1598
|
16 years |
rgrieder |
scale, position, alignment and rotation work with overlays
Simply …
|
|
|
@1597
|
16 years |
landauf |
small cleanup in KeyBinder (don't panic reto, I've only replaced …
|
|
|
@1596
|
16 years |
landauf |
- added feature to add a callback function to configvalues. they get …
|
|
|
@1595
|
16 years |
rgrieder |
- removed conversion functions in String.h
- you can use …
|
|
|
@1594
|
16 years |
landauf |
added more SetConsoleCommand macros like SetConsoleCommandAlias to use …
|
|
|
@1593
|
16 years |
landauf |
changed COUT(x) macros to use trinary ?: operator instead of if (…) …
|
|
|
@1592
|
16 years |
landauf |
- Some small changes in XMLPortParam: It's now possible to add …
|
|
|
@1591
|
16 years |
landauf |
Again some heavy changes in ObjectList and Iterator:
there are now two …
|
|
|
@1590
|
16 years |
rgrieder |
svn save, just in case our house burns down over night…
|
|
|
@1589
|
16 years |
scheusso |
another try (new network branch)
|
|
|
@1588
|
16 years |
rgrieder |
- added XML loadable HUD
- Radar and navi are not yet done
- …
|
|
|
@1587
|
16 years |
rgrieder |
haha, hud branch yet again
|
|
|
@1586
|
16 years |
landauf |
moved Debug.h, OutputHandler and OutputBuffer to util, to make COUT(x) …
|
|
|
@1585
|
16 years |
landauf |
- added debug output level 6 (ultra)
- removed debug output macros …
|
|
|
@1584
|
16 years |
landauf |
some adjustments to prevent startup crash
|
|
|
@1583
|
16 years |
landauf |
changed Identifier initialization
|
|
|
@1581
|
16 years |
nicolasc |
well, it compiles..
there are only about 1000 warinig about a …
|
|
|
@1579
|
16 years |
nicolasc |
created gcc43 branch to hotfix orxonox for gcc-4.3
|
|
|
@1574
|
16 years |
landauf |
big change in ObjectList: separated the class into a non-template base …
|
|
|