Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/orxonox.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4446   19 years patrick orxonox/trunk: finished cleaning up orxonox.cc
(edit) @4445   19 years patrick orxonox/trunk: cleaned up the orxonox class: removed all unused …
(edit) @4442   19 years patrick orxonox/trunk: command node removed from source files
(edit) @4408   19 years patrick orxonox/trunk: integrating the event handler into orxonox mainclass
(edit) @4398   19 years patrick orxonox/trunk: moved the keynames strucure to a place closer to …
(edit) @4390   19 years patrick orxonox/trunk: flushing work state
(edit) @4388   19 years patrick orxonox/trunk: running first pre-tests with key-mapping
(edit) @4286   19 years patrick orxonox/trunk: implemented the objectmanager cache function
(edit) @4262   19 years bensch orxonox/trunk: moved around some files, and deleted the obsolete DataTank
(edit) @4136   19 years bensch orxonox/trunk: skyModel now gets unloaded/loaded for real. There was …
(edit) @4135   19 years bensch orxonox/trunk: minor
(edit) @4134   19 years bensch orxonox/trunk: nicer help
(edit) @4133   19 years bensch orxonox/trunk: cleanup in gui: less useless output
(edit) @4132   19 years bensch orxonox/trunk: orxonox —help now shows something more usefull… …
(edit) @4131   19 years bensch orxonox/trunk: benchmark taken out of orxonox.cc
(edit) @4113   19 years bensch orxonox/trunk: better output
(edit) @4094   19 years bensch orxonox/trunk: orxonox now runs from anywhere of the LINUX environment
(edit) @4091   19 years bensch orxonox/trunk: now All options get loaded in new style (be aware, …
(edit) @4084   19 years bensch orxonox/trunk: now orxonox parses the config-file from …
(edit) @4059   19 years bensch orxonox/trunk: gui now gets called through -g/—gui
(edit) @4057   19 years bensch orxonox/trunk: other cool namings :)
(edit) @4056   19 years bensch orxonox/trunk/gui: naming
(edit) @4054   19 years bensch orxonox/trunk: merged the guiMerge-branche back into the trunk merged …
(edit) @4042   19 years bensch orxonox/trunk: gui: minor niceness-patch
(edit) @4039   19 years bensch orxonox/trunk/gui: minor change
(edit) @4033   19 years bensch orxonox/trunk: better support, but it only starts gui, if orxonox …
(edit) @4032   19 years bensch orxonox/trunk: orxonox now starts the Gui by default, and also if …
(edit) @4010   19 years bensch orxonox/trunk: merged the levelloader from lltrunktemp to the trunk. …
(edit) @4009   19 years bensch orxonox/trunk: little patch…. should work again on osX
(edit) @3983   19 years bensch orxonox/trunk: resource now also gets loaded if the data-directory is …
(edit) @3966   19 years bensch orxonox/trunk: merged branches/particleEngine into the trunk, because …
(edit) @3790   19 years bensch orxonox/trunk: merged the textEngine back into the trunk. merged with …
(edit) @3779   19 years bensch orxonox/trunk: now orxonox should compile in Windofs and osX again
(edit) @3731   19 years patrick orxonox/trunk: animation player now works for two keyframes.
(edit) @3678   19 years bensch orxonox/trunk: deleted class primitive, because model has the same …
(edit) @3676   19 years bensch orxonox/trunk: debug-information for ResourceManager
(edit) @3671   19 years patrick orxonox/trunk: the right benchmark settings
(edit) @3668   19 years patrick orxonox/trunk: made list more performant and less vulnerable to …
(edit) @3662   19 years patrick orxonox/trunk:make
(edit) @3661   19 years patrick orxonox/trunk: some changes in the benchmark routines and in the list. …
(edit) @3660   19 years bensch orxonox/trunk: now ResourceManager has the ability to unload resources …
(edit) @3658   19 years bensch orxonox/trunk: resource manager working, player uses it.
(edit) @3655   19 years bensch orxonox/trunk: moved protoclass to folder proto added protosingleton …
(edit) @3652   19 years patrick orxonox/trunk: added list iterator template. this is a fix in the list …
(edit) @3651   19 years patrick orxonox/trunk: now got the trick with inline functions. they have to …
(edit) @3650   19 years patrick orxonox/trunk: benchmarking: modified formatting added some more …
(edit) @3649   19 years patrick orxonox/trunk: tuning orxonox via benchmarking, virt. inline functions …
(edit) @3648   19 years patrick orxonox/trunk: command arguments added to orxonox exec. you can pass …
(edit) @3619   19 years bensch orxonox/trunk: added a Function to resize the Window, but it does not …
(edit) @3613   19 years bensch orxonox/trunk: taken camera out of orxonox.cc/h because, it just does …
(edit) @3611   19 years bensch orxonox/trunk: one step further with the gragpicsEngine
(edit) @3610   19 years bensch orxonox/trunk: first definition of the Grahpics-class. more to follow, …
(edit) @3592   19 years bensch orxonox/trunk: debug.h: now ability to choose between modular and not …
(edit) @3548   19 years bensch orxonox/trunk: debug information in importer set like they should be
(edit) @3546   19 years patrick orxonox/trunk: fixed a bug in the update phase, added real debug …
(edit) @3544   19 years bensch orxonox/trunk: now the delete-process is as inteded by c++ virtual …
(edit) @3543   19 years bensch orxonox/trunk: some more classes now destroy themselves via …
(edit) @3526   19 years bensch orxonox/trunk: better ModelView-matrix transformations
(edit) @3449   19 years bensch orxonox/trunk: documented orxonox.cc/h world.cc/h vector.cc/h
(edit) @3436   19 years bensch orxonox/trunk: added new Class light, that handles lights (needed for …
(edit) @3398   19 years bensch orxonox/trunk: Made the Model-class externalizable meaning: 1. There …
(edit) @3365   19 years bensch orxonox/trunk: merged branches/parenting back to the. merged with …
(edit) @3226   19 years bensch orxonox/trunk: world fixed (still unstable)
(edit) @3220   19 years patrick orxonox/trunk: fixed a lot of bugs with StoryEntity management, also …
(edit) @3216   19 years patrick orxonox/trunk: a first redesign of the CommandNode and its cmd passing …
(edit) @3215   19 years patrick /orxonox/trunk: discovered a minor bug and fixed some code style issues…
(edit) @3214   19 years patrick orxonox/trunk: cleaned up orxonox.cc, deleted unused code
(edit) @3213   19 years patrick orxonox/trunk: enhanced the CommandNode - cleaning up garbage doing …
(edit) @3174   19 years bensch orxonox/trunk: SDL_Init - fix. it's better that way
(edit) @3022   19 years bensch orxonox/trunk/src: Version-information added to captions
(edit) @2817   19 years bensch orxonox/trunk: added lighting and shading (pre-test-version)
(edit) @2792   19 years bensch orxonox/trunk: redesigned the world.
(edit) @2636   20 years patrick - Added a GameLoader to the game. This enables orxonox to load a …
(edit) @2551   20 years patrick orxonox/trunk: minor changes - enhanced sc controll, fixed …
(edit) @2190   20 years bensch orxonox/trunk: merged and copied all files from branches/chris into …
(edit) @2036   20 years patrick orxonxo/trunk/src: extended framework: class inheritance, right …
(edit) @1957   20 years bensch orxonox/truk: now the rockets are frame-rate-driven
(copy) @1956   20 years bensch orxonox/trunk: now the Trunk should be merged with the new Makefile. …
copied from orxonox/branches/automake/src/orxonox.cc:
(copy) @1944   20 years bensch orxonox/branches/autoconf: changed core to src
Note: See TracRevisionLog for help on using the revision log.