Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11716   6 years landauf [Highscore_HS16] moved logic to compare old an new score to Highscore; …
(edit) @11715   6 years landauf [Highscore_HS16] removed playerName from Highscore because the player …
(edit) @11714   6 years landauf [Highscore_HS16] reverted changes in LevelInfo - they don't seem to be …
(edit) @11713   6 years landauf mark includes of external libraries as "SYSTEM" includes to avoid …
(edit) @11712   6 years landauf icon is not needed in core-library, is already included in …
(edit) @11709   6 years landauf [HUD_HS16] removed unused function
(edit) @11708   6 years landauf [HUD_HS16] fixed issue that the hud shows pickups of ALL players/bots …
(edit) @11707   6 years landauf fixed nullptr access when two pawns trigger a pickup-spawner at the …
(edit) @11705   6 years landauf [HUD_HS16] removed HUDPickupItem as it is not really necessary (it's …
(edit) @11704   6 years landauf [HUD_HS16] fixed wrong dependency between overlays and pickup module: …
(edit) @11703   6 years landauf [HUD_HS16] fixed bug with the position of the hud pickup items
(edit) @11702   6 years landauf [HUD_HS16] removed a lot of unused stuff
(edit) @11701   6 years landauf [HUD_HS16] removed debug output
(edit) @11700   6 years landauf merged the remaining commits of HUD_HS16 branch back to trunk (except …
(edit) @11699   6 years landauf trying to fix build for MSVC but still having trouble with the …
(edit) @11698   6 years landauf still trying to avoid CMP0026… can we define ORXONOX_EXECUTABLE_NAME …
(edit) @11697   6 years landauf reverted r11694, apparently ORXONOX_EXECUTABLE_NAME IS used (for …
(edit) @11696   6 years landauf whoops. must remove the extensions from the library's file name before …
(edit) @11695   6 years landauf removed useless file that was added in BigShip_HS16
(edit) @11694   6 years landauf CMP0026 is deprecated in recent versions of CMake → moved it to the …
(edit) @11692   6 years landauf with the latest CMake there are a lot of warnings about the usage of …
(edit) @11691   6 years landauf bugfix: don't try to unload a DynLib if it doesn't exist (e.g. after …
(edit) @11495   7 years patricwi reverted commit from merge with tgidronFS16 because failed to compile
(edit) @11493   7 years patricwi Merged tgidronFS16
(edit) @11451   7 years patricwi Dialogue merged without core modifications
(edit) @11450   7 years patricwi reverted merge Dialogue
(edit) @11449   7 years patricwi SuperOrxoBros added
(edit) @11447   7 years patricwi Dialogue merged
(edit) @11359   7 years patricwi story mode map merged
(edit) @11358   7 years patricwi space race merged
(edit) @11357   7 years patricwi big ship merged
(edit) @11356   7 years patricwi merged space race with trunk
(edit) @11355   7 years patricwi deleted comments
(edit) @11354   7 years patricwi merged updated HUD branch to trunk
(edit) @11353   7 years patricwi merged HUD branch to trunk
(edit) @11176   8 years fvultier Added a debug console command that allows visualization of the weaponSlots.
(edit) @11161   8 years landauf removed another spurious backslash
(edit) @11160   8 years landauf removed unnecessary backslashes
(edit) @11117   8 years landauf preparing for CEGUI 0.8
(edit) @11115   8 years landauf fixed code to compile in 64bit mode
(edit) @11114   8 years landauf unfortunately std::put_time and std::get_time are only available in …
(edit) @11113   8 years landauf updated build-script to work with mingw-w64 and the new dependency package
(edit) @11112   8 years landauf removed unnecessary boost include
(edit) @11111   8 years muemart Some simplifications in StringUtils.cc
(edit) @11108   8 years fvultier A few modifications in the weapon system: WeaponModes may play a …
(edit) @11106   8 years muemart Fix a memory leak. Also fix some potentially invalid references to …
(edit) @11105   8 years fvultier Removed wrong comments in Jump minigame. These comments were artifacts …
(edit) @11103   8 years landauf fixed warnings (release build). fixed error in GravityBombField
(edit) @11101   8 years landauf fixed build when combining new cegui with old ogre
(edit) @11099   8 years muemart Fix loads of doxygen warnings and other documentation issues
(edit) @11098   8 years muemart Minor C++11 improvements: - Drop ImplicitConversion.h in favor of …
(edit) @11097   8 years landauf fixed build on tardis.
(edit) @11096   8 years muemart Constexpr for some util things
(edit) @11095   8 years landauf simplified transparency-check
(edit) @11089   8 years landauf glow effect is now visible through transparent elements (e.g. …
(edit) @11087   8 years landauf removed duplicate code
(edit) @11086   8 years landauf detail
(edit) @11085   8 years landauf enable glow shader in all scenes
(edit) @11083   8 years muemart Fix some clang-tidy warnings. Also, Serialise.h was doing some C-style …
(edit) @11082   8 years landauf trying to fix bogus (?) warning on gcc [see …
(edit) @11080   8 years landauf merged shaders back to trunk (pps project from HS 2012)
(edit) @11077   8 years muemart Remove some non-ASCII characters to avoid encoding issues. This only …
(edit) @11076   8 years muemart Add CMake configs for Clang. Most of it is reused from GCC.
(edit) @11071   8 years landauf merged branch cpp11_v3 back to trunk
(edit) @11056   8 years landauf merged last commit from presentationHS15 to trunk
(edit) @11052   8 years landauf merged branch presentationHS15 back to trunk
(edit) @11023   8 years landauf bugfix: use orxonox_cast instead of c-style-cast and check if the …
(edit) @11022   8 years landauf tweaked portal sound a bit
(edit) @11021   8 years landauf merged branch soundEffects back to trunk. for some reason it was never …
(edit) @11020   8 years landauf fixed some cases where 'delete' was used instead of destroy()
(edit) @11019   8 years landauf (re-)added warning when a destroyable gets deleted without using …
(edit) @11018   8 years landauf I think it's sufficient if Timer is a Listable. A timer is often used …
(edit) @11017   8 years landauf write warning to console if unloading of plugins is disabled
(edit) @11016   8 years landauf Added config value to PluginManager to define whether a dereferenced …
(edit) @11015   8 years landauf added option to merely deactivate a plugin when its reference count …
(edit) @11014   8 years landauf moved code for loading/unloading a plugin into separate functions
(edit) @11012   8 years landauf added unittest for plugin loading and unloading
(edit) @11011   8 years landauf moved command line argument from Main to Core because it is used there
(edit) @11009   8 years landauf merged single revision from cpp11_v2 to trunk to fix multiplayer
(edit) @10728   9 years landauf disable LOD for MSVC and ogre version 1.8 because it leads to crashes
(edit) @10727   9 years landauf fixed warnings with MSVC14
(edit) @10726   9 years landauf fixed alignment warnings in MSVC14 (caused by SSE instructions in bullet)
(edit) @10693   9 years landauf fixed undefined reference with msvc14 (only occurred in buildmode …
(edit) @10650   9 years fvultier There is now a spaceship that uses the gravity bomb. Minor …
(edit) @10648   9 years fvultier Removed EnergyDrink Weapon from SpaceshipASSFF. Improved documentation …
(edit) @10632   9 years fvultier Removed useless code (artifacts from copy-paste) in the Jump minigame.
(edit) @10631   9 years landauf the AI sometimes selected its own ship as target while it was steering …
(edit) @10630   9 years landauf avoid division by zero errors (happened e.g. if 'myposition' and …
(edit) @10629   9 years fvultier Merged towerdefenseFabien branch back to trunk. The towerdefense …
(edit) @10628   9 years landauf addendum to r10626 → pass the collision shape to Pawn::damage
(edit) @10626   9 years zifloria Fixed more of the same bug. Tower defense was also affected
(edit) @10625   9 years zifloria Fixed OrxonoxArcade. Points are awarded again. The problem was that I …
(edit) @10624   9 years landauf merged branch core7 back to trunk
(edit) @10622   9 years landauf merged branch presentationFS15merge back to trunk
(edit) @10546   9 years muemart Fix MSVC14/Visual Studio 2015 build: std::less must be constexpr
(edit) @10437   9 years fvultier Removed unnecessary output to console in kump minigame. Added a small …
(edit) @10318   9 years smerkli fixed destructor (during class hierarchy initialization)
(edit) @10317   9 years smerkli fixed compiler warnings
(edit) @10316   9 years smerkli only load debug drawer if graphics is enabled
(edit) @10299   9 years landauf fixed crash in SimpleRocket (during level-unloading). improved debug …
Note: See TracRevisionLog for help on using the revision log.