Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5938   15 years dafrick Some more updated documentation, this time in QuestEffectBeacon.
(edit) @5937   15 years dafrick Also a very minor update for DistanceTriggger.
(edit) @5936   15 years dafrick Updated documentation in PlayerTrigger.
(edit) @5935   15 years dafrick Hopefully merged trunk successfully into pickup branch.
(edit) @5934   15 years rgrieder Creating branch to work on a always active IO-based console.
(edit) @5933   15 years rgrieder Creating branch for an game-paused menu.
(edit) @5932   15 years rgrieder Deleting branch again (emails just arrived…)
(edit) @5931   15 years rgrieder Creating branch for working on sounds.
(edit) @5930   15 years landauf created new sound branch
(edit) @5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
(edit) @5928   15 years rgrieder Fixed typo in a particle script.
(edit) @5927   15 years rgrieder Windows fix: Paths containing "fancy" stuff like '.' were not …
(edit) @5926   15 years scheusso more consistent client disconnection handling
(edit) @5925   15 years rgrieder Reapplied some of the changes that got reverted in the last commit …
(edit) @5924   15 years scheusso reverted r5911 partially and removed fallbackcamera level scene now …
(edit) @5923   15 years rgrieder Allowing multiple major dependency versions. Currently this is 3.1 and …
(edit) @5922   15 years landauf list of remaining objects after a level unloading
(edit) @5921   15 years scheusso build fix for linux
(edit) @5920   15 years scheusso something went wrong with one of my commits
(edit) @5919   15 years scheusso forgot to remove a debug line
(edit) @5918   15 years scheusso 2 new console commands (startIOConsole, printObjects)
(edit) @5917   15 years scheusso missing parts of last commit
(edit) @5916   15 years scheusso some cleaning up in the network more to come
(edit) @5915   15 years rgrieder Added CMake switch to disable multi-file compilations: DISABLE_COMPILATIONS
(edit) @5914   15 years rgrieder - Fixed missing includes - Fixed non-world coordinate camera position …
(edit) @5913   15 years rgrieder Using the Camera position instead of the ControllableEntity position …
(edit) @5912   15 years rgrieder New feature: "keybind" without arguments de-binds a key. We couldn't …
(edit) @5911   15 years rgrieder Fixed CameraManager issue with the fallback scene by assigning each …
(edit) @5910   15 years rgrieder - Fixed force feedback output pollution problem in OIS. - Fixed …
(edit) @5909   15 years rgrieder Fixed faulty key binding. If you want the message to go away, delete …
(edit) @5908   15 years rgrieder More boost < 1.36 fixes.
(edit) @5907   15 years rgrieder Fixed boost < 1.36 build.
(edit) @5906   15 years rgrieder Removed an assert because the SignalHandler seems to have the affect …
(edit) @5905   15 years rgrieder Improved error message for the case OpenAL was not actually installed.
(edit) @5904   15 years rgrieder Ogg file loading should work again now using the Ogre resource system.
(edit) @5903   15 years ambuehlm First Try to insert a Drone(Tutorial)
(edit) @5902   15 years dafrick Added comments and a lot of TODO's, many of which probably are …
(edit) @5901   15 years rgrieder Fix did not entirely work before. Visual Studio should now work again.
(edit) @5900   15 years rgrieder Hopefully fixed CMake visual studio bug in the trunk.
(edit) @5899   15 years rgrieder Renaming BaseSound::setSoundFile (and all its associates) to setSource …
(edit) @5898   15 years landauf Enhanced Pong gametype: It's now possible to accelerate the ball in …
(edit) @5897   15 years landauf build fix
(edit) @5896   15 years rgrieder Added some basic sound classes: WorldSound (to be used for 3D sound, …
(edit) @5895   15 years landauf Attempt to fix a crash when switching from a level back to the mainmenu
(edit) @5894   15 years landauf Using SmartPtr for CameraPositions in ControllableEntity. This fixes a …
(edit) @5893   15 years landauf Removed ambiguity between the EventName macro and the EventName class. …
(edit) @5892   15 years rgrieder Removed hard coded sound in Level, Engine and PongBall and replaced …
(edit) @5891   15 years landauf Added fancy particle effects in the pong level, based on the named …
(edit) @5890   15 years landauf Using target= instead of name= to define the target-object in …
(edit) @5889   15 years landauf Using named events in Pong. Also firing events in PongBall now.
(edit) @5888   15 years landauf Added support for named events (so one object can fire multiple …
(edit) @5887   15 years landauf Fixed an issue with the new event-system: even states which weren't …
(edit) @5886   15 years landauf forgot some changes in r5882. EventDispatcher now really supports all …
(edit) @5885   15 years landauf Somehow the code in PongBall was double… simplified this and instead …
(edit) @5884   15 years landauf fixed a bug in ParticleSpawner which caused it to spawn particles in …
(edit) @5883   15 years landauf main-state now supports also memoryless states (like "spawn" in …
(edit) @5882   15 years landauf Again some changes in the event-system: - Added "mainstate" …
(edit) @5881   15 years rgrieder Fixed sound problem in Pong by correcting the assumptions that you …
(edit) @5880   15 years rgrieder Removing "minimal rebuild" option for msvc: It doesn't work too well …
(edit) @5879   15 years landauf More changes in the event-system: processEvent() is now locally …
(edit) @5878   15 years rgrieder Added GameMode::playsSound(). This function checks whether sound is …
(edit) @5877   15 years rgrieder Added new an option for the ScopedSingletonManager that can allow the …
(edit) @5876   15 years rgrieder Cleanup in the GameStates (also moved debug overlay to the …
(edit) @5875   15 years rgrieder Fixed an issue that could occur when singletons associated with …
(edit) @5874   15 years rgrieder Removed obsolete PCH files and created a compilation for pong.
(edit) @5873   15 years rgrieder Added a few more compilations in our own libraries. Also fixed a bug …
(edit) @5872   15 years rgrieder Removing redundancy: Specifying ORXONOX_EXTERAL for a target should …
(edit) @5871   15 years rgrieder Compiling our third party libraries with as few files as possible. …
(edit) @5870   15 years rgrieder Added new build system feature: Combining multiple source files into …
(edit) @5869   15 years rgrieder Applied ScopedSingletonManager to KeyBinderManager and KeyDetector.
(edit) @5868   15 years rgrieder Fixed a possible issue in Game and a build system bug with PCH.
(edit) @5867   15 years rgrieder Modified Scoped Singleton concept: Derive from Singleton normally, but …
(edit) @5866   15 years landauf some cleanup in the eventsystem. not sure if everything still works, …
(edit) @5865   15 years rgrieder Missing includes (for non PCH builds).
(edit) @5864   15 years rgrieder Missing changes for previous commit (whatever happened…)
(edit) @5863   15 years rgrieder New class: KeyBinderManager (yes, it really was necessary, I'm not …
(edit) @5862   15 years landauf removed PawnListener
(edit) @5861   15 years landauf un-PawnListener-ized ArtificialController
(edit) @5860   15 years landauf using a WeakPtr in Projectile instead of inheriting from PawnListener …
(edit) @5859   15 years landauf fixed a small bug in TeamDeathmatch
(edit) @5858   15 years rgrieder Cleanup in *Prereqs.h files - Removed forward declarations to …
(edit) @5857   15 years scheusso fixed a bug which caused particle mess (no deletion of …
(edit) @5856   15 years rgrieder Convinced HUDBar to destroy its BarColours (as they grow with each …
(edit) @5855   15 years rgrieder Moved Clock from core to util (used in Scope anyway).
(edit) @5854   15 years rgrieder Deleting old branches
(edit) @5853   15 years rgrieder Added two little console commands: printFPS and printTickTime for …
(edit) @5852   15 years scheusso removed an unneccessary check & output
(edit) @5851   15 years scheusso cleaned up a little bit in connection handling
(edit) @5850   15 years rgrieder Moved the singleton creation/destruction mess to the Core class by …
(edit) @5849   15 years scheusso some svn:eol-style native fix which improves disconnect handling
(edit) @5848   15 years scheusso adding the dedicatedClient (mostly for debugging reason) there is a …
(edit) @5847   15 years scheusso fixing a bug that made a segfault/memory corruption/corrupted double …
(edit) @5846   15 years scheusso two fixes to prepare the dedicatedClient
(edit) @5845   15 years rgrieder Build fix (again a problem with temporaries and references, but different).
(edit) @5844   15 years rgrieder Fixed some small problems.
(edit) @5843   15 years rgrieder Added comma operator in the GameState hierarchy parser: Use …
(edit) @5842   15 years rgrieder Moved GameStates back to the orxonox library. This resolves an issue …
(edit) @5841   15 years dafrick Removed the code, the PPS students have to insert.
(edit) @5840   15 years dafrick And the last bunch of comments.
(edit) @5839   15 years scheusso Fixed problem with scene and creators creatorID is now always the …
Note: See TracRevisionLog for help on using the revision log.