|
|
@6416
|
15 years |
rgrieder |
Added missing includes
|
|
|
@6415
|
15 years |
rgrieder |
const std::string& or std::string, but std::string& can yield …
|
|
|
@6413
|
15 years |
dafrick |
Resolved some bugs that stood in the way of compiling.
* In DynLib.cc …
|
|
|
@6411
|
15 years |
rgrieder |
BaseSound should release the buffer upon destruction and the …
|
|
|
@6410
|
15 years |
rgrieder |
Just a small mistake…
|
|
|
@6409
|
15 years |
rgrieder |
Better sound source management: Sources are created on demand with a …
|
|
|
@6408
|
15 years |
rgrieder |
Main loop optimisations.
|
|
|
@6407
|
15 years |
rgrieder |
WeaponSlots should not be synchronised.
|
|
|
@6406
|
15 years |
rgrieder |
Mood changes should now be working and with immediate (but delayed …
|
|
|
@6404
|
15 years |
rgrieder |
Simplified our resource system a bit by working with a single resource …
|
|
|
@6402
|
15 years |
rgrieder |
Protected ClassTreeMask functions against NULL identifiers.
That can …
|
|
|
@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 …
|
|
|
@6399
|
15 years |
rgrieder |
Increased default mouse sensitivity to a playable level.
|
|
|
@6398
|
15 years |
rgrieder |
Fixed weapon sound synchronisation.
|
|
|
@6397
|
15 years |
rgrieder |
Fixed obviously pointless statement order in BaseSound.
|
|
|
@6396
|
15 years |
rgrieder |
Fixed space ship boost sound synchronisation.
|
|
|
@6395
|
15 years |
rgrieder |
Adding pointers here is pointless.
|
|
|
@6394
|
15 years |
rgrieder |
std::string tweaks:
- Declared BLANKSTRING in UtilPrereqs.h as well …
|
|
|
@6393
|
15 years |
rgrieder |
Removed two gcc warnings.
|
|
|
@6392
|
15 years |
rgrieder |
Adjusted hard debug level for the debug build: now set to 6 (Ultra).
|
|
|
@6391
|
15 years |
rgrieder |
Moved forward declarations to the Prereqs files.
|
|
|
@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.
|
|
|
@6386
|
15 years |
rgrieder |
Correction to r6385.
|
|
|
@6385
|
15 years |
rgrieder |
The free PNG format is probably more suitable for screen shots than …
|
|
|
@6384
|
15 years |
rgrieder |
Playing Orxonox on a specific core makes it faster on Windows.
The …
|
|
|
@6383
|
15 years |
rgrieder |
Fixed a major sound issue: The state gets reset to 'Stopped' when the …
|
|
|
@6382
|
15 years |
rgrieder |
Several small changes in sound:
- Fixed a bug that caused a sound …
|
|
|
@6381
|
15 years |
rgrieder |
Copy&paste for dummies in Scene.cc (caused fire sound to be very …
|
|
|
@6380
|
15 years |
erwin |
Fixed build complete
|
|
|
@6379
|
15 years |
rgrieder |
Fixed linux build.
|
|
|
@6378
|
15 years |
rgrieder |
Added missing includes (revealed only with PCH and compilations).
|
|
|
@6377
|
15 years |
rgrieder |
Little code cleanup in NewHumanController.
|
|
|
@6376
|
15 years |
rgrieder |
Removed some more debug output.
|
|
|
@6375
|
15 years |
rgrieder |
Fixed a problem with output being written directly to the Shell.
Use …
|
|
|
@6374
|
15 years |
rgrieder |
Fixed a problem in the Shell with the command history config file type.
|
|
|
@6373
|
15 years |
rgrieder |
Added config value to disable sound entirely.
Also added …
|
|
|
@6372
|
15 years |
rgrieder |
Added new XML parameter for the Scene: soundReferenceDistance.
This …
|
|
|
@6371
|
15 years |
rgrieder |
Added tolua interface to GUIManager again. Found out it didn't have …
|
|
|
@6370
|
15 years |
rgrieder |
Little cleanup in sound stuff and MoodManager.
Caution: Renamed …
|
|
|
@6368
|
15 years |
rgrieder |
Added config value macro "SetConfigValueAlias" where you can specify …
|
|
|
@6367
|
15 years |
rgrieder |
Moved CEGUI event hack from KeyBinderManager to GUIManager and made …
|
|
|
@6366
|
15 years |
rgrieder |
Fixed alt+tab problem: This key combination should be ignored on all …
|
|
|
@6365
|
15 years |
rgrieder |
Fixed segfault (when hitting tab in main menu) and second mode problem …
|
|
|
@6364
|
15 years |
rgrieder |
Fixed output problem in Shell (non complete line output was not …
|
|
|
@6363
|
15 years |
rgrieder |
svn:eol-style "native" for all text files.
Also removed two executable …
|
|
|
@6361
|
15 years |
rgrieder |
Temporary fix for the missing munition type.
|
|
|
@6360
|
15 years |
rgrieder |
Fixed cursor behaviour when steering with a gamepad.
|
|
|
@6356
|
15 years |
scheusso |
god mode hack for presentation
|
|
|
@6354
|
15 years |
erwin |
Implemented streamer thread, patch SoundBuffer to use it
|
|
|
@6350
|
15 years |
rgrieder |
IOConsole should not process input during destruction.
|
|
|
@6349
|
15 years |
rgrieder |
Overriding preDestroy() in AmbientSound to make them fade out when the …
|
|
|
@6348
|
15 years |
rgrieder |
Adding OrxonoxClass::preDestroy(). This method gets called when an …
|
|
|
@6340
|
15 years |
rgrieder |
Fixed bug: Ambient sounds were sometimes not played at all (caused by …
|
|
|
@6332
|
15 years |
rgrieder |
Improved SoundBuffer class design and removed its pooling property …
|
|
|
@6329
|
15 years |
rgrieder |
Who the hell uses ints to synchronise part of a float vector? Well, I …
|
|
|
@6328
|
15 years |
landauf |
warnings -= 2
|
|
|
@6327
|
15 years |
rgrieder |
Engine synchronisation seems to work more or less.
Fire sound still …
|
|
|
@6326
|
15 years |
scheusso |
ambient sound synchronisation now working (however not in combination …
|
|
|
@6325
|
15 years |
rgrieder |
Disabled drag in mouse look.
|
|
|
@6322
|
15 years |
rgrieder |
Added audio source management. This should reduce the problems when …
|
|
|
@6321
|
15 years |
scheusso |
small fix
|
|
|
@6320
|
15 years |
scheusso |
various fixes for client: NHC, sound, callback handling of Vector4 & …
|
|
|
@6319
|
15 years |
rgrieder |
Simplified the Clock code a little (doesn't mean it got simpler though ).
|
|
|
@6318
|
15 years |
rgrieder |
This should fix the fps limiter if you play longer than 232 nanoseconds.
|
|
|
@6316
|
15 years |
scheusso |
fixed NHC behaviour in rocket mode
|
|
|
@6315
|
15 years |
scheusso |
fixed rocket on client (uninitialised values)
|
|
|
@6314
|
15 years |
landauf |
fixed some warnings
|
|
|
@6313
|
15 years |
scheusso |
further network fixes
changed screenshot format from jpeg to tiff …
|
|
|
@6312
|
15 years |
wirthmi |
Fixes for damage overlay
|
|
|
@6311
|
15 years |
dafrick |
The KeyBindMenu now shows all Keybindings and allows for various …
|
|
|
@6310
|
15 years |
wirthmi |
Added damage overlays
|
|
|
@6307
|
15 years |
scheusso |
Approach to make sounds synchronisable (not yet working)
|
|
|
@6303
|
15 years |
rgrieder |
Removed deprecated method in GUIManager.
|
|
|
@6302
|
15 years |
rgrieder |
Fixed cursor not showing in full screen when returning to the main menu.
|
|
|
@6301
|
15 years |
rgrieder |
Changed an input strategy: When you press a key but don't release it …
|
|
|
@6298
|
15 years |
scheusso |
hackfix with config values/sound device
|
|
|
@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 …
|
|
|
@6289
|
15 years |
wirthmi |
Fixed bug: overlays hide when ingame menu is brought up
|
|
|
@6285
|
15 years |
youngk |
Launching sound of the Rocket plays normally now. Changed …
|
|
|
@6281
|
15 years |
rgrieder |
Added LuaFunctor that can execute arbitrary lua code.
Also added …
|
|
|
@6280
|
15 years |
rgrieder |
Changes did not work at all in Release mode (strange).
|
|
|
@6279
|
15 years |
scheusso |
overlay fix in NHC
|
|
|
@6278
|
15 years |
rgrieder |
Use base class method for getInstance (for tolua interface).
|
|
|
@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)
|
|
|
@6272
|
15 years |
scheusso |
radar works again now
|
|
|
@6271
|
15 years |
rgrieder |
- alProcessContext isn't necessary after all: the operation is even …
|
|
|
@6270
|
15 years |
rgrieder |
Switched from ResourceInfo to std::string for the buffer …
|
|
|
@6269
|
15 years |
rgrieder |
At last, found the sound bug: A long time ago somebody wrote …
|
|
|
@6266
|
15 years |
dafrick |
KeyBindMenu is working now. (Apart from some minor faults)
Found some …
|
|
|
@6265
|
15 years |
scheusso |
fixed weapon sound source problem
|
|
|
@6261
|
15 years |
rgrieder |
Tolua interface for GameMode that has functions like playsSound, …
|
|
|
@6260
|
15 years |
rgrieder |
Audio sources seem to be very limited resources. If we create more …
|
|
|
@6259
|
15 years |
scheusso |
menu automatically reads ogre config path
|
|
|
@6256
|
15 years |
rgrieder |
Removed debug output.
|
|
|