FreeFalcon / freefalcon-central

A campaign based, multiplayer, open source flight simulator.
http://freefalcon.org/
BSD 2-Clause "Simplified" License
153 stars 98 forks source link

Develop #19

Closed PlutoniumHeart closed 11 years ago

PlutoniumHeart commented 11 years ago

Removed commented code Fix Falcon4.AII file path not correctly specified.

Some coding style change in RenderOTW class.

Big issue right now: RViewPoint *viewpoint in class RenderOTW not modifiable. The entire class is somehow messed up by the compiler: class variable not visible in debug watch, when it is visible, the values of those varible seem in the watch is not the real value either. Please comfirm it is not just me.

vinnydiehl commented 11 years ago

Thanks @PlutoniumHeart. I rebased these commits onto #17. You can delete your fork now, all work that you have done and need to do in the future is in the central repo now, and you have full commit access to that repo. I'll carry this discussion over to #17 now to discuss merging these changes.