Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10782   10 years gania not compilable change to move behaviour
(edit) @10781   10 years landauf in C++11 it's now possible to define 'typedefs' for templates (called …
(edit) @10780   10 years gania fixed firing direction
(edit) @10779   10 years bhatiab Added a few Descriptions
(edit) @10778   10 years landauf use range-based-for-loop instead of BOOST_FOREACH
(edit) @10777   10 years landauf replacing boost::scoped_ptr/array with 'const std::unique_ptr'
(edit) @10776   10 years landauf using std::array instead of boost::array
(edit) @10775   10 years landauf using std::bind and std::function instead of boost::bind and …
(edit) @10774   10 years landauf using static_assert instead of BOOST_STATIC_ASSERT
(edit) @10773   10 years landauf using std::unique_ptr instead of std::auto_ptr
(edit) @10772   10 years landauf use std::make_shared for better performance with shared_ptr
(edit) @10771   10 years landauf using std::shared_ptr instead of boost::shared_ptr (same for weak_ptr)
(edit) @10770   10 years landauf made conversion to bool operators explicit
(edit) @10769   10 years landauf no space needed anymore between closing template brackets ('> >' → '>>')
(edit) @10768   10 years landauf replace '0' by 'nullptr'
(edit) @10767   10 years paulsc Changed coordinates to (y,z,x) and implemented FPSPlayer. Undocking …
(edit) @10766   10 years paulsc Corrected formatting, improved allies, introduced lua coordinates and …
(edit) @10765   10 years landauf replace 'NULL' by 'nullptr'
(edit) @10764   10 years gania fixed canFire() function
(edit) @10763   10 years gania fixed a bug
(edit) @10762   10 years gania added a canFire() function
(edit) @10761   10 years gania Added enums for maneuvers
(edit) @10760   10 years fvultier 2 problems fixed: The collidesAgainst function in the hovership get …
(edit) @10759   10 years gania small fixes
(edit) @10758   10 years paulsc Corrected ally behavoiur. Friendly fire needs fixing though
(edit) @10756   10 years luhug Changed flightTest.oxw to skyboxTeleport.oxw. Added a skybox to the level.
(edit) @10755   10 years vaydin removed lag at first explosion
(edit) @10754   10 years bhatiab Changed the number of enemies per waves, need to test it, if it works …
(edit) @10753   10 years vaydin Deleted VaydinExplosion class
(edit) @10752   10 years vaydin Deleted previously created VaydinExplosion class, created …
(edit) @10751   10 years meierman working cpp object generation
(edit) @10750   10 years bhatiab Changed the mass for the stations
(edit) @10749   10 years bhatiab Added planets, changed skybox, fixed asteroids, changed starting …
(edit) @10748   10 years paulsc Added Allies.
(edit) @10746   10 years fvultier
(edit) @10745   10 years landauf added move-constructor for StrongPtr and SharedPtr. for WeakPtr this …
(edit) @10744   10 years landauf added tests and fixed constructors of StrongPtr and WeakPtr
(edit) @10743   10 years paulsc Did some more work in quests.
(edit) @10742   10 years landauf use constexpr for some math functions and constants
(edit) @10741   10 years bhatiab Added a planet with a ring
(edit) @10740   10 years paulsc Did some work on narrative and events, labelled TODO and FIXME, …
(edit) @10739   10 years fvultier HUD improved. Corrected text rescaling. Renamed reload to …
(edit) @10737   10 years gania nothing really changed
(edit) @10736   10 years landauf fixed range based for-loop: ObjectList now returns an iterator added …
(edit) @10735   10 years paulsc Implemented EffectBeacon for quest 2.1 and added platform for …
(edit) @10734   10 years landauf fixed build for mingw (apparently it requires gnu extensions to compile)
(edit) @10733   10 years landauf merged branch cpp11 to cpp11_v2
(edit) @10732   10 years landauf created new branch for cpp11
(edit) @10731   10 years gania added a little bit of firing functionality
(edit) @10730   10 years bhatiab Worked on lua.fog, fogFields is working now, but I'm having problemes …
(edit) @10729   10 years gania move functions were added, everyone stays in formations
(edit) @10728   10 years landauf disable LOD for MSVC and ogre version 1.8 because it leads to crashes
(edit) @10727   10 years landauf fixed warnings with MSVC14
(edit) @10726   10 years landauf fixed alignment warnings in MSVC14 (caused by SSE instructions in bullet)
(edit) @10725   10 years gania fixed pointers
(edit) @10724   10 years fvultier The weapon system HUD rescales properly if the window size changes.
(edit) @10722   10 years gania created destructor functions and improved findNewLeader and …
(edit) @10721   10 years fvultier
(edit) @10719   10 years gania All compiling, WingmanControllers actually find LeaderControllers and …
(edit) @10718   10 years gania bugfix
(edit) @10717   10 years gania Wingmen and Leaders look for their leaders
(edit) @10716   10 years landauf let orxonox_main depend on plugins too. this means that every plugin …
(edit) @10715   10 years fvultier
(edit) @10714   10 years fvultier
(edit) @10713   10 years fvultier
(edit) @10712   10 years landauf fixed build with MSVC14
(edit) @10711   10 years paulsc Fixed some errors, fixed teams. @bhatiab: Commenting out lua tags in …
(edit) @10710   10 years paulsc Started work on docking. Needs work tho.
(edit) @10709   10 years gania Restructured
(edit) @10708   10 years meierman HoverWall introduced
(edit) @10707   10 years hzuellig Changing the thexture of the earth.
(edit) @10706   10 years holzerj New engine effect
(edit) @10705   10 years bhatiab Started Work on includes/fog.lua
(edit) @10704   10 years luhug Added Portals to flightTest.oxw
(edit) @10703   10 years bhatiab added asteroids
(edit) @10702   10 years luhug dito
(edit) @10701   10 years luhug Updated flightTest.oxw
(edit) @10700   10 years meierman Hover level update
(edit) @10699   10 years bhatiab changed the waypoints for the transporter…
(edit) @10698   10 years hzuellig testing better earth SVN
(edit) @10697   10 years meierman First time with HoverShip
(edit) @10696   10 years bhatiab Changed position of Station c
(edit) @10695   10 years bhatiab changed health and position of stations
(edit) @10694   10 years bucyril Made the code compile
(edit) @10693   10 years landauf fixed undefined reference with msvc14 (only occurred in buildmode …
(edit) @10692   10 years fvultier
(edit) @10690   10 years paulsc Replaced shuttle Waypoints with Billboards and started work on …
(edit) @10689   10 years paulsc Made further improvements to events and quests. Some things need …
(edit) @10688   10 years fvultier There is now a HUD that shows the status of the weapon system: all …
(edit) @10685   10 years fvultier
(edit) @10684   10 years paulsc Started work on narrative notifications
(edit) @10683   10 years paulsc Added Station C, started work on events.
(edit) @10682   10 years gania Set a layout for WingmanController and LeaderController
(edit) @10681   10 years gania refactoring in process
(edit) @10680   10 years bhatiab Fixed Coordinates
(edit) @10679   10 years gania Diagrams in root
(edit) @10678   10 years gania Didn't delete old structure, but intend to replace it with new: …
(edit) @10677   10 years fvultier Fixed minor issue in the WeaponsettingsASSF: The left and the right …
(edit) @10676   10 years paulsc Uniformized formatting, partially automatically. The rules are now as …
(edit) @10675   10 years fvultier Delete merged branch.
Note: See TracRevisionLog for help on using the revision log.