Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @787   16 years nicolasc added updated version of ASSF as mesh - currently default player model
(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) @768   16 years nicolasc merged FICN_test back to FICN
(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 …
(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
Note: See TracRevisionLog for help on using the revision log.