Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1813   16 years rgrieder Added all necessary dependencies so that the tolua bind files are …
(edit) @1812   16 years rgrieder forgot the directory..
(edit) @1811   16 years rgrieder CMake should now notice if a *.lua files changes and generate our own …
(edit) @1810   16 years rgrieder merged ceguilua branch back to trunk
(edit) @1809   16 years rgrieder removed version specific lua folders removed lua 5.0 package file int …
(edit) @1808   16 years rgrieder Minor changes with cmake files. The whole thing compiles on tardis now
(edit) @1807   16 years rgrieder modification to ceguilua 0.5 in order to work with lua 5.1.3
(edit) @1806   16 years rgrieder added single 5.1.3 directory for lua since CEGUILua 0.5 can also build …
(edit) @1805   16 years rgrieder attempt to read CEGUIVersion.h
(edit) @1804   16 years rgrieder Implemented lua and ceguilua as far as it works now with visual …
(edit) @1803   16 years rgrieder added files for lua 5.1.3, lua 5.0.3, CEGUILua-0.6.1 and CEGUILua-0.5.0b
(edit) @1802   16 years rgrieder Added almost global try/catch block to at least display the error.
(edit) @1801   16 years rgrieder Short branch to include lua and ceguiLua.
(edit) @1800   16 years scheusso client-based object selection (in gamestate transmission) should now work
(edit) @1799   16 years scheusso test
(edit) @1798   16 years scheuss test
(edit) @1797   16 years scheusso testfile
(edit) @1796   16 years scheusso testfile
(edit) @1795   16 years rgrieder changed return type of ConfigFileManager::getInstance() to …
(edit) @1794   16 years scheusso some security assert in synchronisable
(edit) @1793   16 years scheusso chat works again now. some doxygen. small change according to playerid …
(edit) @1792   16 years rgrieder Changed initialisation of TclThreadManager, TclBind and Shell to match …
(edit) @1791   16 years landauf added comments to all my classes in util
(edit) @1790   16 years rgrieder removed TickableReal
(edit) @1789   16 years rgrieder reverted r1787
(edit) @1788   16 years rgrieder Added a master InputState that is always active (except of course in …
(edit) @1787   16 years rgrieder Replaced macro "Class" with "GetClassIdentifier" to avoid future …
(edit) @1786   16 years rgrieder Corrected types when using 'const Type' constants
(edit) @1785   16 years rgrieder replaced the macro constants with c++'s idea of constants in network …
(edit) @1784   16 years rgrieder - removed obsolete Convert.h includes (possibly from old XML loading) …
(edit) @1783   16 years rgrieder - fixed F1 and F2 keys. F1 can now again be used to toggle the …
(edit) @1782   16 years rgrieder - fixed the other bug with the Radar. The dots now disappear when …
(edit) @1781   16 years rgrieder - hack-fixed the colour of the radar dots. - dealt with some M$ …
(edit) @1780   16 years rgrieder reverted some changes
(edit) @1779   16 years rgrieder gcc didn't like me..
(edit) @1778   16 years rgrieder Convert.h done. Has yet to be tested with gcc. And the comments have …
(edit) @1777   16 years rgrieder svn save
(edit) @1776   16 years landauf Many changes in almost all FindXYZ.cmake files. They now throw errors …
(edit) @1775   16 years scheusso we have a new gamestate concept now: dont transmit synchronisable …
(edit) @1774   16 years scheusso ===================== create new network branch
(edit) @1773   16 years scheusso delete old network branch
(edit) @1772   16 years scheusso fixed a bug in spaceship ai(segfault when client disconnects && client …
(edit) @1771   16 years scheusso set use tcl in shell to default true again
(edit) @1770   16 years rgrieder Bug fix in InputManager destructor.
(edit) @1769   16 years scheusso sync frequencies do work now
(edit) @1768   16 years rgrieder gcc test commit again
(edit) @1767   16 years scheusso problems of the merge should be solved now (hopefully)
(edit) @1766   16 years rgrieder test files, no real content.
(edit) @1765   16 years rgrieder temporarily disable use of tcl. There is something wrong with it on linux.
(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) @1762   16 years rgrieder Fix for Core::getInstance didn't work on linux.
(edit) @1761   16 years rgrieder double commit problem
(edit) @1760   16 years rgrieder bugfixed another include problem
(edit) @1759   16 years rgrieder bugfix with an include.
(edit) @1758   16 years scheusso cant remember ;)
(edit) @1757   16 years landauf added ClassTreeMaskObjectIterator this iterator iterates through all …
(edit) @1756   16 years rgrieder Fixed a bug in Core.cc when creating it via getInstance directly for …
(edit) @1755   16 years rgrieder merged gui back to trunk. update the media repository!
(edit) @1754   16 years rgrieder Bugfix that didn't show with msvc.
(edit) @1753   16 years rgrieder Updated Convert.h comments and structure. Added …
(edit) @1752   16 years landauf - removed #include "core/CoreIncludes.h" from Gamestate.h and put it …
(edit) @1751   16 years scheusso merged network branch back into trunk
(edit) @1750   16 years rgrieder - fixed a problem cause by svn merge in orxonox.vcproj - removed …
(edit) @1749   16 years scheusso one memory problem less (enetpacket freeCallback should work find now)
(edit) @1748   16 years scheusso backsync should now work correctly (server can move again ;) )
(edit) @1747   16 years landauf merged core3 back to trunk
(edit) @1746   16 years rgrieder Gcc detected a few typos.
(edit) @1745   16 years rgrieder - Extended convert a little bit support template specialisations as …
(edit) @1744   16 years rgrieder gcc doesn't like ellipsis, replaced it with a template
(edit) @1743   16 years rgrieder Modified Convert.h to choose the right conversion function itself. It …
(edit) @1742   16 years scheusso compressing and diffing works now (also shipCache on client). server …
(edit) @1741   16 years scheusso compressing doesnt work yet (maybe rather decompressing)
(edit) @1740   16 years landauf removed 3 warnings: - Host.cc was twice in CMakeLists.txt - virtual …
(edit) @1739   16 years scheusso further fixes (diff/undiff not working yet)
(edit) @1738   16 years scheusso +++++++++++++++ create new network branch =====================
(edit) @1737   16 years scheusso delete old network branch
(edit) @1736   16 years landauf Super.h: - removed some commented lines - removed testfunction
(edit) @1735   16 years scheusso network branch merged into trunk
(edit) @1734   16 years scheusso small change in spaceship
(edit) @1733   16 years rgrieder updated msvc files
(edit) @1732   16 years scheusso another fixed
(edit) @1731   16 years rgrieder Tried fixing autorepeat issue.
(edit) @1730   16 years scheusso more progress (still not ok)
(edit) @1729   16 years rgrieder Suppressing compiler warnings is not anymore necessary in MultiType …
(edit) @1728   16 years landauf Added getXXX() functions to MultiType, where XXX stands for any …
(edit) @1727   16 years landauf small change to satisfy gcc4
(edit) @1726   16 years landauf several changes in MultiType: - added a const char* constructor to …
(edit) @1725   16 years rgrieder generally added long long and unsigned long long.
(edit) @1724   16 years rgrieder - changed library dependency dir to lib_precompiled/include/ in msvc …
(edit) @1723   16 years rgrieder Added types long long and unsigned long long to Convert.h
(edit) @1722   16 years landauf moved type_ from MultiType into MT_Value to avoid a possible …
(edit) @1721   16 years rgrieder fixed in issue with precompiled header files: MultiTypeMath.h doesn't …
(edit) @1720   16 years landauf bugfix + cleanup
(edit) @1719   16 years rgrieder updated msvc files for new MultiType
(edit) @1718   16 years rgrieder msvc adaption of code ;)
(edit) @1717   16 years landauf several changes to avoid compiler errors with gcc4
(edit) @1716   16 years landauf Added new 'MultiType', replacing MultiTypePrimitive, MultiTypeString …
(edit) @1715   16 years scheusso further bugfixes concerning packet handling
(edit) @1714   16 years scheusso fixed a problem with classid
Note: See TracRevisionLog for help on using the revision log.