Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2826   15 years landauf merged miniprojects branch back to trunk
(edit) @2809   15 years landauf reverted commit 2782 which was: > Another 15% performance boost in …
(edit) @2797   15 years landauf Added some #ifndef's around #define NOMINMAX and #define FORCEINLINE …
(edit) @2792   15 years rgrieder Finally found the MSVC IntelliSense bug! It wasn't working at all, so …
(edit) @2791   15 years rgrieder Please never commit any changes to the external libraries! It doesn't …
(edit) @2790   15 years bknecht Ugly hack to use GUI ingame. Hack itself needs improvement AND of …
(edit) @2787   15 years rgrieder Bugfix: _NDEBUG is never defined.
(edit) @2784   15 years rgrieder - Using std::vector instead of std::list in register/unregister …
(edit) @2782   15 years rgrieder Another 15% performance boost in dedicated mode, 30 bots, no clients. …
(edit) @2780   15 years rgrieder Checking whether a function really does what you think might sometimes …
(edit) @2774   15 years rgrieder Fix
(edit) @2773   15 years rgrieder Removed all enet and boost includes from header files in the network …
(edit) @2762   15 years rgrieder Have fun Oli! ;) Added run script for standalone.
(edit) @2761   15 years rgrieder Removed forgotten std::cout output in Factory (from objecthierarchy …
(edit) @2759   15 years scheusso merged network branch (windows,multiplayer fixes) back to trunk
(edit) @2757   15 years rgrieder Code level compliance with OGRE 1.6 You can not yet use it though! The …
(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) @2752   15 years adrfried don't fail if no /etc/hostname
(edit) @2748   15 years rgrieder - Removed very old testing file - Removed old testing CMake code. Also …
(edit) @2745   15 years rgrieder Fixed missing dedicated run script on windows.
(edit) @2733   15 years rgrieder Removed tardis hack with ogre.cfg As far as it has been tested today, …
(edit) @2731   15 years rgrieder Removed debug output.
(edit) @2730   15 years rgrieder Unix fixes for the last commit.
(edit) @2729   15 years rgrieder - Added run script for the dedicated server - Removed directory …
(edit) @2728   15 years rgrieder Updated to the new tardis libraries. Seems to work fine.
(edit) @2727   15 years rgrieder Minor fix (double slashes).
(edit) @2726   15 years rgrieder Still fixing a bug.
(edit) @2725   15 years rgrieder Trying to fix a bug.
(edit) @2724   15 years rgrieder With regards to Beni ;)
(edit) @2723   15 years rgrieder Unix update for the copyable installation.
(edit) @2722   15 years rgrieder Another typo.
(edit) @2721   15 years rgrieder Stupid me.
(edit) @2720   15 years rgrieder Moved media/CMakeLists.txt to cmake/Media.cmake to allow media …
(edit) @2719   15 years rgrieder Copyable installation could not find the shared libraries on Unix. …
(edit) @2718   15 years scheusso changed version name to Arcturus
(edit) @2717   15 years rgrieder Current version is 0.0.2, not 0.0.3.
(edit) @2716   15 years rgrieder Bug fix in initialisation order.
(edit) @2713   15 years rgrieder Removed unnecessary header file dependency. boost/filesystem.hpp is …
(edit) @2712   15 years landauf avoid ambiguity when converting from MultiType to string
(edit) @2711   15 years rgrieder Looking at too many places when finding the package or media folder …
(edit) @2710   15 years rgrieder Merged buildsystem3 containing buildsystem2 containing Adi's …
(edit) @2669   15 years scheusso minor change in classID
(edit) @2662   15 years rgrieder Merged presentation branch back to trunk.
(edit) @2508   15 years rgrieder Bugfix in LuaBind.cc
(edit) @2295   15 years rgrieder Removed depricated testing folder in util.
(edit) @2262   15 years landauf set eol-style to native, no codechanges
(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) @2131   16 years rgrieder Added CMakeLists.txt to every subfolder and adjusted accordingly. The …
(edit) @2130   16 years rgrieder Trunk should be functional again with these changes
(edit) @2129   16 years rgrieder Applied changes from HEAD again. I have found a way to solve the problem..
(edit) @2127   16 years rgrieder Reverted last two revisions: I just don't have the time to finish it …
(edit) @2126   16 years rgrieder Trying to extend ADD_SOURCE_FILES recursively.
(edit) @2125   16 years rgrieder Added CMake macro to more easily incude subfolders
(edit) @2107   16 years rgrieder fixed build and updated msvc files.
(edit) @2106   16 years landauf moved WeaponSystem.h and .cc into the objects/weaponSystem directory
(edit) @2105   16 years rgrieder updated msvc files and precompiled headers.
(edit) @2104   16 years landauf removed some "extra qualifications" (only throws errors on newer …
(edit) @2103   16 years rgrieder Merged r2101 (objecthierarchy) to trunk.
(edit) @2102   16 years rgrieder Pending commit: Little correction in InputManager header.
(edit) @2100   16 years landauf did some small adjustments in Projectile.cc although it's only a sample
(edit) @2099   16 years landauf re-added projectiles from weapon branch but they're currently not …
(edit) @2098   16 years landauf - added a WeaponSystem to Pawn - initialized values in weapon classes …
(edit) @2097   16 years landauf adopted weapon classes to the new hierarchy (with a creator pointer)
(edit) @2096   16 years landauf merged weapon branch back to trunk changed eol-style of all new files …
(edit) @2095   16 years landauf - added forward declarations of all quest classes to OrxonoxPrereqs.h …
(edit) @2094   16 years landauf found more tabs in pickups ;)
(edit) @2093   16 years landauf converted tabs to spaces
(edit) @2092   16 years landauf - adopted quest classes to the new hierarchy (with a creator pointer) …
(edit) @2091   16 years landauf no codechanges, moved quest objects to objects/quest
(edit) @2090   16 years landauf merged questsystem back to trunk (there are some changes to be done)
(edit) @2089   16 years landauf no codechanges, just changed eol-style to native
(edit) @2088   16 years landauf merged pickups back to trunk
(edit) @2087   16 years landauf merged objecthierarchy branch back to trunk
(edit) @1937   16 years landauf fixed radar-colour and AI-freeze bugs
(edit) @1934   16 years rgrieder Re-reverted revisions 1931-1932
(edit) @1932   16 years rgrieder Reverted the two command line arguments
(edit) @1931   16 years rgrieder Added command line argument 'keyboard_no_grad' to suppress keyboard …
(edit) @1930   16 years rgrieder Added command line argument 'level' to specify the level file. Include …
(edit) @1921   16 years rgrieder Added Orxonox version information.
(edit) @1911   16 years landauf small camera fix
(edit) @1910   16 years scheusso reverted a change in ogre.cfg-init
(edit) @1909   16 years rgrieder merge adjustments for msvc
(edit) @1908   16 years scheusso missing bracket
(edit) @1907   16 years scheusso merged network branch back to trunk
(edit) @1905   16 years rgrieder Minor changes in directory structure of msvc dependencies to enhance …
(edit) @1900   16 years rgrieder placed msvc project "orxonox" at the beginning of orxonox_vc8.sln to …
(edit) @1899   16 years rgrieder cleaned the newly created orxonox.ini files in init/ so that only …
(edit) @1898   16 years rgrieder what's my laptop name doing there? Microsoft keeps track…
(edit) @1897   16 years rgrieder Added init directory that contains all the files required to run …
(edit) @1896   16 years rgrieder In msvc files: - linked lua and tolua statically to toluagen and …
(edit) @1894   16 years rgrieder - Converted ExprParser to 4 spaces/tab - Tiny little bug in String.cc
(edit) @1893   16 years landauf updated IRC server (update media repository too)
(edit) @1891   16 years rgrieder Moved all Ogre related code from GSRoot to GSGraphics. You should now …
(edit) @1889   16 years landauf unsigned int → size_t for std::string related functions I hope this …
(edit) @1888   16 years rgrieder gcc can see more: signed —> unsigned integer.
(edit) @1887   16 years rgrieder FIRST THINGS FIRST: Delete or rename your keybindings.ini …
(edit) @1881   16 years rgrieder Changed initialisation of internally handled InputStates and InputHandlers.
(edit) @1880   16 years rgrieder removed gcc warning about initialisation order in InputState::InputState()
Note: See TracRevisionLog for help on using the revision log.