Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @786   16 years rgrieder - renamed StableHeaders.h to OrxonoxStableHeaders.h
(edit) @785   16 years rgrieder - added the necessary files..
(edit) @784   16 years rgrieder - added precompiled headers for visual studio (speeds up orxonox …
(edit) @783   16 years nicolasc - removed a horribly outdated orxonoxOLD.cc - readded audio in …
(edit) @782   16 years rgrieder - removed warnings on msvc compiler - on msvc: loader is now built …
(edit) @781   16 years rgrieder - hopefully the last time..
(edit) @780   16 years rgrieder - once again
(edit) @779   16 years rgrieder - next try
(edit) @778   16 years rgrieder - leetle fix
(edit) @777   16 years rgrieder - added dll support to the network library - improved header file …
(edit) @776   16 years rgrieder - release version adapted in msvc files
(edit) @775   16 years nicolasc dos2unix runscript
(edit) @774   16 years rgrieder - changed executable from main to orxonox - added src/orxonox to the …
(edit) @773   16 years landauf relative path
(edit) @772   16 years landauf removed run-script.bat, use main.bat instead and copy all needed …
(edit) @771   16 years landauf removed whitespace and AudioIncludes.h from CML
(edit) @770   16 years rgrieder - updated visual studio files
(edit) @769   16 years nicolasc removed FICN_test
(edit) @768   16 years nicolasc merged FICN_test back to FICN
(edit) @767   16 years nicolasc minor changes
(edit) @766   16 years rgrieder - added IF (WIN32) —> STATIC again
(edit) @765   16 years landauf include lib path
(edit) @764   16 years nicolasc fixed double inclusion of core
(edit) @763   16 years rgrieder - blubb #4 - should link now correctly, let's see if it runs too..
(edit) @762   16 years rgrieder - blubb #3
(edit) @761   16 years rgrieder - blubb #2
(edit) @760   16 years rgrieder - blubb #1
(edit) @759   16 years rgrieder - hmm
(edit) @758   16 years rgrieder - fix trial
(edit) @757   16 years rgrieder - complete restructured all the CMLs, tried to avoid circular dependencies
(edit) @756   16 years rgrieder - project name changed to FICN_test - adapted header file inclusion
(edit) @755   16 years rgrieder - blubb
(edit) @754   16 years rgrieder - some unstable changes to CMLs
(edit) @753   16 years rgrieder - created a copy of FICN in order to clean up are mess in the CMLs files
(edit) @752   16 years landauf (Don't say a word)
(edit) @751   16 years landauf (got it)
(edit) @750   16 years landauf (still not)
(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 …
Note: See TracRevisionLog for help on using the revision log.