Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11784   6 years landauf this looks like a bug (detected by cppcheck → …
(edit) @11783   6 years landauf merged Presentation_HS17_merge back to trunk
(edit) @11722   6 years landauf [StoryModeMap_HS16] fixed warnings in console
(edit) @11721   6 years landauf [SpaceRace_HS16] fixed warning with MSVC
(edit) @11720   6 years landauf [SpaceRace_HS16] reverted some unwanted changes and fixed formatting a …
(edit) @11719   6 years landauf [BigShip_HS16] reverted changes in emptyLevel.oxw and removed unused file
(edit) @11718   6 years landauf tabs → spaces
(edit) @11717   6 years landauf [Highscore_HS16] added license, added include guard, fixed formatting
(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) @11711   6 years landauf [HUD_HS16] updated HUDPickupSystem also in HUDTemplatesFPS.oxo
(edit) @11710   6 years landauf fixed two bugs in PickupInventory.lua: - the update function had a …
(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) @11706   6 years landauf [HUD_HS16] pickups are now always shown in hud, but much smaller. …
(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) @11693   6 years landauf apparently we must create the directory for module/plugin-files …
(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) @11448   7 years patricwi Millenium Falcon merged
(edit) @11447   7 years patricwi Dialogue merged
(edit) @11376   7 years landauf test: fixed unittest
(edit) @11375   7 years landauf testing commit mailinglist
(edit) @11374   7 years landauf test: failing unittest
(edit) @11373   7 years landauf test
(edit) @11372   7 years landauf test
(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) @11210   8 years landauf COMPARE_VERSION_STRINGS resulted in strange error when version-header …
(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) @11157   8 years landauf don't test exact values here, only ≠ 0
(edit) @11156   8 years landauf clang doesn't know this compiler flag
(edit) @11117   8 years landauf preparing for CEGUI 0.8
(edit) @11116   8 years landauf ignore all kinds of build directories
(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) @11109   8 years zifloria changed build settings for tardis to use the new paths on the new …
(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) @11104   8 years fvultier Some HUDs (Health, Shield, Weapons, EnemyHealth, EnemyShield) are also …
(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) @11100   8 years muemart Update FindLua5.1.cmake to work with newer versions. Also added …
(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) @11094   8 years landauf added night-mode in city level (with city-lights and darker skybox)
(edit) @11091   8 years landauf renamed city-level, removed planet and portals, using real skybox …
(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) @11081   8 years landauf fixed cmake script (cmake version 3.3.2)
(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 …
Note: See TracRevisionLog for help on using the revision log.