Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1883   15 years adrfried Fix for older CMake versions. Works on Tardis.
(edit) @1882   15 years adrfried out-of-source-builds working in basics
(edit) @1875   15 years rgrieder Created branch for Adrian's ticket.
(edit) @1870   15 years martisty done…
(edit) @1869   15 years bhildebr Ben's tutorial ship from the PPS course
(edit) @1868   15 years mkaiser Mup
(edit) @1867   15 years dafrick My ship - J.B.
(edit) @1866   16 years rgrieder don't complain..
(edit) @1865   16 years rgrieder more mistakes..
(edit) @1864   16 years rgrieder more adjustments to the tutorial
(edit) @1863   16 years rgrieder final adjustments to the tutorial
(edit) @1862   16 years rgrieder added some open ended stuff
(edit) @1861   16 years rgrieder unintentionally commented a line..
(edit) @1860   16 years rgrieder added start.ini to disable the menu.
(edit) @1859   16 years rgrieder Disabled all spaceship effects per default.
(edit) @1858   16 years FelixSchulthess removing lod branch because i cannot run orxonox
(edit) @1857   16 years rgrieder Added comments to the TutorialShip
(edit) @1855   16 years rgrieder TutorialShip should now do basic stuff.
(edit) @1853   16 years rgrieder Added missing file from merge.
(edit) @1852   16 years rgrieder TutorialShip compiles now. Still a stub.
(edit) @1851   16 years bknecht LuaBind ↔Script confusion solved (thx Reto for noticing)\n Solved 4 …
(edit) @1850   16 years rgrieder reverted r1833: SpaceShip was split up
(edit) @1847   16 years rgrieder added TutorialShip. Not yet working
(edit) @1846   16 years rgrieder Merged Revisions 1831 - 1845 to tutorial. This is an update from the trunk.
(edit) @1835   16 years FelixSchulthess creating branch for lod testing and implementation
(edit) @1834   16 years scheusso Fix in Projectiles (network fix) different improvements in …
(edit) @1833   16 years scheusso splitted up SpaceShip into 2 files (don't panic, this applies only to …
(edit) @1831   16 years rgrieder created new tutorial branch
(edit) @1827   16 years scheusso another new gamestate concept ;) - server does an individual object …
(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) @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) @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) @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) @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) @1768   16 years rgrieder gcc test commit again
(edit) @1766   16 years rgrieder test files, no real content.
(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) @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) @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) @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) @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
(edit) @1713   16 years scheusso some bugs fixed (packet handling)
(edit) @1712   16 years scheusso enet callback disabled
(edit) @1711   16 years scheusso we use enetcallback for destroying packets now (unfortunately there …
(edit) @1710   16 years scheusso further errors corrected (mostly double frees, etc)
(edit) @1709   16 years scheusso fixed messing up with enet
(edit) @1708   16 years scheusso small error in classid.cc
(edit) @1707   16 years scheusso forgot some files
(edit) @1706   16 years scheusso forgot some files
(edit) @1705   16 years scheusso further changes
(edit) @1704   16 years rgrieder fixed a stupid bug in Timer
(edit) @1703   16 years rgrieder Updated msvc files.
(edit) @1702   16 years scheusso some missing files
(edit) @1701   16 years scheusso some missing files
(edit) @1699   16 years scheusso some missing files
(edit) @1698   16 years scheusso further adds/changes
(edit) @1697   16 years rgrieder Minor gcc/CMake 'adjustments'
Note: See TracRevisionLog for help on using the revision log.