Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6502   14 years rgrieder Removed a ton of msvc warnings revealed with OGRE v1.7 (they removed …
(edit) @6501   14 years rgrieder Ensured OGRE v1.7 "Cthugha" code compatibility. Does not yet seem to …
(edit) @6500   14 years scheusso removing dronecontroller from cmakelists in order to build …
(edit) @6499   14 years dafrick Some small changes regarding output.
(edit) @6498   14 years dafrick Added some preconfigured health pickups.
(edit) @6497   14 years dafrick Fixed bug in clone() (Argument needed to be as reference). Pickups …
(edit) @6496   14 years rgrieder Fixed DLL interface on Windows.
(edit) @6495   14 years rgrieder Fixed CEGUI library problem on tardis
(edit) @6494   14 years scheusso tardis fix
(edit) @6492   14 years dafrick Small error in Pickup Spawner.
(edit) @6491   14 years scheusso removed Drone.cc from CMakeLists
(edit) @6490   14 years dafrick Added target to HealthPickup, which I had forgotten.
(edit) @6489   14 years dafrick Changed changedActivity and changedVisibility such that when …
(edit) @6488   14 years scheusso forgot an important detail
(edit) @6487   14 years rgrieder Merged r5841 that removes the student's code from the tutorial.
(edit) @6486   14 years dafrick Simplification in PickupSpawner due to previous commit.
(edit) @6485   14 years dafrick Added changedActivity and changedVisibility method to WorldEntity, …
(edit) @6484   14 years dafrick Cleanup and bug fixes.
(edit) @6483   14 years rgrieder Cosmetic changes..
(edit) @6482   14 years rgrieder Merged HS 2009 tutorial in new FS 2010 branch. This includes all the …
(edit) @6481   14 years rgrieder Tutorial branch for the FS 2010 PPS.
(edit) @6480   14 years dafrick Simplification in creation of PickupIdentifier.
(edit) @6479   14 years dafrick Added XMLPortParam to add one single template to BaseObject for ease …
(edit) @6478   14 years dafrick More bug fixes.
(edit) @6477   14 years dafrick Some more documenting. Completed HealthPickup.
(edit) @6476   14 years erwin Tried to hack ths sound streaming part in… sound doesn't work at all now.
(edit) @6475   14 years dafrick Additional documentation, code niceifying and potential bug fixing. …
(edit) @6474   14 years dafrick Some documenting done. Added files, that I had forgotten to add. …
(edit) @6467   14 years dafrick Steering works now. The lesson is: Don't comment out stuff you don't …
(edit) @6466   14 years dafrick Lots of things done in pickups module. Compiles, but it seems, that …
(edit) @6465   14 years scheusso stupid mistake
(edit) @6464   14 years scheusso setting default number of mipmaps to unlimited (was 0 before)
(edit) @6462   14 years scheusso temporarily removing hs-w01 models due to major performance drop …
(edit) @6461   14 years scheusso further tardis hacks/fixes in order to build orxonox on the new tardis …
(edit) @6460   14 years scheusso release version now compiling again on tardis
(edit) @6459   14 years rgrieder Simplified BasicGUI construction. Just give the name of the GUI as …
(edit) @6458   14 years scheusso changed Pawn::aimPosition_ synchronisation to Client→Server only
(edit) @6457   14 years scheusso changed synchronisation of worldsound state (1 instead of 4 bytes) fix …
(edit) @6456   14 years scheusso changed BlinkingBillboard Synchronisation in order to reduce traffic …
(edit) @6455   14 years scheusso unregisterVariable reintroduced some style changes
(edit) @6454   14 years rgrieder 3 build fixes for MSVC.
(edit) @6453   14 years landauf hmm
(edit) @6452   14 years landauf merged current state of the new cc system to the updated branch
(edit) @6451   14 years landauf annual update of the cc branch
(edit) @6450   14 years scheusso further traffic reduction: - synchronisableheaders are now smaller( by …
(edit) @6449   14 years scheusso changed diff behaviour in order to reduce datasize before and after …
(edit) @6448   14 years scheusso made registerVariables always private. otherwise bad things may happen …
(edit) @6447   14 years rgrieder Added svn property to 0.0.4 that automatically checks out the data tag …
(edit) @6445   14 years rgrieder Added 0.0.4 tag with the results of the 2009 autumn ETH semester.
(edit) @6444   14 years rgrieder Version bump —> 0.0.4
(edit) @6443   14 years rgrieder Fixed two problems with the ORXONOX_RELEASE really release version.
(edit) @6442   14 years rgrieder Removed unnecessary path qualifiers.
(edit) @6441   14 years rgrieder Added XML loadable wrapper class that can load GUI sheets.
(edit) @6440   14 years rgrieder Fixed typos.
(edit) @6439   14 years rgrieder Found two macros that can be replaced by simple inline functions.
(edit) @6438   14 years rgrieder Boost 1.35 currently is the minimum version.
(edit) @6437   14 years rgrieder Added support for keybindings.ini merging: When running development …
(edit) @6436   14 years rgrieder Engine idle sound wasn't looped.
(edit) @6435   14 years rgrieder Moved getALErrorString function from SoundManager.h to newly created …
(edit) @6434   14 years rgrieder Sound streaming branch.
(edit) @6433   14 years scheusso creating network2 branch
(edit) @6432   14 years rgrieder Changed the way config values associated with general settings …
(edit) @6431   14 years rgrieder Extended Singleton<T> with a exists() method.
(edit) @6430   14 years rgrieder Created branch to ditch the GameStates.
(edit) @6429   14 years rgrieder No STL iterator bounds checking for MSVC release versions.
(edit) @6428   14 years rgrieder Changed config value handling in the KeyBinder. Doesn't change the …
(edit) @6427   14 years rgrieder Fixed (whyever it works now) bug in KeyBind menu that caused an error …
(edit) @6426   14 years rgrieder Fixed bug that caused Host to fail an assert when the client failed to …
(edit) @6425   14 years rgrieder Replaced "=" with " = " in our ini files for the config value. Also …
(edit) @6424   14 years rgrieder Fixed a bug in removeSlashes: An escape sequence at the third and …
(edit) @6423   14 years rgrieder Fixed bug that caused derived classes to list the base class's config …
(edit) @6422   14 years rgrieder Uniform code-styling per file. As if I didn't know what to do
(edit) @6421   14 years dafrick Some Documenting and bug fixes.
(edit) @6420   14 years rgrieder svn:eol-style "native" for all text files.
(edit) @6419   14 years rgrieder Merged pickup2 into pickup3.
(edit) @6418   14 years rgrieder New branch to make pickup2 work easier.
(edit) @6417   14 years rgrieder Merged presentation2 branch back to trunk. Major new features: - …
(edit) @6416   14 years rgrieder Added missing includes
(edit) @6415   14 years rgrieder const std::string& or std::string, but std::string& can yield …
(edit) @6414   14 years dafrick Added changes to presentation2 here as well.
(edit) @6413   14 years dafrick Resolved some bugs that stood in the way of compiling. * In DynLib.cc …
(edit) @6412   14 years dafrick Merged presentation2 branch into pickup2 branch.
(edit) @6411   14 years rgrieder BaseSound should release the buffer upon destruction and the …
(edit) @6410   14 years rgrieder Just a small mistake…
(edit) @6409   14 years rgrieder Better sound source management: Sources are created on demand with a …
(edit) @6408   14 years rgrieder Main loop optimisations.
(edit) @6407   14 years rgrieder WeaponSlots should not be synchronised.
(edit) @6406   14 years rgrieder Mood changes should now be working and with immediate (but delayed …
(edit) @6405   14 years dafrick Commit changes in pickup before merge.
(edit) @6404   14 years rgrieder Simplified our resource system a bit by working with a single resource …
(edit) @6403   14 years rgrieder Added lua convenience function for console commmands: …
(edit) @6402   14 years rgrieder Protected ClassTreeMask functions against NULL identifiers. That can …
(edit) @6401   14 years rgrieder Removed useless damage_ config value from Projectile. Rather use the …
(edit) @6400   14 years rgrieder Replaced (*it). with it→ where I could find it. Should increased code …
(edit) @6399   14 years rgrieder Increased default mouse sensitivity to a playable level.
(edit) @6398   14 years rgrieder Fixed weapon sound synchronisation.
(edit) @6397   14 years rgrieder Fixed obviously pointless statement order in BaseSound.
(edit) @6396   14 years rgrieder Fixed space ship boost sound synchronisation.
(edit) @6395   14 years rgrieder Adding pointers here is pointless.
(edit) @6394   14 years rgrieder std::string tweaks: - Declared BLANKSTRING in UtilPrereqs.h as well …
Note: See TracRevisionLog for help on using the revision log.