Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2/src

Revision Log Mode:


Legend:

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