Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1937   14 years landauf fixed radar-colour and AI-freeze bugs
(edit) @1934   14 years rgrieder Re-reverted revisions 1931-1932
(edit) @1932   14 years rgrieder Reverted the two command line arguments
(edit) @1931   14 years rgrieder Added command line argument 'keyboard_no_grad' to suppress keyboard …
(edit) @1930   14 years rgrieder Added command line argument 'level' to specify the level file. Include …
(edit) @1921   14 years rgrieder Added Orxonox version information.
(edit) @1911   14 years landauf small camera fix
(edit) @1910   14 years scheusso reverted a change in ogre.cfg-init
(edit) @1909   14 years rgrieder merge adjustments for msvc
(edit) @1908   14 years scheusso missing bracket
(edit) @1907   14 years scheusso merged network branch back to trunk
(edit) @1905   14 years rgrieder Minor changes in directory structure of msvc dependencies to enhance …
(edit) @1900   14 years rgrieder placed msvc project "orxonox" at the beginning of orxonox_vc8.sln to …
(edit) @1899   14 years rgrieder cleaned the newly created orxonox.ini files in init/ so that only …
(edit) @1898   14 years rgrieder what's my laptop name doing there? Microsoft keeps track…
(edit) @1897   14 years rgrieder Added init directory that contains all the files required to run …
(edit) @1896   14 years rgrieder In msvc files: - linked lua and tolua statically to toluagen and …
(edit) @1894   14 years rgrieder - Converted ExprParser to 4 spaces/tab - Tiny little bug in String.cc
(edit) @1893   14 years landauf updated IRC server (update media repository too)
(edit) @1891   14 years rgrieder Moved all Ogre related code from GSRoot to GSGraphics. You should now …
(edit) @1889   14 years landauf unsigned int → size_t for std::string related functions I hope this …
(edit) @1888   14 years rgrieder gcc can see more: signed —> unsigned integer.
(edit) @1887   14 years rgrieder FIRST THINGS FIRST: Delete or rename your keybindings.ini …
(edit) @1881   15 years rgrieder Changed initialisation of internally handled InputStates and InputHandlers.
(edit) @1880   15 years rgrieder removed gcc warning about initialisation order in InputState::InputState()
(edit) @1879   15 years rgrieder Removed some always-true statements that gcc issued with the -W …
(edit) @1878   15 years rgrieder Fixed two issues with input: - Buffer gets cleared now when the window …
(edit) @1877   15 years rgrieder - finished renaming msvc files - the default dependency directory for …
(edit) @1876   15 years rgrieder svn save in order to switch filenames and keep versioning
(edit) @1874   15 years rgrieder reverted changes from revision 1871. I'm terribly sorry, but the …
(edit) @1873   15 years rgrieder Bugfix in CMakeLists
(edit) @1872   15 years rgrieder - Modified cmake files to support library finding when using Visual …
(edit) @1871   15 years adrfried More warnings enabled
(edit) @1856   15 years landauf - some small adjustments in identifier and co. - renamed …
(edit) @1854   15 years landauf - some cmake fixes for ceguilua and mingw - small change in XMLPort
(edit) @1849   15 years rgrieder MINGW32 fix again for other CEGUILua version.
(edit) @1848   15 years rgrieder Bugfix for MINGW32 in CEGUILua.h
(edit) @1845   15 years rgrieder in msvc files: tixml —> tinyxml
(edit) @1844   15 years rgrieder Removed ois dependency from orxonox and removed lua dependency from util
(edit) @1843   15 years rgrieder Added tolua_bind.h for core and orxonox to the output list —> make …
(edit) @1842   15 years rgrieder msvc files renaming done. Removed a few unnecessary settings too. …
(edit) @1841   15 years rgrieder - "windows.h" —> "winbase.h" in Sleep.h. This causes less trouble …
(edit) @1840   15 years adrfried integer overflow fixed
(edit) @1839   15 years rgrieder renaming more.
(edit) @1838   15 years rgrieder renaming a few msvc files..
(edit) @1837   15 years adrfried includes fixed
(edit) @1836   15 years rgrieder moved msvc properties to the right folder.
(edit) @1832   15 years rgrieder bug fix
(edit) @1830   15 years landauf small change in a string function
(edit) @1829   15 years rgrieder changed dependency folder to "dependencies" when using msvc.
(edit) @1828   15 years rgrieder Fixed bug reported by oli.
(edit) @1826   15 years rgrieder TimerBase are now ticked in GSRoot to be able to use them anywhere.
(edit) @1825   15 years rgrieder shutdown sequence poses problems after all…
(edit) @1824   15 years rgrieder Added some more Ogre shutdown code. Does not yet work properly if you …
(edit) @1823   15 years landauf small change in Math.h: rnd not going anymore from 0 to 1 but from 0 …
(edit) @1822   15 years landauf small projectile fix
(edit) @1821   15 years rgrieder Deleted obsolete Error class.
(edit) @1820   15 years rgrieder Temporarily disabled mipmaps to ensure functionality on tardis-d boxes
(edit) @1819   15 years rgrieder more fixes, sorry.
(edit) @1818   15 years rgrieder Hmm, tortoise seems to be buggy. my svn 'move' didn't work at all.
(edit) @1817   15 years rgrieder fixed CMLs…
(edit) @1816   15 years rgrieder Moved Radar related stuff to src/orxonox/objects. I don't like it …
(edit) @1815   15 years rgrieder added more tolua dependencies (our own header files) fixed msvc files
(edit) @1814   15 years rgrieder bugfix. damn typos..
(edit) @1813   15 years rgrieder Added all necessary dependencies so that the tolua bind files are …
(edit) @1812   15 years rgrieder forgot the directory..
(edit) @1811   15 years rgrieder CMake should now notice if a *.lua files changes and generate our own …
(edit) @1810   15 years rgrieder merged ceguilua branch back to trunk
(edit) @1802   15 years rgrieder Added almost global try/catch block to at least display the error.
(edit) @1799   15 years scheusso test
(edit) @1798   15 years scheuss test
(edit) @1797   15 years scheusso testfile
(edit) @1796   15 years scheusso testfile
(edit) @1795   15 years rgrieder changed return type of ConfigFileManager::getInstance() to …
(edit) @1792   15 years rgrieder Changed initialisation of TclThreadManager, TclBind and Shell to match …
(edit) @1791   15 years landauf added comments to all my classes in util
(edit) @1790   15 years rgrieder removed TickableReal
(edit) @1789   15 years rgrieder reverted r1787
(edit) @1788   15 years rgrieder Added a master InputState that is always active (except of course in …
(edit) @1787   15 years rgrieder Replaced macro "Class" with "GetClassIdentifier" to avoid future …
(edit) @1786   15 years rgrieder Corrected types when using 'const Type' constants
(edit) @1785   15 years rgrieder replaced the macro constants with c++'s idea of constants in network …
(edit) @1784   15 years rgrieder - removed obsolete Convert.h includes (possibly from old XML loading) …
(edit) @1783   15 years rgrieder - fixed F1 and F2 keys. F1 can now again be used to toggle the …
(edit) @1782   15 years rgrieder - fixed the other bug with the Radar. The dots now disappear when …
(edit) @1781   15 years rgrieder - hack-fixed the colour of the radar dots. - dealt with some M$ …
(edit) @1776   15 years landauf Many changes in almost all FindXYZ.cmake files. They now throw errors …
(edit) @1772   15 years scheusso fixed a bug in spaceship ai(segfault when client disconnects && client …
(edit) @1771   15 years scheusso set use tcl in shell to default true again
(edit) @1770   15 years rgrieder Bug fix in InputManager destructor.
(edit) @1769   15 years scheusso sync frequencies do work now
(edit) @1767   15 years scheusso problems of the merge should be solved now (hopefully)
(edit) @1765   15 years rgrieder temporarily disable use of tcl. There is something wrong with it on linux.
(edit) @1764   15 years rgrieder Moved Exception to util now that debug has been moved.
(edit) @1763   15 years rgrieder added svn:eol-style native to all the files that were missing it
(edit) @1762   15 years rgrieder Fix for Core::getInstance didn't work on linux.
(edit) @1761   15 years rgrieder double commit problem
(edit) @1760   15 years rgrieder bugfixed another include problem
(edit) @1759   15 years rgrieder bugfix with an include.
(edit) @1758   15 years scheusso cant remember ;)
Note: See TracRevisionLog for help on using the revision log.