Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10818   9 years muemart - Fixed some suspicious virtual function signatures - Fixed some clang …
(edit) @10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
(edit) @10814   9 years fvultier
(edit) @10813   9 years muemart Use new random number generation functions
(edit) @10812   9 years paulsc Tried new tactic with mission failing, but still does not work…
(edit) @10811   9 years luhug added luaTest.oxw to test random city generation
(edit) @10810   9 years vaydin added offset option for explosion
(edit) @10809   9 years bhatiab Changed lookat var for Defender
(edit) @10808   9 years paulsc ended quests, added mission accomplishment
(edit) @10807   9 years vaydin added explosioneffects to the xml files
(edit) @10806   9 years hzuellig Added skybox and houses to betterearth.owx
(edit) @10805   9 years gania Finished groundwork: AI fights enemies like I want it to. TODO
(edit) @10804   9 years paulsc Started work on spaceshipShuttle.oxt, furthered quests.
(edit) @10803   9 years gania Works for DivisionController for now. Almost balanced AI! Dodges …
(edit) @10802   9 years paulsc Furthered quests, started work on pickups for quest 6.
(edit) @10800   9 years gania compilable
(edit) @10799   9 years gania prettier now
(edit) @10798   9 years gania low on battery 2
(edit) @10797   9 years gania low on battery
(edit) @10796   9 years gania Sometimes there are too many rotations
(edit) @10795   9 years fvultier
(edit) @10794   9 years fvultier bug in the WeaponHUD fixed.
(edit) @10793   9 years gania added choose maneuver type functionality
(edit) @10792   9 years paulsc Made number of enemies increase over time, added fps undock, advanced …
(edit) @10791   9 years fvultier Munition may and must now be defined for each pawn separately. This …
(edit) @10789   9 years gania did nothing today
(edit) @10788   9 years hzuellig skyscrapers and stuff
(edit) @10787   9 years meierman programm wall placement works
(edit) @10786   9 years vaydin added ability to attach second particle effect to explosionpart, added …
(edit) @10785   9 years meierman Placing Walls works
(edit) @10784   9 years bucyril Finished hover ship control and resolved merge conflict —this line, …
(edit) @10783   9 years bhatiab Finished descriptions for the quests
(edit) @10782   9 years gania not compilable change to move behaviour
(edit) @10781   9 years landauf in C++11 it's now possible to define 'typedefs' for templates (called …
(edit) @10780   9 years gania fixed firing direction
(edit) @10779   9 years bhatiab Added a few Descriptions
(edit) @10778   9 years landauf use range-based-for-loop instead of BOOST_FOREACH
(edit) @10777   9 years landauf replacing boost::scoped_ptr/array with 'const std::unique_ptr'
(edit) @10776   9 years landauf using std::array instead of boost::array
(edit) @10775   9 years landauf using std::bind and std::function instead of boost::bind and …
(edit) @10774   9 years landauf using static_assert instead of BOOST_STATIC_ASSERT
(edit) @10773   9 years landauf using std::unique_ptr instead of std::auto_ptr
(edit) @10772   9 years landauf use std::make_shared for better performance with shared_ptr
(edit) @10771   9 years landauf using std::shared_ptr instead of boost::shared_ptr (same for weak_ptr)
(edit) @10770   9 years landauf made conversion to bool operators explicit
(edit) @10769   9 years landauf no space needed anymore between closing template brackets ('> >' → '>>')
(edit) @10768   9 years landauf replace '0' by 'nullptr'
(edit) @10767   9 years paulsc Changed coordinates to (y,z,x) and implemented FPSPlayer. Undocking …
(edit) @10766   9 years paulsc Corrected formatting, improved allies, introduced lua coordinates and …
(edit) @10765   9 years landauf replace 'NULL' by 'nullptr'
(edit) @10764   9 years gania fixed canFire() function
(edit) @10763   9 years gania fixed a bug
(edit) @10762   9 years gania added a canFire() function
(edit) @10761   9 years gania Added enums for maneuvers
(edit) @10760   9 years fvultier 2 problems fixed: The collidesAgainst function in the hovership get …
(edit) @10759   9 years gania small fixes
(edit) @10758   9 years paulsc Corrected ally behavoiur. Friendly fire needs fixing though
(edit) @10756   9 years luhug Changed flightTest.oxw to skyboxTeleport.oxw. Added a skybox to the level.
(edit) @10755   9 years vaydin removed lag at first explosion
(edit) @10754   9 years bhatiab Changed the number of enemies per waves, need to test it, if it works …
(edit) @10753   9 years vaydin Deleted VaydinExplosion class
(edit) @10752   9 years vaydin Deleted previously created VaydinExplosion class, created …
(edit) @10751   9 years meierman working cpp object generation
(edit) @10750   9 years bhatiab Changed the mass for the stations
(edit) @10749   9 years bhatiab Added planets, changed skybox, fixed asteroids, changed starting …
(edit) @10748   9 years paulsc Added Allies.
(edit) @10746   9 years fvultier
(edit) @10745   9 years landauf added move-constructor for StrongPtr and SharedPtr. for WeakPtr this …
(edit) @10744   9 years landauf added tests and fixed constructors of StrongPtr and WeakPtr
(edit) @10743   9 years paulsc Did some more work in quests.
(edit) @10742   9 years landauf use constexpr for some math functions and constants
(edit) @10741   9 years bhatiab Added a planet with a ring
(edit) @10740   9 years paulsc Did some work on narrative and events, labelled TODO and FIXME, …
(edit) @10739   9 years fvultier HUD improved. Corrected text rescaling. Renamed reload to …
(edit) @10737   9 years gania nothing really changed
(edit) @10736   9 years landauf fixed range based for-loop: ObjectList now returns an iterator added …
(edit) @10735   9 years paulsc Implemented EffectBeacon for quest 2.1 and added platform for …
(edit) @10734   9 years landauf fixed build for mingw (apparently it requires gnu extensions to compile)
(edit) @10733   9 years landauf merged branch cpp11 to cpp11_v2
(edit) @10732   9 years landauf created new branch for cpp11
(edit) @10731   9 years gania added a little bit of firing functionality
(edit) @10730   9 years bhatiab Worked on lua.fog, fogFields is working now, but I'm having problemes …
(edit) @10729   9 years gania move functions were added, everyone stays in formations
(edit) @10725   9 years gania fixed pointers
(edit) @10724   9 years fvultier The weapon system HUD rescales properly if the window size changes.
(edit) @10722   9 years gania created destructor functions and improved findNewLeader and …
(edit) @10721   9 years fvultier
(edit) @10719   9 years gania All compiling, WingmanControllers actually find LeaderControllers and …
(edit) @10718   9 years gania bugfix
(edit) @10717   9 years gania Wingmen and Leaders look for their leaders
(edit) @10715   9 years fvultier
(edit) @10714   9 years fvultier
(edit) @10713   9 years fvultier
(edit) @10711   9 years paulsc Fixed some errors, fixed teams. @bhatiab: Commenting out lua tags in …
(edit) @10710   9 years paulsc Started work on docking. Needs work tho.
(edit) @10709   9 years gania Restructured
(edit) @10708   9 years meierman HoverWall introduced
(edit) @10707   9 years hzuellig Changing the thexture of the earth.
(edit) @10706   9 years holzerj New engine effect
(edit) @10705   9 years bhatiab Started Work on includes/fog.lua
Note: See TracRevisionLog for help on using the revision log.