Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11187   8 years plehmann added a MoveToTask TODO implement the update function
(edit) @11186   8 years binderm LevelStatus and levelmanager in two files, LevelStatus saves and …
(edit) @11185   8 years sagerj fix the charging during reloadtime, the hudchargebar working so far…
(edit) @11184   8 years tgidron New Pickup + try to create ground from separate tiles
(edit) @11183   8 years plehmann moved the task classes to the scriptTasks folder. modified the …
(edit) @11182   8 years tgidron New Pickup
(edit) @11181   8 years binderm some minor changes
(edit) @11180   8 years binderm logic to show only certain levels and not all together, also not all …
(edit) @11179   8 years plehmann added the stringOutTask for scriptcontroller
(edit) @11178   8 years plehmann scriptcontroller task system doesnt work. it seems like queue is the …
(edit) @11177   8 years tgidron New Pickups (speed); Level Counter and Crate spawn (not working)
(edit) @11176   8 years fvultier Added a debug console command that allows visualization of the weaponSlots.
(edit) @11175   8 years sagerj overwritten many fire functions now only need to implement timer/charges
(edit) @11174   8 years sagerj everything beneath weaponmode changed to push/release - wm modified …
(edit) @11173   8 years binderm Campaignmenu improved, it's now possible to only show single levels …
(edit) @11172   8 years plehmann updated some files so NewScriptController lua binds are created. added …
(edit) @11171   8 years tgidron Pickups work; Lives Counter and Total Flag Counter
(edit) @11170   8 years sagerj running backup
(edit) @11169   8 years fvultier Fixed errors with pickups.
(edit) @11168   8 years tgidron Pickups + Flags HUD
(edit) @11167   8 years plehmann changed the NewScriptController and Task classes
(edit) @11166   8 years sagerj today I got pawn'ed
(edit) @11165   8 years plehmann added new files for newScriptController —This lines, and those below, …
(edit) @11164   8 years sagerj added orxout() for every release lvl for debug purpose
(edit) @11163   8 years tgidron Pickup Development
(edit) @11162   9 years fvultier Managed to call a C++ test function from a Lua script that gets …
(edit) @11161   9 years landauf removed another spurious backslash
(edit) @11160   9 years landauf removed unnecessary backslashes
(edit) @11159   9 years landauf maybe better install unzip instead of zip
(edit) @11158   9 years landauf add cloc and pmd to qc image
(edit) @11157   9 years landauf don't test exact values here, only ≠ 0
(edit) @11156   9 years landauf clang doesn't know this compiler flag
(edit) @11155   9 years landauf
(edit) @11154   9 years landauf creating image for quality control
(edit) @11153   9 years sagerj added release functions in various classes: weaponmode, weaponsystem, …
(edit) @11152   9 years plehmann took the event functions out of the tick function
(edit) @11151   9 years tgidron New Level Up
(edit) @11150   9 years binderm tried consoleCommand, doesn't work yet. Please have a look;)
(edit) @11149   9 years binderm new files for campaign menu
(edit) @11148   9 years landauf added doxygen to build dependencies
(edit) @11147   9 years landauf removed orxonox user
(edit) @11146   9 years landauf fixed jenkins-slave. let orxonox build environment also depend on …
(edit) @11145   9 years landauf added dockerfile for a jenkins-slave
(edit) @11144   9 years landauf added dockerfile for orxonox' build environment on ubuntu 14.04
(edit) @11143   9 years landauf
(edit) @11142   9 years sagerj first commit, added discharger weaponclass
(edit) @11141   9 years plehmann added a comment
(edit) @11140   9 years fvultier New branch for PPS FS16
(edit) @11139   9 years fvultier New branch for PPS FS16
(edit) @11138   9 years fvultier
(edit) @11137   9 years plehmann new branch for pps
(edit) @11136   9 years fvultier Made tutorial compatible with the new core.
(edit) @11135   9 years fvultier
(edit) @11134   9 years fvultier Files needed for the tutorial added.
(edit) @11133   9 years fvultier branch for new tutorial
(edit) @11132   9 years landauf fixed overlays with ogre 1.9. OverlaySystem must be initialized once …
(edit) @11131   9 years landauf initialize overlay component
(edit) @11130   9 years landauf forgot to commit 2 files in my previous commit: orxonox now compiles …
(edit) @11129   9 years landauf orxonox now compiles with ogre 1.9 (but still needs some other changes)
(edit) @11128   9 years landauf let Planet inherit from Model to avoid code duplication (especially …
(edit) @11127   9 years landauf in ogre 1.9, overlays were moved into a separate component (i.e. a …
(edit) @11126   9 years landauf small refactoring: make variables in Model private
(edit) @11125   9 years landauf new branch to add support for ogre 1.9 to orxonox
(edit) @11124   9 years landauf fixed some more errors: use 0.8-notation for images
(edit) @11123   9 years landauf fixed some errors: use 0.8-notation for images
(edit) @11122   9 years landauf updated xsd files
(edit) @11121   9 years landauf updated xsd files
(edit) @11120   9 years bknecht initial migration of data files to cegui0.8
(edit) @11119   9 years bknecht creating data branch for cegui 0.8 migration
(edit) @11118   9 years bknecht initial commit to get orxonox to find and compile and start with …
(edit) @11117   9 years landauf preparing for CEGUI 0.8
(edit) @11116   9 years landauf ignore all kinds of build directories
(edit) @11115   9 years landauf fixed code to compile in 64bit mode
(edit) @11114   9 years landauf unfortunately std::put_time and std::get_time are only available in …
(edit) @11113   9 years landauf updated build-script to work with mingw-w64 and the new dependency package
(edit) @11112   9 years landauf removed unnecessary boost include
(edit) @11111   9 years muemart Some simplifications in StringUtils.cc
(edit) @11110   9 years bknecht Create CEGUI v0.8 migration branch
(edit) @11109   9 years zifloria changed build settings for tardis to use the new paths on the new …
(edit) @11108   9 years fvultier A few modifications in the weapon system: WeaponModes may play a …
(edit) @11107   9 years fvultier Some weapon fire and reload sounds.
(edit) @11106   9 years muemart Fix a memory leak. Also fix some potentially invalid references to …
(edit) @11105   9 years fvultier Removed wrong comments in Jump minigame. These comments were artifacts …
(edit) @11104   9 years fvultier Some HUDs (Health, Shield, Weapons, EnemyHealth, EnemyShield) are also …
(edit) @11103   9 years landauf fixed warnings (release build). fixed error in GravityBombField
(edit) @11102   9 years landauf removed merged branches from HS15
(edit) @11101   9 years landauf fixed build when combining new cegui with old ogre
(edit) @11100   9 years muemart Update FindLua5.1.cmake to work with newer versions. Also added …
(edit) @11099   9 years muemart Fix loads of doxygen warnings and other documentation issues
(edit) @11098   9 years muemart Minor C++11 improvements: - Drop ImplicitConversion.h in favor of …
(edit) @11097   9 years landauf fixed build on tardis.
(edit) @11096   9 years muemart Constexpr for some util things
(edit) @11095   9 years landauf simplified transparency-check
(edit) @11094   9 years landauf added night-mode in city level (with city-lights and darker skybox)
(edit) @11093   9 years landauf added dark skybox textures
(edit) @11092   9 years landauf removed skyboxHoenggerberg added glow effect for real skybox material
(edit) @11091   9 years landauf renamed city-level, removed planet and portals, using real skybox …
(edit) @11090   9 years landauf glowing skybox!
(edit) @11089   9 years landauf glow effect is now visible through transparent elements (e.g. …
(edit) @11088   9 years landauf improved glow effects
Note: See TracRevisionLog for help on using the revision log.