Commit graph

8 commits

Author SHA1 Message Date
Hank Ramsey c3560fd9b8 project updates 2003-12-19 19:48:40 +00:00
Hank Ramsey 290a34dbe5 Added location.h and location.cpp to project 2003-07-17 04:08:16 +00:00
Hank Ramsey 0d64adf072 project updates 2003-06-08 18:17:41 +00:00
Bob Ippolito 1a728e3f94 Changes to compile with gcc3 under apple's april dev tools, possibly other platforms too (only added std:: to some STL stuff in starbrowser, shouldn't break anything elsehwere) 2002-08-02 00:18:16 +00:00
Bob Ippolito b2e05f3a11 Fixed osxGetProcAddress (OpenGL extensions work on OS X now, won't crash on planets with rings and such)
Wrapped all the rendering options in CelestiaRenderer (label modes, render flags, etc)

Did rendering options panel to control rendering options (apple menu -> preferences... for now, should make a nicer panel sometime)

Fixed PNG loading (just a define in the pbproj, until the QT loader is written)
2002-07-22 05:14:39 +00:00
Bob Ippolito 9cd5cebb11 Spits out some video card info for active displays to the console
ActiveDisplays
    OpenGL Mask
    OpenGL Renderers
      Accelerated?
      MultiScreen?
      OffScreen?
      Renderer (Software, Generic, nVidia GeForce2MX, etc.)
      VRAM
      VRAM usable for textures
    Display Bounds (0,0,w,h)
    Current Mode
      Width
      Height
      Refresh Rate
      Bits per Pixel
      Bits per Sample
      Mode
      Usable For Desktop GUI?
      IOFlags
      Samples per Pixel
2002-06-27 13:44:27 +00:00
Bob Ippolito 93ac6a696a Major changes to the favorites system. Menus and outline view should work pretty much as expected now, except that it does not save because it's been disentangled from the STL vector implementation and I haven't written the serialization code yet, but it will be pretty easy. Uses a tree implementation, unlimited folder depth, no problems with multiple folders at the same level with the same name.
Added boundaries.cpp/h to the pbproj.

Changes don't touch any non-OSX portions of the codebase.
2002-06-23 04:40:07 +00:00
Bob Ippolito e618a8f5f2 What I have so far with the Mac OS X Objective C/C++ version.
Please don't do anything significant with it yet.  The pbproj
and maybe the nibs are going to require the April 2002 Dev
Tools (Beta).  Contact me first if you plan on doing anything
with it, I don't want to duplicate effort at this point.

New OS X icns file courtesy of:
chris alford graphic design
http://www.chrisalford.com
ca@chrisalford.com
662-453-1118 Voice
662-451-2975 Pager
662-299-0830 Mobile

Everything else in there is either mine or apple's :)

bob@redivi.com
2002-06-14 15:44:29 +00:00