Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1032   17 years rgrieder - singletonized GraphicsEngine —> Orxonox.h has to included only …
(edit) @1031   17 years landauf corrected debug output in case of an invalid vector index (remember: …
(edit) @1030   17 years landauf extracted all config-value related macros from CoreIncludes.h and …
(edit) @1029   17 years bknecht some changes
(edit) @1028   17 years rgrieder - added cheap fps counter - trunk should work so far
(edit) @1027   17 years landauf console command 'cleanConfig' is now implemented: it drops all …
(edit) @1026   17 years landauf console command 'loadSettings' works now: loads a new config file …
(edit) @1025   17 years landauf fixed another bug. always remember: no matter how cool your feature …
(edit) @1024   17 years rgrieder merged input back into trunk note: I have created an asylum with …
(edit) @1023   17 years landauf fixed bug, removed some debug output
(edit) @1022   17 years rgrieder - modified the input handler - few more little changes
(edit) @1021   17 years bknecht merged back that script-branch
(edit) @1020   17 years landauf changed ConfigValueContainer to use ConfigFileManager, but there is …
(edit) @1019   17 years bknecht You can now use lua tags everywhere in the XML file you want: It'll …
(edit) @1018   17 years scheusso dead bug in synchronisable?
(edit) @1017   17 years scheusso dead bug in synchronisable?
(edit) @1016   17 years scheusso blub
(edit) @1015   17 years scheusso blub
(edit) @1014   17 years scheusso blabla
(edit) @1013   17 years scheusso more output
(edit) @1012   17 years chaiy hallo
(edit) @1011   17 years dumenim print gamestates on cout(4)
(edit) @1010   17 years FelixSchulthess replaced correct sample.oxw
(edit) @1009   18 years FelixSchulthess added asteroids.material
(edit) @1008   18 years dumenim changed some comments and catched some return values and maybe some …
(edit) @1007   18 years scheusso forgot something
(edit) @1006   18 years landauf started implementing a config-file manager, but this is still unfinished.
(edit) @1005   18 years scheusso enhanced memory management in gamestatemanager and gamestateclient
(edit) @1004   18 years landauf test
(edit) @1003   18 years landauf hopefully solved the conversion problem :) it's a lot of …
(edit) @1002   18 years chaiy BarFactory created, but doesn't work yet
(edit) @1001   18 years landauf ok, be aware, here comes a big one. people with weak nerves should …
(edit) @1000   18 years rgrieder - added a Factory to create OverlayElements by the ourselves - added a …
(edit) @999   18 years bknecht some changes with the script. Made it singleton plus the files were …
(edit) @998   18 years rgrieder - tried to find liblua —> not fixed yet
(edit) @997   18 years rgrieder - added tolua++ to the util folder - edited CMLs
(edit) @996   18 years bknecht tolua++ works now. A level will now be sent through lua, before …
(edit) @995   18 years landauf added 'delay time command' console command that executes 'command' …
(edit) @994   18 years landauf - added some symbols to the CommandExecutor: a) expression | …
(edit) @993   18 years landauf - added exit command: quits orxonox (no, it's not a hidden segfault …
(edit) @992   18 years rgrieder - CMLs file added
(edit) @991   18 years rgrieder - added the hud files and edited the CMLs
(edit) @990   18 years rgrieder - new hud branch for chai
(edit) @989   18 years landauf sync with notebook, nothing special here
(edit) @988   18 years scheusso took out settime from hud
(edit) @987   18 years scheusso server render loop
(edit) @986   18 years scheusso some changes in packetgenerator/decoder and gamestatemanager
(edit) @985   18 years chaiy V3
(edit) @984   18 years dumenim some bugfix in GameStateManager.cc, CMakeLists now generates …
(edit) @983   18 years chaiy hallo
(edit) @982   18 years chaiy hallo
(edit) @981   18 years chaiy hallo
(edit) @980   18 years chaiy hallo
(edit) @979   18 years chaiy hallo
(edit) @978   18 years FelixSchulthess
(edit) @977   18 years scheusso more adjustments for synchronisation
(edit) @976   18 years FelixSchulthess changed level file so → trunk runnable
(edit) @975   18 years rgrieder - cleaned up some Vc++ stuff
(edit) @974   18 years scheusso Made some adjustments because of synchronisable (mostly in skybox)
(edit) @973   18 years rgrieder - not really done a lot, but svn create patch doesn't work with …
(edit) @972   18 years landauf CommandExecutor autocompletes now to correct casing (even if you're …
(edit) @971   18 years rgrieder - added some empty class files - moved input stuff to core
(edit) @970   18 years landauf enhanced timer: it's now possible to let a timer call a function 1000 …
(edit) @969   18 years rgrieder - removed some unnecessary forward declarations - renamed destroy() …
(edit) @968   18 years landauf - added a try-catch block to avoid crashes when something strange …
(edit) @967   18 years landauf hum, i forgot what i was doing there… oh wait, i remember… it had …
(edit) @966   18 years landauf added clipboard support (at the moment only for windows, but this will …
(edit) @965   18 years landauf even smarter autocompletion
(edit) @964   18 years chaiy hallo
(edit) @963   18 years rgrieder reverted
(edit) @962   18 years chaiy test
(edit) @961   18 years landauf applied retos bugfix, thanks :)
(edit) @960   18 years landauf next try
(edit) @959   18 years landauf forgot the important part :D
(edit) @958   18 years landauf this is a try to avoid some compiler warnings on tardis
(edit) @957   18 years landauf - added set and tset functions to the ConfigValueContainer to …
(edit) @956   18 years bknecht loads level from file and creates lua code from XML code. not tested …
(edit) @955   18 years landauf - added input buffer: this class captures key-input (at the moment …
(edit) @954   18 years bknecht lua linking works now (v 5.1 and 5.0). not tested on tardis and will …
(edit) @953   18 years landauf - added some functions to CommandEvaluation - added possibility of …
(edit) @952   18 years landauf added CommandEvaluation to store the results of a command evaluation …
(edit) @951   18 years landauf notation: varname_s to varname_, as they're not static anymore in the …
(edit) @950   18 years landauf a singleton might be better implemented with a private constructor… …
(edit) @949   18 years landauf made CommandExecutor a singleton
(edit) @948   18 years landauf - added autocompletion function to CommandExecutor - set default …
(edit) @947   18 years landauf - added CommandExecutor - added ConsoleCommand macros - added …
(edit) @946   18 years bknecht trying to link lua into the project and start with creating an …
(edit) @945   18 years rgrieder - moved ArgReader to util - some Prereqs cleanup
(edit) @944   18 years rgrieder - created an asylum for probably old and obsolete code
(edit) @943   18 years rgrieder made a copy
(edit) @942   18 years rgrieder deleted input branch
(edit) @941   18 years landauf - small change in the initialization of the Identifier-singleton - …
(edit) @940   18 years rgrieder - Captured Ogre log messages. Can now be configured in …
(edit) @939   18 years landauf - 3 times the (almost) same implementation + macro
(edit) @938   18 years bknecht created new script branch from network branch
(edit) @937   18 years bknecht some communication problems, getting network branch now
(edit) @936   18 years bknecht created new script branch from input branch
(edit) @935   18 years bknecht deleted script branch. changes have been applied in another context in …
(edit) @934   18 years rgrieder - added debug output to the InputHandler - fixed singleton issues - …
(edit) @933   18 years landauf XMLPort uses now executors and has default-values.
Note: See TracRevisionLog for help on using the revision log.