Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1001   16 years landauf ok, be aware, here comes a big one. people with weak nerves should …
(edit) @1000   16 years rgrieder - added a Factory to create OverlayElements by the ourselves - added a …
(edit) @999   16 years bknecht some changes with the script. Made it singleton plus the files were …
(edit) @998   16 years rgrieder - tried to find liblua —> not fixed yet
(edit) @997   16 years rgrieder - added tolua++ to the util folder - edited CMLs
(edit) @996   16 years bknecht tolua++ works now. A level will now be sent through lua, before …
(edit) @995   16 years landauf added 'delay time command' console command that executes 'command' …
(edit) @994   16 years landauf - added some symbols to the CommandExecutor: a) expression | …
(edit) @993   16 years landauf - added exit command: quits orxonox (no, it's not a hidden segfault …
(edit) @992   16 years rgrieder - CMLs file added
(edit) @991   16 years rgrieder - added the hud files and edited the CMLs
(edit) @990   16 years rgrieder - new hud branch for chai
(edit) @989   16 years landauf sync with notebook, nothing special here
(edit) @988   16 years scheusso took out settime from hud
(edit) @987   16 years scheusso server render loop
(edit) @986   16 years scheusso some changes in packetgenerator/decoder and gamestatemanager
(edit) @985   16 years chaiy V3
(edit) @984   16 years dumenim some bugfix in GameStateManager.cc, CMakeLists now generates …
(edit) @983   16 years chaiy hallo
(edit) @982   16 years chaiy hallo
(edit) @981   16 years chaiy hallo
(edit) @980   16 years chaiy hallo
(edit) @979   16 years chaiy hallo
(edit) @978   16 years FelixSchulthess
(edit) @977   16 years scheusso more adjustments for synchronisation
(edit) @976   16 years FelixSchulthess changed level file so → trunk runnable
(edit) @975   16 years rgrieder - cleaned up some Vc++ stuff
(edit) @974   16 years scheusso Made some adjustments because of synchronisable (mostly in skybox)
(edit) @973   16 years rgrieder - not really done a lot, but svn create patch doesn't work with …
(edit) @972   16 years landauf CommandExecutor autocompletes now to correct casing (even if you're …
(edit) @971   16 years rgrieder - added some empty class files - moved input stuff to core
(edit) @970   16 years landauf enhanced timer: it's now possible to let a timer call a function 1000 …
(edit) @969   16 years rgrieder - removed some unnecessary forward declarations - renamed destroy() …
(edit) @968   16 years landauf - added a try-catch block to avoid crashes when something strange …
(edit) @967   16 years landauf hum, i forgot what i was doing there… oh wait, i remember… it had …
(edit) @966   16 years landauf added clipboard support (at the moment only for windows, but this will …
(edit) @965   16 years landauf even smarter autocompletion
(edit) @964   16 years chaiy hallo
(edit) @963   16 years rgrieder reverted
(edit) @962   16 years chaiy test
(edit) @961   16 years landauf applied retos bugfix, thanks :)
(edit) @960   16 years landauf next try
(edit) @959   16 years landauf forgot the important part :D
(edit) @958   16 years landauf this is a try to avoid some compiler warnings on tardis
(edit) @957   16 years landauf - added set and tset functions to the ConfigValueContainer to …
(edit) @956   16 years bknecht loads level from file and creates lua code from XML code. not tested …
(edit) @955   16 years landauf - added input buffer: this class captures key-input (at the moment …
(edit) @954   16 years bknecht lua linking works now (v 5.1 and 5.0). not tested on tardis and will …
(edit) @953   16 years landauf - added some functions to CommandEvaluation - added possibility of …
(edit) @952   16 years landauf added CommandEvaluation to store the results of a command evaluation …
(edit) @951   16 years landauf notation: varname_s to varname_, as they're not static anymore in the …
(edit) @950   16 years landauf a singleton might be better implemented with a private constructor… …
(edit) @949   16 years landauf made CommandExecutor a singleton
(edit) @948   16 years landauf - added autocompletion function to CommandExecutor - set default …
(edit) @947   16 years landauf - added CommandExecutor - added ConsoleCommand macros - added …
(edit) @946   16 years bknecht trying to link lua into the project and start with creating an …
(edit) @945   16 years rgrieder - moved ArgReader to util - some Prereqs cleanup
(edit) @944   16 years rgrieder - created an asylum for probably old and obsolete code
(edit) @943   16 years rgrieder made a copy
(edit) @942   16 years rgrieder deleted input branch
(edit) @941   16 years landauf - small change in the initialization of the Identifier-singleton - …
(edit) @940   16 years rgrieder - Captured Ogre log messages. Can now be configured in …
(edit) @939   16 years landauf - 3 times the (almost) same implementation + macro
(edit) @938   16 years bknecht created new script branch from network branch
(edit) @937   16 years bknecht some communication problems, getting network branch now
(edit) @936   16 years bknecht created new script branch from input branch
(edit) @935   16 years bknecht deleted script branch. changes have been applied in another context in …
(edit) @934   16 years rgrieder - added debug output to the InputHandler - fixed singleton issues - …
(edit) @933   16 years landauf XMLPort uses now executors and has default-values.
(edit) @932   16 years landauf added debug output to executor
(edit) @931   16 years landauf expanded Executor
(edit) @930   16 years rgrieder - fixed deletion bugs in regard to the singleton behavior
(edit) @929   16 years rgrieder - removed getRoot() from GaphicsEngine —> added getRenderWindow() …
(edit) @928   16 years rgrieder - added destroy code for the InputHandler
(edit) @927   16 years scheusso Made various changes to Classes WorldEntity, Model, SpaceShip, …
(edit) @926   16 years rgrieder - removed the media and audio folder - applied the changes from Beni …
(edit) @925   16 years landauf - the MultiTypes can now handle pointers and xml-elements - added a …
(edit) @924   16 years bknecht those changes enable setting the data-repos via arguments and ini-file
(edit) @923   16 years rgrieder - böggfix
(edit) @922   16 years rgrieder - created InputEventListener and InputEvent - escape key now works …
(edit) @921   16 years rgrieder - no comment..
(edit) @920   16 years rgrieder - bugfix with includes
(edit) @919   16 years rgrieder - AudioManager is now Tickable - NPC update moved to its tick-function …
(edit) @918   16 years rgrieder - created basic construct for the InputHandler (mere copy of …
(edit) @917   16 years rgrieder - merged all changes in the input branch into this one - moved …
(edit) @916   16 years rgrieder - removed all our FrameListeners except one (OrxListener will soon be …
(edit) @915   16 years scheusso another dead bug
(edit) @914   16 years scheusso another dead bug
(edit) @913   16 years scheusso another dead bug
(edit) @912   16 years scheusso bugfix in packetdecoder, inserted some std::
(edit) @911   16 years bknecht applied some old changes (compiles, but may fail running)
(edit) @910   16 years FelixSchulthess removed some errors in particleinterface
(edit) @909   16 years bknecht created script branch
(edit) @908   16 years bknecht one does this different…
(edit) @907   16 years scheusso further optimasation/bugfixing
(edit) @906   16 years bknecht created lua branch w/o Media
(edit) @905   16 years scheusso revided and checked gamestate handling
(edit) @904   16 years scheusso bugfix
(edit) @903   16 years scheusso created client start routine
(edit) @902   16 years landauf using "XMLPort::Mode mode" instead of "bool loading" in all XMLPort …
Note: See TracRevisionLog for help on using the revision log.