Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2085   15 years rgrieder svn:eol-sytle to all msvc files too.
(edit) @2084   15 years rgrieder - Added debug overlay that is constantly shown in graphics mode. F2 …
(edit) @2082   15 years landauf - simplified some event code - prevents infinite event loops - fixed …
(edit) @2080   15 years rgrieder Trying to fix a bug with network Packet. Removing a call that wasn't …
(edit) @2079   15 years rgrieder updated msvc files. removed "friend WorldEntity" from BaseObject.
(edit) @2078   16 years landauf fixed trigger switch problem
(edit) @2075   16 years landauf fixed a small problem in OrxonoxOverlay
(edit) @2074   16 years landauf - added EventListener: this class fires an event if another class with …
(edit) @2073   16 years landauf renamed CameraHandler as CameraManager
(edit) @2072   16 years landauf changed svn:eol-style to native in all new files
(edit) @2071   16 years landauf - fixed another bug in Trigger - added EventTrigger which listens on …
(edit) @2070   16 years rgrieder Properly took care of network::packet::Packet destruction. It depends …
(edit) @2069   16 years landauf fixed a bug in the event system fixed a bug in Trigger and tweaked …
(edit) @2067   16 years landauf synchronization of ParticleSpawner is still strange but at least not …
(edit) @2066   16 years landauf forgot to add EventIncludes.h
(edit) @2065   16 years landauf added two more graphical classes, ParticleEmitter and ParticleSpawner
(edit) @2064   16 years rgrieder Fixed bug in CameraHandler: when calling requestFocus twice, the …
(edit) @2063   16 years landauf added events but not yet connected with triggers
(edit) @2062   16 years scheusso client→server synchronisation of controllable entities works now
(edit) @2048   16 years scheusso network tick limit works now
(edit) @2046   16 years rgrieder Changed initialisation of overlay classes to the new convention. The …
(edit) @2045   16 years rgrieder updated msvc project files to test something..
(edit) @2044   16 years landauf added some new graphical classes
(edit) @2042   16 years landauf added camerapositions
(edit) @2041   16 years landauf bugs— network++ endurance— tiredness++ but it still doesn't work …
(edit) @2040   16 years rgrieder reverted those svn:eol-style "native" properties: Tomorrow then.
(edit) @2039   16 years rgrieder updated msvc orxonox project.
(edit) @2037   16 years rgrieder added svn:eol-style "native" to all text files.
(edit) @2035   16 years scheusso objects with non-existing creator (on client-side) get ignored now
(edit) @2034   16 years landauf Synchronisable translates creator ↔ creatorID
(edit) @2033   16 years scheusso some minor bugs fixed
(edit) @2032   16 years landauf a small change to test something
(edit) @2031   16 years landauf some small adjustments in the network
(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) @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) @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) @1994   16 years rgrieder updated msvc files.
(edit) @1993   16 years landauf added several new classes
(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) @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) @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) @1955   16 years scheusso ClientInformation is now consisten with other classes regarding …
(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) @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) @1918   16 years rgrieder updated msvc files
(edit) @1917   16 years landauf added some includes
(edit) @1916   16 years landauf removed WorldEntity, SpaceShip and several other objects removed …
(copy) @1912   16 years landauf created branch to work on the new object-hierarchy
copied from code/trunk:
(edit) @1911   16 years landauf small camera fix
Note: See TracRevisionLog for help on using the revision log.