Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10511   9 years landauf bugfix: comparison function was not symmetric. e.g. two …
(edit) @10510   9 years landauf fixed CMakeLists.txt
(edit) @10509   9 years landauf moved static application paths (root, executable, modules) into new …
(edit) @10508   9 years landauf removed unused code from Loader
(edit) @10507   9 years maxima Presentation level changed
(edit) @10505   9 years maxima changed the presentation level and script
(edit) @10504   9 years maxima Bugfix: See Commit 10502. New orbStation Template.
(edit) @10503   9 years meggiman Changed Speed of Bomb to 600 and reduced flying time to 2.5 seconds.
(edit) @10502   9 years meggiman Bugfix: Game crashed if a pawn was directly hit by the bomb. Changed …
(edit) @10500   9 years sborghi Final template with all new models and rotation parabola.
(edit) @10499   9 years maxima New XMLPort for ControllerDirector. The name of the script can now be …
(edit) @10498   9 years maxima Pres level modified
(edit) @10497   9 years maxima multiplayer branch merged to presentation
(edit) @10496   9 years maxima clangenb: new spaceship heartattack merged to presentation
(edit) @10495   9 years maxima small changes
(edit) @10494   9 years clangenb branch added
(edit) @10491   9 years maxima new spaceship by ssimone
(edit) @10489   9 years maxima scriptable controller branch merged to presentation.
(edit) @10487   9 years maxima Bug fixed
(edit) @10486   9 years maxima weaponFS15 branch merged to presentation. spaceshipFS15 has …
(edit) @10485   9 years maxima ParticleEffects branch merged to presentation. New level …
(edit) @10484   9 years landauf made ConsoleCommandManager a singleton.
(edit) @10483   9 years landauf avoid dependency on IdentifierManager for as long as possible
(edit) @10482   9 years landauf detail
(edit) @10481   9 years landauf StaticallyInitializedIdentifier is now responsible to register and …
(edit) @10480   9 years landauf removed dependency of Language on CoreConfig.
(edit) @10479   9 years landauf moved config values and all related functions from Game and Core to …
(edit) @10478   9 years landauf callStaticNetworkFunction() and callMemberNetworkFunction() are now …
(edit) @10477   9 years landauf simplified CMakeLists.txt
(edit) @10476   9 years landauf wrap NetworkFunction in a StaticallyInitializedInstance
(edit) @10475   9 years landauf refactored the interface of NetworkFunctionManager: maps are better …
(edit) @10474   9 years landauf made NetworkFunctionManager a singleton, no static functions anymore …
(edit) @10473   9 years landauf bugfix and continuation of the last commit: - FunctionCall::execute() …
(edit) @10472   9 years landauf use the same interface for static an member functions
(edit) @10471   9 years landauf moved static maps from NetworkFunctionStatic and …
(edit) @10470   9 years landauf NetworkFunctionBase doesn't have to inherit from Listable: there's a …
(edit) @10469   9 years landauf removed unused code
(edit) @10468   9 years landauf moved static content of NetworkFunctionBase to NetworkFunctionManager
(edit) @10467   9 years landauf trying to fix compiler error on buildserver
(edit) @10466   9 years landauf added static assertions to validate the type of certain templates
(edit) @10465   9 years landauf moved macro ans helperfunction from NetworkFunction.h to …
(edit) @10464   9 years landauf define ScopeID as integer constants instead of an enum. this allows to …
(edit) @10463   9 years landauf removed unnecessary instance counts. creation of scopes is strictly …
(edit) @10462   9 years landauf some refactoring in ScopeManager. made it a singleton and added functions.
(edit) @10461   9 years landauf moved ScopeManager into separate class
(edit) @10460   9 years landauf StaticallyInitializedScopedSingletonWrapper registers …
(edit) @10459   9 years landauf wrap ScopedSingletonWrapper in a …
(edit) @10458   9 years landauf renamed ScopedSingletonManager to ScopedSingletonWrapper. removed …
(edit) @10457   9 years frovelli Remove training wheels
(edit) @10456   9 years frovelli Transmit client count in LAN by evil hack
(edit) @10455   9 years meggiman
(edit) @10452   9 years maxima Towerdefense merged to Presentation
(edit) @10451   9 years erbj final version
(edit) @10448   9 years rgraczyk Various changes, see comments in cpp file
(edit) @10447   9 years frovelli cleanup
(edit) @10446   9 years frovelli Display bugfix
(edit) @10444   9 years maxima New branch for the presentation.
(edit) @10443   9 years landauf fixed includes to make it compile without build units
(edit) @10441   9 years bknecht Turned on c++11 flag in compiler and fixed a bug where boost couldn't …
(edit) @10440   9 years bknecht Added include to make ois code compile under linux without build units
(edit) @10439   9 years bknecht Creating C++11 branch
(edit) @10438   9 years meggiman Added sound-effects to bomb.
(edit) @10437   9 years fvultier Removed unnecessary output to console in kump minigame. Added a small …
(edit) @10436   9 years meggiman Fixed dangling pointer bug when GravityBomb was destroyed by tick of …
(edit) @10435   9 years meggiman Added new models and fixed dammage bug. Bomb now fully working.
(edit) @10434   9 years frovelli Implemented playercount in multiplayer lobby
(edit) @10433   9 years gpregger New explosion effect for pawn.cc (still WIP)
(edit) @10430   9 years erbj added functionality: Waves with different combinations of spaceships, …
(edit) @10428   9 years gpregger waste of time + New Explosion in 'rocket.cc' + old Rocket in …
(edit) @10427   9 years frovelli Implemented custom servernames
(edit) @10424   9 years landauf these Singletons are in fact required and not allowed to fail, …
(edit) @10422   9 years landauf details
(edit) @10421   9 years landauf RealTimer was not registered in the framework
(edit) @10420   9 years landauf use destroyLater() in Pawn and ShipPart. PawnManager and …
(edit) @10419   9 years landauf added destroyLater() to Destroyable. This will destroy the object …
(edit) @10418   9 years landauf improved documentation
(edit) @10417   9 years landauf moved destruction of bullet collision shape to ~CollisionShape(). …
(edit) @10416   9 years landauf i think it makes more sense to delete killed pawns and shipparts …
(edit) @10415   9 years landauf added check to detect if a collision shape is destroyed during a …
(edit) @10414   9 years landauf destroy all remaining ship parts if ModularSpaceShip is destroyed. …
(edit) @10413   9 years landauf use the generic UpdateListener interface to receive calls to …
(edit) @10412   9 years landauf fixed crash: apparently these static maps get initialized later now …
(edit) @10411   9 years landauf removed unnecessary macro + static variable
(edit) @10410   9 years landauf SynchronisableVariableBase::state_ is not used anymore
(edit) @10409   9 years meggiman Started implementing Particle effect. Force Field explodes at end of life.
(edit) @10408   9 years erbj added functionality to the TowerDefenseSelecter
(edit) @10407   9 years landauf moved Scope and ScopedSingletonManager from util to core. TODO I had …
(edit) @10406   9 years fvultier There is now a cube that can be moved on the playground using the …
(edit) @10405   9 years landauf fixed some TODOs in tests and code by using the new unload() function
(edit) @10404   9 years landauf added unload() function to StaticallyInitializedInstance
(edit) @10403   9 years landauf added function to destroy the class hierarchy (i.e. reset all …
(edit) @10402   9 years landauf fixed tests in util_test which failed when a different order of …
(edit) @10401   9 years landauf fixed crash in tests with msvc & debug checks
(edit) @10400   9 years landauf fixed tests. however there are some open issues: - the …
(edit) @10399   9 years landauf use typeid(T) instead of typeid(T).name() to identify a class. this …
(edit) @10398   9 years landauf improved output
(edit) @10397   9 years fvultier Added missmissing #include _.h Now the program compiles without any …
(edit) @10396   9 years landauf detail
(edit) @10395   9 years landauf create and initialize Identifiers explicitly via registerClass(). …
(edit) @10394   9 years erbj das File TowerDefenseSelecter.cc und .h geadded
Note: See TracRevisionLog for help on using the revision log.