Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6237   16 years rgrieder Removed (commented) everything related to ALC (OpenAL library part). …
(edit) @6236   16 years scheusso showing and hiding of overlays should now work correct with respawning …
(edit) @6234   16 years rgrieder Fixed the sound bug where it didn't play when setting the source too …
(edit) @6232   16 years rgrieder Fixed two problems in the sound system: Buffers did not get removed …
(edit) @6231   16 years dafrick Removed a warning in BaseSound.
(edit) @6228   16 years cdaniel Camera position is now closer to the Rocket (which is now a bit …
(edit) @6227   16 years youngk Inserted a firing sound into HsW01. BUG Sound plays only once on …
(edit) @6226   16 years youngk At least managed to fix the "not-playing-sound-on-first-load" bug: …
(edit) @6223   16 years scheusso fixed some uninitialised variables
(edit) @6222   16 years youngk Cleaned up the code a little
(edit) @6219   16 years rgrieder Don't really know, but the last revision could in same cases lead to …
(edit) @6218   16 years rgrieder Fixed at least 8 unitialised value problems though not all of them are …
(edit) @6216   16 years scheusso fixed a bug in NewHumanControlled which caused the controller to show …
(edit) @6214   16 years scheusso a small fix in IOConsole some changes in GUI-system and preparation …
(edit) @6213   16 years rgrieder Fixed particle system bug: effects were not shown because the level of …
(edit) @6212   16 years scheusso changed arrows because michi didn't upload the arrow pictures
(edit) @6210   16 years wirthmi Buggy version!
(edit) @6208   16 years dafrick Small error in SoundManager. Compiles now.
(edit) @6207   16 years youngk Speed dependent pitching of the sounds works now for engine states: …
(edit) @6205   16 years youngk Resolved Conflicts, edited a few COUTs and commented out a …
(edit) @6204   16 years rgrieder Better error handling for sound.
(edit) @6203   16 years rgrieder Added buffer buffering: Sounds are only loaded into one buffer and …
(edit) @6202   16 years youngk Implemented speed dependent audio pitch. BUG pitching doesn't …
(edit) @6199   16 years scheusso hide controller overlay when in gui mode
(edit) @6197   16 years dafrick Small adjustments, better code re-use, added getConfig() function to …
(edit) @6196   16 years landauf fixed some warnings in IOConsole
(edit) @6195   16 years wirthmi More camera easing, new center overlay and pauseControl/resumeControl
(edit) @6194   16 years dafrick Some adjustments regarding tolua export and sound menu.
(edit) @6193   16 years scheusso forgot to readd
(edit) @6192   16 years scheusso some cleaning up and improvements in synchronisation of vector2,3,4 …
(edit) @6191   16 years rgrieder Moved sound listener to the active camera and fixed the ambient …
(edit) @6190   16 years rgrieder Small style changes (no code changes).
(edit) @6189   16 years rgrieder Didn't see that the compiler threw some errors after all. Fixed.
(edit) @6188   16 years rgrieder Fixed a bug in BaseSound that caused every sound to play immediately …
(edit) @6187   16 years rgrieder Added better engine effects: you can still add any WorldEntity to the …
(edit) @6186   16 years dafrick Some cleanup in SoundManager and related classes. Overrall volume …
(edit) @6185   16 years rgrieder Extended ExprParser to support arbitrary variables. You can set them …
(edit) @6184   16 years dafrick Created capability in SoundManager to set an overall volume, and to …
(edit) @6183   16 years rgrieder Added preUpdate and postUpdate methods for all classes inheriting …
(edit) @6182   16 years rgrieder Singleton pointer initialisation should be part of the …
(edit) @6181   16 years rgrieder Fixed Linux IOConsole
(edit) @6180   16 years rgrieder Extended Shell line colouring in order to distinguish output from …
(edit) @6179   16 years rgrieder Fixed Linux build and removed a warning
(edit) @6178   16 years rgrieder IOConsole: Restructured some code and added more documentation.
(edit) @6177   16 years rgrieder Performance and robustness improvements for the IOConsole under …
(edit) @6175   16 years rgrieder And I thought I really though this one through… The frame rate was …
(edit) @6174   16 years rgrieder Moved fps hack to the right position. I still have no idea why the fps …
(edit) @6173   16 years wirthmi Working permanent acceleration.
(edit) @6172   16 years scheusso actually i think it's nicer this way ;)
(edit) @6171   16 years scheusso fixed problem with ioconsole not restoring terminal settings when a …
(edit) @6170   16 years rgrieder Reduced camera lag induced by occasional high delta times.
(edit) @6169   16 years rgrieder Fixed config value not setting problem in Core and Game.
(edit) @6167   16 years landauf - you don't have to set the syncMode of the CameraPosition to 0x0, …
(edit) @6166   16 years rgrieder Fixed auto completion: - When completing for instance "KeyBin", it was …
(edit) @6165   16 years landauf "Fixed" 'Can't assign NULL identifier' error message and replaced it …
(edit) @6164   16 years landauf bots now also hit their target
(edit) @6162   16 years landauf fixed build, we have to link network into tools since r6160 (maybe …
(edit) @6161   16 years rgrieder Fixed uninitialised value problem with the statistics (at least for …
(edit) @6160   16 years scheusso server may now pause/slow the game (also on clients) with commands …
(edit) @6159   16 years rgrieder Fixed bug in HumanController introduced with the virtual functions.
(edit) @6158   16 years rgrieder Fixed mouse look in slow motion.
(edit) @6157   16 years scheusso fix in NewHumanController which caused the spaceship to shoot always …
(edit) @6156   16 years scheusso cleanup in GUIManager most functionality now in lua
(edit) @6155   16 years rgrieder Fixed mouse position problem: Internal value could still be larger than 1.
(edit) @6154   16 years dafrick Didn't compile because Pawn.h wasn't included in LightningGun.cc, …
(edit) @6153   16 years scheusso some fixes in weapon system / weapons fabian: projectiles also spawn …
(edit) @6152   16 years dafrick Apparently you can introduce a segfault just by setting some default …
(edit) @6151   16 years dafrick Added default values in WeaponMode.
(edit) @6150   16 years scheusso merged menu branch to presentation2 branch with some additional fixes …
(edit) @6149   16 years wirthmi Introduced new feature: permanent speed
(edit) @6144   16 years wirthmi New input mode
(edit) @6143   16 years wirthmi updateTarget() fixed
(edit) @6141   16 years rgrieder Better colour scheme for the IOConsole on Windows.
(edit) @6140   16 years rgrieder Extended IOConsole to a Windows implementation. It doesn't yet work …
(edit) @6139   16 years rgrieder Fixed a bug in Shell and changed parental order in InGameConsole.
(edit) @6138   16 years landauf removed superfluous "it" from two for loops which caused two warnings
(edit) @6137   16 years landauf Ogre introduced overloadings of the << operator for Radian and Degree …
(edit) @6136   16 years landauf BlinkingBillboard now blinks properly also with ogre 1.6 (which …
(edit) @6135   16 years landauf replaced UTFStringConversions.h by DisplayStringConversions.h which …
(edit) @6134   16 years scheusso can't imagine why i never encountered any problems with that
(edit) @6133   16 years rgrieder Removed annoying "statement has no effect" warning (gcc).
(edit) @6132   16 years scheusso reverted r6130
(edit) @6131   16 years scheusso forgot a file
(edit) @6130   16 years landauf fixed build
(edit) @6129   16 years rgrieder Hopefully fixed in game console text visibility issue (again).
(edit) @6128   16 years rgrieder Hopefully fixed in game console text visibility issue.
(edit) @6127   16 years rgrieder Fixed sound problem (annoying cracking) and increased buffers for …
(edit) @6124   16 years scheusso forgot to revert that change
(edit) @6123   16 years scheusso synchronisation of pointers to classes that inherit from …
(edit) @6122   16 years rgrieder Fixed dedicated problem in NHC and a memory leak on windows in the …
(edit) @6121   16 years rgrieder Removed CoreConfiguration and GameConfiguration workaround. I have …
(edit) @6120   16 years rgrieder Found some tabs
(edit) @6119   16 years rgrieder svn:eol-style "native" should be set for all text files.
(edit) @6118   16 years rgrieder Removed two files that the console branch merge didn't remove.
(edit) @6117   16 years rgrieder Merged sound3 branch to presentation2.
(edit) @6116   16 years scheusso this should prevent unneccessary network traffic
(edit) @6115   16 years scheusso mouselook now also working when steering a rocket
(edit) @6114   16 years scheusso NHC goes now through all parents of raytraced objects in order to …
(edit) @6113   16 years scheusso NHC creator hack is now not so hacky anymore ;)
(edit) @6112   16 years scheusso first attempts to have synchronised fire direction and target however …
Note: See TracRevisionLog for help on using the revision log.