|
|
@2174
|
16 years |
landauf |
changed tcl server script:
- client logout with "quit" or "logout"
- …
|
|
|
@2173
|
16 years |
landauf |
- Added new XMLPort mode, ExpandObject, which works like LoadObject …
|
|
|
@2172
|
16 years |
landauf |
created new objecthierarchy branch
|
|
|
@2171
|
16 years |
landauf |
merged revisions 2111-2170 from objecthierarchy branch back to trunk.
|
|
|
@2170
|
16 years |
rgrieder |
updated msvc files.
|
|
|
@2169
|
16 years |
landauf |
moved Level from objects/infos to objects, because it's no longer …
|
|
|
@2168
|
16 years |
landauf |
Split up LevelManager into LevelManager and PlayerManager where …
|
|
|
@2167
|
16 years |
landauf |
fixed attach bug
|
|
|
@2166
|
16 years |
scheusso |
thought i had corrected that
|
|
|
@2165
|
16 years |
scheusso |
stupid little mistake
|
|
|
@2164
|
16 years |
rgrieder |
Added a mutex to the static packetMap_ in Packet. This could resolve …
|
|
|
@2163
|
16 years |
rgrieder |
Hack-fixed hack with Tickables in dedicated mode.
|
|
|
@2162
|
16 years |
rgrieder |
- Simplified creation of a new Exception type (only one line to add …
|
|
|
@2161
|
16 years |
landauf |
- added more exceptions to handle problems while loading a level or …
|
|
|
@2160
|
16 years |
landauf |
respawn of late joined clients works now
|
|
|
@2159
|
16 years |
dafrick |
Completed documentation of finished classes.
|
|
|
@2158
|
16 years |
rgrieder |
Fixed build for msvc with mbool.
|
|
|
@2157
|
16 years |
rgrieder |
Fixed bug in dedicated mode: Scene nodes need an update.
—> Made …
|
|
|
@2156
|
16 years |
scheusso |
standalone mode should be working again now
|
|
|
@2155
|
16 years |
landauf |
added mbool (bool with memory) to fix particlespawner-on-client …
|
|
|
@2154
|
16 years |
scheusso |
optimizations in gamestate generation
|
|
|
@2153
|
16 years |
scheusso |
Synchronisable::getSynchronisable function uses now a map to …
|
|
|
@2152
|
16 years |
bhildebr |
CMakeLists.txt updated, background added
|
|
|
@2151
|
16 years |
rgrieder |
Renamed PositionableEntity to StaticEntity and added dummy classes …
|
|
|
@2150
|
16 years |
martisty |
Physics implementation in scene.cc
|
|
|
@2149
|
16 years |
rgrieder |
Categorized Bullet source files in msvc.
|
|
|
@2148
|
16 years |
rgrieder |
Removed ogreode from msvc solution.
|
|
|
@2147
|
16 years |
rgrieder |
Removed OgreODE from repository and commented ODE in package finder.
|
|
|
@2146
|
16 years |
dafrick |
Started implementation of QuestEffectBeacon.
Done some documentation …
|
|
|
@2145
|
16 years |
polakma |
added firemodes and a lot of other things
|
|
|
@2144
|
16 years |
scheusso |
small change in synchronisable and baseobject (check when changing …
|
|
|
@2143
|
16 years |
scheusso |
added a function unregisterVariable to unregister variable that has …
|
|
|
@2142
|
16 years |
FelixSchulthess |
creating new lod branch from new trunk…
|
|
|
@2141
|
16 years |
rgrieder |
Fixed static linker problem with bullet and gcc: We have to specify …
|
|
|
@2140
|
16 years |
rgrieder |
Stats overlay should now be loaded. Could not test it yet because of …
|
|
|
@2139
|
16 years |
rgrieder |
Forgot one USE_TICPP in a source file
|
|
|
@2138
|
16 years |
rgrieder |
Added #define TIXML_USE_TICPP to the ticpp and tinyxml headers.
All …
|
|
|
@2137
|
16 years |
rgrieder |
Updated tinycpp to it's trunk revision 98.
Note that our own changes …
|
|
|
@2136
|
16 years |
landauf |
merged changes from pickups1 to pickups2, not merged (probably) …
|
|
|
@2135
|
16 years |
rgrieder |
Removed root directory (not src/!) from include directories
|
|
|
@2134
|
16 years |
scheusso |
reverted some changes for synchronisation of controllableentity
|
|
|
@2133
|
16 years |
scheusso |
corrected some problems with objectID's on client and asserts
|
|
|
@2132
|
16 years |
scheusso |
bidirectional synchronisation works now:
register variables with mode …
|
|
|
@2131
|
16 years |
rgrieder |
Added CMakeLists.txt to every subfolder and adjusted accordingly.
The …
|
|
|
@2130
|
16 years |
rgrieder |
Trunk should be functional again with these changes
|
|
|
@2129
|
16 years |
rgrieder |
Applied changes from HEAD again. I have found a way to solve the problem..
|
|
|
@2128
|
16 years |
dsommer |
getnameofpermanents und switch
|
|
|
@2127
|
16 years |
rgrieder |
Reverted last two revisions: I just don't have the time to finish it …
|
|
|
@2126
|
16 years |
rgrieder |
Trying to extend ADD_SOURCE_FILES recursively.
|
|
|
@2125
|
16 years |
rgrieder |
Added CMake macro to more easily incude subfolders
|
|
|
@2124
|
16 years |
rgrieder |
Physics: HelloBullet.cc should compile and run again. Testing tardis now.
|
|
|
@2123
|
16 years |
scheusso |
had to change the call of usleep in order to prevent segfaults on unix
|
|
|
@2122
|
16 years |
rgrieder |
renamed physics_new to physics again.
A simple svn up on the old …
|
|
|
@2121
|
16 years |
rgrieder |
deleted physics branch
|
|
|
@2120
|
16 years |
rgrieder |
Readded stats classes to overlay branch and fixed build with creator …
|
|
|
@2119
|
16 years |
rgrieder |
Merged physics branch into physics_new branch.
|
|
|
@2118
|
16 years |
rgrieder |
New overlay branch from trunk.
|
|
|
@2117
|
16 years |
rgrieder |
deleted overlay branch. going to make new one from trunk.
|
|
|
@2116
|
16 years |
rgrieder |
Creating merger branch for physics.
|
|
|
@2115
|
16 years |
rgrieder |
Committing too much before..
|
|
|
@2114
|
16 years |
rgrieder |
Replaced all "@file Blah.cc" with "@file" for better flexibility. …
|
|
|
@2113
|
16 years |
rgrieder |
Test: replacing namespace audio with namespace orxonox.
|
|
|
@2112
|
16 years |
rgrieder |
Test: replacing namespace network with namespace orxonox. …
|
|
|
@2111
|
16 years |
rgrieder |
Moved all util classes and functions to orxonox namespace.
Converted …
|
|
|
@2110
|
16 years |
landauf |
created new pickup branch, "pickups2".
|
|
|
@2109
|
16 years |
landauf |
created new questsystem branch, "questsystem2".
|
|
|
@2108
|
16 years |
landauf |
created new weapon branch, "weapon2".
|
|
|
@2107
|
16 years |
rgrieder |
fixed build and updated msvc files.
|
|
|
@2106
|
16 years |
landauf |
moved WeaponSystem.h and .cc into the objects/weaponSystem directory
|
|
|
@2105
|
16 years |
rgrieder |
updated msvc files and precompiled headers.
|
|
|
@2104
|
16 years |
landauf |
removed some "extra qualifications" (only throws errors on newer …
|
|
|
@2103
|
16 years |
rgrieder |
Merged r2101 (objecthierarchy) to trunk.
|
|
|
@2102
|
16 years |
rgrieder |
Pending commit: Little correction in InputManager header.
|
|
|
@2101
|
16 years |
rgrieder |
Finally managed to have a master InputState which enables:
- Console …
|
|
|
@2100
|
16 years |
landauf |
did some small adjustments in Projectile.cc although it's only a sample
|
|
|
@2099
|
16 years |
landauf |
re-added projectiles from weapon branch but they're currently not …
|
|
|
@2098
|
16 years |
landauf |
- added a WeaponSystem to Pawn
- initialized values in weapon classes …
|
|
|
@2097
|
16 years |
landauf |
adopted weapon classes to the new hierarchy (with a creator pointer)
|
|
|
@2096
|
16 years |
landauf |
merged weapon branch back to trunk
changed eol-style of all new files …
|
|
|
@2095
|
16 years |
landauf |
- added forward declarations of all quest classes to OrxonoxPrereqs.h
…
|
|
|
@2094
|
16 years |
landauf |
found more tabs in pickups
|
|
|
@2093
|
16 years |
landauf |
converted tabs to spaces
|
|
|
@2092
|
16 years |
landauf |
- adopted quest classes to the new hierarchy (with a creator pointer)
…
|
|
|
@2091
|
16 years |
landauf |
no codechanges, moved quest objects to objects/quest
|
|
|
@2090
|
16 years |
landauf |
merged questsystem back to trunk
(there are some changes to be done)
|
|
|
@2089
|
16 years |
landauf |
no codechanges, just changed eol-style to native
|
|
|
@2088
|
16 years |
landauf |
merged pickups back to trunk
|
|
|
@2087
|
16 years |
landauf |
merged objecthierarchy branch back to trunk
|
|
|
@2086
|
16 years |
landauf |
added include and removed some debug output
|
|
|
@2085
|
16 years |
rgrieder |
svn:eol-sytle to all msvc files too.
|
|
|
@2084
|
16 years |
rgrieder |
- Added debug overlay that is constantly shown in graphics mode. F2 …
|
|
|
@2083
|
16 years |
landauf |
made some small adjustments in Pickups branch
|
|
|
@2082
|
16 years |
landauf |
- simplified some event code
- prevents infinite event loops
- fixed …
|
|
|
@2081
|
16 years |
dafrick |
Ready for merge! (It won't compile after the merge, though )
|
|
|
@2080
|
16 years |
rgrieder |
Trying to fix a bug with network Packet. Removing a call that wasn't …
|
|
|
@2079
|
16 years |
rgrieder |
updated msvc files.
removed "friend WorldEntity" from BaseObject.
|
|
|
@2078
|
16 years |
landauf |
fixed trigger switch problem
|
|
|
@2077
|
16 years |
FelixSchulthess |
-l command line option works now
|
|
|
@2076
|
16 years |
dafrick |
Completed XMLPort for all objects.
|
|
|
@2075
|
16 years |
landauf |
fixed a small problem in OrxonoxOverlay
|
|
|