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