Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6449   16 years scheusso changed diff behaviour in order to reduce datasize before and after …
(edit) @6448   16 years scheusso made registerVariables always private. otherwise bad things may happen …
(edit) @6447   16 years rgrieder Added svn property to 0.0.4 that automatically checks out the data tag …
(edit) @6445   16 years rgrieder Added 0.0.4 tag with the results of the 2009 autumn ETH semester.
(edit) @6444   16 years rgrieder Version bump —> 0.0.4
(edit) @6443   16 years rgrieder Fixed two problems with the ORXONOX_RELEASE really release version.
(edit) @6442   16 years rgrieder Removed unnecessary path qualifiers.
(edit) @6441   16 years rgrieder Added XML loadable wrapper class that can load GUI sheets.
(edit) @6440   16 years rgrieder Fixed typos.
(edit) @6439   16 years rgrieder Found two macros that can be replaced by simple inline functions.
(edit) @6438   16 years rgrieder Boost 1.35 currently is the minimum version.
(edit) @6437   16 years rgrieder Added support for keybindings.ini merging: When running development …
(edit) @6436   16 years rgrieder Engine idle sound wasn't looped.
(edit) @6435   16 years rgrieder Moved getALErrorString function from SoundManager.h to newly created …
(edit) @6434   16 years rgrieder Sound streaming branch.
(edit) @6433   16 years scheusso creating network2 branch
(edit) @6432   16 years rgrieder Changed the way config values associated with general settings …
(edit) @6431   16 years rgrieder Extended Singleton<T> with a exists() method.
(edit) @6430   16 years rgrieder Created branch to ditch the GameStates.
(edit) @6429   16 years rgrieder No STL iterator bounds checking for MSVC release versions.
(edit) @6428   16 years rgrieder Changed config value handling in the KeyBinder. Doesn't change the …
(edit) @6427   16 years rgrieder Fixed (whyever it works now) bug in KeyBind menu that caused an error …
(edit) @6426   16 years rgrieder Fixed bug that caused Host to fail an assert when the client failed to …
(edit) @6425   16 years rgrieder Replaced "=" with " = " in our ini files for the config value. Also …
(edit) @6424   16 years rgrieder Fixed a bug in removeSlashes: An escape sequence at the third and …
(edit) @6423   16 years rgrieder Fixed bug that caused derived classes to list the base class's config …
(edit) @6422   16 years rgrieder Uniform code-styling per file. As if I didn't know what to do
(edit) @6421   16 years dafrick Some Documenting and bug fixes.
(edit) @6420   16 years rgrieder svn:eol-style "native" for all text files.
(edit) @6419   16 years rgrieder Merged pickup2 into pickup3.
(edit) @6418   16 years rgrieder New branch to make pickup2 work easier.
(edit) @6417   16 years rgrieder Merged presentation2 branch back to trunk. Major new features: - …
(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) @6414   16 years dafrick Added changes to presentation2 here as well.
(edit) @6413   16 years dafrick Resolved some bugs that stood in the way of compiling. * In DynLib.cc …
(edit) @6412   16 years dafrick Merged presentation2 branch into pickup2 branch.
(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) @6405   16 years dafrick Commit changes in pickup before merge.
(edit) @6404   16 years rgrieder Simplified our resource system a bit by working with a single resource …
(edit) @6403   16 years rgrieder Added lua convenience function for console commmands: …
(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) @6390   16 years rgrieder Deleting old branches.
(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) @6369   16 years rgrieder Belongs to r6367, forgot to tick a file for the commit.
(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) @6362   16 years scheusso joystick names are pretty now
(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) @6359   16 years decapitb some minor changes
(edit) @6358   16 years decapitb a rocket near the ghost ships triggers an attack (obviously they feel …
(edit) @6357   16 years decapitb adjusted speed of the ghost spaceship, the demo won't be so slow now
(edit) @6356   16 years scheusso god mode hack for presentation
(edit) @6355   16 years dafrick Made KeyBindMenu less Resolution dependent, because of this the …
(edit) @6354   16 years erwin Implemented streamer thread, TODO patch SoundBuffer to use it
(edit) @6353   16 years dafrick Adjusted scroll step size to allow for scrolling that is actually useful.
(edit) @6352   16 years dafrick Adjusted commandButton size to fit the new commands. Expanded …
(edit) @6351   16 years scheusso keybinding now possible without scrolling again and again
(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 …
Note: See TracRevisionLog for help on using the revision log.