|
|
@1780
|
16 years |
rgrieder |
reverted some changes
|
|
|
@1779
|
16 years |
rgrieder |
gcc didn't like me..
|
|
|
@1778
|
16 years |
rgrieder |
Convert.h done. Has yet to be tested with gcc. And the comments have …
|
|
|
@1777
|
16 years |
rgrieder |
svn save
|
|
|
@1775
|
16 years |
scheusso |
we have a new gamestate concept now: dont transmit synchronisable …
|
|
|
@1774
|
16 years |
scheusso |
===================== create new network branch
|
|
|
@1773
|
16 years |
scheusso |
delete old network branch
|
|
|
@1768
|
16 years |
rgrieder |
gcc test commit again
|
|
|
@1766
|
16 years |
rgrieder |
test files, no real content.
|
|
|
@1754
|
16 years |
rgrieder |
Bugfix that didn't show with msvc.
|
|
|
@1753
|
16 years |
rgrieder |
Updated Convert.h comments and structure.
Added …
|
|
|
@1749
|
16 years |
scheusso |
one memory problem less (enetpacket freeCallback should work find now)
|
|
|
@1748
|
16 years |
scheusso |
backsync should now work correctly (server can move again )
|
|
|
@1746
|
16 years |
rgrieder |
Gcc detected a few typos.
|
|
|
@1745
|
16 years |
rgrieder |
- Extended convert a little bit support template specialisations as …
|
|
|
@1744
|
16 years |
rgrieder |
gcc doesn't like ellipsis, replaced it with a template
|
|
|
@1743
|
16 years |
rgrieder |
Modified Convert.h to choose the right conversion function itself.
It …
|
|
|
@1742
|
16 years |
scheusso |
compressing and diffing works now (also shipCache on client). server …
|
|
|
@1741
|
16 years |
scheusso |
compressing doesnt work yet (maybe rather decompressing)
|
|
|
@1739
|
16 years |
scheusso |
further fixes (diff/undiff not working yet)
|
|
|
@1738
|
16 years |
scheusso |
+++++++++++++++ create new network branch =====================
|
|
|
@1737
|
16 years |
scheusso |
delete old network branch
|
|
|
@1736
|
16 years |
landauf |
Super.h:
- removed some commented lines
- removed testfunction
|
|
|
@1734
|
16 years |
scheusso |
small change in spaceship
|
|
|
@1733
|
16 years |
rgrieder |
updated msvc files
|
|
|
@1732
|
16 years |
scheusso |
another fixed
|
|
|
@1731
|
16 years |
rgrieder |
Tried fixing autorepeat issue.
|
|
|
@1730
|
16 years |
scheusso |
more progress (still not ok)
|
|
|
@1729
|
16 years |
rgrieder |
Suppressing compiler warnings is not anymore necessary in MultiType …
|
|
|
@1728
|
16 years |
landauf |
Added getXXX() functions to MultiType, where XXX stands for any …
|
|
|
@1727
|
16 years |
landauf |
small change to satisfy gcc4
|
|
|
@1726
|
16 years |
landauf |
several changes in MultiType:
- added a const char* constructor to …
|
|
|
@1725
|
16 years |
rgrieder |
generally added long long and unsigned long long.
|
|
|
@1724
|
16 years |
rgrieder |
- changed library dependency dir to lib_precompiled/include/ in msvc …
|
|
|
@1723
|
16 years |
rgrieder |
Added types long long and unsigned long long to Convert.h
|
|
|
@1722
|
16 years |
landauf |
moved type_ from MultiType into MT_Value to avoid a possible …
|
|
|
@1721
|
16 years |
rgrieder |
fixed in issue with precompiled header files: MultiTypeMath.h doesn't …
|
|
|
@1720
|
16 years |
landauf |
bugfix + cleanup
|
|
|
@1719
|
16 years |
rgrieder |
updated msvc files for new MultiType
|
|
|
@1718
|
16 years |
rgrieder |
msvc adaption of code
|
|
|
@1717
|
16 years |
landauf |
several changes to avoid compiler errors with gcc4
|
|
|
@1716
|
16 years |
landauf |
Added new 'MultiType', replacing MultiTypePrimitive, MultiTypeString …
|
|
|
@1715
|
16 years |
scheusso |
further bugfixes concerning packet handling
|
|
|
@1714
|
16 years |
scheusso |
fixed a problem with classid
|
|
|
@1713
|
16 years |
scheusso |
some bugs fixed (packet handling)
|
|
|
@1712
|
16 years |
scheusso |
enet callback disabled
|
|
|
@1711
|
16 years |
scheusso |
we use enetcallback for destroying packets now (unfortunately there …
|
|
|
@1710
|
16 years |
scheusso |
further errors corrected (mostly double frees, etc)
|
|
|
@1709
|
16 years |
scheusso |
fixed messing up with enet
|
|
|
@1708
|
16 years |
scheusso |
small error in classid.cc
|
|
|
@1707
|
16 years |
scheusso |
forgot some files
|
|
|
@1706
|
16 years |
scheusso |
forgot some files
|
|
|
@1705
|
16 years |
scheusso |
further changes
|
|
|
@1704
|
16 years |
rgrieder |
fixed a stupid bug in Timer
|
|
|
@1703
|
16 years |
rgrieder |
Updated msvc files.
|
|
|
@1702
|
16 years |
scheusso |
some missing files
|
|
|
@1701
|
16 years |
scheusso |
some missing files
|
|
|
@1699
|
16 years |
scheusso |
some missing files
|
|
|
@1698
|
16 years |
scheusso |
further adds/changes
|
|
|
@1697
|
16 years |
rgrieder |
Minor gcc/CMake 'adjustments'
|
|
|
@1696
|
16 years |
rgrieder |
- Actually set the Settings::showsGraphics and Settings::hasServer.
- …
|
|
|
@1695
|
16 years |
rgrieder |
Changed internal Timer clock from float to uint64_t
|
|
|
@1694
|
16 years |
rgrieder |
Added Dedicated game state (name: "dedicated", class: GSDedicated).
It …
|
|
|
@1693
|
16 years |
bknecht |
Trigger delay queue is working, DistanceTrigger can be added to level …
|
|
|
@1692
|
16 years |
rgrieder |
bugfix in InputManager
|
|
|
@1691
|
16 years |
rgrieder |
- Server GameState works. But the Client has problems that don't seem …
|
|
|
@1690
|
16 years |
rgrieder |
Added support to specify the command line arguments in start.ini (uses …
|
|
|
@1689
|
16 years |
rgrieder |
- renamed:
GameState —> GameStateBase
GameStateTyped<T> —> GameState …
|
|
|
@1688
|
16 years |
rgrieder |
Modified the GameState hierarchy so that you can get the parent with …
|
|
|
@1687
|
16 years |
landauf |
simplified the declaration of a new super-function by replacing 2 …
|
|
|
@1686
|
16 years |
rgrieder |
Moved most of the GraphicsEngine code to GSRoot and GSGraphics. …
|
|
|
@1685
|
16 years |
landauf |
removed some debug and test code
|
|
|
@1684
|
16 years |
landauf |
- packed all super-function-related code into a bunch of macros and …
|
|
|
@1683
|
16 years |
landauf |
removed some outcommented lines (I did this in a separate commit …
|
|
|
@1682
|
16 years |
landauf |
- added several "delete"s to the destructors of some core classes.
- …
|
|
|
@1681
|
16 years |
rgrieder |
- updated msvc files
- removed annoying run-time check error. Variable …
|
|
|
@1679
|
16 years |
landauf |
removed some warnings on other versions of gcc
|
|
|
@1678
|
16 years |
landauf |
removed an older compiler error caused by removing the PRINTF macro …
|
|
|
@1677
|
16 years |
landauf |
added Super.h… looks like I'm out of practice
|
|
|
@1676
|
16 years |
landauf |
a first test-version of my super-macro
tested with a testfunction in …
|
|
|
@1675
|
16 years |
rgrieder |
Please always set svn property eol-style to 'native'. That avoids …
|
|
|
@1674
|
16 years |
rgrieder |
- Wrote Clock() class: It starts an internal clock when GSRoot starts …
|
|
|
@1673
|
16 years |
rgrieder |
changes default state to "gui" instead of "standalone". That shows the …
|
|
|
@1672
|
16 years |
rgrieder |
- Changed GameState so that the new RootGameState can override 2 …
|
|
|
@1671
|
16 years |
bknecht |
Only some minor changes in the Trigger. I need to acclimatize to …
|
|
|
@1670
|
16 years |
rgrieder |
Still working on the GameStates, but I have to save the work because …
|
|
|
@1669
|
16 years |
scheusso |
forgot something
|
|
|
@1668
|
16 years |
scheusso |
removed an include
|
|
|
@1667
|
16 years |
scheusso |
not needed
|
|
|
@1666
|
16 years |
scheusso |
a hole lot of changes:
- changes in structure concerning client/server …
|
|
|
@1665
|
16 years |
rgrieder |
gcc and CMake adjustments
|
|
|
@1664
|
16 years |
rgrieder |
- Finished CommandLineArgument completely. You can also use …
|
|
|
@1663
|
16 years |
rgrieder |
Added CommandLine class.
You can now call SetCommandLineArgument like …
|
|
|
@1662
|
16 years |
rgrieder |
- Changed static Executor/Functor in ConsoleCommand to generic one …
|
|
|
@1661
|
16 years |
rgrieder |
started implementing the GameStates. Not much for now, but most of the …
|
|
|
@1660
|
16 years |
rgrieder |
GameState class added. Tested and working, but now comes the hard …
|
|
|
@1659
|
16 years |
rgrieder |
reload feature tested and works under windows, but only with one joy …
|
|
|
@1658
|
16 years |
rgrieder |
ConfigFileManager::getSingleton —> getInstance()
|
|
|
@1657
|
16 years |
rgrieder |
removed hud, input and gcc43 branches
|
|
|
@1656
|
16 years |
rgrieder |
added reloading support for the InputManager. This could be useful …
|
|
|