Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/util

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5695   15 years rgrieder Merged resource2 branch back to trunk. IMPORTANT NOTE: Upon this …
(edit) @5693   15 years landauf merged libraries branch back to trunk
(edit) @3370   15 years rgrieder Merged resource branch back to the trunk. Changes: - Automated …
(edit) @3332   15 years rgrieder Added TypeTraits.h from the Loki library (stripped it a bit though). …
(edit) @3327   15 years rgrieder Merged all remaining revisions from core4 back to the trunk.
(edit) @3305   15 years rgrieder Removed annoying warning on Windows.
(edit) @3304   15 years rgrieder Merged netp6 branch back to the trunk.
(edit) @3301   15 years rgrieder Found even more casts. They sure aren't all of them, but I hope to …
(edit) @3300   15 years rgrieder Found a few more C-Style casts.
(edit) @3280   15 years rgrieder Merged most of the core4 revisions back to the trunk except for: - …
(edit) @3241   15 years rgrieder You shouln't feed GCC too much non standard compliant code ;)
(edit) @3234   15 years rgrieder Using enum instead of a const bool to ensure the variable doesn't get …
(edit) @3233   15 years rgrieder Possibly reinstated code compliance with GCC 4.4 Could anyone with GCC …
(edit) @3232   15 years rgrieder Moved implicit conversion detection from Convert.h to the new …
(edit) @3214   15 years scheusso merged netp5 back to trunk
(edit) @3198   15 years scheusso merged netp4 back to trunk
(edit) @3196   15 years rgrieder Merged pch branch back to trunk.
(edit) @3089   15 years landauf merged map branch back to trunk
(edit) @3084   15 years landauf merged netp3 branch back to trunk
(edit) @3068   15 years landauf removing svn:mergeinfo again after sound2 merge
(edit) @3060   15 years scheusso merged sound2 back to trunk
(edit) @3049   15 years landauf - Added option to add a Controller to a ControllableEntity in the XML …
(edit) @3028   15 years landauf removed svn:mergeinfo properties
(edit) @2911   15 years landauf Merged r1-2096 of questsystem5 back to trunk I hope there weren't …
(edit) @2896   15 years landauf Merged gui branch back to trunk. I did 2 small changes in …
(edit) @2893   15 years landauf merged weaponsystem branch back to trunk
(edit) @2872   15 years landauf some small adjustments in PongAI and related classes
(edit) @2855   15 years rgrieder Two small fixes.
(edit) @2826   15 years landauf merged miniprojects branch back to trunk
(edit) @2774   15 years rgrieder Fix
(edit) @2773   15 years rgrieder Removed all enet and boost includes from header files in the network …
(edit) @2756   15 years rgrieder Minimising problems when including windows.h because it defines macros …
(edit) @2753   15 years rgrieder Signalhandler should not append to orxonox_crash.log but write to the …
(edit) @2731   15 years rgrieder Removed debug output.
(edit) @2710   15 years rgrieder Merged buildsystem3 containing buildsystem2 containing Adi's …
(edit) @2662   15 years rgrieder Merged presentation branch back to trunk.
(edit) @2295   15 years rgrieder Removed depricated testing folder in util.
(edit) @2261   15 years landauf merged questsystem2 back to trunk
(edit) @2171   16 years landauf merged revisions 2111-2170 from objecthierarchy branch back to trunk.
(edit) @2103   16 years rgrieder Merged r2101 (objecthierarchy) to trunk.
(edit) @2096   16 years landauf merged weapon branch back to trunk changed eol-style of all new files …
(edit) @2090   16 years landauf merged questsystem back to trunk (there are some changes to be done)
(edit) @2088   16 years landauf merged pickups back to trunk
(edit) @2087   16 years landauf merged objecthierarchy branch back to trunk
(edit) @1921   16 years rgrieder Added Orxonox version information.
(edit) @1894   16 years rgrieder - Converted ExprParser to 4 spaces/tab - Tiny little bug in String.cc
(edit) @1889   16 years landauf unsigned int → size_t for std::string related functions I hope this …
(edit) @1854   16 years landauf - some cmake fixes for ceguilua and mingw - small change in XMLPort
(edit) @1844   16 years rgrieder Removed ois dependency from orxonox and removed lua dependency from util
(edit) @1841   16 years rgrieder - "windows.h" —> "winbase.h" in Sleep.h. This causes less trouble …
(edit) @1840   16 years adrfried integer overflow fixed
(edit) @1837   16 years adrfried includes fixed
(edit) @1830   16 years landauf small change in a string function
(edit) @1823   16 years landauf small change in Math.h: rnd not going anymore from 0 to 1 but from 0 …
(edit) @1821   16 years rgrieder Deleted obsolete Error class.
(edit) @1810   16 years rgrieder merged ceguilua branch back to trunk
(edit) @1791   16 years landauf added comments to all my classes in util
(edit) @1784   16 years rgrieder - removed obsolete Convert.h includes (possibly from old XML loading) …
(edit) @1781   16 years rgrieder - hack-fixed the colour of the radar dots. - dealt with some M$ …
(edit) @1764   16 years rgrieder Moved Exception to util now that debug has been moved.
(edit) @1763   16 years rgrieder added svn:eol-style native to all the files that were missing it
(edit) @1757   16 years landauf added ClassTreeMaskObjectIterator this iterator iterates through all …
(edit) @1755   16 years rgrieder merged gui back to trunk. update the media repository!
(edit) @1751   16 years scheusso merged network branch back into trunk
(edit) @1747   16 years landauf merged core3 back to trunk
(edit) @1735   16 years scheusso network branch merged into trunk
(edit) @1639   16 years rgrieder merged nico's fixes for gcc 4.3 back to trunk. I'm not going to delete …
(edit) @1625   16 years rgrieder merged hud branch back to trunk
(edit) @1608   16 years landauf - added a backlight to all SpaceShips, leaving a trail behind …
(edit) @1566   16 years landauf - added a prediction-crosshair to the navigation focus - fixed a bug …
(edit) @1564   16 years landauf - several small changes in most of the HUD classes (code cleanup): …
(edit) @1535   16 years rgrieder merged input branch back to trunk
(edit) @1505   16 years rgrieder f* svn: It doesn't even inform you if you attempt to set a non …
(edit) @1504   16 years rgrieder Once again, set all the svn:eol-style property to native. I really …
(edit) @1502   16 years rgrieder - @everyone: Do not create a branch until I've added the svn:eol-style …
(edit) @1349   16 years rgrieder - merged input branch back to trunk
(edit) @1301   16 years rgrieder - see previous message- changed sleep macros to inline functions …
(edit) @1219   16 years rgrieder merged input branch back to trunk. Not yet tested on tardis
(edit) @1214   16 years landauf merged console-branch back to trunk. IMPORTANT: update your media …
(edit) @1209   16 years rgrieder - moved tinyxml and tolua folders
(edit) @1192   16 years rgrieder - how did these files manage to survive me before…
(edit) @1153   16 years rgrieder - merged cmake branch back to trunk (the last one, hopefully ;)) - …
(edit) @1120   16 years rgrieder - merged calculator into trunk
(edit) @1115   16 years landauf tried to integrate the whole tolua-thing in proper cmake code
(edit) @1111   16 years rgrieder - fixed a bug String.cc that thought making "1" (or anything with …
(edit) @1085   16 years rgrieder stupid people should be punished…
(edit) @1084   16 years rgrieder - updated VC++ files for tolua - minor CMLs changes
(edit) @1076   16 years rgrieder two hours of Fuk is very 'enlighting', the whole thing works …
(edit) @1075   16 years rgrieder - added CMLs in tolua to compile tolua++ executable
(edit) @1073   16 years rgrieder - added tolua.cmake to create tolua executable
(edit) @1070   16 years rgrieder - moved "—no-undefined" linker flag to root CMLs - removed library …
(edit) @1064   16 years rgrieder - replaced all String2Number with ConvertValue - replaced all tokenize …
(edit) @1062   16 years rgrieder - changed header file inclusion order
(edit) @1056   16 years landauf don't panic, no codechanges! added a link to www.orxonox.net
(edit) @1052   16 years landauf merged core2 back to trunk there might be some errors, wasn't able to …
(edit) @1051   16 years landauf badamm badamm badamm…
(edit) @1046   16 years rgrieder don't ask
(edit) @1045   16 years rgrieder - moved tolua files again (too much, but tortoise claims i have to …
(edit) @1037   16 years landauf moved tolua from util to core because of circular dependencies …
(edit) @1024   16 years rgrieder merged input back into trunk note: I have created an asylum with …
Note: See TracRevisionLog for help on using the revision log.