Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1702   16 years scheusso some missing files
(edit) @1701   16 years scheusso some missing files
(edit) @1700   16 years scheusso some missing files
(edit) @1699   16 years scheusso some missing files
(edit) @1698   16 years scheusso further adds/changes
(edit) @1697   16 years rgrieder Minor gcc/CMake 'adjustments'
(edit) @1696   16 years rgrieder - Actually set the Settings::showsGraphics and Settings::hasServer. - …
(edit) @1695   16 years rgrieder Changed internal Timer clock from float to uint64_t
(edit) @1694   16 years rgrieder Added Dedicated game state (name: "dedicated", class: GSDedicated). It …
(edit) @1693   16 years bknecht Trigger delay queue is working, DistanceTrigger can be added to level …
(edit) @1692   16 years rgrieder bugfix in InputManager
(edit) @1691   16 years rgrieder - Server GameState works. But the Client has problems that don't seem …
(edit) @1690   16 years rgrieder Added support to specify the command line arguments in start.ini (uses …
(edit) @1689   16 years rgrieder - renamed: GameState —> GameStateBase GameStateTyped<T> —> GameState …
(edit) @1688   16 years rgrieder Modified the GameState hierarchy so that you can get the parent with …
(edit) @1687   16 years landauf simplified the declaration of a new super-function by replacing 2 …
(edit) @1686   16 years rgrieder Moved most of the GraphicsEngine code to GSRoot and GSGraphics. …
(edit) @1685   16 years landauf removed some debug and test code
(edit) @1684   16 years landauf - packed all super-function-related code into a bunch of macros and …
(edit) @1683   16 years landauf removed some outcommented lines (I did this in a separate commit …
(edit) @1682   16 years landauf - added several "delete"s to the destructors of some core classes. - …
(edit) @1681   16 years rgrieder - updated msvc files - removed annoying run-time check error. Variable …
(edit) @1680   16 years landauf added AI ships to the levelfile
(edit) @1679   16 years landauf removed some warnings on other versions of gcc
(edit) @1678   16 years landauf removed an older compiler error caused by removing the PRINTF macro …
(edit) @1677   16 years landauf added Super.h… looks like I'm out of practice ;)
(edit) @1676   16 years landauf a first test-version of my super-macro tested with a testfunction in …
(edit) @1675   16 years rgrieder Please always set svn property eol-style to 'native'. That avoids …
(edit) @1674   16 years rgrieder - Wrote Clock() class: It starts an internal clock when GSRoot starts …
(edit) @1673   16 years rgrieder changes default state to "gui" instead of "standalone". That shows the …
(edit) @1672   16 years rgrieder - Changed GameState so that the new RootGameState can override 2 …
(edit) @1671   16 years bknecht Only some minor changes in the Trigger. I need to acclimatize to …
(edit) @1670   16 years rgrieder Still working on the GameStates, but I have to save the work because …
(edit) @1669   16 years scheusso forgot something ;)
(edit) @1668   16 years scheusso removed an include
(edit) @1667   16 years scheusso not needed
(edit) @1666   16 years scheusso a hole lot of changes: - changes in structure concerning client/server …
(edit) @1665   16 years rgrieder gcc and CMake adjustments
(edit) @1664   17 years rgrieder - Finished CommandLineArgument completely. You can also use …
(edit) @1663   17 years rgrieder Added CommandLine class. You can now call SetCommandLineArgument like …
(edit) @1662   17 years rgrieder - Changed static Executor/Functor in ConsoleCommand to generic one …
(edit) @1661   17 years rgrieder started implementing the GameStates. Not much for now, but most of the …
(edit) @1660   17 years rgrieder GameState class added. Tested and working, but now comes the hard …
(edit) @1659   17 years rgrieder reload feature tested and works under windows, but only with one joy …
(edit) @1658   17 years rgrieder ConfigFileManager::getSingleton —> getInstance()
(edit) @1657   17 years rgrieder removed hud, input and gcc43 branches
(edit) @1656   17 years rgrieder added reloading support for the InputManager. This could be useful …
(edit) @1655   17 years rgrieder fixed a copy&paste bug in ObjectListBase.h
(edit) @1654   17 years rgrieder forgot getSingleton in Orxonox.cc There are now only three classes …
(edit) @1653   17 years rgrieder - getInstance is probably more suitable than getSingleton (as x3n has …
(edit) @1652   17 years rgrieder - clean up in OrxonoxPlatform.h - that's it
(edit) @1651   17 years rgrieder tolua seems to be created correctly. I the existing toluabind.c file …
(edit) @1650   17 years rgrieder added preliminary automatic creation of tolua generator that creates …
(edit) @1649   17 years rgrieder Accidently commited verbose output in root CMLs.
(edit) @1648   17 years rgrieder removed asylum from trunk and added it to branches as separate folder …
(edit) @1647   17 years rgrieder - removed Script_clean.h
(edit) @1646   17 years rgrieder - privatised InputState c'tors - added destruction code for GUIManager …
(edit) @1645   17 years rgrieder It compiles now on tardis..
(edit) @1644   17 years rgrieder toluabind_orxonox.cc —> tolua/toluabind_orxonox.c
(edit) @1643   17 years rgrieder removed the comment characters for CEGUI dependency in CMLs …
(edit) @1642   17 years rgrieder - changed the static interface of the InputManager to a member one …
(edit) @1641   17 years rgrieder some de-bugging added enum for joy stick buttons some more little fixes
(edit) @1640   17 years rgrieder When starting with no arguments, the GUI is loaded, which consists …
(edit) @1639   17 years rgrieder merged nico's fixes for gcc 4.3 back to trunk. I'm not going to delete …
(edit) @1638   17 years rgrieder merged input branch into gui test branch (was about time) svn save …
(edit) @1637   17 years rgrieder Finally! The InputManager is now working like I imagined it to. And …
(edit) @1636   17 years rgrieder
(edit) @1635   17 years nicolasc back online
(edit) @1634   17 years nicolasc just a test - don't morge this
(edit) @1633   17 years rgrieder - added font generation for the console (so that we can create the …
(edit) @1632   17 years rgrieder fixed a bug in OverlayText (no text was seen) adjusted OverlayText in …
(edit) @1631   17 years rgrieder - tolua bind files generation support for msvc - cleaned orxonox_vc8 …
(edit) @1630   17 years rgrieder converted input system to 4 spaces/tab
(edit) @1629   17 years rgrieder updated input branch
(edit) @1628   17 years rgrieder default values for XMLPort work after all. There was just a bug that …
(edit) @1627   17 years rgrieder some adjustment to the default value setting in the overlay files
(edit) @1626   17 years rgrieder fixed a bug with Bar loading. setValue wasn't called after setLeft2Right()
(edit) @1625   17 years rgrieder merged hud branch back to trunk
(edit) @1624   17 years rgrieder updated msvc files (Backlight)
(edit) @1623   17 years rgrieder added documentation to OverlayGroup ready for merge
(edit) @1622   17 years rgrieder Added documentation for OrxonoxOverlay and clarified the size/actual …
(edit) @1621   17 years rgrieder - rewrote the time measure in the main loop frame smoothing is gone …
(edit) @1620   17 years rgrieder moved weapon system to asylum: - it's been built without a framework - …
(edit) @1619   17 years rgrieder completed moving of debug texts to overlays/debug/
(edit) @1618   17 years rgrieder - moved colours of the SpeedBar to XML file - enabled render window …
(edit) @1617   17 years rgrieder - some more fixes..
(edit) @1616   17 years rgrieder - precompiled header files have disadvantages too…
(edit) @1615   17 years rgrieder - added blankString to String so you can return ""; even if it's a …
(edit) @1614   17 years rgrieder - Dots on the Radar actually disappear now when a Ship gets …
(edit) @1613   17 years rgrieder - Radar now working like before - but more of a svn save.. There is …
(edit) @1612   17 years rgrieder tardis boxes were updated to cmake 2.6 which revealed a bug. [fixed]
(edit) @1611   17 years landauf - fixed bug #2 in ConfigValueContainer (callback not being called if …
(edit) @1610   17 years landauf - fixed bug #1 in ConfigValueContainer (callback not being called the …
(edit) @1609   17 years rgrieder svn save, just in case… (doesn't compile at all!)
(edit) @1608   17 years landauf - added a backlight to all SpaceShips, leaving a trail behind …
(edit) @1607   17 years rgrieder moved SignalHandler from core to orxonox
(edit) @1606   17 years rgrieder - removed struct ObjectListBase::Export from the forward declarations …
(edit) @1605   17 years scheusso enhanced run-script (X autorepeat should now also be set, if signal …
(edit) @1604   17 years rgrieder - adjusted Radar to fit in XML loading scheme - OverlayGroup should be …
(edit) @1603   17 years rgrieder updated msvc files for core3 branch
Note: See TracRevisionLog for help on using the revision log.