]> Pileus Git - grits/shortlog
grits
2011-10-15 Andy SpencerRemove excess debug messages
2011-10-12 Andy SpencerAdd string parser to GritsPoly
2011-10-12 Andy SpencerAdd configurable borders to GritsPoly
2011-10-11 Andy SpencerFix crash when unable to cache http files
2011-09-12 Andy SpencerVersion bump for 0.5.2 v0.5.2
2011-09-09 Andy SpencerRemove no-undefined-symbols from gen.sh
2011-09-09 Andy SpencerAdd linker flag for the math library
2011-09-09 Andy SpencerFix compiler warning with gluTessCallback
2011-08-24 Andy SpencerAdd glut config check v0.5.1
2011-08-24 Andy SpencerVersion bump for 0.5.1
2011-08-24 Andy SpencerFix linker flags
2011-08-24 Andy SpencerAbort when opengl setup fails
2011-08-24 Andy SpencerAdd timeout for http servers
2011-08-24 Andy SpencerSwitch to higher resolution elevation dataset
2011-07-30 Andy SpencerSpeed up movement when at low elevation
2011-07-02 Andy SpencerUpdate map URL and layers
2011-07-02 Andy SpencerAdd reset locale when formatting certain strings
2011-06-18 Andy SpencerVersion bump for 0.5 v0.5.x v0.5
2011-06-18 Andy SpencerAdd GL bindings example program
2011-06-18 Andy SpencerAdd some stubbed code for Mac OS support
2011-06-18 Andy SpencerChange binaries to shared objects
2011-06-08 Andy SpencerUse only shared libs on win32
2011-06-07 Andy SpencerVersion bump to 0.5-p0
2011-06-07 Andy SpencerSwitch from GtkGLExt to internal OpenGL handling
2011-05-24 Andy SpencerUse -shared for plugins
2011-05-24 Andy SpencerMisc http fixes
2011-05-24 Andy SpencerSwitch map and sat plugins to using thread pools
2011-05-24 Andy SpencerImprove shutdown code
2011-05-24 Andy SpencerUpdate valgrind suppressions
2011-05-24 Andy SpencerRemove old TODO items
2011-05-24 Andy SpencerAdd hidden method for object
2011-05-24 Andy SpencerTighten up locking to allow for nested objects
2011-02-14 Andy SpencerFix caching bugs with some http servers
2011-01-24 Andy SpencerAdd GritsPoly for drawing sets of polygons
2011-01-24 Andy SpencerAdd volume testing code
2011-01-24 Andy SpencerAdd GritsTester for debugging GritsObjects
2011-01-24 Andy SpencerAdd GritsVolume for 3D volume rendering
2011-01-24 Andy SpencerAdd convex tessellation example
2011-01-24 Andy SpencerAdd interpolation example
2011-01-24 Andy SpencerCleanup examples organization
2011-01-22 Andy SpencerUpdate grits-test
2011-01-22 Andy SpencerAllow disabling operations in grits_object_draw
2011-01-22 Andy SpencerAdd grits_object_queue_draw function
2011-01-22 Andy SpencerStore GritsViewer references in GritsObjects
2011-01-22 Andy SpencerFix bugs in GritsPlugins
2011-01-22 Andy SpencerMisc formatting updates
2011-01-22 Andy SpencerUse common vector operations for ROAM
2011-01-22 Andy SpencerAdd vector operations to utilities
2011-01-22 Andy SpencerDelete OpenGL textures in grits_marker_finalize
2011-01-22 Andy SpencerAdd debugging to GritsCallback
2011-01-22 Andy SpencerDraw plugins in wireframe mode as well
2011-01-22 Andy SpencerLower contrast on global texture parameters
2010-11-28 Andy Spencerlibgis -> grits: Update doap
2010-11-28 Andy Spencerlibgis -> grits: Update functions/types/etc
2010-11-28 Andy Spencerlibgis -> grits: Update non-technical references
2010-11-28 Andy Spencerlibgis -> grits: Fix build after rename
2010-11-28 Andy Spencerlibgis -> grits: Rename files
2010-11-28 Andy SpencerOnly delete sections on maintainer-clean
2010-11-28 Andy SpencerAdd version info for Debian
2010-11-18 Andy SpencerUpdate TODO
2010-11-18 Andy SpencerMove g_signal_connects to realize callback
2010-11-01 Andy SpencerRevert "Test pure distance based errors"
2010-11-01 Andy SpencerTest pure distance based errors
2010-11-01 Andy SpencerKeep the sphere locked while drawing the wireframe
2010-11-01 Andy SpencerGive extra weight to "edge" triangles when splitting
2010-11-01 Andy SpencerSwap order of args to sync_neighbors function
2010-11-01 Andy SpencerStore "kids" in RoamTriangle only
2010-11-01 Andy SpencerClean up formatting in roam.c
2010-11-01 Andy SpencerUpdate ROAM_DEBUG
2010-10-25 Andy SpencerAdd sky effects
2010-10-25 Andy SpencerMove OpenGL code from GisOpenGL to objects
2010-10-24 Andy SpencerUse GisBounds for height_func instead of GisTile
2010-10-24 Andy SpencerRename GisBBox to GisBounds
2010-09-10 Andy SpencerAdd "Description of a Project" file
2010-05-18 Andy SpencerSwitch g_strcmp0 to plain strcmp for glib < 2.16 v0.4.1
2010-05-16 Andy SpencerVersion bump for 0.4.1
2010-05-12 Andy SpencerVersion 0.4 v0.4
2010-05-10 Andy SpencerVersion bump to -p1
2010-05-10 Andy SpencerAdd more files to dist
2010-05-10 Andy SpencerFix compiler warnings
2010-05-06 Andy SpencerVersion bump to 0.4-p0
2010-05-05 Andy SpencerFix some possible memory issues in GisHttp
2010-05-05 Andy SpencerAdd support for hidden objects
2010-05-03 Andy SpencerMove GisChunkCallback calls to the main threads
2010-05-03 Andy SpencerMove gdk_pixbuf calls to main thread
2010-05-03 Andy SpencerLoad marker from callback in GisPluginTest
2010-05-03 Andy SpencerAdd texture coords to tiles
2010-05-03 Andy SpencerUse 2^x textures for GisMarker
2010-05-02 Andy SpencerAdding OpenGL info query example
2010-05-02 Andy SpencerWin32 build fixes
2010-05-01 Andy SpencerMiscellaneous bug fixes
2010-05-01 Andy SpencerWin32 port
2010-04-26 Andy SpencerImprove Z-range in OpenGL
2010-04-26 Andy SpencerImprove threading
2010-04-26 Andy SpencerFix gis_http_available bugs
2010-04-19 Andy SpencerAdd locking when modifying for viewer object lists
2010-04-19 Andy SpencerAdd z-index to tiles
2010-04-19 Andy SpencerAdd gis_http_available function
2010-04-19 Andy SpencerMove cache name building to separate function
2010-04-17 Andy SpencerSet time to current by default
next