Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2852   20 years bensch orxonox/trunk/importer: better checking of objectCount
(edit) @2851   20 years bensch orxonox/trunk/importer: extended the draw function. Now you can draw …
(edit) @2850   20 years bensch orxonox/trunk/importer: included groups to filereader
(edit) @2848   20 years bensch orxonox/trunk/importer: delete [] array only if finalized. Typo.
(edit) @2847   20 years bensch orxonox/trunk/importer: implemented destructors of Class Array and …
(edit) @2846   20 years bensch orxonox/trunk/importer: bug-fix. closed file at the wrong position
(edit) @2842   20 years bensch orxonox/trunk/importer: doxygen tags added
(edit) @2837   20 years bensch orxonox/trunk/importer: shininess set to 2.0 as default. (just looks …
(edit) @2836   20 years bensch orxonox/trunk/importer: ability to read in specular shininess
(edit) @2835   20 years bensch orxonox/trunk/src: added the files again.
(edit) @2834   20 years bensch orxonox/trunk/src: delete files, will resubmit them in next Commit.
(edit) @2833   20 years bensch orxonox/trunk/importer: check if mtl exists, vn, vt do not have to be …
(edit) @2823   20 years bensch orxonox/trunk/importer: now uses c++ lib <fstream>, and added the …
(edit) @2822   20 years patrick orxonox/trunk/src: changed list to template again, will add an …
(edit) @2821   20 years bensch orxonox/trunk/importer: added BOX if no Object can be displayed
(edit) @2820   20 years bensch orxonox/trunk/importer: added TexCoord to readIn
(edit) @2819   20 years bensch orxonox/trunk: fixed importer autoconf in configure.ac
(edit) @2818   20 years patrick orxonox/src: fix bug with includes
(edit) @2817   20 years bensch orxonox/trunk: added lighting and shading (pre-test-version)
(edit) @2816   20 years patrick orxonox/trunk/src: new list implemented
(edit) @2812   20 years bensch orxonox/trunk: copied the importer to the trunk: Patrick thought it …
(edit) @2811   20 years bensch orxonox/trunk: merged the ObjectImporter to trunk: merged with svn …
(edit) @2792   20 years bensch orxonox/trunk: redesigned the world.
(edit) @2740   20 years bensch orxonox/trunk/gui: now Building a Window-Chain
(edit) @2739   20 years bensch orxonox/trunk/gui: modified savable rutine. now a widget has to be set …
(edit) @2738   20 years bensch orxonox/trunk/gui: better order of key-options
(edit) @2737   20 years bensch orxonox/trunk/gui: key now able to be set.
(edit) @2736   20 years bensch orxonox/trunk/gui: nicer, modularer, better, but not finished
(edit) @2735   20 years bensch orxonox/trunk/gui: added keys, and enabled key_press_event on them
(edit) @2733   20 years bensch orxonox/trunk/gui: added keystrokes, and for testing added them to …
(edit) @2731   20 years bensch orxonox/trunk: applyed List to world object too
(edit) @2730   20 years bensch orxonox/trunk: implemented a glList for player: this is for testing …
(edit) @2711   20 years patrick orxonox/trunk: added Tasks list
(edit) @2710   20 years bensch orxonox/trunk: added a sample configurationm file for doxygen
(edit) @2709   20 years bensch orxonox/trunk: removed obsolete scripts direcory
(edit) @2706   20 years bensch orxonox/trunk: changed to automake-1.8 and made it windows-compatible …
(edit) @2701   20 years bensch orxonox/trunk: configure.ac updated, that it only checks for linux, …
(edit) @2644   20 years patrick orxonox/trunk: BUGFIX - Player spawn problem resolved (I hope…)
(edit) @2640   20 years patrick orxonox/trunk/src - BUGFIX: input node now redirected to the right …
(edit) @2636   20 years patrick - Added a GameLoader to the game. This enables orxonox to load a …
(edit) @2635   20 years bensch orxonox/trunk/gui: minor fix
(edit) @2634   20 years bensch orxonox/trunk/gui: load now more efficient. Loads first searches for a …
(edit) @2627   20 years bensch orxonox/trunk: deleted obsolete glut includings
(edit) @2625   20 years bensch orxonox/trunk/gui: minor optimization
(edit) @2623   20 years bensch orxonox/trunk/gui: better comments
(edit) @2622   20 years bensch orxonox/trunk/gui: modularity improved. Now init() of Subclasses …
(edit) @2618   20 years bensch orxonox/trunk/gui: added Version number to the GUI.
(edit) @2615   20 years bensch orxonox/trunk/gui: export to file now nicer. (danger heavy if-expression)
(edit) @2614   20 years bensch orxonox/trunk/gui: added simple config-file stuffing. (only save needs …
(edit) @2613   20 years bensch orxonox/trunk/gui: added class keys
(edit) @2611   20 years bensch orxonox/trunk: now also compiles in Windows again. There was a Problem …
(edit) @2605   20 years bensch orxonox/trunk/gui: generalized: destructor, added label to class …
(edit) @2595   20 years bensch orxonox/trunk/gui: Generalized plugins (returning Widget* now). …
(edit) @2589   20 years bensch orxonox/trunk: Makefile.am's updated. They now include header files as …
(edit) @2588   20 years bensch orxonox/trunk/gui: doxygen orxodox created for all h-files, classes …
(edit) @2587   20 years bensch orxonox/trunk/gui: added init-routine to Menu as promised in last …
(edit) @2586   20 years bensch orxonox/trunk/gui: added init-routine to all the Widget-type objects. …
(edit) @2584   20 years bensch orxonox/trunk/gui: walkThrough-function implemented, that walks down …
(edit) @2583   20 years bensch orxonox/trunk/gui: Windows Decorations Enabled only for Widnows
(edit) @2581   20 years bensch orxonox/trunk/gui: gui now ready for including Orxonox-Crew-Logo
(edit) @2580   20 years bensch orxonox/trunk/gui: Image now Pressable; added Class EventBox to but …
(edit) @2551   20 years patrick orxonox/trunk: minor changes - enhanced sc controll, fixed …
(edit) @2191   20 years patrick orxonox/trunk/src: added coordinates.h to trunk to make src compile again
(edit) @2190   20 years bensch orxonox/trunk: merged and copied all files from branches/chris into …
(edit) @2077   20 years patrick /orxonox/trunk/src: making doxygen comments in worldentity, player, …
(edit) @2053   20 years bensch orxonox/trunk/gui: Now there is a possibility to start orxonox out of …
(edit) @2050   20 years bensch orxonox/trunk/gui: the Green Gui (if someone wants to have another …
(edit) @2043   20 years patrick orxonox/tunk/src: extended worldentity, added doxygen comments, added …
(edit) @2036   20 years patrick orxonxo/trunk/src: extended framework: class inheritance, right …
(edit) @2024   20 years bensch orxonox/trunk/gui: added a cool picture to the side of the Gui, and …
(edit) @2019   20 years bensch orxonox/trunk: now everything should compile in Windows and Linux
(edit) @2018   20 years bensch orxonox/trunk: merged guicc and the new Configure.ac to the Trunk. Now …
(edit) @2017   20 years bensch orxonox/trunk: News about windows Development added
(edit) @1971   20 years bensch orxonox/trunk: now configure works on minGW
(edit) @1961   20 years bensch orxonox/trunk/gui: merged changes from branch gui/gui
(edit) @1959   20 years bensch orxonox/trunk: made adjustments to configure.ac, that should make the …
(edit) @1958   20 years bensch orxonox/trunk: now it should compile on windows machines changed lGL32 …
(edit) @1957   20 years bensch orxonox/truk: now the rockets are frame-rate-driven
(edit) @1956   20 years bensch orxonox/trunk: now the Trunk should be merged with the new Makefile. …
(edit) @1942   20 years bensch orxonox/trunk: the changes of Tom wern't that grat… now no more …
(edit) @1941   20 years bensch orxonox/trunk/core/player.cc: This file has finaly been fixed, with …
(edit) @1934   20 years bensch orxonox/trunk: endless Mountains added by Tom
(edit) @1931   20 years patrick orxonox/trunk/core: speed of ground, shoot enemies
(edit) @1930   20 years bensch orxonox/trunk: impulses work better on slower machines
(edit) @1929   20 years bensch orxonox/trunk: inhibitor added, so it shoots in impulses
(edit) @1928   20 years amir orxonox/trunk: fixed type in configure -h … not that this really …
(edit) @1927   20 years bensch orxonox/trunk/core: now the spirale is really nice
(edit) @1926   20 years bensch orxonox/trunk/core: added modulated phase variance-shot
(edit) @1925   20 years bensch orxonox/truk/core: now sideshots are way cooler and smoother
(edit) @1924   20 years bensch orxonox/truk/core: added support for different types of rockets, and …
(edit) @1921   20 years bensch orxonox/trunk: missiles are slower, and there are less
(edit) @1920   20 years bensch orxonox/trunk: rockets added (in 3D)
(edit) @1919   20 years patrick orxonox/trunk: gc modified, player moves with world, collision …
(edit) @1918   20 years patrick orxonox/trunk: ground moves slower and with env and npc
(edit) @1917   20 years patrick orxonox/trunk: ground moves
(edit) @1914   20 years bensch orxonox/trunk: forgot "
(edit) @1913   20 years bensch orxonox/trunk/news: Added a link to the Subversion on Datacore Manual, …
(edit) @1912   20 years bensch URL changed in news.
(edit) @1911   20 years bensch orxonox/trunk/news: added the Orxonox Convention to the news
(edit) @1910   20 years bensch orxonox/trunk: added File news.
Note: See TracRevisionLog for help on using the revision log.