|
|
@5925
|
15 years |
rgrieder |
Reapplied some of the changes that got reverted in the last commit …
|
|
|
@5924
|
15 years |
scheusso |
reverted r5911 partially and removed fallbackcamera
level scene now …
|
|
|
@5916
|
15 years |
scheusso |
some cleaning up in the network
more to come
|
|
|
@5911
|
15 years |
rgrieder |
Fixed CameraManager issue with the fallback scene by assigning each …
|
|
|
@5898
|
15 years |
landauf |
Enhanced Pong gametype: It's now possible to accelerate the ball in …
|
|
|
@5895
|
15 years |
landauf |
Attempt to fix a crash when switching from a level back to the mainmenu
|
|
|
@5893
|
15 years |
landauf |
Removed ambiguity between the EventName macro and the EventName class. …
|
|
|
@5892
|
15 years |
rgrieder |
Removed hard coded sound in Level, Engine and PongBall and replaced …
|
|
|
@5890
|
15 years |
landauf |
Using target= instead of name= to define the target-object in …
|
|
|
@5889
|
15 years |
landauf |
Using named events in Pong. Also firing events in PongBall now.
|
|
|
@5888
|
15 years |
landauf |
Added support for named events (so one object can fire multiple …
|
|
|
@5887
|
15 years |
landauf |
Fixed an issue with the new event-system: even states which weren't …
|
|
|
@5886
|
15 years |
landauf |
forgot some changes in r5882. EventDispatcher now really supports all …
|
|
|
@5885
|
15 years |
landauf |
Somehow the code in PongBall was double… simplified this and instead …
|
|
|
@5882
|
15 years |
landauf |
Again some changes in the event-system:
- Added "mainstate" …
|
|
|
@5881
|
15 years |
rgrieder |
Fixed sound problem in Pong by correcting the assumptions that you …
|
|
|
@5879
|
15 years |
landauf |
More changes in the event-system: processEvent() is now locally …
|
|
|
@5877
|
15 years |
rgrieder |
Added new an option for the ScopedSingletonManager that can allow the …
|
|
|
@5874
|
15 years |
rgrieder |
Removed obsolete PCH files and created a compilation for pong.
|
|
|
@5873
|
15 years |
rgrieder |
Added a few more compilations in our own libraries.
Also fixed a bug …
|
|
|
@5867
|
15 years |
rgrieder |
Modified Scoped Singleton concept: Derive from Singleton normally, but …
|
|
|
@5866
|
15 years |
landauf |
some cleanup in the eventsystem. not sure if everything still works, …
|
|
|
@5860
|
15 years |
landauf |
using a WeakPtr in Projectile instead of inheriting from PawnListener …
|
|
|
@5858
|
15 years |
rgrieder |
Cleanup in *Prereqs.h files
- Removed forward declarations to …
|
|
|
@5856
|
15 years |
rgrieder |
Convinced HUDBar to destroy its BarColours (as they grow with each …
|
|
|
@5850
|
15 years |
rgrieder |
Moved the singleton creation/destruction mess to the Core class by …
|
|
|
@5842
|
15 years |
rgrieder |
Moved GameStates back to the orxonox library. This resolves an issue …
|
|
|
@5836
|
15 years |
rgrieder |
Extracted path related parts of Core into a new PathConfig class. This …
|
|
|
@5832
|
15 years |
landauf |
fixed crash because of the unloading of HumanPlayer
|
|
|
@5831
|
15 years |
landauf |
Realized Timer doesn't have to be a template, hence merged TimerBase, …
|
|
|
@5829
|
15 years |
landauf |
replaced most occurrences of setObject(o) in combination with …
|
|
|
@5826
|
15 years |
landauf |
Using a WeakPtr instead of a PawnListener-callback in UnderAttack to …
|
|
|
@5820
|
15 years |
landauf |
Changes in ClientConnectionListener:
- Added static functions for …
|
|
|
@5819
|
15 years |
landauf |
removed some tabs
|
|
|
@5818
|
15 years |
rgrieder |
Small bugfix for the second to last commit: InputStates only exist in …
|
|
|
@5817
|
15 years |
scheusso |
console commands for switching back to MainMenu from Game mode
|
|
|
@5816
|
15 years |
scheusso |
small bugfix (only 1 of 3 inputstates deleted when deactivating level) …
|
|
|
@5813
|
15 years |
rgrieder |
Moved Radar Management from GSLevel to Scene.
|
|
|
@5806
|
15 years |
landauf |
- The gametype pointer in BaseObject is now also a SmartPtr
- The …
|
|
|
@5805
|
15 years |
landauf |
- Enhanced SmartPtr:
a) It stores now two pointers, one …
|
|
|
@5800
|
15 years |
landauf |
replaced delete with destroy() in modules
|
|
|
@5799
|
15 years |
landauf |
replaced delete with destroy() in gamestates
|
|
|
@5791
|
15 years |
landauf |
Added destroy() function to OrxonoxClass.
Removed destroy() functions …
|
|
|
@5785
|
15 years |
landauf |
Removed end-iterator-safety from Iterator and ObjectListIterator. This …
|
|
|
@5768
|
15 years |
landauf |
created new core branch to work on smart pointers and some other small …
|
|
copied from code/trunk/src/modules:
|
|
|
@5760
|
15 years |
dafrick |
Some cleanup und resolved 's in questsystem.
|