Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2030   16 years rgrieder - Moved SignalHandler from orxonox to util - Moved CameraHandler from …
(edit) @2029   16 years landauf some changes in Trigger and DistanceTrigger
(edit) @2028   16 years scheusso updated updateMedia script updated TODO file we are able to …
(edit) @2027   16 years landauf no codechanges, just moved some files
(edit) @2026   16 years landauf lua include is now looking for files in the media directory
(edit) @2025   16 years rgrieder Removed something we better never mention again… ;)
(edit) @2024   16 years landauf added spaceship
(edit) @2023   16 years rgrieder - Added support for dedicated server. Could not network test it yet, …
(edit) @2022   16 years dafrick Compiles. :D
(edit) @2021   16 years dafrick Nearly compiles, some minor improvements.
(edit) @2020   16 years rgrieder - Updated msvc files - Changed iterator to const_iterator for stl …
(edit) @2019   16 years landauf many changes, most important: BaseObject takes now a pointer to it's …
(edit) @2018   16 years rgrieder Unintentionally committed my library directory. reverting..
(edit) @2017   16 years rgrieder Changed conversion_cast≠() to omni_cast≠() and added support for …
(edit) @2016   16 years rgrieder Merged the changes in Convert.h from core3 branch back. If it doesn't …
(edit) @2015   16 years rgrieder Reverted changes made for the test. Going to merge now..
(edit) @2014   16 years rgrieder Added convert test for gcc.
(edit) @2013   16 years rgrieder tiny adjustments to various files. just came across certain things..
(edit) @2012   16 years landauf renamed LevelInfo as Level
(edit) @2011   16 years scheusso use the new media path now
(edit) @2010   16 years landauf renamed Level to XMLFile
(edit) @2009   16 years scheusso server is now able to deliver ping time and packet loss ratio for all …
(edit) @2008   16 years scheusso juhuu rev 2008 ;)
(edit) @2007   16 years rgrieder Fixed the linux mouse movement bug. OIS has to warp the pointer to the …
(edit) @2006   16 years landauf many changes, can't remember everything, but these are the most …
(edit) @2005   16 years rgrieder Minor changes in CommandLine.
(edit) @2004   16 years rgrieder fixed a warning in KeyBinder.cc and an error when converting a …
(edit) @2003   16 years rgrieder Simplified CommandLineArgument by using the new MultiType. That also …
(edit) @2002   16 years rgrieder - Added zeroise<T>() function hat returns a zero value of any math …
(edit) @2001   16 years rgrieder - Fixed issue with relative mouse movements. - Fixed bug when parsing …
(edit) @2000   16 years dsommer Adding Subclasses to ShipItem.h
(edit) @1999   16 years adrfried works on tardis again, finally
(edit) @1998   16 years dsommer Pickups Basics
(edit) @1997   16 years dsommer added pickup folder
(edit) @1996   16 years dafrick Some cleaning, reorganization and implementation of some small methods.
(edit) @1995   16 years martisty Corrected CMLs in bullet, ogrebullet and global include directories. …
(edit) @1994   16 years rgrieder updated msvc files.
(edit) @1993   16 years landauf added several new classes
(edit) @1992   16 years dafrick Base of the quest system object hirarchy. Doesn's compile, yet (or so …
(edit) @1991   16 years adrfried Tardis hacks for ALUT removed
(edit) @1990   16 years scheusso - some adjustments in client handling (we use unsigned int as id now …
(edit) @1989   16 years landauf - added ControllableEntity, the baseclass of all players, vehicles and …
(edit) @1988   16 years rgrieder Tardis compiles both Bullet and OgreBullet completely. However there …
(edit) @1987   16 years rgrieder Smaller fixes. Should be ok now for msvc.
(edit) @1986   16 years rgrieder updated msvc files to build Bullet and OgreBullet.
(edit) @1985   16 years rgrieder Split up OgreBullet into Collisions and Dynamics as it was intended by …
(edit) @1984   16 years rgrieder Added folders to split OgreBullet.
(edit) @1983   16 years rgrieder Some minor adjustments to compile OgreBullet with CMake.
(edit) @1982   16 years adrfried ceguilua reverted to 0.6.1
(edit) @1981   16 years adrfried tardis fixes
(edit) @1980   16 years adrfried using ceguilua-0.5.0
(edit) @1979   16 years adrfried test
(edit) @1978   16 years adrfried simplified use of -iquote
(edit) @1977   16 years adrfried further cleanup
(edit) @1976   16 years adrfried started adding paths for tardis in CheckTardis.cmake
(edit) @1975   16 years adrfried lua removed and using extern one
(edit) @1974   16 years rgrieder src/CMakeLists.txt update for OgreBullet and Bullet.
(edit) @1973   16 years rgrieder Added OgreOde svn trunk version info.
(edit) @1972   16 years rgrieder Downgraded Bullet to latest tagged version: 2.72 That should give us …
(edit) @1971   16 years rgrieder Added OgreBullet to the repository. The revision was 2493 …
(edit) @1970   16 years landauf added Template class
(edit) @1969   16 years landauf some small adjustments in Trigger (console command and xmlport)
(edit) @1968   16 years landauf added MovableEntity with network optimization for constant velocity …
(edit) @1967   16 years rgrieder updated CMLs accordingly.
(edit) @1966   16 years rgrieder Let's go for multithreaded physics!
(edit) @1965   16 years rgrieder file required after all.
(edit) @1964   16 years rgrieder clicked on the wrong folder.. Here are the CMLs changes.
(edit) @1963   16 years rgrieder Added Bullet physics engine.
(edit) @1962   16 years rgrieder small fixes.
(edit) @1961   16 years rgrieder updated msvc files and adjusted merged files.
(edit) @1960   16 years landauf - some unsigned int conversions (except gamestatemanager) - small fix …
(edit) @1959   16 years rgrieder Merged script_trigger branch into objecthierarchy branch. Also merged …
(edit) @1958   16 years scheusso and here are the missing files
(edit) @1957   16 years scheusso small Test-object
(edit) @1956   16 years bknecht now you can also invert the mode in the XML loading
(edit) @1955   16 years scheusso ClientInformation is now consisten with other classes regarding …
(edit) @1954   16 years bknecht Triggers now implemented. Trigger may now have children, two or four …
(edit) @1953   16 years landauf added chat overlay
(edit) @1952   16 years scheusso -fixed a compiler error -fixed a problem with multiple clients connected
(edit) @1951   16 years polakma Objekte erstellt.
(edit) @1950   16 years landauf small update to do further network tests
(edit) @1949   16 years rgrieder Moved all showsGraphics, hasServer, etc. functions from Settings class …
(edit) @1948   16 years rgrieder Fixed a bug with an index variable not being set to 0 first.
(edit) @1947   16 years rgrieder updated msvc files.
(edit) @1946   16 years landauf synchronizes the players name
(edit) @1945   16 years landauf added option "forceCallback" to updateData(…) in Synchronisable to …
(edit) @1944   16 years scheusso Some fixes in gamestate generation and handling (especially when no …
(edit) @1943   16 years landauf more fixes… damn strings :D
(edit) @1942   16 years landauf another small fix and a new levelfile (media update)
(edit) @1941   16 years scheusso small fix
(edit) @1940   16 years landauf did some first (and very unfinished) steps to deal with different …
(edit) @1939   16 years scheusso forgot some things
(edit) @1938   16 years scheusso added ClientConnectionListener that get information about clients …
(edit) @1937   16 years landauf fixed radar-colour and AI-freeze bugs
(edit) @1936   16 years FelixSchulthess i create lod branch again
(edit) @1935   16 years FelixSchulthess i hate vim and i remove lod branch
(edit) @1934   16 years rgrieder Re-reverted revisions 1931-1932
(edit) @1933   16 years martisty Collision detection
(edit) @1932   16 years rgrieder Reverted the two command line arguments
(edit) @1931   16 years rgrieder Added command line argument 'keyboard_no_grad' to suppress keyboard …
Note: See TracRevisionLog for help on using the revision log.