Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @749   16 years landauf (I didn't)
(edit) @748   16 years landauf - moved BillboardSet, Light, Mesh and Timer to the new util folder - …
(edit) @747   16 years landauf added tools folder (something like util, but only for orxonox)
(edit) @746   16 years landauf license notice
(edit) @745   16 years landauf removed debug output - thanks to reto we solved the Language problem ;)
(edit) @744   16 years landauf - changed CML files: xml library is now util library and is open for …
(edit) @743   16 years landauf removed the misc folder
(edit) @742   16 years landauf moved all files from misc and the tinyxml folder into the new util folder
(edit) @741   16 years landauf added util folder
(edit) @740   16 years landauf updated tinyxml to the version ticpp uses
(edit) @739   16 years landauf added TiCPP: "'TiCPP' is short for the official name TinyXML++. It is …
(edit) @738   16 years landauf updated to the newest tinyXML library and changed one line in the …
(edit) @737   16 years landauf added removeObjects to the Identifier while constructing something …
(edit) @736   16 years nicolasc house cleaning in spaceship.h
(edit) @735   16 years nicolasc - created output for lib in FindBoost.cmake - cleanup in root-CML
(edit) @734   16 years rgrieder - blubfixb
(edit) @733   16 years rgrieder - moved BaseObject to core
(edit) @732   16 years nicolasc - added copyrightnotice to spaceshipsteeringobject - added OPTION to …
(edit) @731   16 years rgrieder - little fix for the time being
(edit) @730   16 years rgrieder - added missing file..
(edit) @729   16 years rgrieder - fixed multiple template instantiation problem under windows - …
(edit) @728   16 years nicolasc - various cleanup - improved readability in PI - fixed iterator in language
(edit) @727   16 years bensch FICN: Added simple testing facilities to CMake.this is an example of …
(edit) @726   16 years landauf adopted benschs Convert class and used it in the ConfigValueContainer
(edit) @725   16 years landauf it's now possible to use a translation without already existing …
(edit) @724   16 years landauf reference → pointer (for better readability)
(edit) @723   16 years landauf realized a dynamic_cast isn't needed here
(edit) @722   16 years landauf removed extra qualifier
(edit) @721   16 years landauf added Convert.h (greetings to bensch) and changed the corresponding …
(edit) @720   16 years landauf documented and commented the Language.h and .cc file
(edit) @719   16 years landauf small hack with a static bool to add a description to the language …
(edit) @718   16 years landauf added Fighter.cc to CML
(edit) @717   16 years landauf some changes (yes! CHANGES! unbelievable! they exist! well, ok, not in …
(edit) @716   16 years rgrieder - merged all Vector3, etc. (incl. ColourValue) to misc/Math.h
(edit) @715   16 years rgrieder - the master has spoken… - misc/String.h is not anymore..
(edit) @714   16 years landauf I'm not sure if this is better (it's slower, but not a memory leak anymore)
(edit) @713   16 years landauf exclusion for mingw
(edit) @712   16 years rgrieder - blubb
(edit) @711   16 years rgrieder - removed attempt to fix audio on windows
(edit) @710   16 years rgrieder - reverted accidentally committed sample.oxw
(edit) @709   16 years rgrieder - tardis box wanted to include "windows.h"… —> fixed
(edit) @708   16 years rgrieder - added Vector2, Vector3, Matrix3, ColourValue, Quaternion and String …
(edit) @707   16 years landauf sample translation file: with this, you can set the language …
(edit) @706   16 years landauf added descriptions to the existing config-values
(edit) @705   16 years landauf added function to add descriptions to config values
(edit) @704   16 years landauf added a new class: Language it's a manager for different language …
(edit) @703   16 years landauf intern changes in the ConfigValueContainer
(edit) @702   16 years nicolasc removed some deprecated alut stuff - plz test on windows
(edit) @701   16 years landauf mingw doesn't like WinMain
(edit) @700   16 years rgrieder - removed to unwanted @param - removed temporary files
(edit) @699   16 years landauf introduced 3 different soft debug levels: one for each output device …
(edit) @698   16 years landauf hopefully replaced all static pre-main variables with more secure …
(edit) @697   16 years landauf put all SetConfigValue macro calls into the setConfigValues function …
(edit) @696   16 years landauf IdentifierMap works now on tardis (this pre-main() stuff is s* and …
(edit) @695   16 years landauf yet another version of the DebugLevel hack. DebugLevel is an …
(edit) @694   16 years landauf back again - with a new try ;)
(edit) @693   16 years rgrieder - new approach to pointer_s problem
(edit) @692   16 years landauf next try
(edit) @691   16 years landauf removed a stupid line (thanks reto)
(edit) @690   16 years landauf some changes in the ClassIdentifier (inspired by retos suggestion)
(edit) @689   16 years rgrieder - it just didn't feel good at all…
(edit) @688   16 years rgrieder - no comment (fabian will understand)
(edit) @687   16 years landauf replaced retos tiny hack (which didn't worked on my system) with a new …
(edit) @686   16 years rgrieder - replaced a little hack in DebugLevel through a tiny one.
(edit) @685   16 years landauf commented the type-specific overloaded non-member << operators out, …
(edit) @684   16 years landauf - added new class: the OutputHandler replaces std::cout in Debug.h and …
(edit) @683   16 years rgrieder - fixed a little bug
(edit) @682   16 years rgrieder - adapted the core to be an actual windows dll (only tested with MSVC) …
(edit) @681   16 years rgrieder - removed a warning and added on FIXME
(edit) @680   16 years rgrieder - removed some gcc warnings in weapon system
(edit) @679   16 years rgrieder - added missing LoaderPlatform.h (filename change from last commit) - …
(edit) @678   16 years rgrieder - put visual studio files in a separate folder - added vs property …
(edit) @677   16 years landauf changed \n to std::endl
(edit) @676   16 years landauf - include guards - readded Light (maybe i'll remove it again, but at …
(edit) @675   16 years landauf removed debug output
(edit) @674   16 years rgrieder - fixed CMLs in src/orxonox
(edit) @673   16 years rgrieder - deleted obsolete classes: BaseEntity, Entity, Light and SceneNode …
(edit) @672   16 years landauf bla
(edit) @671   16 years landauf fixed typo and CML for non-windows systems
(edit) @670   16 years landauf copyright notes
(edit) @669   16 years rgrieder - completed last svn update (delete and add to rename first letter) - …
(edit) @668   16 years rgrieder - updated weapon system file names - some code style modifications in …
(edit) @667   16 years landauf - expanded the String2Number.h file - changed the SetConfigValue …
(edit) @666   16 years nicolasc - added initialisation of random generator - music starts at a random piece
(edit) @665   16 years nicolasc - removed presentation folder - unneeded - fixed cmakeclearcache for …
(edit) @664   16 years landauf - bigger explosions - changed camera orientation
(edit) @663   16 years nicolasc fixed auto repeat problem
(edit) @662   16 years nicolasc - updated requirements list - but still incomplete - changed crosshair …
(edit) @661   16 years nicolasc added a test crosshair — same hack as blinky
(edit) @660   16 years nicolasc - added FIXME-tags - should be selfexplanatory
(edit) @659   16 years nicolasc - a lot of inlining of getfunctions - set libaudio to shared (not …
(edit) @658   16 years nicolasc - fixed (possible) typo in network - some inlining in PI - probably …
(edit) @657   16 years scheusso blub
(edit) @656   16 years scheusso some errors corrected in gamestatehandling
(edit) @655   16 years nicolape Fixed ambient sound and changed skybox
(edit) @654   16 years rgrieder - removed barrel rotation
(edit) @653   16 years nicolasc added hoover model
(edit) @652   16 years nicolasc included and tested drone and spaceship
(edit) @651   16 years rgrieder - added Fighter.cc to the CML
(edit) @650   16 years rgrieder - little changes, added Fighter (commented)
Note: See TracRevisionLog for help on using the revision log.