Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10803   10 years gania Works for DivisionController for now. Almost balanced AI! Dodges …
(edit) @10802   10 years paulsc Furthered quests, started work on pickups for quest 6.
(edit) @10801   10 years jo More straight forward jump level description.
(edit) @10800   10 years gania compilable
(edit) @10799   10 years gania prettier now
(edit) @10798   10 years gania low on battery 2
(edit) @10797   10 years gania low on battery
(edit) @10796   10 years gania Sometimes there are too many rotations
(edit) @10795   10 years fvultier
(edit) @10794   10 years fvultier bug in the WeaponHUD fixed.
(edit) @10793   10 years gania added choose maneuver type functionality
(edit) @10792   10 years paulsc Made number of enemies increase over time, added fps undock, advanced …
(edit) @10791   10 years fvultier Munition may and must now be defined for each pawn separately. This …
(edit) @10789   10 years gania did nothing today
(edit) @10788   10 years hzuellig skyscrapers and stuff
(edit) @10787   10 years meierman programm wall placement works
(edit) @10786   10 years vaydin added ability to attach second particle effect to explosionpart, added …
(edit) @10785   10 years meierman Placing Walls works
(edit) @10784   10 years bucyril Finished hover ship control and resolved merge conflict —this line, …
(edit) @10783   10 years bhatiab Finished descriptions for the quests
(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
Note: See TracRevisionLog for help on using the revision log.