|
|
@6401
|
15 years |
rgrieder |
Removed useless damage_ config value from Projectile. Rather use the …
|
|
|
@6400
|
15 years |
rgrieder |
Replaced (*it). with it→ where I could find it. Should increased code …
|
|
|
@6394
|
15 years |
rgrieder |
std::string tweaks:
- Declared BLANKSTRING in UtilPrereqs.h as well …
|
|
|
@6389
|
15 years |
rgrieder |
Found some inappropriate tabs.
|
|
|
@6388
|
15 years |
rgrieder |
Found some end of line leftover spaces.
|
|
|
@6387
|
15 years |
rgrieder |
Found some non empty new lines.
|
|
|
@6383
|
15 years |
rgrieder |
Fixed a major sound issue: The state gets reset to 'Stopped' when the …
|
|
|
@6381
|
15 years |
rgrieder |
Copy&paste for dummies in Scene.cc (caused fire sound to be very …
|
|
|
@6378
|
15 years |
rgrieder |
Added missing includes (revealed only with PCH and compilations).
|
|
|
@6361
|
15 years |
rgrieder |
Temporary fix for the missing munition type.
|
|
|
@6315
|
15 years |
scheusso |
fixed rocket on client (uninitialised values)
|
|
|
@6313
|
15 years |
scheusso |
further network fixes
changed screenshot format from jpeg to tiff …
|
|
|
@6307
|
15 years |
scheusso |
Approach to make sounds synchronisable (not yet working)
|
|
|
@6295
|
15 years |
wirthmi |
Changed a function call when hit from damage() to hit(). Pass through …
|
|
|
@6293
|
15 years |
rgrieder |
Fixed HUDNavigation: Aim position is not available anymore (projectile …
|
|
|
@6285
|
15 years |
youngk |
Launching sound of the Rocket plays normally now. Changed …
|
|
|
@6277
|
15 years |
rgrieder |
Small changes, optimisations and typos.
|
|
|
@6276
|
15 years |
youngk |
Adjusted two calls for differently named sound files.
|
|
|
@6273
|
15 years |
scheusso |
radar working again (also focus incl. cycleNavigationFocus)
|
|
|
@6247
|
15 years |
youngk |
Implemented exhaust sound for rocket. Explosion sounds of any sort …
|
|
|
@6245
|
15 years |
youngk |
Implemented Firing sounds in Weapons HsW01, LightningGun and …
|
|
|
@6228
|
15 years |
cdaniel |
Camera position is now closer to the Rocket (which is now a bit …
|
|
|
@6227
|
15 years |
youngk |
Inserted a firing sound into HsW01. Sound plays only once on …
|
|
|
@6223
|
15 years |
scheusso |
fixed some uninitialised variables
|
|
|
@6218
|
15 years |
rgrieder |
Fixed at least 8 unitialised value problems though not all of them are …
|
|
|
@6182
|
15 years |
rgrieder |
Singleton pointer initialisation should be part of the …
|
|
|
@6167
|
15 years |
landauf |
- you don't have to set the syncMode of the CameraPosition to 0x0, …
|
|
|
@6154
|
15 years |
dafrick |
Didn't compile because Pawn.h wasn't included in LightningGun.cc, …
|
|
|
@6153
|
15 years |
scheusso |
some fixes in weapon system / weapons
fabian: projectiles also spawn …
|
|
|
@6150
|
15 years |
scheusso |
merged menu branch to presentation2 branch with some additional fixes …
|
|
|
@6135
|
15 years |
landauf |
replaced UTFStringConversions.h by DisplayStringConversions.h which …
|
|
|
@6120
|
15 years |
rgrieder |
Found some tabs
|
|
|
@6119
|
15 years |
rgrieder |
svn:eol-style "native" should be set for all text files.
|
|
|
@6115
|
15 years |
scheusso |
mouselook now also working when steering a rocket
|
|
|
@6108
|
15 years |
scheusso |
merged steering branch to presentation2 branch
|
|
|
@6107
|
15 years |
rgrieder |
Merged particles2 branch to presentation2.
|
|
|
@6106
|
15 years |
rgrieder |
Created merger branch for the HS09 presentation.
|
|
copied from code/trunk/src/modules:
|
|
|
@6054
|
15 years |
scheusso |
trying to solve a double free bug (replaced OrxonoxOverlay pointers …
|